Trace number 3695980

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.08 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__512.opb
MD5SUMd0ffef5b15f9518c13edbe4c212527f5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark6.73298
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51248
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint512
Maximum length of a constraint4609
Number of terms in the objective function 51200
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1718545920
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1718545920
Number of bits of the biggest sum of numbers31
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.88	c model valid
0.00/0.88	c current solution ok
2.38/2.47	o 302596
2.38/2.47	c current bound: 151298
2.38/2.47	c fallback to adder encoding
1800.08/1800.41	c error: unexpected solver exit code
1800.08/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-3695980-1338086548/watcher-3695980-1338086548 -o /tmp/evaluation-result-3695980-1338086548/solver-3695980-1338086548 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695980-1338086548.opb 1845211039 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: 4.74 3.50 2.60 3/180 8961
/proc/meminfo: memFree=29926236/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0

[startup+0.024925 s]
/proc/loadavg: 4.74 3.50 2.60 3/180 8961
/proc/meminfo: memFree=29926236/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100239 s]
/proc/loadavg: 4.74 3.50 2.60 3/180 8961
/proc/meminfo: memFree=29926236/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 4.74 3.50 2.60 3/180 8961
/proc/meminfo: memFree=29926236/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70018 s]
/proc/loadavg: 4.74 3.50 2.60 3/180 8961
/proc/meminfo: memFree=29926236/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 4.74 3.50 2.60 3/182 8965
/proc/meminfo: memFree=29864572/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=54636 CPUtime=1.48 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) R 8961 8961 3861 0 -1 4202496 8889 20763 0 0 58 55 32 3 20 0 1 0 274782222 55947264 10003 33554432000 4194304 5873084 140735539457040 140735539452472 5127520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 13659 10003 172 410 0 13241 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63784

[startup+3.10032 s]
/proc/loadavg: 4.74 3.50 2.60 3/182 8965
/proc/meminfo: memFree=29852612/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=192436 CPUtime=3.08 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) R 8961 8961 3861 0 -1 4202496 23299 21278 0 0 135 135 32 6 20 0 1 0 274782222 197054464 37013 33554432000 4194304 5873084 140735539457040 140735539452376 4664146 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 48109 37013 180 410 0 47691 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 201584

[startup+6.30036 s]
/proc/loadavg: 4.52 3.48 2.59 3/182 8966
/proc/meminfo: memFree=29572576/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=651188 CPUtime=6.28 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) R 8961 8961 3861 0 -1 4202496 25168 21278 0 0 444 146 32 6 20 0 1 0 274782222 666816512 94357 33554432000 4194304 5873084 140735539457040 140735539451432 4703754 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 162797 94357 180 410 0 162379 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 660336

[startup+12.7004 s]
/proc/loadavg: 4.32 3.45 2.59 3/184 8968
/proc/meminfo: memFree=28319276/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=991244 CPUtime=4.46 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 117588 0 0 0 410 36 0 0 20 0 1 0 274783044 1015033856 223602 33554432000 4194304 4896791 140736256436288 140736255385080 4401607 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8968/statm: 247844 223603 58 172 0 247670 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1610764

[startup+25.5005 s]
/proc/loadavg: 3.88 3.40 2.58 3/184 8968
/proc/meminfo: memFree=28179288/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1065696 CPUtime=17.26 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 139086 0 0 0 1683 43 0 0 20 0 1 0 274783044 1091272704 227068 33554432000 4194304 4896791 140736256436288 140736256433496 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 266424 227068 78 172 0 266250 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1685216

[startup+51.1005 s]
/proc/loadavg: 3.24 3.28 2.57 3/184 8968
/proc/meminfo: memFree=28196304/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1065840 CPUtime=42.85 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 139099 0 0 0 4242 43 0 0 20 0 1 0 274783044 1091420160 227081 33554432000 4194304 4896791 140736256436288 140736256433688 4224623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 266460 227081 78 172 0 266286 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1685360

[startup+102.301 s]
/proc/loadavg: 2.49 3.06 2.53 3/183 8968
/proc/meminfo: memFree=28199444/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1065840 CPUtime=94.05 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 139102 0 0 0 9362 43 0 0 20 0 1 0 274783044 1091420160 227084 33554432000 4194304 4896791 140736256436288 140736256433688 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 266460 227084 78 172 0 266286 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1685360

[startup+162.3 s]
/proc/loadavg: 2.19 2.88 2.50 3/183 8968
/proc/meminfo: memFree=28197044/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1065840 CPUtime=154.04 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 139103 0 0 0 15361 43 0 0 20 0 1 0 274783044 1091420160 227085 33554432000 4194304 4896791 140736256436288 140736256433688 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 266460 227085 78 172 0 266286 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1685360

[startup+222.307 s]
/proc/loadavg: 2.07 2.72 2.46 3/182 8968
/proc/meminfo: memFree=28198248/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 140336 0 0 0 141341 43 0 0 20 0 1 0 274783044 1096409088 229453 33554432000 4194304 4896791 140736256436288 140736256433496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 267678 229453 78 172 0 267504 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1690232

[startup+1482.3 s]
/proc/loadavg: 1.02 1.19 1.65 2/174 9028
/proc/meminfo: memFree=28292316/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1070712 CPUtime=1473.82 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 140336 0 0 0 147339 43 0 0 20 0 1 0 274783044 1096409088 229453 33554432000 4194304 4896791 140736256436288 140736256433496 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 267678 229453 78 172 0 267504 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1690232

