Trace number 3696257

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.12 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_8_mh.opb
MD5SUMe48ee9240e6d9b52ec3ebd9cb27e0b8c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7759662
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 119095488
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 17168297281
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 119095488
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 17168297281
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c model valid
0.99/1.06	c current solution ok
1.68/1.77	o 541343889
1.68/1.77	c current bound: 270671957
1.68/1.77	c fallback to adder encoding
486.16/486.75	c model valid
486.16/486.75	c current solution ok
486.22/486.80	o 268755310
486.22/486.80	c current bound: 134377667
486.22/486.80	c fallback to adder encoding
1800.08/1800.91	./satsolver.sh: line 5:  7667 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.91	c error: unexpected solver exit code
1800.08/1800.91	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-3696257-1338149399/watcher-3696257-1338149399 -o /tmp/evaluation-result-3696257-1338149399/solver-3696257-1338149399 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696257-1338149399.opb 1153412265 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.01 2.01 2.00 3/179 7608
/proc/meminfo: memFree=27205016/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0

[startup+0.050979 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7608
/proc/meminfo: memFree=27205016/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100141 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7608
/proc/meminfo: memFree=27205016/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300116 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7608
/proc/meminfo: memFree=27205016/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700171 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7608
/proc/meminfo: memFree=27205016/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/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: 2.01 2.01 2.00 3/181 7612
/proc/meminfo: memFree=27175564/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=22392 CPUtime=1.48 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) R 7608 7608 5701 0 -1 4202496 5608 11825 0 0 52 37 57 2 20 0 1 0 281065883 22929408 5031 33554432000 4194304 5873084 140735964697776 140735964693208 5127520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 5598 5031 176 410 0 5180 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31540

[startup+3.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 7613
/proc/meminfo: memFree=27123108/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=177024 CPUtime=3.08 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) R 7608 7608 5701 0 -1 4202496 14057 12337 0 0 186 62 57 3 20 0 1 0 281065883 181272576 34323 33554432000 4194304 5873084 140735964697776 140735964692168 4995841 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 44256 34323 183 410 0 43838 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 186172

