Trace number 3699444

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.01 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_3_mh.opb
MD5SUMd4efe70b0c8674b6d4d4e9279975f4ec
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5682452
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 182284263
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 13627510549
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 182284263
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 13627510549
Number of bits of the biggest sum of numbers34
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.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
3.17/3.21	c [INC SYSTEM] finished preprocessing in 2 s
3.17/3.21	c [INC SYSTEM] execute solver
7.67/7.73	c [INC SEARCH] formula is SAT
7.67/7.74	c [INC SYSTEM] solved the initial formula
7.78/7.85	c model valid
7.78/7.85	c current solution ok
9.07/9.14	o 235068133
9.07/9.14	c execute binary inc search
9.07/9.14	c [INC SEARCH] current bound: 117534079
9.07/9.14	c [INC SEARCH] iteration: 0
9.07/9.14	c [INC SEARCH] lower bound: 0 upperbound 235068158 current bound: 117534079 best value:235068158
9.07/9.14	c [INC SYSTEM] there exists a inc, kill it!
9.07/9.14	c write failed with 2
9.07/9.15	c [INC SYSTEM] create new solver instance
9.07/9.15	c [INC] encode full formula
9.07/9.15	c fallback to adder encoding
11.57/11.61	c set iterative enc to: adder
11.57/11.61	c set iterative enc to: none
11.86/11.93	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.41	HOME/npSolver-pbo-I.sh: line 18: 23268 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3699444-1338131220/watcher-3699444-1338131220 -o /tmp/evaluation-result-3699444-1338131220/solver-3699444-1338131220 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699444-1338131220.opb 79405741 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.08 2.02 2.18 3/177 23267
/proc/meminfo: memFree=31535296/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0

[startup+0.073115 s]
/proc/loadavg: 2.08 2.02 2.18 3/177 23267
/proc/meminfo: memFree=31535296/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 2.08 2.02 2.18 3/177 23267
/proc/meminfo: memFree=31535296/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300214 s]
/proc/loadavg: 2.08 2.02 2.18 3/177 23267
/proc/meminfo: memFree=31535296/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 2.08 2.02 2.18 3/177 23267
/proc/meminfo: memFree=31535296/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.08 2.02 2.18 3/182 23273
/proc/meminfo: memFree=31222352/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=52636 CPUtime=0.63 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 7839 0 0 0 57 6 0 0 20 0 1 0 279246499 53899264 9554 33554432000 4194304 5992684 140734028530992 140734028525440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 13159 9554 171 440 0 12715 0
[pid=23272] ppid=23268 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23272/stat : 23272 (cp2_pre.sh) S 23268 23267 22368 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279246563 9367552 277 33554432000 4194304 5064252 140733450016720 140733450015424 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23272/statm: 2287 277 234 213 0 72 0
[pid=23273] ppid=23272 vsize=171572 CPUtime=0.84 cores=1,3,5,7
/proc/23273/stat : 23273 (coprocessor) R 23272 23267 22368 0 -1 4202496 28215 0 0 0 79 5 0 0 20 0 1 0 279246563 175689728 38459 33554432000 4194304 6586260 140735348161744 140735348158504 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/23273/statm: 42893 38459 166 584 0 42305 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 242504

[startup+3.10035 s]
/proc/loadavg: 2.08 2.02 2.18 4/182 23273
/proc/meminfo: memFree=31138500/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=52636 CPUtime=0.63 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 7839 0 0 0 57 6 0 0 20 0 1 0 279246499 53899264 9554 33554432000 4194304 5992684 140734028530992 140734028525440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 13159 9554 171 440 0 12715 0
[pid=23272] ppid=23268 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23272/stat : 23272 (cp2_pre.sh) S 23268 23267 22368 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279246563 9367552 277 33554432000 4194304 5064252 140733450016720 140733450015424 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23272/statm: 2287 277 234 213 0 72 0
[pid=23273] ppid=23272 vsize=210616 CPUtime=2.45 cores=1,3,5,7
/proc/23273/stat : 23273 (coprocessor) R 23272 23267 22368 0 -1 4202496 35346 0 0 0 232 13 0 0 20 0 1 0 279246563 215670784 51458 33554432000 4194304 6586260 140735348161744 140735348157496 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/23273/statm: 52654 51458 200 584 0 52066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 281548

