Trace number 3694559

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.01 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_5.opb
MD5SUMf3813b86973df1eedcf86494ca06b423
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5206831
Best CPU time to get the best result obtained on this benchmark1800.24
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 141420761
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 116572691025
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 141420761
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 116572691025
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

3.48/3.58	c model valid
3.48/3.58	c current solution ok
5.33/5.65	o 30132235
5.33/5.65	c fallback to adder encoding
99.91/100.23	c model valid
99.91/100.23	c current solution ok
99.91/100.29	o 30072819
99.91/100.29	c fallback to adder encoding
184.99/185.39	c model valid
184.99/185.39	c current solution ok
185.09/185.46	o 24247679
185.09/185.46	c fallback to adder encoding
903.45/903.95	c model valid
903.45/903.95	c current solution ok
903.50/904.01	o 21050711
903.50/904.01	c fallback to adder encoding
1104.90/1105.43	c model valid
1104.90/1105.43	c current solution ok
1104.90/1105.50	o 17561217
1104.90/1105.50	c fallback to adder encoding
1178.57/1179.19	c model valid
1178.57/1179.19	c current solution ok
1178.67/1179.26	o 16949297
1178.67/1179.26	c fallback to adder encoding
1433.20/1433.81	c model valid
1433.20/1433.81	c current solution ok
1433.20/1433.88	o 15575139
1433.20/1433.88	c fallback to adder encoding
1625.43/1626.14	c model valid
1625.43/1626.14	c current solution ok
1625.48/1626.21	o 14419031
1625.48/1626.21	c fallback to adder encoding
1800.01/1800.71	c error: unexpected solver exit code
1800.01/1800.71	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-3694559-1338189120/watcher-3694559-1338189120 -o /tmp/evaluation-result-3694559-1338189120/solver-3694559-1338189120 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694559-1338189120.opb 1317000133 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 19895
/proc/meminfo: memFree=30468976/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0

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

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

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

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

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19899
/proc/meminfo: memFree=30295376/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=54344 CPUtime=0.55 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 8224 0 0 0 50 5 0 0 20 0 1 0 285036588 55648256 10481 33554432000 4194304 5873084 140737082060560 140737082056984 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19896/statm: 13586 10481 169 410 0 13168 0
[pid=19898] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19898/stat : 19898 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285036643 9367552 267 33554432000 4194304 5064252 140736247108016 140736247106928 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19898/statm: 2287 267 226 213 0 72 0
[pid=19899] ppid=19898 vsize=120116 CPUtime=0.93 cores=1,3,5,7
/proc/19899/stat : 19899 (glucose_static) R 19898 19895 17405 0 -1 4202496 24696 0 0 0 89 4 0 0 20 0 1 0 285036644 122998784 28428 33554432000 4194304 4896791 140734094104608 140734093053496 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19899/statm: 30029 28428 78 172 0 29855 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 192756

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19899
/proc/meminfo: memFree=30292640/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=54344 CPUtime=0.55 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 8224 0 0 0 50 5 0 0 20 0 1 0 285036588 55648256 10481 33554432000 4194304 5873084 140737082060560 140737082056984 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/19896/statm: 13586 10481 169 410 0 13168 0
[pid=19898] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19898/stat : 19898 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285036643 9367552 267 33554432000 4194304 5064252 140736247108016 140736247106928 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19898/statm: 2287 267 226 213 0 72 0
[pid=19899] ppid=19898 vsize=120932 CPUtime=2.53 cores=1,3,5,7
/proc/19899/stat : 19899 (glucose_static) R 19898 19895 17405 0 -1 4202496 24956 0 0 0 249 4 0 0 20 0 1 0 285036644 123834368 28686 33554432000 4194304 4896791 140734094104608 140734094101704 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19899/statm: 30233 28686 78 172 0 30059 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 193572

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19944
/proc/meminfo: memFree=30803104/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=167740 CPUtime=6.03 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) R 19895 19895 17405 0 -1 4202496 16907 26461 0 0 147 158 288 10 20 0 1 0 285036588 171765760 32962 33554432000 4194304 5873084 140737082060560 140737082054584 4420220 0 0 4096 0 0 0 0 17 1 0 0 23 0 0
/proc/19896/statm: 41935 32962 184 410 0 41517 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 176888

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19947
/proc/meminfo: memFree=30066948/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=233276 CPUtime=7.45 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 17886 26461 0 0 266 181 288 10 20 0 1 0 285036588 238874624 53954 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 58319 53954 184 410 0 57901 0
[pid=19946] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19946/stat : 19946 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285037361 9367552 266 33554432000 4194304 5064252 140735809921984 140735809920896 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19946/statm: 2287 266 226 213 0 72 0
[pid=19947] ppid=19946 vsize=466484 CPUtime=4.96 cores=1,3,5,7
/proc/19947/stat : 19947 (glucose_static) R 19946 19895 17405 0 -1 4202496 70867 0 0 0 472 24 0 0 20 0 1 0 285037361 477679616 98615 33554432000 4194304 4896791 140734543473552 140734543470760 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19947/statm: 116621 98615 77 172 0 116447 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 718056

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 19953
/proc/meminfo: memFree=30162896/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=233276 CPUtime=7.45 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 17886 26461 0 0 266 181 288 10 20 0 1 0 285036588 238874624 53954 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 58319 53954 184 410 0 57901 0
[pid=19946] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19946/stat : 19946 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285037361 9367552 266 33554432000 4194304 5064252 140735809921984 140735809920896 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19946/statm: 2287 266 226 213 0 72 0
[pid=19947] ppid=19946 vsize=467452 CPUtime=17.75 cores=1,3,5,7
/proc/19947/stat : 19947 (glucose_static) R 19946 19895 17405 0 -1 4202496 71213 0 0 0 1751 24 0 0 20 0 1 0 285037361 478670848 99451 33554432000 4194304 4896791 140734543473552 140734543471080 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19947/statm: 116863 99451 78 172 0 116689 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 719024

