Trace number 3694541

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.09 1802.21

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_1.opb
MD5SUM8a23e88f34ee33e636d3b24522832f27
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3948307
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 43040121046
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 43040121046
Number of bits of the biggest sum of numbers36
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.76	c model valid
0.00/0.76	c current solution ok
1.20/2.25	o 98445157
1.20/2.25	c fallback to adder encoding
6.26/7.32	c model valid
6.26/7.32	c current solution ok
6.36/7.40	o 67045053
6.36/7.40	c fallback to adder encoding
12.24/13.37	c model valid
12.24/13.37	c current solution ok
12.24/13.39	o 37044893
12.24/13.39	c fallback to adder encoding
26.44/27.58	c model valid
26.44/27.58	c current solution ok
26.54/27.60	o 35527537
26.54/27.60	c fallback to adder encoding
68.44/69.57	c model valid
68.44/69.57	c current solution ok
68.44/69.59	o 35298685
68.44/69.59	c fallback to adder encoding
82.24/83.37	c model valid
82.24/83.37	c current solution ok
82.24/83.39	o 17705953
82.24/83.39	c fallback to adder encoding
89.53/90.60	c model valid
89.53/90.60	c current solution ok
89.53/90.62	o 12133461
89.53/90.62	c fallback to adder encoding
93.52/94.68	c model valid
93.52/94.68	c current solution ok
93.64/95.41	o 11777749
93.64/95.41	c fallback to adder encoding
124.52/126.30	c model valid
124.52/126.30	c current solution ok
124.52/126.32	o 11023047
124.52/126.32	c fallback to adder encoding
177.31/179.20	c model valid
177.31/179.20	c current solution ok
177.42/179.22	o 7396277
177.42/179.22	c fallback to adder encoding
186.38/188.24	c model valid
186.38/188.24	c current solution ok
186.38/188.26	o 6409287
186.38/188.26	c fallback to adder encoding
331.05/332.97	c model valid
331.05/332.97	c current solution ok
331.05/332.99	o 6242735
331.05/332.99	c fallback to adder encoding
618.38/620.35	c model valid
618.38/620.35	c current solution ok
618.38/620.36	o 6074845
618.38/620.36	c fallback to adder encoding
715.16/717.15	c model valid
715.16/717.15	c current solution ok
715.16/717.16	o 5614303
715.16/717.16	c fallback to adder encoding
1800.09/1802.21	c error: unexpected solver exit code
1800.09/1802.21	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-3694541-1338218499/watcher-3694541-1338218499 -o /tmp/evaluation-result-3694541-1338218499/solver-3694541-1338218499 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694541-1338218499.opb 1615705737 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.06 2.04 2.00 3/179 12633
/proc/meminfo: memFree=28586788/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0