[startup+6.30039 s]
/proc/loadavg: 2.07 2.02 2.18 4/181 23275
/proc/meminfo: memFree=31241748/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=52636 CPUtime=3.19 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 7857 36251 0 0 57 6 241 15 20 0 1 0 279246499 53899264 9556 33554432000 4194304 5992684 140734028530992 140734028517256 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 13159 9556 173 440 0 12715 0
[pid=23275] ppid=23268 vsize=98572 CPUtime=3.07 cores=1,3,5,7
/proc/23275/stat : 23275 (glucosInc) R 23268 23267 22368 0 -1 4202496 20171 0 0 0 304 3 0 0 20 0 1 0 279246821 100937728 22737 33554432000 4194304 5654031 140736497342912 140736497340696 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23275/statm: 24643 22737 140 357 0 24283 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 160356

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.17 3/181 23278
/proc/meminfo: memFree=31051368/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=236180 CPUtime=0.75 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 35701 0 0 0 68 7 0 0 20 0 1 0 279247693 241848320 49430 33554432000 4194304 5654031 140733823455488 140733822405080 4797458 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 59045 49430 109 357 0 58685 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 311796

[startup+25.5005 s]
/proc/loadavg: 2.05 2.01 2.17 3/181 23278
/proc/meminfo: memFree=30629364/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=545940 CPUtime=13.55 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 84240 0 0 0 1332 23 0 0 20 0 1 0 279247693 559042560 122291 33554432000 4194304 5654031 140733823455488 140733823443304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 136485 122291 141 357 0 136125 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 621556

[startup+51.1005 s]
/proc/loadavg: 2.11 2.03 2.17 3/181 23279
/proc/meminfo: memFree=30625880/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=547172 CPUtime=39.15 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 84531 0 0 0 3891 24 0 0 20 0 1 0 279247693 560304128 123093 33554432000 4194304 5654031 140733823455488 140733823453272 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 136793 123093 142 357 0 136433 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 622788

[startup+102.3 s]
/proc/loadavg: 2.05 2.02 2.16 4/181 23281
/proc/meminfo: memFree=30646920/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=548680 CPUtime=90.34 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 84913 0 0 0 9010 24 0 0 20 0 1 0 279247693 561848320 124485 33554432000 4194304 5654031 140733823455488 140733823443304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 137170 124485 142 357 0 136810 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 624296

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.15 3/181 23281
/proc/meminfo: memFree=30637832/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=550396 CPUtime=150.29 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 85400 0 0 0 15005 24 0 0 20 0 1 0 279247693 563605504 125445 33554432000 4194304 5654031 140733823455488 140733823453272 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 137599 125445 142 357 0 137239 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 626012

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.14 3/182 23284
/proc/meminfo: memFree=30618644/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=561364 CPUtime=210.28 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.01 3/181 23291
/proc/meminfo: memFree=30497116/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=654536 CPUtime=1350.09 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 91533 0 0 0 134972 37 0 0 20 0 1 0 279247693 670244864 136546 33554432000 4194304 5654031 140733823455488 140733823443304 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 163634 136546 142 357 0 163274 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 730152

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.01 4/182 23294
/proc/meminfo: memFree=30520432/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=573148 CPUtime=1410.08 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92044 0 0 0 140969 39 0 0 20 0 1 0 279247693 586903552 130747 33554432000 4194304 5654031 140733823455488 140733823443304 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 143287 130747 142 357 0 142927 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 648764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 23294
/proc/meminfo: memFree=30516472/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=573148 CPUtime=1470.06 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92046 0 0 0 146967 39 0 0 20 0 1 0 279247693 586903552 131771 33554432000 4194304 5654031 140733823455488 140733823443304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 143287 131771 142 357 0 142927 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 648764

