Trace number 3694388

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.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/10orplus/normalized-epiphany-browser.cudf.paranoid.opb
MD5SUM20eed2ae0bf016ff6600b2382281391d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark262343
Best CPU time to get the best result obtained on this benchmark1800.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
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 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.90	c model valid
0.00/0.90	c current solution ok
1.08/1.17	o 2543453
1.08/1.17	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-3694388-1338100544/watcher-3694388-1338100544 -o /tmp/evaluation-result-3694388-1338100544/solver-3694388-1338100544 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694388-1338100544.opb 1525317376 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.92 1.98 1.99 3/179 10972
/proc/meminfo: memFree=29746016/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0

[startup+0.01269 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10972
/proc/meminfo: memFree=29746016/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10972
/proc/meminfo: memFree=29746016/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10972
/proc/meminfo: memFree=29746016/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 10972
/proc/meminfo: memFree=29746016/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 10976
/proc/meminfo: memFree=29734900/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=52976 CPUtime=1.48 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) R 10972 10972 9063 0 -1 4202496 7881 4507 0 0 109 25 13 1 20 0 1 0 276181750 54247424 10199 33554432000 4194304 5873084 140734181030288 140734181025240 4664146 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 13244 10199 179 410 0 12826 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62124

[startup+3.10034 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 10977
/proc/meminfo: memFree=29561560/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 94892
heavy processes:

[startup+6.30043 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 10979
/proc/meminfo: memFree=29446112/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=182400 CPUtime=4.17 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 31532 0 0 0 409 8 0 0 20 0 1 0 276181963 186777600 37689 33554432000 4194304 4896791 140737487371856 140737487369368 4203064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 45600 37689 78 172 0 45426 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 286440

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/183 10979
/proc/meminfo: memFree=29480268/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=182400 CPUtime=10.57 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 31553 0 0 0 1049 8 0 0 20 0 1 0 276181963 186777600 37710 33554432000 4194304 4896791 140737487371856 140737487369064 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 45600 37710 78 172 0 45426 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 286440

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 10979
/proc/meminfo: memFree=29462996/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=186236 CPUtime=23.37 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 35579 0 0 0 2328 9 0 0 20 0 1 0 276181963 190705664 40188 33554432000 4194304 4896791 140737487371856 140737487369064 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 46559 40188 78 172 0 46385 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 290276

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 10980
/proc/meminfo: memFree=29448632/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=192344 CPUtime=48.96 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 39698 0 0 0 4885 11 0 0 20 0 1 0 276181963 196960256 41700 33554432000 4194304 4896791 140737487371856 140737487369064 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 48086 41700 78 172 0 47912 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 296384

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/183 10980
/proc/meminfo: memFree=29445008/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=200548 CPUtime=100.13 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 46141 0 0 0 9999 14 0 0 20 0 1 0 276181963 205361152 45305 33554432000 4194304 4896791 140737487371856 140737487369064 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 50137 45305 78 172 0 49963 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 304588

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 10980
/proc/meminfo: memFree=29413512/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=210136 CPUtime=160.11 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 53882 0 0 0 15991 20 0 0 20 0 1 0 276181963 215179264 48564 33554432000 4194304 4896791 140737487371856 140737487369368 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 52534 48564 78 172 0 52360 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 314176

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10980
/proc/meminfo: memFree=29412284/32873648 swapFree=7116/7116

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11035
/proc/meminfo: memFree=29010196/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=411464 CPUtime=1359.87 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 123977 0 0 0 135869 118 0 0 20 0 1 0 276181963 421339136 89514 33554432000 4194304 4896791 140737487371856 140737487367592 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 102866 89514 78 172 0 102692 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 515504

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11035
/proc/meminfo: memFree=28993868/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=414148 CPUtime=1419.87 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 124909 0 0 0 141867 120 0 0 20 0 1 0 276181963 424087552 92565 33554432000 4194304 4896791 140737487371856 140737487367528 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 103537 92565 78 172 0 103363 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 518188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11038
/proc/meminfo: memFree=28969388/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=418280 CPUtime=1479.86 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 126433 0 0 0 147863 123 0 0 20 0 1 0 276181963 428318720 99441 33554432000 4194304 4896791 140737487371856 140737487369064 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 104570 99441 78 172 0 104396 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 522320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11061
/proc/meminfo: memFree=28971768/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=418968 CPUtime=1539.85 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 126847 0 0 0 153861 124 0 0 20 0 1 0 276181963 429023232 95333 33554432000 4194304 4896791 140737487371856 140737487369080 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 104742 95333 78 172 0 104568 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 523008

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11062
/proc/meminfo: memFree=28973940/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=421140 CPUtime=1599.83 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 128524 0 0 0 159857 126 0 0 20 0 1 0 276181963 431247360 95690 33554432000 4194304 4896791 140737487371856 140737487367592 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 105285 95690 78 172 0 105111 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 525180

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 11062
/proc/meminfo: memFree=28936596/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=506664 CPUtime=1659.83 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 131284 0 0 0 165852 131 0 0 20 0 1 0 276181963 518823936 103524 33554432000 4194304 4896791 140737487371856 140737487367592 4225348 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 126666 103524 78 172 0 126492 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 610704

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11062
/proc/meminfo: memFree=28915528/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=509076 CPUtime=1719.81 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 133029 0 0 0 171846 135 0 0 20 0 1 0 276181963 521293824 103649 33554432000 4194304 4896791 140737487371856 140737487369064 4205328 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 127269 103649 78 172 0 127095 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 613116

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 11062
/proc/meminfo: memFree=28937196/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=435240 CPUtime=1779.8 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 135607 0 0 0 177838 142 0 0 20 0 1 0 276181963 445685760 99283 33554432000 4194304 4896791 140737487371856 140737487369384 4224975 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 108810 99283 78 172 0 108636 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 539280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 11062
/proc/meminfo: memFree=28899480/32873648 swapFree=7116/7116
[pid=10972] ppid=10970 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10972/stat : 10972 (runPb2satCp2.sh) S 10970 10972 9063 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276181750 9367552 274 33554432000 4194304 5064252 140734139657040 140734139655952 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10972/statm: 2287 274 233 213 0 72 0
[pid=10973] ppid=10972 vsize=85744 CPUtime=2.1 cores=1,3,5,7
/proc/10973/stat : 10973 (pb2sat) S 10972 10972 9063 0 -1 4202496 9177 4507 0 0 161 35 13 1 20 0 1 0 276181750 87801856 19415 33554432000 4194304 5873084 140734181030288 140734181024104 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10973/statm: 21436 19415 179 410 0 21018 0
[pid=10978] ppid=10973 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (satsolver.sh) S 10973 10972 9063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276181962 9367552 267 33554432000 4194304 5064252 140735866200656 140735866199568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10978/statm: 2287 267 226 213 0 72 0
[pid=10979] ppid=10978 vsize=438156 CPUtime=1797.9 cores=1,3,5,7
/proc/10979/stat : 10979 (glucose_static) R 10978 10972 9063 0 -1 4202496 136700 0 0 0 179648 142 0 0 20 0 1 0 276181963 448671744 105470 33554432000 4194304 4896791 140737487371856 140737487369064 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10979/statm: 109539 105470 78 172 0 109365 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 542196

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1798.24
CPU system time (s): 1.80073
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 750768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.80073
maximum resident set size= 526052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 137024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121
involuntary context switches= 1855

runsolver used 5.53016 second user time and 20.6219 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 08:35:44
IDJOB=3694388
IDBENCH=72199
IDSOLVER=2273
FILE ID=node114/3694388-1338100544
RUNJOBID= node114-1338088352-9080
PBS_JOBID= 14624459
Free space on /tmp= 71456 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-epiphany-browser.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694388-1338100544/watcher-3694388-1338100544 -o /tmp/evaluation-result-3694388-1338100544/solver-3694388-1338100544 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694388-1338100544.opb 1525317376 HOME HOME

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

MD5SUM BENCH= 20eed2ae0bf016ff6600b2382281391d
RANDOM SEED=1525317376

node114.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.242
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.48
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.242
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.242
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	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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.242
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.242
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:       32873648 kB
MemFree:        29746288 kB
Buffers:          322520 kB
Cached:          1785624 kB
SwapCached:         2144 kB
Active:          1188612 kB
Inactive:        1098048 kB
Active(anon):     172976 kB
Inactive(anon):     7896 kB
Active(file):    1015636 kB
Inactive(file):  1090152 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103876 kB
Dirty:             12096 kB
Writeback:             0 kB
AnonPages:        263544 kB
Mapped:            15136 kB
Shmem:               116 kB
Slab:             701600 kB
SReclaimable:     145836 kB
SUnreclaim:       555764 kB
KernelStack:        1520 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     314028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node114 at 2012-05-27 09:05:44