Trace number 3694795

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
pb2satCp2 2012-05-19? (TO) 1800.04 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
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

6.67/6.79	c model valid
6.67/6.79	c current solution ok
8.57/8.69	o 418
8.57/8.69	c fallback to adder encoding
12.47/12.57	c model valid
12.47/12.57	c current solution ok
12.54/12.63	o 392
12.54/12.63	c fallback to adder encoding
43.56/43.62	c model valid
43.56/43.62	c current solution ok
43.56/43.68	o 378
43.56/43.68	c fallback to adder encoding
156.92/157.00	c model valid
156.92/157.00	c current solution ok
156.92/157.06	o 376
156.92/157.06	c fallback to adder encoding
160.70/160.96	c model valid
160.70/160.96	c current solution ok
160.76/161.02	o 364
497.20/497.57	c model valid
497.20/497.57	c current solution ok
497.28/497.64	o 360
661.23/661.64	c model valid
661.23/661.64	c current solution ok
661.27/661.70	o 356
976.04/976.57	c model valid
976.04/976.57	c current solution ok
976.12/976.64	o 348
1800.04/1800.71	c error: unexpected solver exit code
1800.04/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-3694795-1338054758/watcher-3694795-1338054758 -o /tmp/evaluation-result-3694795-1338054758/solver-3694795-1338054758 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694795-1338054758.opb 202403409 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 1.95 3/179 28280
/proc/meminfo: memFree=28642104/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0