[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 23295
/proc/meminfo: memFree=30512368/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=573148 CPUtime=1530.06 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92048 0 0 0 152967 39 0 0 20 0 1 0 279247693 586903552 132795 33554432000 4194304 5654031 140733823455488 140733823443304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 143287 132795 142 357 0 142927 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 648764

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23296
/proc/meminfo: memFree=30508404/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=573148 CPUtime=1590.04 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92050 0 0 0 158965 39 0 0 20 0 1 0 279247693 586903552 133819 33554432000 4194304 5654031 140733823455488 140733823443304 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 143287 133819 142 357 0 142927 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 648764

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23300
/proc/meminfo: memFree=30578168/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=573148 CPUtime=1650.03 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92053 0 0 0 164964 39 0 0 20 0 1 0 279247693 586903552 134843 33554432000 4194304 5654031 140733823455488 140733823443304 4233306 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 143287 134843 142 357 0 142927 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 648764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 23300
/proc/meminfo: memFree=30533432/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=654536 CPUtime=1710.03 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92737 0 0 0 170962 41 0 0 20 0 1 0 279247693 670244864 136547 33554432000 4194304 5654031 140733823455488 140733823443304 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 163634 136547 142 357 0 163274 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 730152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23300
/proc/meminfo: memFree=30530888/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=654536 CPUtime=1770.02 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92739 0 0 0 176961 41 0 0 20 0 1 0 279247693 670244864 137571 33554432000 4194304 5654031 140733823455488 140733823443304 4215357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 163634 137571 142 357 0 163274 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 730152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23340
/proc/meminfo: memFree=30705284/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=654536 CPUtime=1788.12 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92739 0 0 0 178771 41 0 0 20 0 1 0 279247693 670244864 137571 33554432000 4194304 5654031 140733823455488 140733823443304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 163634 137571 142 357 0 163274 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 730152

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23340
/proc/meminfo: memFree=30705284/32873648 swapFree=6612/6612
[pid=23267] ppid=23265 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23267/stat : 23267 (npSolver-pbo-I.) S 23265 23267 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279246499 9367552 274 33554432000 4194304 5064252 140736141094432 140736141093344 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23267/statm: 2287 274 233 213 0 72 0
[pid=23268] ppid=23267 vsize=66468 CPUtime=11.89 cores=1,3,5,7
/proc/23268/stat : 23268 (npSolver-pbo) S 23267 23267 22368 0 -1 4202496 17149 57650 0 0 334 142 688 25 20 0 1 0 279246499 68063232 13033 33554432000 4194304 5992684 140734028530992 140734028515896 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23268/statm: 16617 13033 191 440 0 16173 0
[pid=23278] ppid=23268 vsize=654536 CPUtime=1788.12 cores=1,3,5,7
/proc/23278/stat : 23278 (glucosInc) R 23268 23267 22368 0 -1 4202496 92739 0 0 0 178771 41 0 0 20 0 1 0 279247693 670244864 137571 33554432000 4194304 5654031 140733823455488 140733823443304 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23278/statm: 163634 137571 142 357 0 163274 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 730152

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23267 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=238443
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=691742
# CPU time returned by wait4() is 11.9302
# while last known CPU time is 1800.01
#
# 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.01
CPU user time (s): 1797.93
CPU system time (s): 2.08
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 860380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2384
system time used= 1.69174
maximum resident set size= 405336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75173
page faults= 0
swaps= 0
block input operations= 8
block output operations= 526256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 563
involuntary context switches= 46

runsolver used 3.21351 second user time and 8.5777 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 17:07:00
IDJOB=3699444
IDBENCH=92698
IDSOLVER=2276
FILE ID=node148/3699444-1338131220
RUNJOBID= node148-1338123335-22385
PBS_JOBID= 14624498
Free space on /tmp= 71684 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_3_mh.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699444-1338131220/watcher-3699444-1338131220 -o /tmp/evaluation-result-3699444-1338131220/solver-3699444-1338131220 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699444-1338131220.opb 79405741 HOME HOME

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

MD5SUM BENCH= d4efe70b0c8674b6d4d4e9279975f4ec
RANDOM SEED=79405741

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.284
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.90
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.284
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		: 2667.284
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31536784 kB
Buffers:          269336 kB
Cached:           196352 kB
SwapCached:          576 kB
Active:           471580 kB
Inactive:          23464 kB
Active(anon):      19740 kB
Inactive(anon):    12156 kB
Active(file):     451840 kB
Inactive(file):    11308 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             24552 kB
Writeback:             0 kB
AnonPages:        168224 kB
Mapped:            11680 kB
Shmem:                96 kB
Slab:             704288 kB
SReclaimable:     148500 kB
SUnreclaim:       555788 kB
KernelStack:        1504 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71452 MiB
End job on node148 at 2012-05-27 17:37:00