Trace number 3696220

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
pb2sat 2012-05-19? (TO) 1800.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_4_mh_ic.opb
MD5SUM28aef98ecae5ad7c0bc1921f6d6032a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5114454
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13952376603
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13952376603
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.37/1.40	c model valid
1.37/1.40	c current solution ok
2.47/2.52	o 200757800
2.47/2.52	c current bound: 100378912
2.47/2.52	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5:  7141 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3696220-1338142192/watcher-3696220-1338142192 -o /tmp/evaluation-result-3696220-1338142192/solver-3696220-1338142192 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696220-1338142192.opb 289614778 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: 1.92 1.98 1.99 3/179 7134
/proc/meminfo: memFree=27112056/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0

[startup+0.0284039 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 7134
/proc/meminfo: memFree=27112056/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100139 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 7134
/proc/meminfo: memFree=27112056/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300126 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 7134
/proc/meminfo: memFree=27112056/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700172 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 7134
/proc/meminfo: memFree=27112056/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 7138
/proc/meminfo: memFree=27000812/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=36456 CPUtime=1.47 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) R 7134 7134 5701 0 -1 4202496 7620 17187 0 0 68 11 65 3 20 0 1 0 280345191 37330944 8328 33554432000 4194304 5873084 140734413990304 140734413985448 5127520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 9114 8328 176 410 0 8696 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 45604

[startup+3.10021 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 7138
/proc/meminfo: memFree=27055816/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=132852 CPUtime=3.08 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) R 7134 7134 5701 0 -1 4202496 15369 17700 0 0 141 96 65 6 20 0 1 0 280345191 136040448 25290 33554432000 4194304 5873084 140734413990304 140734413984376 4664169 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 33213 25290 182 410 0 32795 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142000