[startup+0.0968851 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 28280
/proc/meminfo: memFree=28642104/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100312 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 28280
/proc/meminfo: memFree=28642104/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300269 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 28280
/proc/meminfo: memFree=28642104/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 28280
/proc/meminfo: memFree=28642104/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 28389
/proc/meminfo: memFree=28608412/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=40044 CPUtime=1.48 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) R 28280 28280 28113 0 -1 4202496 4489 0 0 0 147 1 0 0 20 0 1 0 271600193 41005056 6506 33554432000 4194304 5873084 140733811311968 140733811309336 4746380 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28281/statm: 10011 6506 146 410 0 9593 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 49192

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28391
/proc/meminfo: memFree=28498500/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=91688 CPUtime=1.89 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 10637 0 0 0 181 8 0 0 20 0 1 0 271600193 93888512 14912 33554432000 4194304 5873084 140733811311968 140733811308392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28281/statm: 22922 14912 165 410 0 22504 0
[pid=28390] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28390/stat : 28390 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600383 9367552 266 33554432000 4194304 5064252 140737370502048 140737370500960 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28390/statm: 2287 266 226 213 0 72 0
[pid=28391] ppid=28390 vsize=105728 CPUtime=1.19 cores=1,3,5,7
/proc/28391/stat : 28391 (glucose_static) R 28390 28280 28113 0 -1 4202496 19606 0 0 0 113 6 0 0 20 0 1 0 271600383 108265472 24070 33554432000 4194304 4896791 140737222687264 140737222684472 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28391/statm: 26432 24070 78 172 0 26258 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 215712

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28391
/proc/meminfo: memFree=28423080/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=91688 CPUtime=1.89 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 10637 0 0 0 181 8 0 0 20 0 1 0 271600193 93888512 14912 33554432000 4194304 5873084 140733811311968 140733811308392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28281/statm: 22922 14912 165 410 0 22504 0
[pid=28390] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28390/stat : 28390 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271600383 9367552 266 33554432000 4194304 5064252 140737370502048 140737370500960 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28390/statm: 2287 266 226 213 0 72 0
[pid=28391] ppid=28390 vsize=126916 CPUtime=4.38 cores=1,3,5,7
/proc/28391/stat : 28391 (glucose_static) R 28390 28280 28113 0 -1 4202496 20441 0 0 0 432 6 0 0 20 0 1 0 271600383 129961984 24903 33554432000 4194304 4896791 140737222687264 140737222684472 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28391/statm: 31729 24903 78 172 0 31555 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 236900

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28394
/proc/meminfo: memFree=28365288/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=106268 CPUtime=12.65 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 15440 44801 0 0 251 157 832 25 20 0 1 0 271600193 108818432 18137 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28281/statm: 26567 18137 182 410 0 26149 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 115416

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28397
/proc/meminfo: memFree=28344056/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=106268 CPUtime=12.65 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 15440 44801 0 0 251 157 832 25 20 0 1 0 271600193 108818432 18137 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28281/statm: 26567 18137 182 410 0 26149 0
[pid=28396] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28396/stat : 28396 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271601461 9367552 267 33554432000 4194304 5064252 140733255764544 140733255763456 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28396/statm: 2287 267 226 213 0 72 0
[pid=28397] ppid=28396 vsize=132060 CPUtime=12.81 cores=1,3,5,7
/proc/28397/stat : 28397 (glucose_static) R 28396 28280 28113 0 -1 4202496 21483 0 0 0 1276 5 0 0 20 0 1 0 271601461 135229440 28250 33554432000 4194304 4896791 140734859491904 140734859489112 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28397/statm: 33015 28250 78 172 0 32841 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 256624

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28401
/proc/meminfo: memFree=28343892/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=106268 CPUtime=43.7 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 17895 69278 0 0 268 158 3905 39 20 0 1 0 271600193 108818432 18137 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28281/statm: 26567 18137 182 410 0 26149 0
[pid=28399] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28399/stat : 28399 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271604566 9367552 267 33554432000 4194304 5064252 140733711456800 140733711455712 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28399/statm: 2287 267 226 213 0 72 0
[pid=28400] ppid=28399 vsize=131972 CPUtime=7.35 cores=1,3,5,7
/proc/28400/stat : 28400 (glucose_static) R 28399 28280 28113 0 -1 4202496 21071 0 0 0 730 5 0 0 20 0 1 0 271604567 135139328 27530 33554432000 4194304 4896791 140735993502080 140735993497816 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28400/statm: 32993 27530 78 172 0 32819 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 256536

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28401
/proc/meminfo: memFree=28329092/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=106268 CPUtime=43.7 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 17895 69278 0 0 268 158 3905 39 20 0 1 0 271600193 108818432 18137 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28281/statm: 26567 18137 182 410 0 26149 0
[pid=28399] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28399/stat : 28399 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271604566 9367552 267 33554432000 4194304 5064252 140733711456800 140733711455712 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28399/statm: 2287 267 226 213 0 72 0
[pid=28400] ppid=28399 vsize=136468 CPUtime=58.55 cores=1,3,5,7
/proc/28400/stat : 28400 (glucose_static) R 28399 28280 28113 0 -1 4202496 24816 0 0 0 5846 9 0 0 20 0 1 0 271604567 139743232 27609 33554432000 4194304 4896791 140735993502080 140735993499288 4225108 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28400/statm: 34117 27609 78 172 0 33943 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 261032

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28410
/proc/meminfo: memFree=28339912/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=127772 CPUtime=160.99 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 24333 122053 0 0 312 161 15553 73 20 0 1 0 271600193 130838528 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 31943 22515 183 410 0 31525 0
[pid=28409] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28409/stat : 28409 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271616311 9367552 266 33554432000 4194304 5064252 140733805649056 140733805647968 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28409/statm: 2287 266 226 213 0 72 0
[pid=28410] ppid=28409 vsize=193844 CPUtime=1.1 cores=1,3,5,7
/proc/28410/stat : 28410 (glucose_static) R 28409 28280 28113 0 -1 4202496 30855 0 0 0 103 7 0 0 20 0 1 0 271616312 198496256 39797 33554432000 4194304 4896791 140733594857904 140733594855432 4419436 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28410/statm: 48461 39797 78 172 0 48287 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 339912

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 28410
/proc/meminfo: memFree=28244116/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 39699 0 0 0 44516 23 0 0 20 0 1 0 271697873 199176192 46293 33554432000 4194304 4896791 140735466148336 140735466144072 4205066 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 48627 46293 78 172 0 48453 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 341308

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/183 28458
/proc/meminfo: memFree=28180156/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=195448 CPUtime=505.37 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 40530 0 0 0 50512 25 0 0 20 0 1 0 271697873 200138752 45942 33554432000 4194304 4896791 140735466148336 140735466144072 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 48862 45942 78 172 0 48688 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 342248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28458
/proc/meminfo: memFree=28169288/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=196148 CPUtime=565.36 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 41344 0 0 0 56509 27 0 0 20 0 1 0 271697873 200855552 46596 33554432000 4194304 4896791 140735466148336 140735466144072 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 49037 46596 78 172 0 48863 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 342948

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28459
/proc/meminfo: memFree=28169172/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=198032 CPUtime=625.34 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 42611 0 0 0 62505 29 0 0 20 0 1 0 271697873 202784768 47188 33554432000 4194304 4896791 140735466148336 140735466145544 4230803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 49508 47188 78 172 0 49334 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 344832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/184 28462
/proc/meminfo: memFree=28164940/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=232064 CPUtime=685.34 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 44498 0 0 0 68501 33 0 0 20 0 1 0 271697873 237633536 50445 33554432000 4194304 4896791 140735466148336 140735466145544 4224861 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 58016 50445 78 172 0 57842 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 378864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28462
/proc/meminfo: memFree=28139972/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=235680 CPUtime=745.33 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 46018 0 0 0 74497 36 0 0 20 0 1 0 271697873 241336320 49769 33554432000 4194304 4896791 140735466148336 140735466145864 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 58920 49769 78 172 0 58746 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 382480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28465
/proc/meminfo: memFree=28219384/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=236764 CPUtime=805.29 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 46961 0 0 0 80492 37 0 0 20 0 1 0 271697873 242446336 50611 33554432000 4194304 4896791 140735466148336 140735466145864 4224871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 59191 50611 78 172 0 59017 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 383564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28465
/proc/meminfo: memFree=28210600/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=236764 CPUtime=823.7 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 46963 0 0 0 82333 37 0 0 20 0 1 0 271697873 242446336 51635 33554432000 4194304 4896791 140735466148336 140735466145864 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 59191 51635 78 172 0 59017 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 383564

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28465
/proc/meminfo: memFree=28210600/32873844 swapFree=7620/7620
[pid=28280] ppid=28278 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (runPb2satCp2.sh) S 28278 28280 28113 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 271600193 9367552 274 33554432000 4194304 5064252 140735201406432 140735201405344 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2287 274 233 213 0 72 0
[pid=28281] ppid=28280 vsize=128504 CPUtime=976.34 cores=1,3,5,7
/proc/28281/stat : 28281 (pb2sat) S 28280 28280 28113 0 -1 4202496 40830 239308 0 0 396 169 96927 142 20 0 1 0 271600193 131588096 22515 33554432000 4194304 5873084 140733811311968 140733811305784 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/28281/statm: 32126 22515 183 410 0 31708 0
[pid=28450] ppid=28281 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28450/stat : 28450 (satsolver.sh) S 28281 28280 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271697873 9367552 267 33554432000 4194304 5064252 140735749837936 140735749836848 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28450/statm: 2287 267 226 213 0 72 0
[pid=28451] ppid=28450 vsize=236764 CPUtime=823.7 cores=1,3,5,7
/proc/28451/stat : 28451 (glucose_static) R 28450 28280 28113 0 -1 4202496 46963 0 0 0 82333 37 0 0 20 0 1 0 271697873 242446336 51635 33554432000 4194304 4896791 140735466148336 140735466145864 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28451/statm: 59191 51635 78 172 0 59017 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 383564

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28280 and gives
#  childrusage.ru_utime.tv_sec=973
#  childrusage.ru_utime.tv_usec=241044
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=122525
# CPU time returned by wait4() is 976.364
# while last known CPU time is 1800.04
#
# 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.04
CPU user time (s): 1796.56
CPU system time (s): 3.48
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 445612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 973.241
system time used= 3.12252
maximum resident set size= 238160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 816088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277
involuntary context switches= 1053

