Trace number 3702483

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.11 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_0null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUMe6b8db08be5fb355ef198fbcd40e19b3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15127
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1657421
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1657421
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.15	c fallback to adder encoding
5.68/5.70	c run inc solver
5.68/5.70	c [INC SYSTEM] run initial solver
5.68/5.70	c [INC SYSTEM] preprocess with white file
18.30/18.53	c [INC SYSTEM] finished preprocessing in 12 s
18.30/18.53	c [INC SYSTEM] execute solver
1048.06/1048.42	c [INC SEARCH] formula is SAT
1048.16/1048.50	c [INC SYSTEM] solved the initial formula
1049.06/1049.44	c model valid
1049.06/1049.44	c current solution ok
1054.58/1055.23	o 0
1054.58/1055.23	c starting approximation
1054.58/1055.23	c factor = 2
1054.58/1055.23	c factor still to low - shrinking to 8865.54
1054.58/1055.23	c approx number of clauses: 1e+06
1054.58/1055.23	c current bound: 828710
1056.30/1056.96	c leaving approximation
1056.30/1056.96	c finished approximation
1056.30/1056.96	c [INC SYSTEM] there exists a inc, kill it!
1056.30/1056.96	c write failed with 2
1056.30/1056.97	c [INC SEARCH] iteration: 0
1056.30/1056.97	c [INC BOUNDS] best value:1657421 search for 1657420
1056.30/1056.97	c [INC SYSTEM] create new solver instance
1056.30/1056.97	c [INC] encode full formula
1056.30/1056.97	c fallback to adder encoding
1056.61/1057.18	c set iterative enc to: adder
1056.61/1057.18	c set iterative enc to: none
1056.68/1057.36	c [INC SEARCH] isOptimum variable: 0
1116.21/1116.75	c formula is SAT
1116.31/1116.85	c [INC SEARCH] copied best model
1116.31/1116.85	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1117.21/1117.79	c model valid
1117.21/1117.79	c current solution ok
1117.21/1117.79	o -233
1117.21/1117.79	c [INC SEARCH] iteration: 1
1117.21/1117.79	c [INC BOUNDS] best value:1657188 search for 1657187
1117.21/1117.79	c [INC SYSTEM] there exists a inc, kill it!
1117.21/1117.79	c write failed with 2
1117.31/1117.82	c [INC SYSTEM] create new solver instance
1117.31/1117.82	c [INC] encode full formula
1117.31/1117.82	c fallback to adder encoding
1117.51/1118.02	c set iterative enc to: adder
1117.51/1118.02	c set iterative enc to: none
1117.71/1118.21	c [INC SEARCH] isOptimum variable: 0

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-3702483-1338122173/watcher-3702483-1338122173 -o /tmp/evaluation-result-3702483-1338122173/solver-3702483-1338122173 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702483-1338122173.opb 1522426578 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.53 2.29 2.11 3/181 19016
/proc/meminfo: memFree=29879548/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0

[startup+0.0419779 s]
/proc/loadavg: 2.53 2.29 2.11 3/181 19016
/proc/meminfo: memFree=29879548/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.53 2.29 2.11 3/181 19016
/proc/meminfo: memFree=29879548/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 2.53 2.29 2.11 3/181 19016
/proc/meminfo: memFree=29879548/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.53 2.29 2.11 3/181 19016
/proc/meminfo: memFree=29879548/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.53 2.29 2.11 3/183 19018
/proc/meminfo: memFree=29871344/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=13548 CPUtime=1.49 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) R 19016 19016 28501 0 -1 4202496 2680 0 0 0 149 0 0 0 20 0 1 0 278284416 13873152 2693 33554432000 4194304 5992684 140737217556912 140737217553032 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 3387 2693 146 440 0 2943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22696

[startup+3.10031 s]
/proc/loadavg: 2.53 2.29 2.11 3/183 19018
/proc/meminfo: memFree=29863952/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=49772 CPUtime=3.09 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) R 19016 19016 28501 0 -1 4202496 10121 0 0 0 307 2 0 0 20 0 1 0 278284416 50966528 11663 33554432000 4194304 5992684 140737217556912 140737217553032 5044667 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 12443 11663 159 440 0 11999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58920

[startup+6.30038 s]
/proc/loadavg: 2.57 2.30 2.12 3/183 19018
/proc/meminfo: memFree=29627840/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=5.7 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29251 0 0 0 533 37 0 0 20 0 1 0 278284416 368795648 62324 33554432000 4194304 5992684 140737217556912 140737217551360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62324 174 440 0 89594 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 369300