[startup+6.30029 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 7141
/proc/meminfo: memFree=26615248/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=246212 CPUtime=0.88 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 36752 0 0 0 81 7 0 0 20 0 1 0 280345731 252121088 52702 33554432000 4194304 4896791 140735747349360 140735746298152 4401607 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 61553 52702 58 172 0 61379 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 593968

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 7144
/proc/meminfo: memFree=26180208/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=542356 CPUtime=7.28 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 82219 0 0 0 705 23 0 0 20 0 1 0 280345731 555372544 119290 33554432000 4194304 4896791 140735747349360 140735747346680 4203104 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 135589 119290 78 172 0 135415 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 890112

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7186
/proc/meminfo: memFree=27162212/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=544468 CPUtime=20.08 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 82987 0 0 0 1985 23 0 0 20 0 1 0 280345731 557535232 120058 33554432000 4194304 4896791 140735747349360 140735747346568 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 136117 120058 78 172 0 135943 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 892224

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7189
/proc/meminfo: memFree=26976072/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=546316 CPUtime=45.68 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 83516 0 0 0 4544 24 0 0 20 0 1 0 280345731 559427584 121098 33554432000 4194304 4896791 140735747349360 140735747346568 4223829 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 136579 121098 78 172 0 136405 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 894072

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7190
/proc/meminfo: memFree=26965780/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=548316 CPUtime=96.88 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 84469 0 0 0 9663 25 0 0 20 0 1 0 280345731 561475584 123073 33554432000 4194304 4896791 140735747349360 140735747346568 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 137079 123073 78 172 0 136905 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 896072

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 7190
/proc/meminfo: memFree=26959208/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=549900 CPUtime=156.86 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 84854 0 0 0 15661 25 0 0 20 0 1 0 280345731 563097600 124480 33554432000 4194304 4896791 140735747349360 140735747346568 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 137475 124480 78 172 0 137301 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 897656

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7190
/proc/meminfo: memFree=26946556/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7201
/proc/meminfo: memFree=26905884/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=562944 CPUtime=1416.6 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 96262 0 0 0 141622 38 0 0 20 0 1 0 280345731 576454656 130036 33554432000 4194304 4896791 140735747349360 140735747346568 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 140736 130036 78 172 0 140562 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 910700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7201
/proc/meminfo: memFree=26908908/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=563596 CPUtime=1476.58 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 96454 0 0 0 147620 38 0 0 20 0 1 0 280345731 577122304 131250 33554432000 4194304 4896791 140735747349360 140735747346584 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 140899 131250 78 172 0 140725 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 911352

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 7201
/proc/meminfo: memFree=26888556/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=645640 CPUtime=1536.57 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 97310 0 0 0 153618 39 0 0 20 0 1 0 280345731 661135360 132613 33554432000 4194304 4896791 140735747349360 140735747346568 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 161410 132613 78 172 0 161236 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 993396

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7202
/proc/meminfo: memFree=26893872/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=646164 CPUtime=1596.55 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 97422 0 0 0 159616 39 0 0 20 0 1 0 280345731 661671936 133747 33554432000 4194304 4896791 140735747349360 140735747346504 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 161541 133747 78 172 0 161367 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 993920

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 7202
/proc/meminfo: memFree=26903064/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=565972 CPUtime=1656.55 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 98409 0 0 0 165613 42 0 0 20 0 1 0 280345731 579555328 128786 33554432000 4194304 4896791 140735747349360 140735747346568 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 141493 128786 78 172 0 141319 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 913728

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7202
/proc/meminfo: memFree=26906704/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=566652 CPUtime=1716.54 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 98530 0 0 0 171612 42 0 0 20 0 1 0 280345731 580251648 129929 33554432000 4194304 4896791 140735747349360 140735747346888 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 141663 129929 78 172 0 141489 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 914408

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7202
/proc/meminfo: memFree=26892596/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=567060 CPUtime=1776.53 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 98646 0 0 0 177611 42 0 0 20 0 1 0 280345731 580669440 130065 33554432000 4194304 4896791 140735747349360 140735747346568 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 141765 130065 78 172 0 141591 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 914816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7202
/proc/meminfo: memFree=26907140/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=567204 CPUtime=1794.63 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 98672 0 0 0 179421 42 0 0 20 0 1 0 280345731 580816896 130091 33554432000 4194304 4896791 140735747349360 140735747346568 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 141801 130091 78 172 0 141627 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 914960

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7202
/proc/meminfo: memFree=26907140/32873648 swapFree=6864/6864
[pid=7134] ppid=7132 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7134/stat : 7134 (runPb2sat.sh) S 7132 7134 5701 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280345191 9367552 275 33554432000 4194304 5064252 140736489039856 140736489038768 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7134/statm: 2287 275 233 213 0 72 0
[pid=7135] ppid=7134 vsize=329460 CPUtime=5.38 cores=1,3,5,7
/proc/7135/stat : 7135 (pb2sat) S 7134 7134 5701 0 -1 4202496 17504 17700 0 0 339 128 65 6 20 0 1 0 280345191 337367040 61642 33554432000 4194304 5873084 140734413990304 140734413984120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7135/statm: 82365 61642 182 410 0 81947 0
[pid=7140] ppid=7135 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7140/stat : 7140 (satsolver.sh) S 7135 7134 5701 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280345731 9367552 267 33554432000 4194304 5064252 140733400353408 140733400352320 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7140/statm: 2287 267 226 213 0 72 0
[pid=7141] ppid=7140 vsize=567204 CPUtime=1794.63 cores=1,3,5,7
/proc/7141/stat : 7141 (glucose_static) R 7140 7134 5701 0 -1 4202496 98672 0 0 0 179421 42 0 0 20 0 1 0 280345731 580816896 130091 33554432000 4194304 4896791 140735747349360 140735747346568 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7141/statm: 141801 130091 78 172 0 141627 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 914960

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.27
CPU system time (s): 1.78073
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 1124148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 1.78073
maximum resident set size= 647732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 445008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136
involuntary context switches= 1877

runsolver used 2.79757 second user time and 8.63769 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 20:09:52
IDJOB=3696220
IDBENCH=92662
IDSOLVER=2274
FILE ID=node120/3696220-1338142192
RUNJOBID= node120-1338124133-5718
PBS_JOBID= 14624508
Free space on /tmp= 71444 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_4_mh_ic.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696220-1338142192/watcher-3696220-1338142192 -o /tmp/evaluation-result-3696220-1338142192/solver-3696220-1338142192 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696220-1338142192.opb 289614778 HOME HOME

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

MD5SUM BENCH= 28aef98ecae5ad7c0bc1921f6d6032a5
RANDOM SEED=289614778

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.91
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        27112056 kB
Buffers:          333456 kB
Cached:          3796608 kB
SwapCached:          636 kB
Active:          1826960 kB
Inactive:        3102248 kB
Active(anon):     788064 kB
Inactive(anon):    12532 kB
Active(file):    1038896 kB
Inactive(file):  3089716 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             12780 kB
Writeback:             0 kB
AnonPages:        804388 kB
Mapped:            15280 kB
Shmem:               120 kB
Slab:             688368 kB
SReclaimable:     132788 kB
SUnreclaim:       555580 kB
KernelStack:        1480 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1047492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71404 MiB
End job on node120 at 2012-05-27 20:39:53