Trace number 3696018

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 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
9orless/normalized-gtwitter.cudf.trendy.opb
MD5SUM323b561030770aea7b79e52477e55bb8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3182837080026
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21104
Total number of constraints100048
Number of constraints which are clauses98483
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.98/1.02	c model valid
0.98/1.02	c current solution ok
1.17/1.28	o 123374150410301
1.17/1.28	c current bound: 61687075205150
1.17/1.28	c fallback to adder encoding
1800.00/1800.41	c error: unexpected solver exit code
1800.00/1800.41	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-3696018-1338102387/watcher-3696018-1338102387 -o /tmp/evaluation-result-3696018-1338102387/solver-3696018-1338102387 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696018-1338102387.opb 1562881146 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: 1.96 2.02 2.00 4/179 8843
/proc/meminfo: memFree=30997908/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0

[startup+0.0943581 s]
/proc/loadavg: 1.96 2.02 2.00 4/179 8843
/proc/meminfo: memFree=30997908/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 1.96 2.02 2.00 4/179 8843
/proc/meminfo: memFree=30997908/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300217 s]
/proc/loadavg: 1.96 2.02 2.00 4/179 8843
/proc/meminfo: memFree=30997908/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 1.96 2.02 2.00 4/179 8843
/proc/meminfo: memFree=30997908/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 1.96 2.02 2.00 3/181 8847
/proc/meminfo: memFree=30984556/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=45128 CPUtime=1.47 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) R 8843 8843 6832 0 -1 4202496 9181 4360 0 0 99 24 23 1 20 0 1 0 276364781 46211072 9447 33554432000 4194304 5873084 140736969551440 140736969546776 4394205 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 11282 9447 179 410 0 10864 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 54276

[startup+3.10038 s]
/proc/loadavg: 1.96 2.02 2.00 3/181 8848
/proc/meminfo: memFree=30909920/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=159816 CPUtime=3.07 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) R 8843 8843 6832 0 -1 4202496 10824 4360 0 0 255 28 23 1 20 0 1 0 276364781 163651584 37095 33554432000 4194304 5873084 140736969551440 140736969545832 4664123 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 39954 37095 179 410 0 39536 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 168964

[startup+6.30044 s]
/proc/loadavg: 1.96 2.02 2.00 3/183 8850
/proc/meminfo: memFree=30353180/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=381044 CPUtime=2.45 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 62225 0 0 0 222 23 0 0 20 0 1 0 276365165 390189056 84376 33554432000 4194304 4896791 140735306570544 140735305519288 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 95261 84376 76 172 0 95087 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 690228

[startup+12.7004 s]
/proc/loadavg: 1.96 2.02 2.00 3/183 8850
/proc/meminfo: memFree=30307468/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=386344 CPUtime=8.85 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 64997 0 0 0 858 27 0 0 20 0 1 0 276365165 395616256 86355 33554432000 4194304 4896791 140735306570544 140735306567752 4203066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 96586 86355 78 172 0 96412 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 695528

[startup+25.5005 s]
/proc/loadavg: 1.97 2.02 2.00 3/183 8850
/proc/meminfo: memFree=30337144/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=390132 CPUtime=21.65 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 67900 0 0 0 2137 28 0 0 20 0 1 0 276365165 399495168 87797 33554432000 4194304 4896791 140735306570544 140735306568056 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 97533 87797 78 172 0 97359 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 699316

