Trace number 3699156

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.11 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__1024.opb
MD5SUM70fa2d49713378cb88b5a175e1735707
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark5.36318
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40978
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1024
Maximum length of a constraint8193
Number of terms in the objective function 40960
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1786431488
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1786431488
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.37	c run inc solver
0.00/0.37	c [INC SYSTEM] run initial solver
0.00/0.37	c [INC SYSTEM] preprocess with white file
2.47/2.52	c [INC SYSTEM] finished preprocessing in 2 s
2.47/2.52	c [INC SYSTEM] execute solver
2.50/2.81	c [INC SEARCH] formula is SAT
2.50/2.82	c [INC SYSTEM] solved the initial formula
2.50/2.88	c model valid
2.50/2.88	c current solution ok
4.06/4.17	o 212091
4.06/4.17	c execute binary inc search
4.06/4.17	c [INC SEARCH] current bound: 106045
4.06/4.17	c [INC SEARCH] iteration: 0
4.06/4.17	c [INC SEARCH] lower bound: 0 upperbound 212091 current bound: 106045 best value:212091
4.06/4.17	c [INC SYSTEM] there exists a inc, kill it!
4.06/4.17	c write failed with 2
4.06/4.18	c [INC SYSTEM] create new solver instance
4.06/4.18	c [INC] encode full formula
4.06/4.18	c fallback to adder encoding
7.97/8.08	c set iterative enc to: adder
7.97/8.08	c set iterative enc to: none
8.45/8.56	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	c an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN
1800.07/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3699156-1338084718/watcher-3699156-1338084718 -o /tmp/evaluation-result-3699156-1338084718/solver-3699156-1338084718 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699156-1338084718.opb 1839539533 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6421
/proc/meminfo: memFree=28205028/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (runsolver) D 6419 6421 1127 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 274600350 12095488 51 33554432000 4194304 5436572 140734353571008 140734353567304 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6421/statm: 2953 51 31 304 0 2645 0

[startup+0.0360359 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6421
/proc/meminfo: memFree=28205028/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6421
/proc/meminfo: memFree=28205028/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6421
/proc/meminfo: memFree=28205028/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700266 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6421
/proc/meminfo: memFree=28205028/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6425
/proc/meminfo: memFree=28047224/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=30272 CPUtime=0.43 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 5980 0 0 0 35 8 0 0 20 0 1 0 274600351 30998528 7061 33554432000 4194304 5992684 140735406080096 140735406074544 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6423/statm: 7568 7061 167 440 0 7124 0
[pid=6424] ppid=6423 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6424/stat : 6424 (cp2_pre.sh) S 6423 6421 1127 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 274600394 9367552 277 33554432000 4194304 5064252 140736852636464 140736852635168 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6424/statm: 2287 277 234 213 0 72 0
[pid=6425] ppid=6424 vsize=145660 CPUtime=1.04 cores=0,2,4,6
/proc/6425/stat : 6425 (coprocessor) R 6424 6421 1127 0 -1 4202496 26716 0 0 0 99 5 0 0 20 0 1 0 274600394 149155840 35174 33554432000 4194304 6586260 140737318377568 140737318373592 4753375 0 0 4096 8404994 0 0 0 17 6 0 0 0 0 0
/proc/6425/statm: 36415 35174 182 584 0 35827 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 194228

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6425
/proc/meminfo: memFree=27995236/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=35872 CPUtime=2.79 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) R 6421 6421 1127 0 -1 4202496 7455 31496 0 0 46 26 197 10 20 0 1 0 274600351 36732928 8470 33554432000 4194304 5992684 140735406080096 140735406066360 5179696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6423/statm: 8968 8470 176 440 0 8524 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 45020

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6428
/proc/meminfo: memFree=28017776/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=345384 CPUtime=6.27 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) R 6421 6421 1127 0 -1 4202496 20439 48387 0 0 267 121 223 16 20 0 1 0 274600351 353673216 55422 33554432000 4194304 5992684 140735406080096 140735406071880 4523485 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 86346 55422 188 440 0 85902 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 354532

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6430
/proc/meminfo: memFree=27138640/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=748544 CPUtime=4.12 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 108346 0 0 0 381 31 0 0 20 0 1 0 274601207 766509056 170857 33554432000 4194304 5654031 140735086842528 140735086840648 4233328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 187136 170857 140 357 0 186776 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 805356

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 6430
/proc/meminfo: memFree=27166740/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=755000 CPUtime=16.91 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 110225 0 0 0 1660 31 0 0 20 0 1 0 274601207 773120000 172736 33554432000 4194304 5654031 140735086842528 140735086840312 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 188750 172736 140 357 0 188390 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 811812

[startup+51.1004 s]
/proc/loadavg: 2.12 2.03 2.01 3/181 6430
/proc/meminfo: memFree=27166788/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=755000 CPUtime=42.51 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 110225 0 0 0 4220 31 0 0 20 0 1 0 274601207 773120000 172736 33554432000 4194304 5654031 140735086842528 140735086840312 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 188750 172736 140 357 0 188390 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 811812

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 6430
/proc/meminfo: memFree=27162084/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=757680 CPUtime=93.72 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 110891 0 0 0 9340 32 0 0 20 0 1 0 274601207 775864320 173913 33554432000 4194304 5654031 140735086842528 140735086830344 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 189420 173913 141 357 0 189060 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 814492

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 6431
/proc/meminfo: memFree=27162268/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=757680 CPUtime=153.7 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 110900 0 0 0 15338 32 0 0 20 0 1 0 274601207 775864320 173922 33554432000 4194304 5654031 140735086842528 140735086830344 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 189420 173922 141 357 0 189060 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 814492

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 6431
/proc/meminfo: memFree=27148944/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=764576 CPUtime=213.69 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 112638 0 0 0 21337 32 0 0 20 0 1 0 274601207 782925824 177193 33554432000 4194304 5654031 140735086842528 140735086840312 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 191144 177193 141 357 0 190784 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 821388

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 6431
/proc/meminfo: memFree=27125748/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6