[startup+1542.31 s]
/proc/loadavg: 1.01 1.15 1.61 2/174 9028
/proc/meminfo: memFree=28292320/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1070712 CPUtime=1533.82 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 140339 0 0 0 153339 43 0 0 20 0 1 0 274783044 1096409088 229456 33554432000 4194304 4896791 140736256436288 140736256433496 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 267678 229456 78 172 0 267504 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1690232

[startup+1602.3 s]
/proc/loadavg: 1.00 1.12 1.56 2/174 9028
/proc/meminfo: memFree=28291760/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1070844 CPUtime=1593.8 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 140370 0 0 0 159337 43 0 0 20 0 1 0 274783044 1096544256 229487 33554432000 4194304 4896791 140736256436288 140736256433496 4224225 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 267711 229487 78 172 0 267537 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1690364

[startup+1662.3 s]
/proc/loadavg: 1.00 1.10 1.53 2/175 9031
/proc/meminfo: memFree=28290704/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1072192 CPUtime=1653.79 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 140690 0 0 0 165336 43 0 0 20 0 1 0 274783044 1097924608 229807 33554432000 4194304 4896791 140736256436288 140736256433832 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 268048 229807 78 172 0 267874 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1691712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.08 1.49 2/174 9031
/proc/meminfo: memFree=28287532/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1073644 CPUtime=1713.79 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 141038 0 0 0 171336 43 0 0 20 0 1 0 274783044 1099411456 230666 33554432000 4194304 4896791 140736256436288 140736256433576 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 268411 230666 78 172 0 268237 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1693164

[startup+1782.3 s]
/proc/loadavg: 1.08 1.08 1.46 2/174 9032
/proc/meminfo: memFree=28287036/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1073908 CPUtime=1773.78 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 141106 0 0 0 177335 43 0 0 20 0 1 0 274783044 1099681792 230734 33554432000 4194304 4896791 140736256436288 140736256433544 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 268477 230734 78 172 0 268303 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1693428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.06 1.07 1.45 2/174 9032
/proc/meminfo: memFree=28286792/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1074316 CPUtime=1791.88 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 141191 0 0 0 179145 43 0 0 20 0 1 0 274783044 1100099584 230819 33554432000 4194304 4896791 140736256436288 140736256433496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 268579 230819 78 172 0 268405 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1693836

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.06 1.07 1.45 2/174 9032
/proc/meminfo: memFree=28286792/32873648 swapFree=7116/7116
[pid=8961] ppid=8959 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8961/stat : 8961 (runPb2sat.sh) S 8959 8961 3861 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274782221 9367552 275 33554432000 4194304 5064252 140734256457984 140734256456896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8961/statm: 2287 275 233 213 0 72 0
[pid=8962] ppid=8961 vsize=601224 CPUtime=8.2 cores=1,3,5,7
/proc/8962/stat : 8962 (pb2sat) S 8961 8961 3861 0 -1 4202496 26026 21278 0 0 583 199 32 6 20 0 1 0 274782222 615653376 106986 33554432000 4194304 5873084 140735539457040 140735539450856 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8962/statm: 150306 106986 180 410 0 149888 0
[pid=8967] ppid=8962 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (satsolver.sh) S 8962 8961 3861 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274783044 9367552 267 33554432000 4194304 5064252 140736888600688 140736888599600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8967/statm: 2287 267 226 213 0 72 0
[pid=8968] ppid=8967 vsize=1074316 CPUtime=1791.88 cores=1,3,5,7
/proc/8968/stat : 8968 (glucose_static) R 8967 8961 3861 0 -1 4202496 141191 0 0 0 179145 43 0 0 20 0 1 0 274783044 1100099584 230819 33554432000 4194304 4896791 140736256436288 140736256433496 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8968/statm: 268579 230819 78 172 0 268405 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1693836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8961 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=162063
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=65685
# CPU time returned by wait4() is 8.22775
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1797.6
CPU system time (s): 2.48
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1993908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.16206
system time used= 2.06569
maximum resident set size= 792960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 838984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 22

runsolver used 9.65953 second user time and 16.2435 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 04:42:29
IDJOB=3695980
IDBENCH=71871
IDSOLVER=2274
FILE ID=node114/3695980-1338086548
RUNJOBID= node114-1338052930-3878
PBS_JOBID= 14624398
Free space on /tmp= 71468 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__512.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695980-1338086548/watcher-3695980-1338086548 -o /tmp/evaluation-result-3695980-1338086548/solver-3695980-1338086548 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695980-1338086548.opb 1845211039 HOME HOME

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

MD5SUM BENCH= d0ffef5b15f9518c13edbe4c212527f5
RANDOM SEED=1845211039

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:        29927152 kB
Buffers:          295052 kB
Cached:          1721568 kB
SwapCached:         2148 kB
Active:          1069108 kB
Inactive:        1045360 kB
Active(anon):      92724 kB
Inactive(anon):     7896 kB
Active(file):     976384 kB
Inactive(file):  1037464 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103872 kB
Dirty:             17016 kB
Writeback:             0 kB
AnonPages:        107384 kB
Mapped:            15200 kB
Shmem:               116 kB
Slab:             686112 kB
SReclaimable:     128996 kB
SUnreclaim:       557116 kB
KernelStack:        1464 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     238492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71080 MiB
End job on node114 at 2012-05-27 05:12:29