Trace number 3702959

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-topdown-quickBound? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
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.29	c run inc solver
0.00/0.29	c [INC SYSTEM] run initial solver
0.00/0.29	c [INC SYSTEM] preprocess with white file
2.08/2.20	c [INC SYSTEM] finished preprocessing in 1 s
2.08/2.20	c [INC SYSTEM] execute solver
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN

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-3702959-1338072137/watcher-3702959-1338072137 -o /tmp/evaluation-result-3702959-1338072137/solver-3702959-1338072137 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702959-1338072137.opb 1853673575 HOME HOME 

running on 4 cores: 1,3,5,7

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 1.94 3/180 16357
/proc/meminfo: memFree=30971060/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0

[startup+0.0595291 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 16357
/proc/meminfo: memFree=30971060/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100347 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 16357
/proc/meminfo: memFree=30971060/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300198 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 16357
/proc/meminfo: memFree=30971060/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700199 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 16357
/proc/meminfo: memFree=30971060/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 16361
/proc/meminfo: memFree=30840556/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=0.29 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7379 0 0 0 26 3 0 0 20 0 1 0 273338540 34422784 6428 33554432000 4194304 5992684 140733482133936 140733482128384 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16358/statm: 8404 6428 164 440 0 7960 0
[pid=16360] ppid=16358 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16360/stat : 16360 (cp2_pre.sh) S 16358 16357 28504 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 273338570 9367552 276 33554432000 4194304 5064252 140735023476256 140735023474960 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16360/statm: 2287 276 234 213 0 72 0
[pid=16361] ppid=16360 vsize=115000 CPUtime=1.19 cores=1,3,5,7
/proc/16361/stat : 16361 (coprocessor) R 16360 16357 28504 0 -1 4202496 20487 0 0 0 114 5 0 0 20 0 1 0 273338570 117760000 27656 33554432000 4194304 6586260 140737375169312 140737375165160 4683456 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/16361/statm: 28750 27656 191 584 0 28162 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 166912

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 16361
/proc/meminfo: memFree=30816168/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 42764
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16363
/proc/meminfo: memFree=30881160/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=56408 CPUtime=4.08 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 11169 0 0 0 406 2 0 0 20 0 1 0 273338760 57761792 12289 33554432000 4194304 5654031 140736659245296 140736659242904 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 14102 12289 131 357 0 13742 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 99172

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16363
/proc/meminfo: memFree=30879384/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=56540 CPUtime=10.49 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 11333 0 0 0 1046 3 0 0 20 0 1 0 273338760 57896960 12450 33554432000 4194304 5654031 140736659245296 140736659243080 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 14135 12450 131 357 0 13775 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 99304

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16363
/proc/meminfo: memFree=30950732/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=57212 CPUtime=23.28 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 12156 0 0 0 2325 3 0 0 20 0 1 0 273338760 58585088 12689 33554432000 4194304 5654031 140736659245296 140736659243320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 14303 12689 141 357 0 13943 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 99976

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16363
/proc/meminfo: memFree=30907660/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=64820 CPUtime=48.88 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 12828 0 0 0 4884 4 0 0 20 0 1 0 273338760 66375680 13865 33554432000 4194304 5654031 140736659245296 140736659243080 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 16205 13865 141 357 0 15845 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 107584

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 16363
/proc/meminfo: memFree=30880820/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=84180 CPUtime=100.06 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 13525 0 0 0 10002 4 0 0 20 0 1 0 273338760 86200320 16398 33554432000 4194304 5654031 140736659245296 140736659243080 4225982 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 21045 16398 141 357 0 20685 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 126944

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/183 16363
/proc/meminfo: memFree=30869292/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=102856 CPUtime=160.05 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 13810 0 0 0 16000 5 0 0 20 0 1 0 273338760 105324544 23317 33554432000 4194304 5654031 140736659245296 140736659243096 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 25714 23317 141 357 0 25354 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 145620

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/183 16363
/proc/meminfo: memFree=30855996/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=220.04 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 15238 0 0 0 21997 7 0 0 20 0 1 0 273338760 117276672 19935 33554432000 4194304 5654031 140736659245296 140736659243176 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 19935 141 357 0 28272 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 157292


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

/proc/loadavg: 2.01 2.09 2.04 3/183 16507
/proc/meminfo: memFree=29732240/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1299.88 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 17043 0 0 0 129978 10 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232563 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 157292

[startup+1362.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/183 16507
/proc/meminfo: memFree=29721716/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1359.86 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 17512 0 0 0 135976 10 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4208648 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 157292

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.03 3/183 16514
/proc/meminfo: memFree=29725460/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1419.86 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 17512 0 0 0 141976 10 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 157292

[startup+1482.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/183 16514
/proc/meminfo: memFree=29721208/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1479.85 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 17980 0 0 0 147974 11 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 157292

[startup+1542.3 s]
/proc/loadavg: 2.01 2.05 2.03 3/183 16522
/proc/meminfo: memFree=29722380/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1539.84 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 17980 0 0 0 153973 11 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 157292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/183 16522
/proc/meminfo: memFree=29718500/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1599.82 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 18449 0 0 0 159971 11 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 157292

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.02 3/182 16529
/proc/meminfo: memFree=29721120/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1659.82 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 18449 0 0 0 165971 11 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4214996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 157292

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.01 3/184 16533
/proc/meminfo: memFree=29684892/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=163848 CPUtime=1719.81 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 18918 0 0 0 171969 12 0 0 20 0 1 0 273338760 167780352 35372 33554432000 4194304 5654031 140736659245296 140736659243224 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 40962 35372 141 357 0 40602 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 206612

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/183 16540
/proc/meminfo: memFree=29722816/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1779.8 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 18918 0 0 0 177968 12 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 157292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 16540
/proc/meminfo: memFree=29722288/32873844 swapFree=6600/6600
[pid=16357] ppid=16355 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16357/stat : 16357 (npSolver-pbo-It) S 16355 16357 28504 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273338540 9367552 274 33554432000 4194304 5064252 140737264820624 140737264819536 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16357/statm: 2287 274 233 213 0 72 0
[pid=16358] ppid=16357 vsize=33616 CPUtime=2.18 cores=1,3,5,7
/proc/16358/stat : 16358 (npSolver-pbo) S 16357 16357 28504 0 -1 4202496 7396 21888 0 0 26 3 181 8 20 0 1 0 273338540 34422784 6430 33554432000 4194304 5992684 140733482133936 140733482120200 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/16358/statm: 8404 6430 166 440 0 7960 0
[pid=16363] ppid=16358 vsize=114528 CPUtime=1797.9 cores=1,3,5,7
/proc/16363/stat : 16363 (glucosInc) R 16358 16357 28504 0 -1 4202496 18918 0 0 0 179778 12 0 0 20 0 1 0 273338760 117276672 27238 33554432000 4194304 5654031 140736659245296 140736659243320 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16363/statm: 28632 27238 141 357 0 28272 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 157292

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16357 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=83683
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 2.20466
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.85
CPU system time (s): 0.23
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 206612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.08368
system time used= 0.120981
maximum resident set size= 114652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 36552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 17

runsolver used 7.65384 second user time and 20.0989 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 00:42:17
IDJOB=3702959
IDBENCH=2929
IDSOLVER=2278
FILE ID=node140/3702959-1338072137
RUNJOBID= node140-1338052929-28521
PBS_JOBID= 14624397
Free space on /tmp= 71264 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_4.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702959-1338072137/watcher-3702959-1338072137 -o /tmp/evaluation-result-3702959-1338072137/solver-3702959-1338072137 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702959-1338072137.opb 1853673575 HOME HOME

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=1853673575

node140.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.094
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.18
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.094
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.91
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.094
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.094
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.094
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.92
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.094
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	: 5331.88
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.094
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.90
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.094
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:        30971060 kB
Buffers:          258052 kB
Cached:           518272 kB
SwapCached:         1596 kB
Active:          1071932 kB
Inactive:          20100 kB
Active(anon):     306136 kB
Inactive(anon):     9780 kB
Active(file):     765796 kB
Inactive(file):    10320 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105132 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        417060 kB
Mapped:            12964 kB
Shmem:                 8 kB
Slab:             656076 kB
SReclaimable:      98076 kB
SUnreclaim:       558000 kB
KernelStack:        1520 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     476996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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= 71068 MiB
End job on node140 at 2012-05-27 01:12:17