[startup+0.0369729 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 12633
/proc/meminfo: memFree=28586788/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100719 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 12633
/proc/meminfo: memFree=28586788/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 12633
/proc/meminfo: memFree=28586788/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 12633
/proc/meminfo: memFree=28586788/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50109 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 12637
/proc/meminfo: memFree=28560988/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=17868 CPUtime=1.2 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 4645 8602 0 0 24 39 56 1 20 0 1 0 287975779 18296832 3847 33554432000 4194304 5873084 140734740715424 140734740710760 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/12634/statm: 4467 3847 177 410 0 4049 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 27016

[startup+3.10672 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 12638
/proc/meminfo: memFree=28438392/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=94884 CPUtime=2.02 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 10222 9116 0 0 96 48 56 2 20 0 1 0 287975779 97161216 19705 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/12634/statm: 23721 19705 184 410 0 23303 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 104032
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 12643
/proc/meminfo: memFree=28352708/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=94884 CPUtime=2.02 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 10222 9116 0 0 96 48 56 2 20 0 1 0 287975779 97161216 19705 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/12634/statm: 23721 19705 184 410 0 23303 0
[pid=12639] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12639/stat : 12639 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287976085 9367552 267 33554432000 4194304 5064252 140734343895376 140734343894288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12639/statm: 2287 267 226 213 0 72 0
[pid=12640] ppid=12639 vsize=176468 CPUtime=3.23 cores=1,3,5,7
/proc/12640/stat : 12640 (glucose_static) R 12639 12633 12080 0 -1 4202496 32699 0 0 0 316 7 0 0 20 0 1 0 287976085 180703232 37464 33554432000 4194304 4896791 140734439455744 140734439452952 4204507 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12640/statm: 44117 37464 78 172 0 43943 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 289648

[startup+12.7012 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 12646
/proc/meminfo: memFree=28339044/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=123064 CPUtime=7.08 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 18556 43259 0 0 167 57 470 14 20 0 1 0 287975779 126017536 25726 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 30766 25726 184 410 0 30348 0
[pid=12645] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12645/stat : 12645 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287976590 9367552 266 33554432000 4194304 5064252 140733285789856 140733285788768 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12645/statm: 2287 266 226 213 0 72 0
[pid=12646] ppid=12645 vsize=174204 CPUtime=4.57 cores=1,3,5,7
/proc/12646/stat : 12646 (glucose_static) R 12645 12633 12080 0 -1 4202496 32043 0 0 0 450 7 0 0 20 0 1 0 287976591 178384896 35918 33554432000 4194304 4896791 140733802307344 140733802304872 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12646/statm: 43551 35918 78 172 0 43377 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 315564

[startup+25.5004 s]
/proc/loadavg: 2.18 2.07 2.01 3/183 12649
/proc/meminfo: memFree=28349808/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=123064 CPUtime=13.06 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 26117 76823 0 0 234 65 983 24 20 0 1 0 287975779 126017536 25214 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 30766 25214 184 410 0 30348 0
[pid=12648] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12648/stat : 12648 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287977190 9367552 267 33554432000 4194304 5064252 140736268373568 140736268372480 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12648/statm: 2287 267 226 213 0 72 0
[pid=12649] ppid=12648 vsize=152316 CPUtime=11.37 cores=1,3,5,7
/proc/12649/stat : 12649 (glucose_static) R 12648 12633 12080 0 -1 4202496 31088 0 0 0 1132 5 0 0 20 0 1 0 287977190 155971584 34894 33554432000 4194304 4896791 140735580476048 140735580473256 4205066 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12649/statm: 38079 34894 78 172 0 37905 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 293676

[startup+51.1004 s]
/proc/loadavg: 2.12 2.06 2.01 3/183 12652
/proc/meminfo: memFree=28344864/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=123064 CPUtime=27.27 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 33600 109543 0 0 301 74 2318 34 20 0 1 0 287975779 126017536 25214 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 30766 25214 184 410 0 30348 0
[pid=12651] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12651/stat : 12651 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287978610 9367552 266 33554432000 4194304 5064252 140734979177424 140734979176336 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12651/statm: 2287 266 226 213 0 72 0
[pid=12652] ppid=12651 vsize=171060 CPUtime=22.77 cores=1,3,5,7
/proc/12652/stat : 12652 (glucose_static) R 12651 12633 12080 0 -1 4202496 31434 0 0 0 2270 7 0 0 20 0 1 0 287978610 175165440 35158 33554432000 4194304 4896791 140737161054912 140737161052120 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12652/statm: 42765 35158 78 172 0 42591 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 312420

[startup+102.307 s]
/proc/loadavg: 2.11 2.06 2.01 3/183 12664
/proc/meminfo: memFree=28388060/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=123064 CPUtime=94.21 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 62662 236818 0 0 534 103 8706 78 20 0 1 0 287975779 126017536 22654 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 30766 22654 184 410 0 30348 0
[pid=12663] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12663/stat : 12663 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287985376 9367552 266 33554432000 4194304 5064252 140733824839584 140733824838496 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12663/statm: 2287 266 226 213 0 72 0
[pid=12664] ppid=12663 vsize=130304 CPUtime=6.32 cores=1,3,5,7
/proc/12664/stat : 12664 (glucose_static) R 12663 12633 12080 0 -1 4202496 27063 0 0 0 625 7 0 0 20 0 1 0 287985376 133431296 28575 33554432000 4194304 4896791 140736205933040 140736205930088 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12664/statm: 32576 28575 78 172 0 32402 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 271664

[startup+162.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/183 12667
/proc/meminfo: memFree=28377056/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=123064 CPUtime=125.11 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 69785 267044 0 0 587 110 11725 89 20 0 1 0 287975779 126017536 22654 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 30766 22654 184 410 0 30348 0
[pid=12666] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12666/stat : 12666 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287988467 9367552 267 33554432000 4194304 5064252 140735702484304 140735702483216 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12666/statm: 2287 267 226 213 0 72 0
[pid=12667] ppid=12666 vsize=131236 CPUtime=35.4 cores=1,3,5,7
/proc/12667/stat : 12667 (glucose_static) R 12666 12633 12080 0 -1 4202496 27821 0 0 0 3532 8 0 0 20 0 1 0 287988467 134385664 29312 33554432000 4194304 4896791 140735676617488 140735676615064 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12667/statm: 32809 29312 78 172 0 32635 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 272596

[startup+222.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 12673
/proc/meminfo: memFree=28386180/32873648 swapFree=6844/6844

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

/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 29474 0 0 0 70440 13 0 0 20 0 1 0 288047542 141959168 28835 33554432000 4194304 4896791 140733488836624 140733488834200 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 34658 28835 78 172 0 34484 0
Current children cumulated CPU time (s) 1420.24
Current children cumulated vsize (KiB) 247224

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 12704
/proc/meminfo: memFree=28377988/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=138644 CPUtime=764.52 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 29565 0 0 0 76439 13 0 0 20 0 1 0 288047542 141971456 31421 33554432000 4194304 4896791 140733488836624 140733488833992 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 34661 31421 78 172 0 34487 0
Current children cumulated CPU time (s) 1480.23
Current children cumulated vsize (KiB) 247236

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 12704
/proc/meminfo: memFree=28353140/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=169704 CPUtime=824.51 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 29723 0 0 0 82437 14 0 0 20 0 1 0 288047542 173776896 33112 33554432000 4194304 4896791 140733488836624 140733488834152 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 42426 33112 78 172 0 42252 0
Current children cumulated CPU time (s) 1540.22
Current children cumulated vsize (KiB) 278296

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12704
/proc/meminfo: memFree=28355344/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=169836 CPUtime=884.5 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 30214 0 0 0 88436 14 0 0 20 0 1 0 288047542 173912064 35135 33554432000 4194304 4896791 140733488836624 140733488833912 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 42459 35135 78 172 0 42285 0
Current children cumulated CPU time (s) 1600.21
Current children cumulated vsize (KiB) 278428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12704
/proc/meminfo: memFree=28333144/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=139016 CPUtime=944.49 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 30746 0 0 0 94434 15 0 0 20 0 1 0 288047542 142352384 30985 33554432000 4194304 4896791 140733488836624 140733488834200 4204839 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 34754 30985 78 172 0 34580 0
Current children cumulated CPU time (s) 1660.2
Current children cumulated vsize (KiB) 247608

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12707
/proc/meminfo: memFree=28336148/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=139148 CPUtime=1004.48 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 30775 0 0 0 100433 15 0 0 20 0 1 0 288047542 142487552 33058 33554432000 4194304 4896791 140733488836624 140733488833832 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 34787 33058 78 172 0 34613 0
Current children cumulated CPU time (s) 1720.19
Current children cumulated vsize (KiB) 247740

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 12708
/proc/meminfo: memFree=28329840/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=170100 CPUtime=1064.48 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 31398 0 0 0 106432 16 0 0 20 0 1 0 288047542 174182400 35213 33554432000 4194304 4896791 140733488836624 140733488833832 4204939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 42525 35213 78 172 0 42351 0
Current children cumulated CPU time (s) 1780.19
Current children cumulated vsize (KiB) 278692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.03 2.01 2.00 4/181 12750
/proc/meminfo: memFree=28482312/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=170244 CPUtime=1084.38 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 31417 0 0 0 108422 16 0 0 20 0 1 0 288047542 174329856 35743 33554432000 4194304 4896791 140733488836624 140733488833832 4204939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 42561 35743 78 172 0 42387 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 278836

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.2 s]
/proc/loadavg: 2.03 2.01 2.00 4/181 12750
/proc/meminfo: memFree=28482312/32873648 swapFree=6844/6844
[pid=12633] ppid=12631 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12633/stat : 12633 (runPb2satCp2.sh) S 12631 12633 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287975778 9367552 274 33554432000 4194304 5064252 140735239344160 140735239343072 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12633/statm: 2287 274 233 213 0 72 0
[pid=12634] ppid=12633 vsize=90296 CPUtime=715.71 cores=1,3,5,7
/proc/12634/stat : 12634 (pb2sat) S 12633 12633 12080 0 -1 4202496 99088 427597 0 0 819 135 70459 158 20 0 1 0 287975779 92463104 21630 33554432000 4194304 5873084 140734740715424 140734740709240 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/12634/statm: 22574 21630 184 410 0 22156 0
[pid=12694] ppid=12634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (satsolver.sh) S 12634 12633 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288047542 9367552 267 33554432000 4194304 5064252 140736972269376 140736972268288 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12694/statm: 2287 267 226 213 0 72 0
[pid=12695] ppid=12694 vsize=170244 CPUtime=1084.38 cores=1,3,5,7
/proc/12695/stat : 12695 (glucose_static) R 12694 12633 12080 0 -1 4202496 31417 0 0 0 108422 16 0 0 20 0 1 0 288047542 174329856 35743 33554432000 4194304 4896791 140733488836624 140733488833832 4204939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12695/statm: 42561 35743 78 172 0 42387 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 278836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12633 and gives
#  childrusage.ru_utime.tv_sec=712
#  childrusage.ru_utime.tv_usec=791639
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=949551
# CPU time returned by wait4() is 715.741
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.21
CPU time (s): 1800.09
CPU user time (s): 1797
CPU system time (s): 3.09
CPU usage (%): 99.8821
Max. virtual memory (cumulated for all children) (KiB): 362860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.792
system time used= 2.94955
maximum resident set size= 188500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 527662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1273328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243
involuntary context switches= 875

runsolver used 4.94225 second user time and 17.0324 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 17:21:39
IDJOB=3694541
IDBENCH=92748
IDSOLVER=2273
FILE ID=node124/3694541-1338218499
RUNJOBID= node124-1338213092-12097
PBS_JOBID= 14624615
Free space on /tmp= 71364 MiB

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

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

MD5SUM BENCH= 8a23e88f34ee33e636d3b24522832f27
RANDOM SEED=1615705737

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28587332 kB
Buffers:          405520 kB
Cached:          2804976 kB
SwapCached:            0 kB
Active:          1306012 kB
Inactive:        2148372 kB
Active(anon):     245996 kB
Inactive(anon):        0 kB
Active(file):    1060016 kB
Inactive(file):  2148372 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             77988 kB
Writeback:             8 kB
AnonPages:        249796 kB
Mapped:            15388 kB
Shmem:               200 kB
Slab:             693892 kB
SReclaimable:     137964 kB
SUnreclaim:       555928 kB
KernelStack:        1496 kB
PageTables:         4468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     395304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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= 71328 MiB
End job on node124 at 2012-05-28 17:51:41