Trace number 3748503

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.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_4.opb
MD5SUM213b2ab8f9fabc47faf8664d1026e564
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6667103
Best CPU time to get the best result obtained on this benchmark1800.07
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 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 146273936801
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 146273936801
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
0.00/1.21	c run inc solver
0.00/1.21	c [INC SYSTEM] run initial solver
0.00/1.21	c [INC SYSTEM] preprocess with white file
6.97/7.09	c [INC SYSTEM] finished preprocessing in 5 s
6.97/7.09	c [INC SYSTEM] execute solver
10.56/10.70	c [INC SEARCH] formula is SAT
10.77/10.83	c [INC SYSTEM] solved the initial formula
10.77/10.83	c model valid
10.77/10.83	c current solution ok
12.88/12.98	o 261197029
12.88/12.98	c execute binary inc search
12.88/12.98	c [INC SEARCH] current bound: 130598557
12.88/12.98	c [INC SEARCH] iteration: 0
12.88/12.98	c [INC SEARCH] lower bound: 0 upperbound 261197114 current bound: 130598557 best value:261197114
12.88/12.98	c [INC SYSTEM] there exists a inc, kill it!
12.88/12.98	c write failed with 2
12.88/12.99	c [INC SYSTEM] create new solver instance
12.88/12.99	c [INC] encode full formula
12.88/12.99	c fallback to adder encoding
15.07/15.13	c set iterative enc to: adder
15.07/15.13	c set iterative enc to: none
15.36/15.47	c [INC SEARCH] isOptimum variable: 0
24.48/24.51	c [INC SEARCH] formula is SAT
24.48/24.58	c [INC SEARCH] copied best model
24.48/24.58	c sat variable: 1 optimum/unsat variable: 0
24.58/24.64	c model valid
24.58/24.64	c current solution ok
24.58/24.64	o 46205761
24.58/24.64	c [INC SEARCH] current bound: 23102923
24.58/24.64	c [INC SEARCH] iteration: 1
24.58/24.64	c [INC SEARCH] lower bound: 0 upperbound 46205846 current bound: 23102923 best value:46205846
24.58/24.64	c [INC SYSTEM] there exists a inc, kill it!
24.58/24.64	c write failed with 2
24.58/24.66	c [INC SYSTEM] create new solver instance
24.58/24.66	c [INC] encode full formula
24.58/24.66	c fallback to adder encoding
26.29/26.39	c set iterative enc to: adder
26.29/26.39	c set iterative enc to: none
26.59/26.69	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	HOME/npSolver-pbo-I.sh: line 18: 25200 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-3748503-1339177411/watcher-3748503-1339177411 -o /tmp/evaluation-result-3748503-1339177411/solver-3748503-1339177411 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748503-1339177411.opb 1838842438 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25199
/proc/meminfo: memFree=30238040/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0

