Trace number 3694553

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
pb2satCp2 2012-05-19? (TO) 1800.02 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_7.opb
MD5SUMb79cf832cc8fb39cc9e05c792def1a32
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4636291
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 95222180678
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 95222180678
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.46/2.17	c model valid
1.46/2.17	c current solution ok
3.17/3.21	o 431941717
3.17/3.21	c fallback to adder encoding
8.89/8.95	c model valid
8.89/8.95	c current solution ok
8.94/9.01	o 147097023
8.94/9.01	c fallback to adder encoding
26.48/26.56	c model valid
26.48/26.56	c current solution ok
26.53/26.60	o 41367773
26.53/26.60	c fallback to adder encoding
88.35/88.48	c model valid
88.35/88.48	c current solution ok
88.44/88.52	o 27397119
88.44/88.52	c fallback to adder encoding
229.63/229.75	c model valid
229.63/229.75	c current solution ok
229.63/229.79	o 11827101
229.63/229.79	c fallback to adder encoding
1370.43/1370.75	c model valid
1370.43/1370.75	c current solution ok
1370.43/1370.79	o 11733957
1370.43/1370.79	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3694553-1338222127/watcher-3694553-1338222127 -o /tmp/evaluation-result-3694553-1338222127/solver-3694553-1338222127 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694553-1338222127.opb 779545892 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 17554
/proc/meminfo: memFree=31231400/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0