runsolver used 3.11253 second user time and 8.5187 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-26 19:52:38
IDJOB=3694795
IDBENCH=2013
IDSOLVER=2273
FILE ID=node145/3694795-1338054758
RUNJOBID= node145-1338052957-28130
PBS_JOBID= 14624410
Free space on /tmp= 71460 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694795-1338054758/watcher-3694795-1338054758 -o /tmp/evaluation-result-3694795-1338054758/solver-3694795-1338054758 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694795-1338054758.opb 202403409 HOME HOME

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=202403409

node145.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.149
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.29
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.149
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		: 2667.149
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	: 5313.38
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.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28642376 kB
Buffers:          268512 kB
Cached:          3170908 kB
SwapCached:            0 kB
Active:           706980 kB
Inactive:        2745596 kB
Active(anon):      15164 kB
Inactive(anon):        0 kB
Active(file):     691816 kB
Inactive(file):  2745596 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20272 kB
Writeback:             0 kB
AnonPages:         19792 kB
Mapped:            15260 kB
Shmem:               200 kB
Slab:             641140 kB
SReclaimable:      83280 kB
SUnreclaim:       557860 kB
KernelStack:        1432 kB
PageTables:         3784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     132516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71372 MiB
End job on node145 at 2012-05-26 20:22:39