Trace number 3748505

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 (fixed)? (TO) 1800.07 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_7.opb
MD5SUMc97ea0ca4046b53674ada05533ed4cde
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7290551
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 153990656
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 153911476473
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 153990656
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 153911476473
Number of bits of the biggest sum of numbers38
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.09	c old isEQ: 0, new EQ is 1
1.18/1.27	c run inc solver
1.18/1.27	c [INC SYSTEM] run initial solver
1.18/1.27	c [INC SYSTEM] preprocess with white file
7.28/7.37	c [INC SYSTEM] finished preprocessing in 6 s
7.28/7.37	c [INC SYSTEM] execute solver
11.27/11.34	c [INC SEARCH] formula is SAT
11.27/11.37	c [INC SYSTEM] solved the initial formula
11.38/11.41	c model valid
11.38/11.41	c current solution ok
13.48/13.56	o 50557291
13.48/13.56	c execute binary inc search
13.48/13.56	c [INC SEARCH] current bound: 25278688
13.48/13.56	c [INC SEARCH] iteration: 0
13.48/13.56	c [INC SEARCH] lower bound: 0 upperbound 50557376 current bound: 25278688 best value:50557376
13.48/13.56	c [INC SYSTEM] there exists a inc, kill it!
13.48/13.56	c write failed with 2
13.48/13.58	c [INC SYSTEM] create new solver instance
13.48/13.58	c [INC] encode full formula
13.48/13.58	c fallback to adder encoding
15.18/15.24	c set iterative enc to: adder
15.18/15.24	c set iterative enc to: none
15.50/15.53	c [INC SEARCH] isOptimum variable: 0
167.45/167.54	c [INC SEARCH] formula is SAT
167.55/167.60	c [INC SEARCH] copied best model
167.55/167.60	c sat variable: 1 optimum/unsat variable: 0
167.55/167.65	c model valid
167.55/167.65	c current solution ok
167.55/167.65	o 18081959
167.55/167.65	c [INC SEARCH] current bound: 9041022
167.55/167.65	c [INC SEARCH] iteration: 1
167.55/167.65	c [INC SEARCH] lower bound: 0 upperbound 18082044 current bound: 9041022 best value:18082044
167.55/167.65	c [INC SYSTEM] there exists a inc, kill it!
167.55/167.65	c write failed with 2
167.55/167.68	c [INC SYSTEM] create new solver instance
167.55/167.68	c [INC] encode full formula
167.55/167.68	c fallback to adder encoding
168.96/169.03	c set iterative enc to: adder
168.96/169.03	c set iterative enc to: none
169.27/169.30	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.41	HOME/npSolver-pbo-I.sh: line 18: 27141 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-3748505-1339177203/watcher-3748505-1339177203 -o /tmp/evaluation-result-3748505-1339177203/solver-3748505-1339177203 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748505-1339177203.opb 499330375 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.01 3/180 27140
/proc/meminfo: memFree=24469568/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0