[startup+12.7005 s]
/proc/loadavg: 2.53 2.30 2.12 3/185 19020
/proc/meminfo: memFree=28595168/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=5.7 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29251 0 0 0 533 37 0 0 20 0 1 0 278284416 368795648 62324 33554432000 4194304 5992684 140737217556912 140737217551360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62324 174 440 0 89594 0
[pid=19019] ppid=19017 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19019/stat : 19019 (cp2_pre.sh) S 19017 19016 28501 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278284986 9367552 277 33554432000 4194304 5064252 140735961688672 140735961687376 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19019/statm: 2287 277 234 213 0 72 0
[pid=19020] ppid=19019 vsize=901584 CPUtime=6.97 cores=1,3,5,7
/proc/19020/stat : 19020 (coprocessor) R 19019 19016 28501 0 -1 4202496 79350 0 0 0 670 27 0 0 20 0 1 0 278284987 923222016 218953 33554432000 4194304 6586260 140734004838768 140734004834792 4755295 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/19020/statm: 225396 218953 180 584 0 224808 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1280032

[startup+25.5004 s]
/proc/loadavg: 2.41 2.28 2.11 3/184 19022
/proc/meminfo: memFree=29153360/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=18.35 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29266 94993 0 0 533 37 1209 56 20 0 1 0 278284416 368795648 62326 33554432000 4194304 5992684 140737217556912 140737217543176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62326 176 440 0 89594 0
[pid=19022] ppid=19017 vsize=436252 CPUtime=6.95 cores=1,3,5,7
/proc/19022/stat : 19022 (glucosInc) R 19017 19016 28501 0 -1 4202496 68328 0 0 0 681 14 0 0 20 0 1 0 278286269 446722048 97208 33554432000 4194304 5654031 140736517815488 140736517813272 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19022/statm: 109063 97208 131 357 0 108703 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 805552

[startup+51.1005 s]
/proc/loadavg: 2.27 2.26 2.11 3/184 19022
/proc/meminfo: memFree=29167144/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=18.35 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29266 94993 0 0 533 37 1209 56 20 0 1 0 278284416 368795648 62326 33554432000 4194304 5992684 140737217556912 140737217543176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62326 176 440 0 89594 0
[pid=19022] ppid=19017 vsize=436384 CPUtime=32.55 cores=1,3,5,7
/proc/19022/stat : 19022 (glucosInc) R 19017 19016 28501 0 -1 4202496 68344 0 0 0 3241 14 0 0 20 0 1 0 278286269 446857216 97224 33554432000 4194304 5654031 140736517815488 140736517813096 4233344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19022/statm: 109096 97224 131 357 0 108736 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 805684

[startup+102.307 s]
/proc/loadavg: 2.11 2.21 2.10 3/183 19022
/proc/meminfo: memFree=29135292/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=18.35 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29266 94993 0 0 533 37 1209 56 20 0 1 0 278284416 368795648 62326 33554432000 4194304 5992684 140737217556912 140737217543176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62326 176 440 0 89594 0
[pid=19022] ppid=19017 vsize=450164 CPUtime=83.75 cores=1,3,5,7
/proc/19022/stat : 19022 (glucosInc) R 19017 19016 28501 0 -1 4202496 70000 0 0 0 8361 14 0 0 20 0 1 0 278286269 460967936 100924 33554432000 4194304 5654031 140736517815488 140736517803304 4215366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19022/statm: 112541 100924 141 357 0 112181 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 819464

[startup+162.3 s]
/proc/loadavg: 2.04 2.17 2.09 3/183 19023
/proc/meminfo: memFree=29138608/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=18.35 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29266 94993 0 0 533 37 1209 56 20 0 1 0 278284416 368795648 62326 33554432000 4194304 5992684 140737217556912 140737217543176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62326 176 440 0 89594 0
[pid=19022] ppid=19017 vsize=450164 CPUtime=143.73 cores=1,3,5,7
/proc/19022/stat : 19022 (glucosInc) R 19017 19016 28501 0 -1 4202496 70002 0 0 0 14359 14 0 0 20 0 1 0 278286269 460967936 101948 33554432000 4194304 5654031 140736517815488 140736517803304 4215055 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19022/statm: 112541 101948 141 357 0 112181 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 819464

[startup+222.3 s]
/proc/loadavg: 2.01 2.14 2.08 3/183 19023
/proc/meminfo: memFree=29138512/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=18.35 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 29266 94993 0 0 533 37 1209 56 20 0 1 0 278284416 368795648 62326 33554432000 4194304 5992684 140737217556912 140737217543176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19017/statm: 90038 62326 176 440 0 89594 0
[pid=19022] ppid=19017 vsize=450164 CPUtime=203.72 cores=1,3,5,7
/proc/19022/stat : 19022 (glucosInc) R 19017 19016 28501 0 -1 4202496 70007 0 0 0 20358 14 0 0 20 0 1 0 278286269 460967936 104508 33554432000 4194304 5654031 140736517815488 140736517803304 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19022/statm: 112541 104508 141 357 0 112181 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 819464