[startup+0.089633 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25199
/proc/meminfo: memFree=30238040/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100338 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25199
/proc/meminfo: memFree=30238040/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.591211 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25199
/proc/meminfo: memFree=30238040/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700251 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25199
/proc/meminfo: memFree=30238040/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25203
/proc/meminfo: memFree=29829876/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=85484 CPUtime=1.23 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 8814 0 0 0 109 14 0 0 20 0 1 0 383865933 87535616 19768 33554432000 4194304 6004724 140733951082864 140733951077328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25200/statm: 21371 19768 171 442 0 20925 0
[pid=25202] ppid=25200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25202/stat : 25202 (cp2_pre.sh) S 25200 25199 24017 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383866057 9367552 276 33554432000 4194304 5064252 140733303947856 140733303946560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25202/statm: 2287 276 234 213 0 72 0
[pid=25203] ppid=25202 vsize=38156 CPUtime=0.24 cores=0,2,4,6
/proc/25203/stat : 25203 (coprocessor) R 25202 25199 24017 0 -1 4202496 7165 0 0 0 23 1 0 0 20 0 1 0 383866057 39071744 8723 33554432000 4194304 6586260 140736406066800 140736406063560 5732400 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25203/statm: 9539 8723 137 584 0 8951 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 141936

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25203
/proc/meminfo: memFree=29494200/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=85484 CPUtime=1.23 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 8814 0 0 0 109 14 0 0 20 0 1 0 383865933 87535616 19768 33554432000 4194304 6004724 140733951082864 140733951077328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25200/statm: 21371 19768 171 442 0 20925 0
[pid=25202] ppid=25200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25202/stat : 25202 (cp2_pre.sh) S 25200 25199 24017 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383866057 9367552 276 33554432000 4194304 5064252 140733303947856 140733303946560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25202/statm: 2287 276 234 213 0 72 0
[pid=25203] ppid=25202 vsize=359244 CPUtime=1.84 cores=0,2,4,6
/proc/25203/stat : 25203 (coprocessor) R 25202 25199 24017 0 -1 4202496 42417 0 0 0 174 10 0 0 20 0 1 0 383866057 367865856 80318 33554432000 4194304 6586260 140736406066800 140736406063064 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25203/statm: 89811 80318 166 584 0 89223 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 463024

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25203
/proc/meminfo: memFree=29180164/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=85484 CPUtime=1.23 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 8814 0 0 0 109 14 0 0 20 0 1 0 383865933 87535616 19768 33554432000 4194304 6004724 140733951082864 140733951077328 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25200/statm: 21371 19768 171 442 0 20925 0
[pid=25202] ppid=25200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25202/stat : 25202 (cp2_pre.sh) S 25200 25199 24017 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383866057 9367552 276 33554432000 4194304 5064252 140733303947856 140733303946560 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25202/statm: 2287 276 234 213 0 72 0
[pid=25203] ppid=25202 vsize=451108 CPUtime=5.05 cores=0,2,4,6
/proc/25203/stat : 25203 (coprocessor) R 25202 25199 24017 0 -1 4202496 59140 0 0 0 473 32 0 0 20 0 1 0 383866057 461934592 109668 33554432000 4194304 6586260 140736406066800 140736406062552 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25203/statm: 112777 109668 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.00 2.00 2.00 3/181 25207
/proc/meminfo: memFree=30054256/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=89544 CPUtime=9.1 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) R 25199 25199 24017 0 -1 4202496 11158 60043 0 0 149 176 546 39 20 0 1 0 383865933 91693056 20792 33554432000 4194304 6004724 140733951082864 140733951077064 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25200/statm: 22386 20792 180 442 0 21940 0
[pid=25205] ppid=25200 vsize=169960 CPUtime=3.58 cores=0,2,4,6
/proc/25205/stat : 25205 (glucosInc) S 25200 25199 24017 0 -1 4202496 32989 0 0 0 351 7 0 0 20 0 1 0 383866643 174039040 39431 33554432000 4194304 5654031 140734201168464 140734201166776 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/25205/statm: 42490 39431 146 357 0 42130 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 268652

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 25210
/proc/meminfo: memFree=29975544/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=172240 CPUtime=25.49 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) R 25199 25199 24017 0 -1 4202496 25944 180747 0 0 462 227 1776 84 20 0 1 0 383865933 176373760 39202 33554432000 4194304 6004724 140733951082864 140733951074728 4582623 0 0 4096 0 0 0 0 17 0 0 0 1 0 0
/proc/25200/statm: 43060 39202 185 442 0 42614 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 181388

[startup+51.1004 s]
/proc/loadavg: 2.17 2.05 2.01 3/181 25212
/proc/meminfo: memFree=29641760/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=508712 CPUtime=24.39 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 74882 0 0 0 2420 19 0 0 20 0 1 0 383868602 520921088 106756 33554432000 4194304 5654031 140733448141776 140733448129592 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 127178 106756 141 357 0 126818 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 624564

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/181 25212
/proc/meminfo: memFree=29581384/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=721428 CPUtime=75.58 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 77341 0 0 0 7533 25 0 0 20 0 1 0 383868602 738742272 127707 33554432000 4194304 5654031 140733448141776 140733448139560 4225778 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 180357 127707 141 357 0 179997 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 837280

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/181 25212
/proc/meminfo: memFree=29542148/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=593192 CPUtime=135.58 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 81612 0 0 0 13517 41 0 0 20 0 1 0 383868602 607428608 130291 33554432000 4194304 5654031 140733448141776 140733448139864 4232973 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 148298 130291 141 357 0 147938 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 709044

