Trace number 3694554

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.07 1800.52

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

1.78/1.80	c model valid
1.78/1.80	c current solution ok
3.38/3.45	o 200905135
3.38/3.45	c fallback to adder encoding
12.57/12.60	c model valid
12.57/12.60	c current solution ok
12.57/12.65	o 194656823
12.57/12.65	c fallback to adder encoding
33.38/33.42	c model valid
33.38/33.42	c current solution ok
33.38/33.46	o 107083733
33.38/33.46	c fallback to adder encoding
41.17/41.25	c model valid
41.17/41.25	c current solution ok
41.23/41.30	o 22569105
41.23/41.30	c fallback to adder encoding
204.25/204.38	c model valid
204.25/204.38	c current solution ok
204.32/204.42	o 18457641
204.32/204.42	c fallback to adder encoding
261.22/261.37	c model valid
261.22/261.37	c current solution ok
261.32/261.41	o 14829207
261.32/261.41	c fallback to adder encoding
711.43/711.62	c model valid
711.43/711.62	c current solution ok
711.43/711.66	o 10211413
711.43/711.66	c fallback to adder encoding
1054.35/1054.63	c model valid
1054.35/1054.63	c current solution ok
1054.35/1054.67	o 7807175
1054.35/1054.67	c fallback to adder encoding
1149.81/1150.20	c model valid
1149.81/1150.20	c current solution ok
1149.94/1150.24	o 7753189
1149.94/1150.24	c fallback to adder encoding
1800.07/1800.51	c error: unexpected solver exit code
1800.07/1800.51	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-3694554-1338185521/watcher-3694554-1338185521 -o /tmp/evaluation-result-3694554-1338185521/solver-3694554-1338185521 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694554-1338185521.opb 383602812 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19644
/proc/meminfo: memFree=30885200/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0

[startup+0.092279 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19644
/proc/meminfo: memFree=30885200/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19644
/proc/meminfo: memFree=30885200/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300291 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19644
/proc/meminfo: memFree=30885200/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700287 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19644
/proc/meminfo: memFree=30885200/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19648
/proc/meminfo: memFree=30920028/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=30472 CPUtime=0.33 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 5943 0 0 0 31 2 0 0 20 0 1 0 284676621 31203328 6469 33554432000 4194304 5873084 140734833024032 140734833020456 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19645/statm: 7618 6469 169 410 0 7200 0
[pid=19647] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19647/stat : 19647 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284676655 9367552 267 33554432000 4194304 5064252 140736441388384 140736441387296 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 2287 267 226 213 0 72 0
[pid=19648] ppid=19647 vsize=85820 CPUtime=1.14 cores=0,2,4,6
/proc/19648/stat : 19648 (glucose_static) R 19647 19644 17405 0 -1 4202496 17233 0 0 0 112 2 0 0 20 0 1 0 284676655 87879680 19054 33554432000 4194304 4896791 140735610695184 140735610692392 4223800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19648/statm: 21455 19054 78 172 0 21281 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 134588

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19648
/proc/meminfo: memFree=30978640/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=35796 CPUtime=3.08 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) R 19644 19644 17405 0 -1 4202496 7372 18018 0 0 50 117 137 4 20 0 1 0 284676621 36655104 7806 33554432000 4194304 5873084 140734833024032 140734833019464 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19645/statm: 8949 7806 177 410 0 8531 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44944

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19652
/proc/meminfo: memFree=30499336/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=189732 CPUtime=5.08 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 13406 18531 0 0 199 165 137 7 20 0 1 0 284676621 194285568 39301 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19645/statm: 47433 39301 184 410 0 47015 0
[pid=19651] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19651/stat : 19651 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284677130 9367552 267 33554432000 4194304 5064252 140735385557200 140735385556112 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19651/statm: 2287 267 226 213 0 72 0
[pid=19652] ppid=19651 vsize=363980 CPUtime=1.19 cores=0,2,4,6
/proc/19652/stat : 19652 (glucose_static) R 19651 19644 17405 0 -1 4202496 46625 0 0 0 105 14 0 0 20 0 1 0 284677131 372715520 68521 33554432000 4194304 4896791 140736749779184 140736748727976 4227893 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19652/statm: 90995 68521 58 172 0 90821 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 572008

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 19654
/proc/meminfo: memFree=29298436/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=58956 CPUtime=12.68 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) R 19644 19644 17405 0 -1 4202496 20472 79909 0 0 211 166 858 33 20 0 1 0 284676621 60370944 13603 33554432000 4194304 5873084 140734833024032 140734833018344 4995879 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19645/statm: 14739 13603 184 410 0 14321 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68104