[startup+282.3 s]
/proc/loadavg: 2.00 2.11 2.08 3/184 19026
/proc/meminfo: memFree=29115788/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=360152 CPUtime=18.35 cores=1,3,5,7

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

/proc/meminfo: memFree=28974908/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=244.04 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 24385 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 950980

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 19046
/proc/meminfo: memFree=28965100/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=304.04 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 30385 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 950980

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 19049
/proc/meminfo: memFree=28952124/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=364.02 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 36383 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 950980

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 19072
/proc/meminfo: memFree=28977256/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=424.01 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 42382 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 950980

[startup+1602.3 s]
/proc/loadavg: 1.67 1.94 1.97 2/173 19097
/proc/meminfo: memFree=30689200/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=484 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 48381 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 950980

[startup+1662.3 s]
/proc/loadavg: 1.25 1.77 1.91 2/173 19098
/proc/meminfo: memFree=30689324/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=543.99 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 54380 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4215076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 950980

[startup+1722.3 s]
/proc/loadavg: 1.12 1.64 1.86 2/173 19098
/proc/meminfo: memFree=30689200/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=603.98 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75042 0 0 0 60379 19 0 0 20 0 1 0 278396236 581914624 110545 33554432000 4194304 5654031 140736869321824 140736869309640 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 110545 141 357 0 141709 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 950980

[startup+1782.3 s]
/proc/loadavg: 1.04 1.52 1.80 2/173 19098
/proc/meminfo: memFree=30686780/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=663.98 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75043 0 0 0 66379 19 0 0 20 0 1 0 278396236 581914624 111057 33554432000 4194304 5654031 140736869321824 140736869309640 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 111057 141 357 0 141709 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 950980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.03 1.49 1.78 2/173 19098
/proc/meminfo: memFree=30687016/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=682.39 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75043 0 0 0 68220 19 0 0 20 0 1 0 278396236 581914624 111057 33554432000 4194304 5654031 140736869321824 140736869309640 4215374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 111057 141 357 0 141709 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 950980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 1.03 1.49 1.78 2/173 19098
/proc/meminfo: memFree=30687016/32873844 swapFree=6872/6872
[pid=19016] ppid=19014 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19016/stat : 19016 (npSolver-pbo-It) S 19014 19016 28501 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278284415 9367552 275 33554432000 4194304 5064252 140736662943488 140736662942400 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19016/statm: 2287 275 233 213 0 72 0
[pid=19017] ppid=19016 vsize=373556 CPUtime=1117.72 cores=1,3,5,7
/proc/19017/stat : 19017 (npSolver-pbo) S 19016 19016 28501 0 -1 4202496 47022 315903 0 0 885 512 110199 176 20 0 1 0 278284416 382521344 65723 33554432000 4194304 5992684 140737217556912 140737217542744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/19017/statm: 93389 65723 201 440 0 92945 0
[pid=19045] ppid=19017 vsize=568276 CPUtime=682.39 cores=1,3,5,7
/proc/19045/stat : 19045 (glucosInc) R 19017 19016 28501 0 -1 4202496 75043 0 0 0 68220 19 0 0 20 0 1 0 278396236 581914624 111057 33554432000 4194304 5654031 140736869321824 140736869309640 4215374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19045/statm: 142069 111057 141 357 0 141709 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 950980

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1793.04
CPU system time (s): 7.07
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 1406040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.15137 second user time and 11.4023 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 14:36:14
IDJOB=3702483
IDBENCH=92200
IDSOLVER=2278
FILE ID=node105/3702483-1338122173
RUNJOBID= node105-1338088459-28518
PBS_JOBID= 14624461
Free space on /tmp= 71320 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_0null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702483-1338122173/watcher-3702483-1338122173 -o /tmp/evaluation-result-3702483-1338122173/solver-3702483-1338122173 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702483-1338122173.opb 1522426578 HOME HOME

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

MD5SUM BENCH= e6b8db08be5fb355ef198fbcd40e19b3
RANDOM SEED=1522426578

node105.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		: 2666.882
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	: 5333.76
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		: 2666.882
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		: 2666.882
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		: 2666.882
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		: 2666.882
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	: 5438.54
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		: 2666.882
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.91
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		: 2666.882
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.92
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		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29879928 kB
Buffers:          235752 kB
Cached:           497772 kB
SwapCached:         1932 kB
Active:          1934052 kB
Inactive:         217188 kB
Active(anon):    1411976 kB
Inactive(anon):     7224 kB
Active(file):     522076 kB
Inactive(file):   209964 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             36972 kB
Writeback:            36 kB
AnonPages:       1434576 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             688152 kB
SReclaimable:     128612 kB
SUnreclaim:       559540 kB
KernelStack:        1488 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1730560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    755712 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= 71400 MiB
End job on node105 at 2012-05-27 15:06:17