[startup+0.0127939 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 17554
/proc/meminfo: memFree=31231400/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 17554
/proc/meminfo: memFree=31231400/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 17554
/proc/meminfo: memFree=31231400/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 17554
/proc/meminfo: memFree=31231400/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17566
/proc/meminfo: memFree=30951284/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=30476 CPUtime=0.33 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 6088 0 0 0 31 2 0 0 20 0 1 0 288337629 31207424 6614 33554432000 4194304 5873084 140736623346240 140736623342664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17559/statm: 7619 6614 169 410 0 7201 0
[pid=17563] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17563/stat : 17563 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288337663 9367552 266 33554432000 4194304 5064252 140736700210480 140736700209392 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17563/statm: 2287 266 226 213 0 72 0
[pid=17564] ppid=17563 vsize=85692 CPUtime=1.13 cores=1,3,5,7
/proc/17564/stat : 17564 (glucose_static) R 17563 17554 17515 0 -1 4202496 16875 0 0 0 110 3 0 0 20 0 1 0 288337664 87748608 18820 33554432000 4194304 4896791 140734167777008 140734167774312 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17564/statm: 21423 18820 78 172 0 21249 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 134464

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17566
/proc/meminfo: memFree=30951284/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=35800 CPUtime=3.09 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) R 17554 17554 17515 0 -1 4202496 7517 17691 0 0 52 80 172 5 20 0 1 0 288337629 36659200 7951 33554432000 4194304 5873084 140736623346240 140736623341672 5127520 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/17559/statm: 8950 7951 177 410 0 8532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44948

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17569
/proc/meminfo: memFree=30685100/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=189736 CPUtime=5.02 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 15163 18205 0 0 210 113 172 7 20 0 1 0 288337629 194289664 40611 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 47434 40611 184 410 0 47016 0
[pid=17568] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17568/stat : 17568 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288338132 9367552 267 33554432000 4194304 5064252 140736951936432 140736951935344 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17568/statm: 2287 267 226 213 0 72 0
[pid=17569] ppid=17568 vsize=364368 CPUtime=1.25 cores=1,3,5,7
/proc/17569/stat : 17569 (glucose_static) R 17568 17554 17515 0 -1 4202496 46514 0 0 0 111 14 0 0 20 0 1 0 288338133 373112832 69465 33554432000 4194304 4896791 140737150579440 140737149528232 4401607 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17569/statm: 91092 69469 58 172 0 90918 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 572400

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17575
/proc/meminfo: memFree=29597648/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=10.7 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 27918 79270 0 0 369 135 532 34 20 0 1 0 288337629 219930624 45847 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 45847 184 410 0 53276 0
[pid=17574] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17574/stat : 17574 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288338701 9367552 266 33554432000 4194304 5064252 140736116981824 140736116980736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17574/statm: 2287 266 226 213 0 72 0
[pid=17575] ppid=17574 vsize=350608 CPUtime=1.96 cores=1,3,5,7
/proc/17575/stat : 17575 (glucose_static) R 17574 17554 17515 0 -1 4202496 59454 0 0 0 178 18 0 0 20 0 1 0 288338701 359022592 77475 33554432000 4194304 4896791 140735171504496 140735171502152 4225536 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17575/statm: 87652 77475 76 172 0 87478 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 583680

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17575
/proc/meminfo: memFree=29347984/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=10.7 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 27918 79270 0 0 369 135 532 34 20 0 1 0 288337629 219930624 45847 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 45847 184 410 0 53276 0
[pid=17574] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17574/stat : 17574 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288338701 9367552 266 33554432000 4194304 5064252 140736116981824 140736116980736 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17574/statm: 2287 266 226 213 0 72 0
[pid=17575] ppid=17574 vsize=354656 CPUtime=14.76 cores=1,3,5,7
/proc/17575/stat : 17575 (glucose_static) R 17574 17554 17515 0 -1 4202496 60989 0 0 0 1457 19 0 0 20 0 1 0 288338701 363167744 79444 33554432000 4194304 4896791 140735171504496 140735171501768 4225011 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17575/statm: 88664 79444 78 172 0 88490 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 587728

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 17578
/proc/meminfo: memFree=29392804/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=28.05 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 37915 141673 0 0 508 153 2084 60 20 0 1 0 288337629 219930624 42263 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 42263 184 410 0 53276 0
[pid=17577] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17577/stat : 17577 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288340437 9367552 267 33554432000 4194304 5064252 140734196435328 140734196434240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17577/statm: 2287 267 226 213 0 72 0
[pid=17578] ppid=17577 vsize=333520 CPUtime=23 cores=1,3,5,7
/proc/17578/stat : 17578 (glucose_static) R 17577 17554 17515 0 -1 4202496 54388 0 0 0 2283 17 0 0 20 0 1 0 288340437 341524480 72824 33554432000 4194304 4896791 140733362671904 140733362669112 4203058 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17578/statm: 83380 72824 78 172 0 83206 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 566592

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 17581
/proc/meminfo: memFree=29426088/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=89.82 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 47734 198998 0 0 634 170 8087 91 20 0 1 0 288337629 219930624 40215 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 40215 184 410 0 53276 0
[pid=17580] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17580/stat : 17580 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288346615 9367552 267 33554432000 4194304 5064252 140733648330000 140733648328912 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17580/statm: 2287 267 226 213 0 72 0
[pid=17581] ppid=17580 vsize=302492 CPUtime=12.42 cores=1,3,5,7
/proc/17581/stat : 17581 (glucose_static) R 17580 17554 17515 0 -1 4202496 51315 0 0 0 1226 16 0 0 20 0 1 0 288346616 309751808 65142 33554432000 4194304 4896791 140735298562000 140735298559368 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17581/statm: 75623 65142 78 172 0 75449 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 535564

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17582
/proc/meminfo: memFree=29409956/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=89.82 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 47734 198998 0 0 634 170 8087 91 20 0 1 0 288337629 219930624 40215 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 40215 184 410 0 53276 0
[pid=17580] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17580/stat : 17580 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288346615 9367552 267 33554432000 4194304 5064252 140733648330000 140733648328912 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17580/statm: 2287 267 226 213 0 72 0
[pid=17581] ppid=17580 vsize=305832 CPUtime=72.41 cores=1,3,5,7
/proc/17581/stat : 17581 (glucose_static) R 17580 17554 17515 0 -1 4202496 54217 0 0 0 7221 20 0 0 20 0 1 0 288346616 313171968 67026 33554432000 4194304 4896791 140735298562000 140735298559576 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17581/statm: 76458 67026 78 172 0 76284 0
Current children cumulated CPU time (s) 162.23

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

/proc/17585/stat : 17585 (glucose_static) R 17584 17554 17515 0 -1 4202496 88104 0 0 0 113042 73 0 0 20 0 1 0 288360721 317370368 72170 33554432000 4194304 4896791 140733302357728 140733302354936 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17585/statm: 77483 72170 78 172 0 77309 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 543004