[startup+51.1005 s]
/proc/loadavg: 2.11 2.03 2.01 3/182 19953
/proc/meminfo: memFree=30089312/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=233276 CPUtime=7.45 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 17886 26461 0 0 266 181 288 10 20 0 1 0 285036588 238874624 53954 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 58319 53954 184 410 0 57901 0
[pid=19946] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19946/stat : 19946 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285037361 9367552 266 33554432000 4194304 5064252 140735809921984 140735809920896 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19946/statm: 2287 266 226 213 0 72 0
[pid=19947] ppid=19946 vsize=469556 CPUtime=43.35 cores=1,3,5,7
/proc/19947/stat : 19947 (glucose_static) R 19946 19895 17405 0 -1 4202496 74648 0 0 0 4310 25 0 0 20 0 1 0 285037361 480825344 102698 33554432000 4194304 4896791 140734543473552 140734543471064 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19947/statm: 117389 102698 78 172 0 117215 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 721128

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/181 19958
/proc/meminfo: memFree=30464556/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=362992 CPUtime=102.02 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) R 19895 19895 17405 0 -1 4202496 30109 105022 0 0 457 204 9495 46 20 0 1 0 285036588 371703808 86382 33554432000 4194304 5873084 140737082060560 140737082054952 5129975 0 0 4096 0 0 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 90748 86382 184 410 0 90330 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 372140

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 19960
/proc/meminfo: memFree=30078656/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=102.05 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 30110 105022 0 0 457 207 9495 46 20 0 1 0 285036588 244654080 55365 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 55365 184 410 0 59312 0
[pid=19959] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19959/stat : 19959 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285046821 9367552 267 33554432000 4194304 5064252 140735535805792 140735535804704 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19959/statm: 2287 267 226 213 0 72 0
[pid=19960] ppid=19959 vsize=469228 CPUtime=59.94 cores=1,3,5,7
/proc/19960/stat : 19960 (glucose_static) R 19959 19895 17405 0 -1 4202496 72611 0 0 0 5971 23 0 0 20 0 1 0 285046821 480489472 102423 33554432000 4194304 4896791 140736748764608 140736748761816 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19960/statm: 117307 102423 78 172 0 117133 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 726444

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 19966
/proc/meminfo: memFree=30124884/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/19996/statm: 116186 102466 78 172 0 116012 0
Current children cumulated CPU time (s) 1421.69
Current children cumulated vsize (KiB) 721960

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 20004
/proc/meminfo: memFree=30127068/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1435.04 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 92725 507117 0 0 1339 327 141571 267 20 0 1 0 285036588 244654080 50757 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50757 184 410 0 59312 0
[pid=20003] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20003/stat : 20003 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285180152 9367552 267 33554432000 4194304 5064252 140733686332000 140733686330912 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20003/statm: 2287 267 226 213 0 72 0
[pid=20004] ppid=20003 vsize=453780 CPUtime=46.63 cores=1,3,5,7
/proc/20004/stat : 20004 (glucose_static) R 20003 19895 17405 0 -1 4202496 68442 0 0 0 4639 24 0 0 20 0 1 0 285180153 464670720 103286 33554432000 4194304 4896791 140737196426960 140737196424104 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20004/statm: 113445 103286 78 172 0 113271 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 710996

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 20004
/proc/meminfo: memFree=30123304/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1435.04 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 92725 507117 0 0 1339 327 141571 267 20 0 1 0 285036588 244654080 50757 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50757 184 410 0 59312 0
[pid=20003] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20003/stat : 20003 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285180152 9367552 267 33554432000 4194304 5064252 140733686332000 140733686330912 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20003/statm: 2287 267 226 213 0 72 0
[pid=20004] ppid=20003 vsize=585728 CPUtime=106.6 cores=1,3,5,7
/proc/20004/stat : 20004 (glucose_static) R 20003 19895 17405 0 -1 4202496 70690 0 0 0 10633 27 0 0 20 0 1 0 285180153 599785472 110085 33554432000 4194304 4896791 140737196426960 140737196424168 4216457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20004/statm: 146432 110085 78 172 0 146258 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 842944

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 20005
/proc/meminfo: memFree=30098068/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1435.04 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 92725 507117 0 0 1339 327 141571 267 20 0 1 0 285036588 244654080 50757 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50757 184 410 0 59312 0
[pid=20003] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20003/stat : 20003 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285180152 9367552 267 33554432000 4194304 5064252 140733686332000 140733686330912 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20003/statm: 2287 267 226 213 0 72 0
[pid=20004] ppid=20003 vsize=539336 CPUtime=166.59 cores=1,3,5,7
/proc/20004/stat : 20004 (glucose_static) R 20003 19895 17405 0 -1 4202496 78430 0 0 0 16601 58 0 0 20 0 1 0 285180153 552280064 108341 33554432000 4194304 4896791 140737196426960 140737196424488 4206168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20004/statm: 134834 108341 78 172 0 134660 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 796552

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20008
/proc/meminfo: memFree=30162748/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1627.29 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 105170 589078 0 0 1504 349 160533 343 20 0 1 0 285036588 244654080 50245 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50245 184 410 0 59312 0
[pid=20007] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285199383 9367552 267 33554432000 4194304 5064252 140733995995600 140733995994512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20007/statm: 2287 267 226 213 0 72 0
[pid=20008] ppid=20007 vsize=400980 CPUtime=34.32 cores=1,3,5,7
/proc/20008/stat : 20008 (glucose_static) R 20007 19895 17405 0 -1 4202496 69434 0 0 0 3410 22 0 0 20 0 1 0 285199384 410603520 88876 33554432000 4194304 4896791 140737426928784 140737426926312 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20008/statm: 100245 88876 78 172 0 100071 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 658196

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 20011
/proc/meminfo: memFree=30156492/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1627.29 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 105170 589078 0 0 1504 349 160533 343 20 0 1 0 285036588 244654080 50245 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50245 184 410 0 59312 0
[pid=20007] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285199383 9367552 267 33554432000 4194304 5064252 140733995995600 140733995994512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20007/statm: 2287 267 226 213 0 72 0
[pid=20008] ppid=20007 vsize=403116 CPUtime=94.31 cores=1,3,5,7
/proc/20008/stat : 20008 (glucose_static) R 20007 19895 17405 0 -1 4202496 71903 0 0 0 9408 23 0 0 20 0 1 0 285199384 412790784 90435 33554432000 4194304 4896791 140737426928784 140737426926008 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20008/statm: 100779 90435 78 172 0 100605 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 660332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20011
/proc/meminfo: memFree=30151184/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1627.29 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 105170 589078 0 0 1504 349 160533 343 20 0 1 0 285036588 244654080 50245 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50245 184 410 0 59312 0
[pid=20007] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285199383 9367552 267 33554432000 4194304 5064252 140733995995600 140733995994512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20007/statm: 2287 267 226 213 0 72 0
[pid=20008] ppid=20007 vsize=454336 CPUtime=154.3 cores=1,3,5,7
/proc/20008/stat : 20008 (glucose_static) R 20007 19895 17405 0 -1 4202496 74520 0 0 0 15407 23 0 0 20 0 1 0 285199384 465240064 91788 33554432000 4194304 4896791 140737426928784 140737426926312 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20008/statm: 113584 91788 78 172 0 113410 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 711552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20011
/proc/meminfo: memFree=30133564/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1627.29 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 105170 589078 0 0 1504 349 160533 343 20 0 1 0 285036588 244654080 50245 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50245 184 410 0 59312 0
[pid=20007] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285199383 9367552 267 33554432000 4194304 5064252 140733995995600 140733995994512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20007/statm: 2287 267 226 213 0 72 0
[pid=20008] ppid=20007 vsize=455812 CPUtime=172.72 cores=1,3,5,7
/proc/20008/stat : 20008 (glucose_static) R 20007 19895 17405 0 -1 4202496 75046 0 0 0 17248 24 0 0 20 0 1 0 285199384 466751488 93702 33554432000 4194304 4896791 140737426928784 140737426925992 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20008/statm: 113953 93702 78 172 0 113779 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 713028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20011
/proc/meminfo: memFree=30133564/32873844 swapFree=6080/6080
[pid=19895] ppid=19893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19895/stat : 19895 (runPb2satCp2.sh) S 19893 19895 17405 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285036588 9367552 275 33554432000 4194304 5064252 140737483642192 140737483641104 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19895/statm: 2287 275 233 213 0 72 0
[pid=19896] ppid=19895 vsize=238920 CPUtime=1627.29 cores=1,3,5,7
/proc/19896/stat : 19896 (pb2sat) S 19895 19895 17405 0 -1 4202496 105170 589078 0 0 1504 349 160533 343 20 0 1 0 285036588 244654080 50245 33554432000 4194304 5873084 140737082060560 140737082054376 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 25 0 0
/proc/19896/statm: 59730 50245 184 410 0 59312 0
[pid=20007] ppid=19896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20007/stat : 20007 (satsolver.sh) S 19896 19895 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285199383 9367552 267 33554432000 4194304 5064252 140733995995600 140733995994512 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20007/statm: 2287 267 226 213 0 72 0
[pid=20008] ppid=20007 vsize=455812 CPUtime=172.72 cores=1,3,5,7
/proc/20008/stat : 20008 (glucose_static) R 20007 19895 17405 0 -1 4202496 75046 0 0 0 17248 24 0 0 20 0 1 0 285199384 466751488 93702 33554432000 4194304 4896791 140737426928784 140737426925992 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20008/statm: 113953 93702 78 172 0 113779 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 713028

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19895 and gives
#  childrusage.ru_utime.tv_sec=1620
#  childrusage.ru_utime.tv_usec=380664
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=941944
# CPU time returned by wait4() is 1627.32
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.01
CPU user time (s): 1792.85
CPU system time (s): 7.16
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 1059456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1620.38
system time used= 6.94194
maximum resident set size= 658428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 695226
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2348824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 370
involuntary context switches= 2110

runsolver used 4.76128 second user time and 11.6732 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 09:12:00
IDJOB=3694559
IDBENCH=92733
IDSOLVER=2273
FILE ID=node139/3694559-1338189120
RUNJOBID= node139-1338158499-17422
PBS_JOBID= 14624542
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= f3813b86973df1eedcf86494ca06b423
RANDOM SEED=1317000133

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:        30469620 kB
Buffers:          418928 kB
Cached:           593352 kB
SwapCached:          828 kB
Active:          1347392 kB
Inactive:         199368 kB
Active(anon):     528028 kB
Inactive(anon):     7968 kB
Active(file):     819364 kB
Inactive(file):   191400 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              9732 kB
Writeback:             0 kB
AnonPages:        540632 kB
Mapped:            12908 kB
Shmem:                 8 kB
Slab:             716976 kB
SReclaimable:     159164 kB
SUnreclaim:       557812 kB
KernelStack:        1504 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     753936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 71456 MiB
End job on node139 at 2012-05-28 09:42:01