Trace number 3696469

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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.06 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUMe81d6b8e8ff8ec031773b7b65d16ea78
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -50
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.24	c model valid
0.00/0.24	c current solution ok
0.00/0.38	o 0
0.00/0.38	c current bound: 575
0.00/0.38	c (debug) using card networks
4.27/4.31	c current bound: 863
4.27/4.31	c (debug) using card networks
10.96/11.04	c current bound: 1007
10.96/11.04	c (debug) using card networks
20.86/20.98	c current bound: 1079
20.86/20.98	c (debug) using card networks
35.18/35.20	c current bound: 1115
35.18/35.20	c (debug) using card networks
35.65/35.77	c model valid
35.65/35.77	c current solution ok
35.65/35.77	o -35
35.65/35.77	c current bound: 1097
35.65/35.77	c (debug) using card networks
50.95/51.06	c current bound: 1106
50.95/51.06	c (debug) using card networks
63.45/63.55	c model valid
63.45/63.55	c current solution ok
63.45/63.55	o -44
63.45/63.55	c current bound: 1102
63.45/63.55	c (debug) using card networks
178.42/178.57	c model valid
178.42/178.57	c current solution ok
178.42/178.57	o -48
178.42/178.57	c current bound: 1100
178.42/178.57	c (debug) using card networks
1800.06/1800.51	c error: unexpected solver exit code
1800.06/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-3696469-1338063596/watcher-3696469-1338063596 -o /tmp/evaluation-result-3696469-1338063596/solver-3696469-1338063596 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696469-1338063596.opb 455404249 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.08 2.03 2.00 3/179 12693
/proc/meminfo: memFree=28935820/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0