[startup+1422.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 17607
/proc/meminfo: memFree=29481200/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=274812 CPUtime=50.34 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 47785 0 0 0 5020 14 0 0 20 0 1 0 288474823 281407488 60186 33554432000 4194304 4896791 140734457571248 140734457568472 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 68703 60186 78 172 0 68529 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 507884

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 17607
/proc/meminfo: memFree=29519640/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=277536 CPUtime=110.33 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 50852 0 0 0 11016 17 0 0 20 0 1 0 288474823 284196864 62915 33554432000 4194304 4896791 140734457571248 140734457568456 4224696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 69384 62915 78 172 0 69210 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 510608

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17607
/proc/meminfo: memFree=29195192/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=280528 CPUtime=170.33 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 52389 0 0 0 17011 22 0 0 20 0 1 0 288474823 287260672 62094 33554432000 4194304 4896791 140734457571248 140734457568536 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 70132 62094 78 172 0 69958 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 513600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17607
/proc/meminfo: memFree=29227604/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=283088 CPUtime=230.31 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 54451 0 0 0 23005 26 0 0 20 0 1 0 288474823 289882112 62174 33554432000 4194304 4896791 140734457571248 140734457568392 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 70772 62174 78 172 0 70598 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 516160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17608
/proc/meminfo: memFree=29274116/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=284580 CPUtime=290.3 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 56219 0 0 0 29004 26 0 0 20 0 1 0 288474823 291409920 65641 33554432000 4194304 4896791 140734457571248 140734457568456 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 71145 65641 78 172 0 70971 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 517652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 17611
/proc/meminfo: memFree=29408028/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=291392 CPUtime=350.26 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 61680 0 0 0 34985 41 0 0 20 0 1 0 288474823 298385408 65462 33554432000 4194304 4896791 140734457571248 140734457568824 4225171 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 72848 65462 78 172 0 72674 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 524464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17611
/proc/meminfo: memFree=29063336/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=343776 CPUtime=410.26 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 64634 0 0 0 40981 45 0 0 20 0 1 0 288474823 352026624 71969 33554432000 4194304 4896791 140734457571248 140734457568776 4203968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 85944 71969 78 172 0 85770 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 576848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17611
/proc/meminfo: memFree=29413356/32873844 swapFree=7112/7112
[pid=17554] ppid=17552 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17554/stat : 17554 (runPb2satCp2.sh) S 17552 17554 17515 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288337628 9367552 275 33554432000 4194304 5064252 140733837805328 140733837804240 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17554/statm: 2287 275 233 213 0 72 0
[pid=17559] ppid=17554 vsize=214776 CPUtime=1371.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pb2sat) S 17554 17554 17515 0 -1 4202496 66610 350066 0 0 849 199 135905 213 20 0 1 0 288337629 219930624 36631 33554432000 4194304 5873084 140736623346240 140736623340056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17559/statm: 53694 36631 184 410 0 53276 0
[pid=17606] ppid=17559 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17606/stat : 17606 (satsolver.sh) S 17559 17554 17515 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288474823 9367552 266 33554432000 4194304 5064252 140735695172144 140735695171056 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17606/statm: 2287 266 226 213 0 72 0
[pid=17607] ppid=17606 vsize=344480 CPUtime=428.36 cores=1,3,5,7
/proc/17607/stat : 17607 (glucose_static) R 17606 17554 17515 0 -1 4202496 66078 0 0 0 42791 45 0 0 20 0 1 0 288474823 352747520 75759 33554432000 4194304 4896791 140734457571248 140734457568888 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17607/statm: 86120 75759 78 172 0 85946 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 577552

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 17554 and gives
#  childrusage.ru_utime.tv_sec=1367
#  childrusage.ru_utime.tv_usec=552100
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=135371
# CPU time returned by wait4() is 1371.69
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1795.45
CPU system time (s): 4.57
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 706780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1367.55
system time used= 4.13537
maximum resident set size= 422452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417652
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1274424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149
involuntary context switches= 1498

runsolver used 3.10553 second user time and 8.38072 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-28 18:22:07
IDJOB=3694553
IDBENCH=92758
IDSOLVER=2273
FILE ID=node142/3694553-1338222127
RUNJOBID= node142-1338222127-17532
PBS_JOBID= 14624621
Free space on /tmp= 71684 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat70_4_22_7.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694553-1338222127/watcher-3694553-1338222127 -o /tmp/evaluation-result-3694553-1338222127/solver-3694553-1338222127 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694553-1338222127.opb 779545892 HOME HOME

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

MD5SUM BENCH= b79cf832cc8fb39cc9e05c792def1a32
RANDOM SEED=779545892

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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:        31232044 kB
Buffers:          360576 kB
Cached:           445620 kB
SwapCached:            0 kB
Active:           580308 kB
Inactive:         237648 kB
Active(anon):       2284 kB
Inactive(anon):    11208 kB
Active(file):     578024 kB
Inactive(file):   226440 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19468 kB
Writeback:             0 kB
AnonPages:         18060 kB
Mapped:            10900 kB
Shmem:               200 kB
Slab:             684944 kB
SReclaimable:     126924 kB
SUnreclaim:       558020 kB
KernelStack:        1376 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71356 MiB
End job on node142 at 2012-05-28 18:52:08