Trace number 3694644

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.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_1_mh.opb
MD5SUM8032cd9ddf37959390b9864499521c4d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17754249
Best CPU time to get the best result obtained on this benchmark47.4378
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 4968230641
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 4968230641
Number of bits of the biggest sum of numbers33
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

0.00/0.17	c model valid
0.00/0.17	c current solution ok
0.00/0.34	o 333665988
0.00/0.34	c fallback to adder encoding
10.08/10.12	c model valid
10.08/10.12	c current solution ok
10.08/10.13	o 184238697
10.08/10.13	c fallback to adder encoding
60.08/60.11	c model valid
60.08/60.11	c current solution ok
60.08/60.13	o 155301004
60.08/60.13	c fallback to adder encoding
93.55/93.67	c model valid
93.55/93.67	c current solution ok
93.55/93.68	o 137663119
93.55/93.68	c fallback to adder encoding
461.07/461.27	c model valid
461.07/461.27	c current solution ok
461.07/461.29	o 128945031
461.07/461.29	c fallback to adder encoding
1653.36/1653.73	c model valid
1653.36/1653.73	c current solution ok
1653.36/1653.75	o 122960020
1653.36/1653.75	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-3694644-1338162101/watcher-3694644-1338162101 -o /tmp/evaluation-result-3694644-1338162101/solver-3694644-1338162101 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694644-1338162101.opb 1312769381 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/179 17684
/proc/meminfo: memFree=30200000/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0