[startup+0.0628831 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27140
/proc/meminfo: memFree=24469568/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10033 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27140
/proc/meminfo: memFree=24469568/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3003 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27140
/proc/meminfo: memFree=24469568/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70033 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 27140
/proc/meminfo: memFree=24469568/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 27142
/proc/meminfo: memFree=24371276/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=85484 CPUtime=1.29 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 8451 0 0 0 113 16 0 0 20 0 1 0 383844678 87535616 20038 33554432000 4194304 6004724 140734862718112 140734862712576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27141/statm: 21371 20038 171 442 0 20925 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 94632

[startup+3.10048 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 27144
/proc/meminfo: memFree=24213904/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=85484 CPUtime=1.29 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 8451 0 0 0 113 16 0 0 20 0 1 0 383844678 87535616 20038 33554432000 4194304 6004724 140734862718112 140734862712576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27141/statm: 21371 20038 171 442 0 20925 0
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27143/stat : 27143 (cp2_pre.sh) S 27141 27140 26543 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383844808 9367552 277 33554432000 4194304 5064252 140733208283104 140733208281808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27143/statm: 2287 277 234 213 0 72 0
[pid=27144] ppid=27143 vsize=354492 CPUtime=1.79 cores=1,3,5,7
/proc/27144/stat : 27144 (coprocessor) R 27143 27140 26543 0 -1 4202496 41103 0 0 0 168 11 0 0 20 0 1 0 383844808 362999808 79003 33554432000 4194304 6586260 140734256663168 140734256659432 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/27144/statm: 88623 79003 166 584 0 88035 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 458272

[startup+6.30038 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 27148
/proc/meminfo: memFree=23816088/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=85484 CPUtime=1.29 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 8451 0 0 0 113 16 0 0 20 0 1 0 383844678 87535616 20038 33554432000 4194304 6004724 140734862718112 140734862712576 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27141/statm: 21371 20038 171 442 0 20925 0
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27143/stat : 27143 (cp2_pre.sh) S 27141 27140 26543 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383844808 9367552 277 33554432000 4194304 5064252 140733208283104 140733208281808 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/27143/statm: 2287 277 234 213 0 72 0
[pid=27144] ppid=27143 vsize=451108 CPUtime=4.99 cores=1,3,5,7
/proc/27144/stat : 27144 (coprocessor) R 27143 27140 26543 0 -1 4202496 58828 0 0 0 471 28 0 0 20 0 1 0 383844808 461934592 109355 33554432000 4194304 6586260 140734256663168 140734256658792 5075959 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/27144/statm: 112777 109355 204 584 0 112189 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 554888

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 27151
/proc/meminfo: memFree=24014144/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=89544 CPUtime=8.74 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) R 27140 27140 26543 0 -1 4202496 10794 59731 0 0 145 122 570 37 20 0 1 0 383844678 91693056 21062 33554432000 4194304 6004724 140734862718112 140734862712312 5190832 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27141/statm: 22386 21062 180 442 0 21940 0
[pid=27151] ppid=27141 vsize=169964 CPUtime=3.94 cores=1,3,5,7
/proc/27151/stat : 27151 (glucosInc) S 27141 27140 26543 0 -1 4202496 32348 0 0 0 386 8 0 0 20 0 1 0 383845416 174043136 39307 33554432000 4194304 5654031 140736434523328 140736434521640 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 42491 39307 146 357 0 42131 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 268656

[startup+25.5072 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 27154
/proc/meminfo: memFree=23613636/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=93100 CPUtime=15.53 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 17625 93115 0 0 327 212 957 57 20 0 1 0 383844678 95334400 21987 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 23275 21987 184 442 0 22829 0
[pid=27154] ppid=27141 vsize=504328 CPUtime=9.96 cores=1,3,5,7
/proc/27154/stat : 27154 (glucosInc) R 27141 27140 26543 0 -1 4202496 74257 0 0 0 972 24 0 0 20 0 1 0 383846231 516431872 102968 33554432000 4194304 5654031 140736620941664 140736620939448 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27154/statm: 126082 102968 141 357 0 125722 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 606576

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 27154
/proc/meminfo: memFree=23571752/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=93100 CPUtime=15.53 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 17625 93115 0 0 327 212 957 57 20 0 1 0 383844678 95334400 21987 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 23275 21987 184 442 0 22829 0
[pid=27154] ppid=27141 vsize=514748 CPUtime=35.54 cores=1,3,5,7
/proc/27154/stat : 27154 (glucosInc) R 27141 27140 26543 0 -1 4202496 75479 0 0 0 3530 24 0 0 20 0 1 0 383846231 527101952 106745 33554432000 4194304 5654031 140736620941664 140736620929480 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 128687 106745 141 357 0 128327 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 616996

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 27155
/proc/meminfo: memFree=23545660/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=93100 CPUtime=15.53 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 17625 93115 0 0 327 212 957 57 20 0 1 0 383844678 95334400 21987 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 23275 21987 184 442 0 22829 0
[pid=27154] ppid=27141 vsize=514748 CPUtime=86.73 cores=1,3,5,7
/proc/27154/stat : 27154 (glucosInc) R 27141 27140 26543 0 -1 4202496 75746 0 0 0 8649 24 0 0 20 0 1 0 383846231 527101952 108545 33554432000 4194304 5654031 140736620941664 140736620929480 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 128687 108545 141 357 0 128327 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 616996

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27155
/proc/meminfo: memFree=23508980/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=93100 CPUtime=15.53 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 17625 93115 0 0 327 212 957 57 20 0 1 0 383844678 95334400 21987 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 23275 21987 184 442 0 22829 0
[pid=27154] ppid=27141 vsize=519096 CPUtime=146.72 cores=1,3,5,7
/proc/27154/stat : 27154 (glucosInc) R 27141 27140 26543 0 -1 4202496 75928 0 0 0 14648 24 0 0 20 0 1 0 383846231 531554304 110246 33554432000 4194304 5654031 140736620941664 140736620929480 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 129774 110246 141 357 0 129414 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 621344

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 27159
/proc/meminfo: memFree=23642240/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=441160 CPUtime=52.97 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 69530 0 0 0 5261 36 0 0 20 0 1 0 383861608 451747840 102329 33554432000 4194304 5654031 140733267973536 140733267971320 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 110290 102329 141 357 0 109930 0
Current children cumulated CPU time (s) 222.24

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

/proc/loadavg: 2.02 2.02 2.00 3/182 27194
/proc/meminfo: memFree=23385528/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=465892 CPUtime=1132.78 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 79374 0 0 0 113192 86 0 0 20 0 1 0 383861608 477073408 110441 33554432000 4194304 5654031 140733267973536 140733267971560 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 116473 110441 141 357 0 116113 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 609408

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 27194
/proc/meminfo: memFree=23532128/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=465892 CPUtime=1192.77 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 79375 0 0 0 119191 86 0 0 20 0 1 0 383861608 477073408 110953 33554432000 4194304 5654031 140733267973536 140733267971560 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 116473 110953 141 357 0 116113 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 609408

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 27194
/proc/meminfo: memFree=23573708/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=465892 CPUtime=1252.76 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 79377 0 0 0 125190 86 0 0 20 0 1 0 383861608 477073408 111977 33554432000 4194304 5654031 140733267973536 140733267971560 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 116473 111977 141 357 0 116113 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 609408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 27194
/proc/meminfo: memFree=23470504/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=547280 CPUtime=1312.75 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 79568 0 0 0 131187 88 0 0 20 0 1 0 383861608 560414720 123921 33554432000 4194304 5654031 140733267973536 140733267971624 4215353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 136820 123921 141 357 0 136460 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 690796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27194
/proc/meminfo: memFree=23536084/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=547280 CPUtime=1372.74 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 80148 0 0 0 137181 93 0 0 20 0 1 0 383861608 560414720 113169 33554432000 4194304 5654031 140733267973536 140733267971624 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 136820 113169 141 357 0 136460 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 690796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27195
/proc/meminfo: memFree=23470404/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=547280 CPUtime=1432.73 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 80166 0 0 0 143179 94 0 0 20 0 1 0 383861608 560414720 122385 33554432000 4194304 5654031 140733267973536 140733267971624 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 136820 122385 141 357 0 136460 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 690796

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27195
/proc/meminfo: memFree=23465244/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=547280 CPUtime=1492.73 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 80182 0 0 0 149178 95 0 0 20 0 1 0 383861608 560414720 130577 33554432000 4194304 5654031 140733267973536 140733267971624 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 136820 130577 141 357 0 136460 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 690796

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 27195
/proc/meminfo: memFree=23456976/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=679540 CPUtime=1552.72 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 80663 0 0 0 155175 97 0 0 20 0 1 0 383861608 695848960 138722 33554432000 4194304 5654031 140733267973536 140733267971624 4214944 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 169885 138722 141 357 0 169525 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 823056

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 27195
/proc/meminfo: memFree=23388960/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=679540 CPUtime=1612.7 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 80679 0 0 0 161173 97 0 0 20 0 1 0 383861608 695848960 146914 33554432000 4194304 5654031 140733267973536 140733267971624 4215088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 169885 146914 141 357 0 169525 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 823056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 27240
/proc/meminfo: memFree=23736684/32873844 swapFree=7628/7628
[pid=27140] ppid=27138 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (npSolver-pbo-I.) S 27138 27140 26543 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383844678 9367552 275 33554432000 4194304 5064252 140734121322560 140734121321472 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2287 275 233 213 0 72 0
[pid=27141] ppid=27140 vsize=134368 CPUtime=169.27 cores=1,3,5,7
/proc/27141/stat : 27141 (npSolver-pbo) S 27140 27140 26543 0 -1 4202496 25284 169769 0 0 476 231 16128 92 20 0 1 0 383844678 137592832 32273 33554432000 4194304 6004724 140734862718112 140734862703032 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/27141/statm: 33592 32273 185 442 0 33146 0
[pid=27157] ppid=27141 vsize=679540 CPUtime=1630.8 cores=1,3,5,7
/proc/27157/stat : 27157 (glucosInc) R 27141 27140 26543 0 -1 4202496 80703 0 0 0 162983 97 0 0 20 0 1 0 383861608 695848960 150004 33554432000 4194304 5654031 140733267973536 140733267971624 4215112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27157/statm: 169885 150004 141 357 0 169525 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 823056

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 27140 and gives
#  childrusage.ru_utime.tv_sec=166
#  childrusage.ru_utime.tv_usec=45757
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=249506
# CPU time returned by wait4() is 169.295
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.07
CPU user time (s): 1795.87
CPU system time (s): 4.2
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 947320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.046
system time used= 3.24951
maximum resident set size= 511416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 815104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3171
involuntary context switches= 1290

runsolver used 6.91295 second user time and 19.451 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-08 19:40:03
IDJOB=3748505
IDBENCH=92732
IDSOLVER=2333
FILE ID=node143/3748505-1339177203
RUNJOBID= node143-1339172048-26718
PBS_JOBID= 14643845
Free space on /tmp= 69880 MiB

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

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

MD5SUM BENCH= c97ea0ca4046b53674ada05533ed4cde
RANDOM SEED=499330375

node143.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.787
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.57
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.787
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.787
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.787
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.787
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		: 2666.787
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	: 5298.57
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.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        24470212 kB
Buffers:         3623404 kB
Cached:          3478600 kB
SwapCached:          196 kB
Active:          5702464 kB
Inactive:        1636528 kB
Active(anon):     216472 kB
Inactive(anon):    12460 kB
Active(file):    5485992 kB
Inactive(file):  1624068 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108460 kB
Dirty:             29588 kB
Writeback:             0 kB
AnonPages:        233940 kB
Mapped:            12072 kB
Shmem:               160 kB
Slab:             924972 kB
SReclaimable:     366212 kB
SUnreclaim:       558760 kB
KernelStack:        1496 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     348876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 69732 MiB
End job on node143 at 2012-06-08 20:10:04