################
# More data... #
################

/proc/meminfo: memFree=28263348/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1233.53 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113960 0 0 0 123320 33 0 0 20 0 1 0 274601207 798248960 183157 33554432000 4194304 5654031 140735086842528 140735086840296 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183157 141 357 0 194525 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 836352

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6487
/proc/meminfo: memFree=28263472/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1293.53 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113960 0 0 0 129320 33 0 0 20 0 1 0 274601207 798248960 183157 33554432000 4194304 5654031 140735086842528 140735086840296 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183157 141 357 0 194525 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 836352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6487
/proc/meminfo: memFree=28263720/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1353.51 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113960 0 0 0 135318 33 0 0 20 0 1 0 274601207 798248960 183157 33554432000 4194304 5654031 140735086842528 140735086840296 4215248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183157 141 357 0 194525 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 836352

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6488
/proc/meminfo: memFree=28263720/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1413.51 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113960 0 0 0 141318 33 0 0 20 0 1 0 274601207 798248960 183157 33554432000 4194304 5654031 140735086842528 140735086840296 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183157 141 357 0 194525 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 836352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6489
/proc/meminfo: memFree=28261704/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1473.5 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113960 0 0 0 147317 33 0 0 20 0 1 0 274601207 798248960 183157 33554432000 4194304 5654031 140735086842528 140735086840296 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183157 141 357 0 194525 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 836352

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6489
/proc/meminfo: memFree=28255472/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1533.49 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113961 0 0 0 153316 33 0 0 20 0 1 0 274601207 798248960 183669 33554432000 4194304 5654031 140735086842528 140735086840296 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183669 141 357 0 194525 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 836352

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6489
/proc/meminfo: memFree=28255376/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1593.48 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113961 0 0 0 159315 33 0 0 20 0 1 0 274601207 798248960 183669 33554432000 4194304 5654031 140735086842528 140735086840296 4215168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183669 141 357 0 194525 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 836352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6489
/proc/meminfo: memFree=28255116/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1653.47 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113961 0 0 0 165314 33 0 0 20 0 1 0 274601207 798248960 183669 33554432000 4194304 5654031 140735086842528 140735086840296 4215344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183669 141 357 0 194525 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 836352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6493
/proc/meminfo: memFree=28255756/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1713.46 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113961 0 0 0 171313 33 0 0 20 0 1 0 274601207 798248960 183669 33554432000 4194304 5654031 140735086842528 140735086840296 4215079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183669 141 357 0 194525 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 836352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6493
/proc/meminfo: memFree=28255496/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1773.45 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113961 0 0 0 177312 33 0 0 20 0 1 0 274601207 798248960 183669 33554432000 4194304 5654031 140735086842528 140735086840296 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183669 141 357 0 194525 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 836352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6493
/proc/meminfo: memFree=28255496/32873844 swapFree=7108/7108
[pid=6421] ppid=6419 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6421/stat : 6421 (npSolver-pbo-I.) S 6419 6421 1127 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274600350 9367552 275 33554432000 4194304 5064252 140733989217776 140733989216688 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6421/statm: 2287 275 233 213 0 72 0
[pid=6423] ppid=6421 vsize=47664 CPUtime=8.52 cores=0,2,4,6
/proc/6423/stat : 6423 (npSolver-pbo) S 6421 6421 1127 0 -1 4202496 21784 48903 0 0 444 167 223 18 20 0 1 0 274600351 48807936 11415 33554432000 4194304 5992684 140735406080096 140735406065000 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/6423/statm: 11916 11415 188 440 0 11472 0
[pid=6430] ppid=6423 vsize=779540 CPUtime=1791.55 cores=0,2,4,6
/proc/6430/stat : 6430 (glucosInc) R 6423 6421 1127 0 -1 4202496 113961 0 0 0 179122 33 0 0 20 0 1 0 274601207 798248960 183669 33554432000 4194304 5654031 140735086842528 140735086840296 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6430/statm: 194885 183669 141 357 0 194525 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 836352

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1797.91
CPU system time (s): 2.20167
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 1129504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.20167
maximum resident set size= 876988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185027
page faults= 0
swaps= 0
block input operations= 16
block output operations= 678592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 409
involuntary context switches= 1930

runsolver used 2.71659 second user time and 7.11092 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-27 04:11:58
IDJOB=3699156
IDBENCH=71891
IDSOLVER=2276
FILE ID=node102/3699156-1338084718
RUNJOBID= node102-1338052958-1143
PBS_JOBID= 14624412
Free space on /tmp= 70708 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__1024.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699156-1338084718/watcher-3699156-1338084718 -o /tmp/evaluation-result-3699156-1338084718/solver-3699156-1338084718 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699156-1338084718.opb 1839539533 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 70fa2d49713378cb88b5a175e1735707
RANDOM SEED=1839539533

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28204920 kB
Buffers:          302852 kB
Cached:          1899684 kB
SwapCached:            0 kB
Active:          3280164 kB
Inactive:         561876 kB
Active(anon):    1629548 kB
Inactive(anon):    12260 kB
Active(file):    1650616 kB
Inactive(file):   549616 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9964 kB
Writeback:             0 kB
AnonPages:       1648140 kB
Mapped:            15764 kB
Shmem:               200 kB
Slab:             685128 kB
SReclaimable:     127060 kB
SUnreclaim:       558068 kB
KernelStack:        1504 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2087792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70860 MiB
End job on node102 at 2012-05-27 04:41:59