[startup+6.30028 s]
/proc/loadavg: 2.09 2.02 2.01 3/184 7618
/proc/meminfo: memFree=26684688/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=308096 CPUtime=4.73 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 15623 12337 0 0 320 93 57 3 20 0 1 0 281065883 315490304 58387 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 77024 58387 183 410 0 76606 0
[pid=7617] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7617/stat : 7617 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281066358 9367552 267 33554432000 4194304 5064252 140734517077296 140734517076208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7617/statm: 2287 267 226 213 0 72 0
[pid=7618] ppid=7617 vsize=281852 CPUtime=1.15 cores=1,3,5,7
/proc/7618/stat : 7618 (glucose_static) R 7617 7608 5701 0 -1 4202496 41416 0 0 0 104 11 0 0 20 0 1 0 281066359 288616448 63308 33554432000 4194304 4896791 140734344680016 140734343629064 4401607 0 0 4096 0 0 0 0 17 3 0 0 38 0 0
/proc/7618/statm: 70463 63309 58 172 0 70289 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 608244

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.00 3/184 7618
/proc/meminfo: memFree=26289760/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=308096 CPUtime=4.73 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 15623 12337 0 0 320 93 57 3 20 0 1 0 281065883 315490304 58387 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 77024 58387 183 410 0 76606 0
[pid=7617] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7617/stat : 7617 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281066358 9367552 267 33554432000 4194304 5064252 140734517077296 140734517076208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7617/statm: 2287 267 226 213 0 72 0
[pid=7618] ppid=7617 vsize=538888 CPUtime=7.54 cores=1,3,5,7
/proc/7618/stat : 7618 (glucose_static) R 7617 7608 5701 0 -1 4202496 79754 0 0 0 729 25 0 0 20 0 1 0 281066359 551821312 118469 33554432000 4194304 4896791 140734344680016 140734344677224 4224684 0 0 4096 0 0 0 0 17 3 0 0 38 0 0
/proc/7618/statm: 134722 118469 78 172 0 134548 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 865280

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 7663
/proc/meminfo: memFree=27000396/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=308096 CPUtime=4.73 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 15623 12337 0 0 320 93 57 3 20 0 1 0 281065883 315490304 58387 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 77024 58387 183 410 0 76606 0
[pid=7617] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7617/stat : 7617 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281066358 9367552 267 33554432000 4194304 5064252 140734517077296 140734517076208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7617/statm: 2287 267 226 213 0 72 0
[pid=7618] ppid=7617 vsize=540716 CPUtime=20.34 cores=1,3,5,7
/proc/7618/stat : 7618 (glucose_static) R 7617 7608 5701 0 -1 4202496 80218 0 0 0 2009 25 0 0 20 0 1 0 281066359 553693184 119951 33554432000 4194304 4896791 140734344680016 140734344677224 4224706 0 0 4096 0 0 0 0 17 3 0 0 38 0 0
/proc/7618/statm: 135179 119951 78 172 0 135005 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 867108

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/184 7663
/proc/meminfo: memFree=26996796/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=308096 CPUtime=4.73 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 15623 12337 0 0 320 93 57 3 20 0 1 0 281065883 315490304 58387 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 77024 58387 183 410 0 76606 0
[pid=7617] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7617/stat : 7617 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281066358 9367552 267 33554432000 4194304 5064252 140734517077296 140734517076208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7617/statm: 2287 267 226 213 0 72 0
[pid=7618] ppid=7617 vsize=542328 CPUtime=45.94 cores=1,3,5,7
/proc/7618/stat : 7618 (glucose_static) R 7617 7608 5701 0 -1 4202496 80604 0 0 0 4568 26 0 0 20 0 1 0 281066359 555343872 120337 33554432000 4194304 4896791 140734344680016 140734344677224 4224921 0 0 4096 0 0 0 0 17 3 0 0 38 0 0
/proc/7618/statm: 135582 120337 78 172 0 135408 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 868720

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7663
/proc/meminfo: memFree=26984712/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=308096 CPUtime=4.73 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 15623 12337 0 0 320 93 57 3 20 0 1 0 281065883 315490304 58387 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 77024 58387 183 410 0 76606 0
[pid=7617] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7617/stat : 7617 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281066358 9367552 267 33554432000 4194304 5064252 140734517077296 140734517076208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7617/statm: 2287 267 226 213 0 72 0
[pid=7618] ppid=7617 vsize=544392 CPUtime=97.14 cores=1,3,5,7
/proc/7618/stat : 7618 (glucose_static) R 7617 7608 5701 0 -1 4202496 83258 0 0 0 9688 26 0 0 20 0 1 0 281066359 557457408 121864 33554432000 4194304 4896791 140734344680016 140734344677336 4225134 0 0 4096 0 0 0 0 17 3 0 0 38 0 0
/proc/7618/statm: 136098 121864 78 172 0 135924 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 870784

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7663
/proc/meminfo: memFree=26970824/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=308096 CPUtime=4.73 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 15623 12337 0 0 320 93 57 3 20 0 1 0 281065883 315490304 58387 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 77024 58387 183 410 0 76606 0
[pid=7617] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7617/stat : 7617 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 281066358 9367552 267 33554432000 4194304 5064252 140734517077296 140734517076208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7617/statm: 2287 267 226 213 0 72 0
[pid=7618] ppid=7617 vsize=546116 CPUtime=157.12 cores=1,3,5,7
/proc/7618/stat : 7618 (glucose_static) R 7617 7608 5701 0 -1 4202496 83716 0 0 0 15686 26 0 0 20 0 1 0 281066359 559222784 123344 33554432000 4194304 4896791 140734344680016 140734344677224 4224983 0 0 4096 0 0 0 0 17 3 0 0 38 0 0
/proc/7618/statm: 136529 123344 78 172 0 136355 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 872508