[startup+0.0567041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17684
/proc/meminfo: memFree=30200000/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100235 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17684
/proc/meminfo: memFree=30200000/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17684
/proc/meminfo: memFree=30200000/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17684
/proc/meminfo: memFree=30200000/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17689
/proc/meminfo: memFree=30090764/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=77696 CPUtime=1.01 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 7188 3995 0 0 72 23 5 1 20 0 1 0 282334647 79560704 12894 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17685/statm: 19424 12894 183 410 0 19006 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 86844

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17731
/proc/meminfo: memFree=30965868/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=77696 CPUtime=1.01 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 7188 3995 0 0 72 23 5 1 20 0 1 0 282334647 79560704 12894 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17685/statm: 19424 12894 183 410 0 19006 0
[pid=17690] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17690/stat : 17690 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282334751 9367552 267 33554432000 4194304 5064252 140734667577712 140734667576624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17690/statm: 2287 267 226 213 0 72 0
[pid=17691] ppid=17690 vsize=124716 CPUtime=2.05 cores=1,3,5,7
/proc/17691/stat : 17691 (glucose_static) R 17690 17684 17405 0 -1 4202496 24447 0 0 0 198 7 0 0 20 0 1 0 282334751 127709184 27720 33554432000 4194304 4896791 140737251631408 140737251628616 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17691/statm: 31179 27720 77 172 0 31005 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 220708

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17734
/proc/meminfo: memFree=30800352/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=77696 CPUtime=1.01 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 7188 3995 0 0 72 23 5 1 20 0 1 0 282334647 79560704 12894 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17685/statm: 19424 12894 183 410 0 19006 0
[pid=17690] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17690/stat : 17690 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282334751 9367552 267 33554432000 4194304 5064252 140734667577712 140734667576624 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17690/statm: 2287 267 226 213 0 72 0
[pid=17691] ppid=17690 vsize=125280 CPUtime=5.25 cores=1,3,5,7
/proc/17691/stat : 17691 (glucose_static) R 17690 17684 17405 0 -1 4202496 24571 0 0 0 518 7 0 0 20 0 1 0 282334751 128286720 27844 33554432000 4194304 4896791 140737251631408 140737251628616 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17691/statm: 31320 27844 77 172 0 31146 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 221272

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17739
/proc/meminfo: memFree=30069068/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76588 CPUtime=10.78 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 13852 29902 0 0 135 31 901 11 20 0 1 0 282334647 78426112 12137 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19147 12137 183 410 0 18729 0
[pid=17738] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17738/stat : 17738 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282335728 9367552 267 33554432000 4194304 5064252 140734253405440 140734253404352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17738/statm: 2287 267 226 213 0 72 0
[pid=17739] ppid=17738 vsize=123308 CPUtime=1.88 cores=1,3,5,7
/proc/17739/stat : 17739 (glucose_static) R 17738 17684 17405 0 -1 4202496 24380 0 0 0 181 7 0 0 20 0 1 0 282335728 126267392 26777 33554432000 4194304 4896791 140736090523088 140736090520296 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17739/statm: 30827 26777 78 172 0 30653 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 218192

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17739
/proc/meminfo: memFree=30065508/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76588 CPUtime=10.78 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 13852 29902 0 0 135 31 901 11 20 0 1 0 282334647 78426112 12137 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19147 12137 183 410 0 18729 0
[pid=17738] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17738/stat : 17738 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282335728 9367552 267 33554432000 4194304 5064252 140734253405440 140734253404352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17738/statm: 2287 267 226 213 0 72 0
[pid=17739] ppid=17738 vsize=124772 CPUtime=14.67 cores=1,3,5,7
/proc/17739/stat : 17739 (glucose_static) R 17738 17684 17405 0 -1 4202496 24822 0 0 0 1460 7 0 0 20 0 1 0 282335728 127766528 27730 33554432000 4194304 4896791 140736090523088 140736090520232 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17739/statm: 31193 27730 78 172 0 31019 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 219656

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 17739
/proc/meminfo: memFree=30060484/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76588 CPUtime=10.78 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 13852 29902 0 0 135 31 901 11 20 0 1 0 282334647 78426112 12137 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19147 12137 183 410 0 18729 0
[pid=17738] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17738/stat : 17738 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282335728 9367552 267 33554432000 4194304 5064252 140734253405440 140734253404352 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17738/statm: 2287 267 226 213 0 72 0
[pid=17739] ppid=17738 vsize=126556 CPUtime=40.26 cores=1,3,5,7
/proc/17739/stat : 17739 (glucose_static) R 17738 17684 17405 0 -1 4202496 25322 0 0 0 4019 7 0 0 20 0 1 0 282335728 129593344 28741 33554432000 4194304 4896791 140736090523088 140736090520296 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17739/statm: 31639 28741 78 172 0 31465 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 221440

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 17745
/proc/meminfo: memFree=30062676/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76588 CPUtime=94.32 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 27771 82756 0 0 260 50 9090 32 20 0 1 0 282334647 78426112 12137 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19147 12137 183 410 0 18729 0
[pid=17744] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17744/stat : 17744 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282344083 9367552 267 33554432000 4194304 5064252 140734821259216 140734821258128 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17744/statm: 2287 267 226 213 0 72 0
[pid=17745] ppid=17744 vsize=124384 CPUtime=7.93 cores=1,3,5,7
/proc/17745/stat : 17745 (glucose_static) R 17744 17684 17405 0 -1 4202496 24321 0 0 0 787 6 0 0 20 0 1 0 282344083 127369216 27191 33554432000 4194304 4896791 140734127230336 140734127227544 4419879 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17745/statm: 31096 27191 78 172 0 30922 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 219268

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 17745
/proc/meminfo: memFree=30048840/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76588 CPUtime=94.32 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 27771 82756 0 0 260 50 9090 32 20 0 1 0 282334647 78426112 12137 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19147 12137 183 410 0 18729 0
[pid=17744] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17744/stat : 17744 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282344083 9367552 267 33554432000 4194304 5064252 140734821259216 140734821258128 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17744/statm: 2287 267 226 213 0 72 0
[pid=17745] ppid=17744 vsize=127856 CPUtime=67.92 cores=1,3,5,7
/proc/17745/stat : 17745 (glucose_static) R 17744 17684 17405 0 -1 4202496 25746 0 0 0 6785 7 0 0 20 0 1 0 282344083 130924544 29061 33554432000 4194304 4896791 140734127230336 140734127227544 4224722 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17745/statm: 31964 29061 78 172 0 31790 0
Current children cumulated CPU time (s) 162.24

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

/proc/17752/stat : 17752 (glucose_static) R 17751 17684 17405 0 -1 4202496 35968 0 0 0 89990 28 0 0 20 0 1 0 282380842 156237824 33992 33554432000 4194304 4896791 140734041466016 140734041461032 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17752/statm: 38144 33992 78 172 0 37970 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 247284

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 17784
/proc/meminfo: memFree=29981564/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=461.81 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 33322 114902 0 0 320 59 45755 47 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17751] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17751/stat : 17751 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282380841 9367552 267 33554432000 4194304 5064252 140734737888464 140734737887376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17751/statm: 2287 267 226 213 0 72 0
[pid=17752] ppid=17751 vsize=153364 CPUtime=960.17 cores=1,3,5,7
/proc/17752/stat : 17752 (glucose_static) R 17751 17684 17405 0 -1 4202496 37190 0 0 0 95987 30 0 0 20 0 1 0 282380842 157044736 34709 33554432000 4194304 4896791 140734041466016 140734041463224 4223809 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17752/statm: 38341 34709 78 172 0 38167 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 248072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 17785
/proc/meminfo: memFree=30013128/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=461.81 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 33322 114902 0 0 320 59 45755 47 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17751] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17751/stat : 17751 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282380841 9367552 267 33554432000 4194304 5064252 140734737888464 140734737887376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17751/statm: 2287 267 226 213 0 72 0
[pid=17752] ppid=17751 vsize=154144 CPUtime=1020.15 cores=1,3,5,7
/proc/17752/stat : 17752 (glucose_static) R 17751 17684 17405 0 -1 4202496 38136 0 0 0 101984 31 0 0 20 0 1 0 282380842 157843456 33854 33554432000 4194304 4896791 140734041466016 140734041461032 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17752/statm: 38536 33854 78 172 0 38362 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 248852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 17785
/proc/meminfo: memFree=30001772/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=461.81 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 33322 114902 0 0 320 59 45755 47 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17751] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17751/stat : 17751 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282380841 9367552 267 33554432000 4194304 5064252 140734737888464 140734737887376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17751/statm: 2287 267 226 213 0 72 0
[pid=17752] ppid=17751 vsize=154500 CPUtime=1080.14 cores=1,3,5,7
/proc/17752/stat : 17752 (glucose_static) R 17751 17684 17405 0 -1 4202496 38260 0 0 0 107983 31 0 0 20 0 1 0 282380842 158208000 36022 33554432000 4194304 4896791 140734041466016 140734041463224 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17752/statm: 38625 36022 78 172 0 38451 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 249208

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 17785
/proc/meminfo: memFree=30006648/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=461.81 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 33322 114902 0 0 320 59 45755 47 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17751] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17751/stat : 17751 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282380841 9367552 267 33554432000 4194304 5064252 140734737888464 140734737887376 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17751/statm: 2287 267 226 213 0 72 0
[pid=17752] ppid=17751 vsize=155368 CPUtime=1140.14 cores=1,3,5,7
/proc/17752/stat : 17752 (glucose_static) R 17751 17684 17405 0 -1 4202496 39162 0 0 0 113981 33 0 0 20 0 1 0 282380842 159096832 33088 33554432000 4194304 4896791 140734041466016 140734041463544 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17752/statm: 38842 33088 78 172 0 38668 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 250076

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 17788
/proc/meminfo: memFree=30028252/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=1654.05 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 38843 155410 0 0 380 67 164875 83 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17787] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17787/stat : 17787 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282500087 9367552 267 33554432000 4194304 5064252 140733226799872 140733226798784 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17787/statm: 2287 267 226 213 0 72 0
[pid=17788] ppid=17787 vsize=119040 CPUtime=7.89 cores=1,3,5,7
/proc/17788/stat : 17788 (glucose_static) R 17787 17684 17405 0 -1 4202496 24951 0 0 0 784 5 0 0 20 0 1 0 282500087 121896960 26319 33554432000 4194304 4896791 140735446924400 140735446921720 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17788/statm: 29760 26319 78 172 0 29586 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 213748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 17791
/proc/meminfo: memFree=30012088/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=1654.05 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 38843 155410 0 0 380 67 164875 83 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17787] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17787/stat : 17787 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282500087 9367552 267 33554432000 4194304 5064252 140733226799872 140733226798784 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17787/statm: 2287 267 226 213 0 72 0
[pid=17788] ppid=17787 vsize=124032 CPUtime=67.88 cores=1,3,5,7
/proc/17788/stat : 17788 (glucose_static) R 17787 17684 17405 0 -1 4202496 27908 0 0 0 6781 7 0 0 20 0 1 0 282500087 127008768 28703 33554432000 4194304 4896791 140735446924400 140735446921624 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17788/statm: 31008 28703 78 172 0 30834 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 218740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17792
/proc/meminfo: memFree=30008100/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=1654.05 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 38843 155410 0 0 380 67 164875 83 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17787] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17787/stat : 17787 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282500087 9367552 267 33554432000 4194304 5064252 140733226799872 140733226798784 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17787/statm: 2287 267 226 213 0 72 0
[pid=17788] ppid=17787 vsize=124716 CPUtime=127.87 cores=1,3,5,7
/proc/17788/stat : 17788 (glucose_static) R 17787 17684 17405 0 -1 4202496 29467 0 0 0 12779 8 0 0 20 0 1 0 282500087 127709184 28356 33554432000 4194304 4896791 140735446924400 140735446921608 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17788/statm: 31179 28356 78 172 0 31005 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 219424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 17792
/proc/meminfo: memFree=30005060/32873844 swapFree=6080/6080
[pid=17684] ppid=17682 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17684/stat : 17684 (runPb2satCp2.sh) S 17682 17684 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282334647 9367552 275 33554432000 4194304 5064252 140733648618784 140733648617696 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17684/statm: 2287 275 233 213 0 72 0
[pid=17685] ppid=17684 vsize=76412 CPUtime=1654.05 cores=1,3,5,7
/proc/17685/stat : 17685 (pb2sat) S 17684 17684 17405 0 -1 4202496 38843 155410 0 0 380 67 164875 83 20 0 1 0 282334647 78245888 11581 33554432000 4194304 5873084 140734465110784 140734465104600 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17685/statm: 19103 11581 183 410 0 18685 0
[pid=17787] ppid=17685 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17787/stat : 17787 (satsolver.sh) S 17685 17684 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282500087 9367552 267 33554432000 4194304 5064252 140733226799872 140733226798784 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17787/statm: 2287 267 226 213 0 72 0
[pid=17788] ppid=17787 vsize=124996 CPUtime=145.97 cores=1,3,5,7
/proc/17788/stat : 17788 (glucose_static) R 17787 17684 17405 0 -1 4202496 29522 0 0 0 14589 8 0 0 20 0 1 0 282500087 127995904 28922 33554432000 4194304 4896791 140735446924400 140735446921608 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17788/statm: 31249 28922 78 172 0 31075 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 219704

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 17684 and gives
#  childrusage.ru_utime.tv_sec=1652
#  childrusage.ru_utime.tv_usec=560772
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=515769
# CPU time returned by wait4() is 1654.08
# 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.41
CPU time (s): 1800.02
CPU user time (s): 1798.44
CPU system time (s): 1.58
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 280428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1652.56
system time used= 1.51577
maximum resident set size= 178604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 501888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160
involuntary context switches= 1868

runsolver used 3.63945 second user time and 8.71967 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 01:41:41
IDJOB=3694644
IDBENCH=92699
IDSOLVER=2273
FILE ID=node139/3694644-1338162101
RUNJOBID= node139-1338158499-17422
PBS_JOBID= 14624542
Free space on /tmp= 71440 MiB

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

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

MD5SUM BENCH= 8032cd9ddf37959390b9864499521c4d
RANDOM SEED=1312769381

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.92
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.750
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.750
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.750
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:        30200008 kB
Buffers:          396576 kB
Cached:           634360 kB
SwapCached:          828 kB
Active:          1639168 kB
Inactive:         178832 kB
Active(anon):     780496 kB
Inactive(anon):     7968 kB
Active(file):     858672 kB
Inactive(file):   170864 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:        936524 kB
Mapped:            12780 kB
Shmem:                 8 kB
Slab:             714680 kB
SReclaimable:     157040 kB
SUnreclaim:       557640 kB
KernelStack:        1520 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1081924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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= 71400 MiB
End job on node139 at 2012-05-28 02:11:41