[startup+51.1004 s]
/proc/loadavg: 1.98 2.02 2.00 3/183 8850
/proc/meminfo: memFree=30298608/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=394016 CPUtime=47.24 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 73027 0 0 0 4694 30 0 0 20 0 1 0 276365165 403472384 91490 33554432000 4194304 4896791 140735306570544 140735306567752 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 98504 91490 78 172 0 98330 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 703200

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/183 8850
/proc/meminfo: memFree=30285436/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=451964 CPUtime=98.44 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 80988 0 0 0 9805 39 0 0 20 0 1 0 276365165 462811136 94692 33554432000 4194304 4896791 140735306570544 140735306567752 4225002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 112991 94692 78 172 0 112817 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 761148

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/183 8850
/proc/meminfo: memFree=30264376/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=406812 CPUtime=158.43 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 84302 0 0 0 15797 46 0 0 20 0 1 0 276365165 416575488 92510 33554432000 4194304 4896791 140735306570544 140735306567832 4203082 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 101703 92510 78 172 0 101529 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 715996

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/184 8899
/proc/meminfo: memFree=29994296/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 149600 0 0 0 141610 204 0 0 20 0 1 0 276365165 635617280 130422 33554432000 4194304 4896791 140735306570544 140735306567752 4225130 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 155180 130422 78 172 0 155006 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 929904

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 8909
/proc/meminfo: memFree=29745932/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=541796 CPUtime=1478.14 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 152162 0 0 0 147601 213 0 0 20 0 1 0 276365165 554799104 125787 33554432000 4194304 4896791 140735306570544 140735306566280 4204129 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 135449 125787 78 172 0 135275 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 850980

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 8909
/proc/meminfo: memFree=29707152/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=625360 CPUtime=1538.13 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 154746 0 0 0 153593 220 0 0 20 0 1 0 276365165 640368640 131630 33554432000 4194304 4896791 140735306570544 140735306566280 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 156340 131630 78 172 0 156166 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 934544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8909
/proc/meminfo: memFree=29751736/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=547104 CPUtime=1598.12 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 157408 0 0 0 159585 227 0 0 20 0 1 0 276365165 560234496 124532 33554432000 4194304 4896791 140735306570544 140735306568120 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 136776 124532 78 172 0 136602 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 856288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8909
/proc/meminfo: memFree=29704752/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=549360 CPUtime=1658.11 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 159337 0 0 0 165579 232 0 0 20 0 1 0 276365165 562544640 130237 33554432000 4194304 4896791 140735306570544 140735306567752 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 137340 130237 78 172 0 137166 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 858544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8909
/proc/meminfo: memFree=29710280/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=632348 CPUtime=1718.11 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 162390 0 0 0 171572 239 0 0 20 0 1 0 276365165 647524352 133864 33554432000 4194304 4896791 140735306570544 140735306568056 4225171 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 158087 133864 78 172 0 157913 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 941532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8910
/proc/meminfo: memFree=29683600/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=634652 CPUtime=1778.1 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 164285 0 0 0 177566 244 0 0 20 0 1 0 276365165 649883648 137505 33554432000 4194304 4896791 140735306570544 140735306567752 4225420 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 158663 137505 78 172 0 158489 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 943836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8910
/proc/meminfo: memFree=29701100/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=553904 CPUtime=1796.2 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 165043 0 0 0 179373 247 0 0 20 0 1 0 276365165 567197696 128284 33554432000 4194304 4896791 140735306570544 140735306565624 4224963 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 138476 128284 78 172 0 138302 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 863088

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8910
/proc/meminfo: memFree=29701100/32873844 swapFree=7372/7372
[pid=8843] ppid=8841 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8843/stat : 8843 (runPb2sat.sh) S 8841 8843 6832 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276364781 9367552 275 33554432000 4194304 5064252 140737167529584 140737167528496 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8843/statm: 2287 275 233 213 0 72 0
[pid=8844] ppid=8843 vsize=290888 CPUtime=3.8 cores=1,3,5,7
/proc/8844/stat : 8844 (pb2sat) S 8843 8843 6832 0 -1 4202496 12091 4360 0 0 303 53 23 1 20 0 1 0 276364781 297869312 43751 33554432000 4194304 5873084 140736969551440 140736969545256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8844/statm: 72722 43751 179 410 0 72304 0
[pid=8849] ppid=8844 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8849/stat : 8849 (satsolver.sh) S 8844 8843 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276365164 9367552 267 33554432000 4194304 5064252 140735767931456 140735767930368 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8849/statm: 2287 267 226 213 0 72 0
[pid=8850] ppid=8849 vsize=553904 CPUtime=1796.2 cores=1,3,5,7
/proc/8850/stat : 8850 (glucose_static) R 8849 8843 6832 0 -1 4202496 165043 0 0 0 179373 247 0 0 20 0 1 0 276365165 567197696 128284 33554432000 4194304 4896791 140735306570544 140735306565624 4224963 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8850/statm: 138476 128284 78 172 0 138302 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 863088

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8843 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=276501
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=565913
# CPU time returned by wait4() is 3.84241
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800
CPU user time (s): 1796.99
CPU system time (s): 3.01
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 1074556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2765
system time used= 0.565913
maximum resident set size= 322836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 313640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 17

runsolver used 3.41148 second user time and 9.53055 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 09:06:27
IDJOB=3696018
IDBENCH=72446
IDSOLVER=2274
FILE ID=node118/3696018-1338102387
RUNJOBID= node118-1338087839-6849
PBS_JOBID= 14624448
Free space on /tmp= 71612 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-gtwitter.cudf.trendy.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696018-1338102387/watcher-3696018-1338102387 -o /tmp/evaluation-result-3696018-1338102387/solver-3696018-1338102387 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696018-1338102387.opb 1562881146 HOME HOME

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

MD5SUM BENCH= 323b561030770aea7b79e52477e55bb8
RANDOM SEED=1562881146

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30998172 kB
Buffers:          304560 kB
Cached:           344500 kB
SwapCached:            0 kB
Active:           892544 kB
Inactive:         153280 kB
Active(anon):     386940 kB
Inactive(anon):    11324 kB
Active(file):     505604 kB
Inactive(file):   141956 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12276 kB
Writeback:             0 kB
AnonPages:        407108 kB
Mapped:            12700 kB
Shmem:               200 kB
Slab:             687604 kB
SReclaimable:     128744 kB
SUnreclaim:       558860 kB
KernelStack:        1472 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     563540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 71348 MiB
End job on node118 at 2012-05-27 09:36:27