[startup+222.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7664
/proc/meminfo: memFree=26970772/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7680
/proc/meminfo: memFree=26909772/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=552712 CPUtime=872.41 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 104457 0 0 0 87210 31 0 0 20 0 1 0 281114850 565977088 125616 33554432000 4194304 4896791 140734992730464 140734992728104 4204796 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 138178 125616 78 172 0 138004 0
Current children cumulated CPU time (s) 1361.54
Current children cumulated vsize (KiB) 908304

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7680
/proc/meminfo: memFree=26909176/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=553256 CPUtime=932.41 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 104572 0 0 0 93209 32 0 0 20 0 1 0 281114850 566534144 127264 33554432000 4194304 4896791 140734992730464 140734992727672 4202982 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 138314 127264 78 172 0 138140 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 908848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7681
/proc/meminfo: memFree=26906488/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=553752 CPUtime=992.4 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 104716 0 0 0 99208 32 0 0 20 0 1 0 281114850 567042048 127919 33554432000 4194304 4896791 140734992730464 140734992727672 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 138438 127919 78 172 0 138264 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 909344

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7681
/proc/meminfo: memFree=26889120/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=635700 CPUtime=1052.39 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 107094 0 0 0 105206 33 0 0 20 0 1 0 281114850 650956800 129229 33554432000 4194304 4896791 140734992730464 140734992727672 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 158925 129229 78 172 0 158751 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 991292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7681
/proc/meminfo: memFree=26922288/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=554920 CPUtime=1112.37 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 108651 0 0 0 111202 35 0 0 20 0 1 0 281114850 568238080 123073 33554432000 4194304 4896791 140734992730464 140734992727608 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 138730 123073 78 172 0 138556 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 910512

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7681
/proc/meminfo: memFree=26920340/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=555724 CPUtime=1172.36 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 109902 0 0 0 117201 35 0 0 20 0 1 0 281114850 569061376 123782 33554432000 4194304 4896791 140734992730464 140734992727672 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 138931 123782 78 172 0 138757 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 911316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7681
/proc/meminfo: memFree=26913740/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=556532 CPUtime=1232.36 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 111187 0 0 0 123200 36 0 0 20 0 1 0 281114850 569888768 125037 33554432000 4194304 4896791 140734992730464 140734992726136 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 139133 125037 78 172 0 138959 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 912124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7685
/proc/meminfo: memFree=26945156/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=556896 CPUtime=1292.35 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 113349 0 0 0 129199 36 0 0 20 0 1 0 281114850 570261504 125645 33554432000 4194304 4896791 140734992730464 140734992727976 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 139224 125645 78 172 0 139050 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 912488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7685
/proc/meminfo: memFree=26939820/32873648 swapFree=6864/6864
[pid=7608] ppid=7606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7608/stat : 7608 (runPb2sat.sh) S 7606 7608 5701 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281065883 9367552 275 33554432000 4194304 5064252 140733845157952 140733845156864 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7608/statm: 2287 275 233 213 0 72 0
[pid=7609] ppid=7608 vsize=337296 CPUtime=489.13 cores=1,3,5,7
/proc/7609/stat : 7609 (pb2sat) S 7608 7608 5701 0 -1 4202496 31117 104725 0 0 592 126 48153 42 20 0 1 0 281065883 345391104 63639 33554432000 4194304 5873084 140735964697776 140735964691592 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7609/statm: 84324 63639 183 410 0 83906 0
[pid=7666] ppid=7609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7666/stat : 7666 (satsolver.sh) S 7609 7608 5701 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 281114849 9367552 266 33554432000 4194304 5064252 140735287796288 140735287795200 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/7666/statm: 2287 266 226 213 0 72 0
[pid=7667] ppid=7666 vsize=557028 CPUtime=1310.95 cores=1,3,5,7
/proc/7667/stat : 7667 (glucose_static) R 7666 7608 5701 0 -1 4202496 113367 0 0 0 131059 36 0 0 20 0 1 0 281114850 570396672 126174 33554432000 4194304 4896791 140734992730464 140734992727672 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7667/statm: 139257 126174 78 172 0 139083 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 912620

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.92
CPU time (s): 1800.12
CPU user time (s): 1798.05
CPU system time (s): 2.06569
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 1121996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.06569
maximum resident set size= 626932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 820176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229
involuntary context switches= 2001

runsolver used 3.52846 second user time and 8.92064 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 22:09:59
IDJOB=3696257
IDBENCH=92701
IDSOLVER=2274
FILE ID=node120/3696257-1338149399
RUNJOBID= node120-1338124133-5718
PBS_JOBID= 14624508
Free space on /tmp= 71472 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_8_mh.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696257-1338149399/watcher-3696257-1338149399 -o /tmp/evaluation-result-3696257-1338149399/solver-3696257-1338149399 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696257-1338149399.opb 1153412265 HOME HOME

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

MD5SUM BENCH= e48ee9240e6d9b52ec3ebd9cb27e0b8c
RANDOM SEED=1153412265

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:        27205016 kB
Buffers:          339376 kB
Cached:          3774936 kB
SwapCached:          636 kB
Active:          1727916 kB
Inactive:        3109616 kB
Active(anon):     712028 kB
Inactive(anon):    12532 kB
Active(file):    1015888 kB
Inactive(file):  3097084 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             11224 kB
Writeback:            24 kB
AnonPages:        728688 kB
Mapped:            15416 kB
Shmem:               120 kB
Slab:             691140 kB
SReclaimable:     135320 kB
SUnreclaim:       555820 kB
KernelStack:        1496 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     954020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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= 71424 MiB
End job on node120 at 2012-05-27 22:40:00