[startup+0.085936 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 12693
/proc/meminfo: memFree=28935820/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 12693
/proc/meminfo: memFree=28935820/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 12693
/proc/meminfo: memFree=28935820/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 12693
/proc/meminfo: memFree=28935820/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 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.08 2.03 2.00 3/183 12700
/proc/meminfo: memFree=28895996/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=8300 CPUtime=0.42 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 2445 2707 0 0 30 11 1 0 20 0 1 0 272484162 8499200 1414 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12694/statm: 2075 1414 172 410 0 1657 0
[pid=12699] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12699/stat : 12699 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272484206 9367552 267 33554432000 4194304 5064252 140733256955568 140733256954480 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12699/statm: 2287 267 226 213 0 72 0
[pid=12700] ppid=12699 vsize=32812 CPUtime=1.05 cores=0,2,4,6
/proc/12700/stat : 12700 (glucose_static) R 12699 12693 11448 0 -1 4202496 8929 0 0 0 104 1 0 0 20 0 1 0 272484206 33599488 7401 33554432000 4194304 4896791 140736077473376 140736077470888 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12700/statm: 8203 7401 76 172 0 8029 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 59408

[startup+3.10044 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 12700
/proc/meminfo: memFree=28894484/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=8300 CPUtime=0.42 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 2445 2707 0 0 30 11 1 0 20 0 1 0 272484162 8499200 1414 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12694/statm: 2075 1414 172 410 0 1657 0
[pid=12699] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12699/stat : 12699 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272484206 9367552 267 33554432000 4194304 5064252 140733256955568 140733256954480 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12699/statm: 2287 267 226 213 0 72 0
[pid=12700] ppid=12699 vsize=32864 CPUtime=2.64 cores=0,2,4,6
/proc/12700/stat : 12700 (glucose_static) R 12699 12693 11448 0 -1 4202496 11098 0 0 0 263 1 0 0 20 0 1 0 272484206 33652736 7456 33554432000 4194304 4896791 140736077473376 140736077470888 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12700/statm: 8216 7456 76 172 0 8042 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59460

[startup+6.30043 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 12706
/proc/meminfo: memFree=28890436/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=11372 CPUtime=4.34 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 3712 16580 0 0 35 11 385 3 20 0 1 0 272484162 11644928 2183 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12694/statm: 2843 2183 172 410 0 2425 0
[pid=12702] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12702/stat : 12702 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272484599 9367552 266 33554432000 4194304 5064252 140734969797504 140734969796416 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12702/statm: 2287 266 226 213 0 72 0
[pid=12703] ppid=12702 vsize=32928 CPUtime=1.91 cores=0,2,4,6
/proc/12703/stat : 12703 (glucose_static) R 12702 12693 11448 0 -1 4202496 10129 0 0 0 190 1 0 0 20 0 1 0 272484599 33718272 7445 33554432000 4194304 4896791 140734442465680 140734442463192 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12703/statm: 8232 7445 76 172 0 8058 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 62596

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.00 3/184 12709
/proc/meminfo: memFree=28888680/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=11372 CPUtime=11.07 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 4979 34172 0 0 40 12 1048 7 20 0 1 0 272484162 11644928 2183 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12694/statm: 2843 2183 172 410 0 2425 0
[pid=12708] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12708/stat : 12708 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 272485271 9367552 266 33554432000 4194304 5064252 140734398417936 140734398416848 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12708/statm: 2287 266 226 213 0 72 0
[pid=12709] ppid=12708 vsize=32936 CPUtime=1.59 cores=0,2,4,6
/proc/12709/stat : 12709 (glucose_static) R 12708 12693 11448 0 -1 4202496 9655 0 0 0 158 1 0 0 20 0 1 0 272485272 33726464 7449 33554432000 4194304 4896791 140735493208608 140735493206120 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12709/statm: 8234 7449 76 172 0 8060 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 62604

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 12718
/proc/meminfo: memFree=28885928/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=11380 CPUtime=21.02 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 6308 55535 0 0 46 13 2031 12 20 0 1 0 272484162 11653120 2245 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12694/statm: 2845 2245 172 410 0 2427 0
[pid=12717] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12717/stat : 12717 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272486266 9367552 267 33554432000 4194304 5064252 140737219381520 140737219380432 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12717/statm: 2287 267 226 213 0 72 0
[pid=12718] ppid=12717 vsize=36592 CPUtime=4.45 cores=0,2,4,6
/proc/12718/stat : 12718 (glucose_static) R 12717 12693 11448 0 -1 4202496 14172 0 0 0 443 2 0 0 20 0 1 0 272486267 37470208 8033 33554432000 4194304 4896791 140735299889776 140735299887288 4224755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12718/statm: 9148 8033 78 172 0 8974 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 66268

[startup+51.1005 s]
/proc/loadavg: 2.03 2.02 2.00 3/184 12727
/proc/meminfo: memFree=28877960/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=51.06 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) R 12693 12693 11448 0 -1 4202496 11045 117609 0 0 69 14 4996 27 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279861816 4995879 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22036

[startup+102.307 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 12736
/proc/meminfo: memFree=28863664/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=63.56 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 13313 142280 0 0 84 15 6224 33 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12735] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12735/stat : 12735 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272490523 9367552 267 33554432000 4194304 5064252 140734646579968 140734646578880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12735/statm: 2287 267 226 213 0 72 0
[pid=12736] ppid=12735 vsize=45536 CPUtime=38.66 cores=0,2,4,6
/proc/12736/stat : 12736 (glucose_static) R 12735 12693 11448 0 -1 4202496 32079 0 0 0 3858 8 0 0 20 0 1 0 272490524 46628864 10635 33554432000 4194304 4896791 140734926758864 140734926756392 4223862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12736/statm: 11384 10635 78 172 0 11210 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 76720

[startup+162.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 12736
/proc/meminfo: memFree=28842104/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=63.56 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 13313 142280 0 0 84 15 6224 33 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12735] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12735/stat : 12735 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272490523 9367552 267 33554432000 4194304 5064252 140734646579968 140734646578880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12735/statm: 2287 267 226 213 0 72 0
[pid=12736] ppid=12735 vsize=57408 CPUtime=98.64 cores=0,2,4,6
/proc/12736/stat : 12736 (glucose_static) R 12735 12693 11448 0 -1 4202496 41688 0 0 0 9850 14 0 0 20 0 1 0 272490524 58785792 12884 33554432000 4194304 4896791 140734926758864 140734926756072 4224999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12736/statm: 14352 12884 78 172 0 14178 0
Current children cumulated CPU time (s) 162.2

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

/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 117616 0 0 0 124263 76 0 0 20 0 1 0 272502026 119181312 25170 33554432000 4194304 4896791 140735061195888 140735061193096 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 29097 25170 78 172 0 28923 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 147572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28694048/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=148708 CPUtime=1303.37 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 119938 0 0 0 130260 77 0 0 20 0 1 0 272502026 152276992 30533 33554432000 4194304 4896791 140735061195888 140735061193144 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 37177 30533 78 172 0 37003 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 179892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28749020/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=118404 CPUtime=1363.36 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 122637 0 0 0 136256 80 0 0 20 0 1 0 272502026 121245696 25164 33554432000 4194304 4896791 140735061195888 140735061193416 4225180 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 29601 25164 78 172 0 29427 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 149588

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28727772/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=118816 CPUtime=1423.36 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 124324 0 0 0 142253 83 0 0 20 0 1 0 272502026 121667584 28338 33554432000 4194304 4896791 140735061195888 140735061193416 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 29704 28338 78 172 0 29530 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 150000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28699884/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=150576 CPUtime=1483.34 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 126675 0 0 0 148249 85 0 0 20 0 1 0 272502026 154189824 31148 33554432000 4194304 4896791 140735061195888 140735061193096 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 37644 31148 78 172 0 37470 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 181760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12750
/proc/meminfo: memFree=28722992/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=101508 CPUtime=1543.32 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 128798 0 0 0 154244 88 0 0 20 0 1 0 272502026 103944192 23572 33554432000 4194304 4896791 140735061195888 140735061193464 4224827 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 25377 23572 78 172 0 25203 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 132692

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 12790
/proc/meminfo: memFree=28633744/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=121448 CPUtime=1603.31 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 130820 0 0 0 160240 91 0 0 20 0 1 0 272502026 124362752 26089 33554432000 4194304 4896791 140735061195888 140735061193096 4204079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 30362 26089 78 172 0 30188 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 152632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 12791
/proc/meminfo: memFree=28073256/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=152652 CPUtime=1621.51 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 131516 0 0 0 162059 92 0 0 20 0 1 0 272502026 156315648 30340 33554432000 4194304 4896791 140735061195888 140735061193416 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 38163 30340 78 172 0 37989 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 183836

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.06 2.01 2.00 3/181 12791
/proc/meminfo: memFree=28073256/32873844 swapFree=7900/7900
[pid=12693] ppid=12691 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12693/stat : 12693 (runPb2sat.sh) S 12691 12693 11448 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 272484162 9367552 274 33554432000 4194304 5064252 140734135202080 140734135200992 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12693/statm: 2287 274 233 213 0 72 0
[pid=12694] ppid=12693 vsize=12888 CPUtime=178.55 cores=0,2,4,6
/proc/12694/stat : 12694 (pb2sat) S 12693 12693 11448 0 -1 4202496 15371 187295 0 0 99 15 17692 49 20 0 1 0 272484162 13197312 2622 33554432000 4194304 5873084 140737279866240 140737279860056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12694/statm: 3222 2622 172 410 0 2804 0
[pid=12738] ppid=12694 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12738/stat : 12738 (satsolver.sh) S 12694 12693 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 272502025 9367552 267 33554432000 4194304 5064252 140733284092192 140733284091104 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12738/statm: 2287 267 226 213 0 72 0
[pid=12739] ppid=12738 vsize=152652 CPUtime=1621.51 cores=0,2,4,6
/proc/12739/stat : 12739 (glucose_static) R 12738 12693 11448 0 -1 4202496 131516 0 0 0 162059 92 0 0 20 0 1 0 272502026 156315648 30340 33554432000 4194304 4896791 140735061195888 140735061193416 4225417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12739/statm: 38163 30340 78 172 0 37989 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 183836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12693 and gives
#  childrusage.ru_utime.tv_sec=177
#  childrusage.ru_utime.tv_usec=915952
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=656900
# CPU time returned by wait4() is 178.573
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1798.5
CPU system time (s): 1.56
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 210244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.916
system time used= 0.6569
maximum resident set size= 69216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 78272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113
involuntary context switches= 295

runsolver used 6.92995 second user time and 19.3261 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 22:19:56
IDJOB=3696469
IDBENCH=2263
IDSOLVER=2274
FILE ID=node137/3696469-1338063596
RUNJOBID= node137-1338049161-11464
PBS_JOBID= 14624375
Free space on /tmp= 71268 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696469-1338063596/watcher-3696469-1338063596 -o /tmp/evaluation-result-3696469-1338063596/solver-3696469-1338063596 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696469-1338063596.opb 455404249 HOME HOME

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

MD5SUM BENCH= e81d6b8e8ff8ec031773b7b65d16ea78
RANDOM SEED=455404249

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
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.600
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.600
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:        28936356 kB
Buffers:          276732 kB
Cached:          2806928 kB
SwapCached:        22060 kB
Active:          1001804 kB
Inactive:        2146812 kB
Active(anon):      44792 kB
Inactive(anon):    22680 kB
Active(file):     957012 kB
Inactive(file):  2124132 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             26080 kB
Writeback:             0 kB
AnonPages:         79052 kB
Mapped:            10492 kB
Shmem:                 0 kB
Slab:             648688 kB
SReclaimable:      90092 kB
SUnreclaim:       558596 kB
KernelStack:        1528 kB
PageTables:         4440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     170168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71256 MiB
End job on node137 at 2012-05-26 22:49:57