[startup+25.5004 s]
/proc/loadavg: 2.27 2.06 2.02 3/183 19657
/proc/meminfo: memFree=29266496/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=214604 CPUtime=14.3 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 23890 79909 0 0 352 187 858 33 20 0 1 0 284676621 219754496 45516 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19645/statm: 53651 45516 184 410 0 53233 0
[pid=19656] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19656/stat : 19656 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284678052 9367552 266 33554432000 4194304 5064252 140736801913872 140736801912784 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19656/statm: 2287 266 226 213 0 72 0
[pid=19657] ppid=19656 vsize=355064 CPUtime=11.17 cores=0,2,4,6
/proc/19657/stat : 19657 (glucose_static) R 19656 19644 17405 0 -1 4202496 60588 0 0 0 1098 19 0 0 20 0 1 0 284678052 363585536 78669 33554432000 4194304 4896791 140734167472560 140734167469928 4204939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19657/statm: 88766 78669 78 172 0 88592 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 587964

[startup+51.1004 s]
/proc/loadavg: 2.18 2.06 2.02 3/183 19663
/proc/meminfo: memFree=29379320/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=214604 CPUtime=42.6 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 44504 202790 0 0 626 222 3328 84 20 0 1 0 284676621 219754496 39372 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 53651 39372 184 410 0 53233 0
[pid=19662] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19662/stat : 19662 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284680883 9367552 267 33554432000 4194304 5064252 140733827545520 140733827544432 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19662/statm: 2287 267 226 213 0 72 0
[pid=19663] ppid=19662 vsize=300304 CPUtime=8.46 cores=0,2,4,6
/proc/19663/stat : 19663 (glucose_static) R 19662 19644 17405 0 -1 4202496 49043 0 0 0 834 12 0 0 20 0 1 0 284680884 307511296 63277 33554432000 4194304 4896791 140736999655536 140736999652744 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19663/statm: 75076 63277 78 172 0 74902 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 533204