[startup+222.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/181 25216
/proc/meminfo: memFree=28701808/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=726772 CPUtime=195.57 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.02 2.00 3/181 25251
/proc/meminfo: memFree=28368936/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1299008 CPUtime=1335.35 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 107282 0 0 0 133306 229 0 0 20 0 1 0 383868602 1330184192 247376 33554432000 4194304 5654031 140733448141776 140733448139864 4215055 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 324752 247376 141 357 0 324392 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1414860

[startup+1422.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 25252
/proc/meminfo: memFree=28617688/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=949760 CPUtime=1395.34 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 108092 0 0 0 139292 242 0 0 20 0 1 0 383868602 972554240 178584 33554432000 4194304 5654031 140733448141776 140733448139864 4215033 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 237440 178584 141 357 0 237080 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 1065612

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 25252
/proc/meminfo: memFree=28394832/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1299196 CPUtime=1455.33 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 108942 0 0 0 145286 247 0 0 20 0 1 0 383868602 1330376704 232066 33554432000 4194304 5654031 140733448141776 140733448139864 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 324799 232066 141 357 0 324439 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1415048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 25252
/proc/meminfo: memFree=28228068/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1299672 CPUtime=1515.32 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 109167 0 0 0 151281 251 0 0 20 0 1 0 383868602 1330864128 285597 33554432000 4194304 5654031 140733448141776 140733448139560 4217744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 324918 285597 141 357 0 324558 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 1415524

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 25255
/proc/meminfo: memFree=28522180/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=950424 CPUtime=1575.31 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 109987 0 0 0 157267 264 0 0 20 0 1 0 383868602 973234176 210159 33554432000 4194304 5654031 140733448141776 140733448139864 4215307 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 237606 210159 141 357 0 237246 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1066276

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 25255
/proc/meminfo: memFree=28264640/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1300216 CPUtime=1635.31 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 110937 0 0 0 163261 270 0 0 20 0 1 0 383868602 1331421184 273451 33554432000 4194304 5654031 140733448141776 140733448139560 4215290 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 325054 273451 141 357 0 324694 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1416068

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 25256
/proc/meminfo: memFree=28560620/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=951276 CPUtime=1695.29 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 111808 0 0 0 169247 282 0 0 20 0 1 0 383868602 974106624 199578 33554432000 4194304 5654031 140733448141776 140733448139560 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 237819 199578 141 357 0 237459 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 1067128

[startup+1782.31 s]
/proc/loadavg: 2.09 2.05 2.01 3/181 25256
/proc/meminfo: memFree=28253672/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1300980 CPUtime=1755.29 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 112754 0 0 0 175240 289 0 0 20 0 1 0 383868602 1332203520 265932 33554432000 4194304 5654031 140733448141776 140733448139560 4215913 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 325245 265932 141 357 0 324885 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1416832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 25303
/proc/meminfo: memFree=29374084/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1300980 CPUtime=1773.38 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 112802 0 0 0 177048 290 0 0 20 0 1 0 383868602 1332203520 284376 33554432000 4194304 5654031 140733448141776 140733448139560 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 325245 284376 141 357 0 324885 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1416832

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.06 2.04 2.00 3/181 25303
/proc/meminfo: memFree=29374084/32873844 swapFree=7632/7632
[pid=25199] ppid=25197 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25199/stat : 25199 (npSolver-pbo-I.) S 25197 25199 24017 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383865933 9367552 275 33554432000 4194304 5064252 140735644489888 140735644488800 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25199/statm: 2287 275 233 213 0 72 0
[pid=25200] ppid=25199 vsize=106704 CPUtime=26.67 cores=0,2,4,6
/proc/25200/stat : 25200 (npSolver-pbo) S 25199 25199 24017 0 -1 4202496 27211 181263 0 0 551 247 1776 93 20 0 1 0 383865933 109264896 25119 33554432000 4194304 6004724 140733951082864 140733951067784 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/25200/statm: 26676 25119 185 442 0 26230 0
[pid=25212] ppid=25200 vsize=1300980 CPUtime=1773.38 cores=0,2,4,6
/proc/25212/stat : 25212 (glucosInc) R 25200 25199 24017 0 -1 4202496 112802 0 0 0 177048 290 0 0 20 0 1 0 383868602 1332203520 284376 33554432000 4194304 5654031 140733448141776 140733448139560 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25212/statm: 325245 284376 141 357 0 324885 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1416832

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25199 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=282460
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=408481
# CPU time returned by wait4() is 26.6909
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1793.75
CPU system time (s): 6.3
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 1760080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2825
system time used= 3.40848
maximum resident set size= 604640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208849
page faults= 0
swaps= 0
block input operations= 16
block output operations= 933952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3525
involuntary context switches= 109

runsolver used 2.88456 second user time and 7.52785 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-08 19:43:31
IDJOB=3748503
IDBENCH=92741
IDSOLVER=2333
FILE ID=node144/3748503-1339177411
RUNJOBID= node144-1339168541-24033
PBS_JOBID= 14643804
Free space on /tmp= 68824 MiB

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

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

MD5SUM BENCH= 213b2ab8f9fabc47faf8664d1026e564
RANDOM SEED=1838842438

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.196
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.92
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.196
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.196
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:        30272124 kB
Buffers:         1049756 kB
Cached:           204012 kB
SwapCached:          460 kB
Active:          1650148 kB
Inactive:          22280 kB
Active(anon):     402060 kB
Inactive(anon):    12608 kB
Active(file):    1248088 kB
Inactive(file):     9672 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:            160924 kB
Writeback:             0 kB
AnonPages:        480652 kB
Mapped:            11860 kB
Shmem:               172 kB
Slab:             768772 kB
SReclaimable:     210176 kB
SUnreclaim:       558596 kB
KernelStack:        1512 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     691276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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= 68780 MiB
End job on node144 at 2012-06-08 20:13:31