[startup+102.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 19663
/proc/meminfo: memFree=29353320/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=214604 CPUtime=42.6 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 44504 202790 0 0 626 222 3328 84 20 0 1 0 284676621 219754496 39372 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 53651 39372 184 410 0 53233 0
[pid=19662] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19662/stat : 19662 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284680883 9367552 267 33554432000 4194304 5064252 140733827545520 140733827544432 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19662/statm: 2287 267 226 213 0 72 0
[pid=19663] ppid=19662 vsize=302264 CPUtime=59.64 cores=0,2,4,6
/proc/19663/stat : 19663 (glucose_static) R 19662 19644 17405 0 -1 4202496 50730 0 0 0 5952 12 0 0 20 0 1 0 284680884 309518336 64243 33554432000 4194304 4896791 140736999655536 140736999652744 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19663/statm: 75566 64243 78 172 0 75392 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 535164

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/183 19666
/proc/meminfo: memFree=29436124/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=214604 CPUtime=42.6 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 44504 202790 0 0 626 222 3328 84 20 0 1 0 284676621 219754496 39372 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 53651 39372 184 410 0 53233 0
[pid=19662] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19662/stat : 19662 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284680883 9367552 267 33554432000 4194304 5064252 140733827545520 140733827544432 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19662/statm: 2287 267 226 213 0 72 0
[pid=19663] ppid=19662 vsize=305208 CPUtime=119.64 cores=0,2,4,6
/proc/19663/stat : 19663 (glucose_static) R 19662 19644 17405 0 -1 4202496 52362 0 0 0 11951 13 0 0 20 0 1 0 284680884 312532992 68601 33554432000 4194304 4896791 140736999655536 140736999651272 4225124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19663/statm: 76302 68601 78 172 0 76128 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 538108

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 19669
/proc/meminfo: memFree=29430732/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 58371 0 0 0 27073 24 0 0 20 0 1 0 284791747 284188672 63834 33554432000 4194304 4896791 140733497063920 140733497061128 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 69382 63834 78 172 0 69208 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 444892

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 19694
/proc/meminfo: memFree=29552984/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=281036 CPUtime=330.94 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 61896 0 0 0 33066 28 0 0 20 0 1 0 284791747 287780864 64137 33554432000 4194304 4896791 140733497063920 140733497061064 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 70259 64137 78 172 0 70085 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 448400

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19695
/proc/meminfo: memFree=29540988/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=282952 CPUtime=390.92 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 66409 0 0 0 39061 31 0 0 20 0 1 0 284791747 289742848 65219 33554432000 4194304 4896791 140733497063920 140733497061128 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 70738 65219 78 172 0 70564 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 450316

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 19695
/proc/meminfo: memFree=29517384/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=334060 CPUtime=450.91 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 68654 0 0 0 45059 32 0 0 20 0 1 0 284791747 342077440 70391 33554432000 4194304 4896791 140733497063920 140733497061144 4224802 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 83515 70391 78 172 0 83341 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 501424

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19695
/proc/meminfo: memFree=29524336/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=336584 CPUtime=510.9 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 72366 0 0 0 51053 37 0 0 20 0 1 0 284791747 344662016 69451 33554432000 4194304 4896791 140733497063920 140733497061128 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 84146 69451 78 172 0 83972 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 503948

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19698
/proc/meminfo: memFree=29418356/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=420476 CPUtime=570.9 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 74675 0 0 0 57047 43 0 0 20 0 1 0 284791747 430567424 92182 33554432000 4194304 4896791 140733497063920 140733497061128 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 105119 92182 78 172 0 104945 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 587840

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19698
/proc/meminfo: memFree=29481044/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=340796 CPUtime=630.89 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 78079 0 0 0 63042 47 0 0 20 0 1 0 284791747 348975104 75624 33554432000 4194304 4896791 140733497063920 140733497061064 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 85199 75624 78 172 0 85025 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 508160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19740
/proc/meminfo: memFree=30550420/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=341136 CPUtime=649.09 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 78727 0 0 0 64862 47 0 0 20 0 1 0 284791747 349323264 77232 33554432000 4194304 4896791 140733497063920 140733497061128 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 85284 77232 78 172 0 85110 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 508500

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19740
/proc/meminfo: memFree=30550420/32873844 swapFree=6080/6080
[pid=19644] ppid=19642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (runPb2satCp2.sh) S 19642 19644 17405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284676620 9367552 275 33554432000 4194304 5064252 140734642297376 140734642296288 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19644/statm: 2287 275 233 213 0 72 0
[pid=19645] ppid=19644 vsize=149068 CPUtime=1150.98 cores=0,2,4,6
/proc/19645/stat : 19645 (pb2sat) S 19644 19644 17405 0 -1 4202496 91357 484844 0 0 1160 291 113438 209 20 0 1 0 284676621 152645632 35276 33554432000 4194304 5873084 140734833024032 140734833017848 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19645/statm: 37267 35276 184 410 0 36849 0
[pid=19689] ppid=19645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19689/stat : 19689 (satsolver.sh) S 19645 19644 17405 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284791747 9367552 266 33554432000 4194304 5064252 140735339998496 140735339997408 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19689/statm: 2287 266 226 213 0 72 0
[pid=19690] ppid=19689 vsize=341136 CPUtime=649.09 cores=0,2,4,6
/proc/19690/stat : 19690 (glucose_static) R 19689 19644 17405 0 -1 4202496 78727 0 0 0 64862 47 0 0 20 0 1 0 284791747 349323264 77232 33554432000 4194304 4896791 140733497063920 140733497061128 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19690/statm: 85284 77232 78 172 0 85110 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 508500

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19644 and gives
#  childrusage.ru_utime.tv_sec=1145
#  childrusage.ru_utime.tv_usec=999781
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=16237
# CPU time returned by wait4() is 1151.02
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.07
CPU user time (s): 1794.6
CPU system time (s): 5.47
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 717112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1146
system time used= 5.01624
maximum resident set size= 394908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1777760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196
involuntary context switches= 1271

runsolver used 2.78358 second user time and 7.19091 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 08:12:01
IDJOB=3694554
IDBENCH=92727
IDSOLVER=2273
FILE ID=node139/3694554-1338185521
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= c9443936e5641d3aca30cbd92e359860
RANDOM SEED=383602812

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:        30885472 kB
Buffers:          414804 kB
Cached:           480252 kB
SwapCached:          828 kB
Active:           935320 kB
Inactive:         198300 kB
Active(anon):     231556 kB
Inactive(anon):     7968 kB
Active(file):     703764 kB
Inactive(file):   190332 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             48836 kB
Writeback:             0 kB
AnonPages:        307672 kB
Mapped:            12724 kB
Shmem:                 8 kB
Slab:             718308 kB
SReclaimable:     160292 kB
SUnreclaim:       558016 kB
KernelStack:        1520 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     369292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71528 MiB
End job on node139 at 2012-05-28 08:42:01