Trace number 3694473

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.01 1802.22

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE1.0_TMAX120_K67_cod3.opb
MD5SUMf4a8ab58a5e98ecbfcbb94262b6fde02
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-140701
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32885952
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32885952
Number of bits of the biggest sum of numbers25
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.40	c fallback to adder encoding
4.48/4.57	c model valid
4.48/4.57	c current solution ok
11.11/11.45	o -31065
11.11/11.45	c fallback to adder encoding
1800.01/1802.21	c error: unexpected solver exit code
1800.01/1802.21	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-3694473-1338138774/watcher-3694473-1338138774 -o /tmp/evaluation-result-3694473-1338138774/solver-3694473-1338138774 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694473-1338138774.opb 1619395969 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15983
/proc/meminfo: memFree=27241680/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0

[startup+0.101711 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15983
/proc/meminfo: memFree=27241680/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200223 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15983
/proc/meminfo: memFree=27241680/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15983
/proc/meminfo: memFree=27241680/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 15983
/proc/meminfo: memFree=27241680/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15985
/proc/meminfo: memFree=27110896/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=168264 CPUtime=1.49 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) R 15983 15983 14901 0 -1 4202496 13134 0 0 0 145 4 0 0 20 0 1 0 280002764 172302336 27352 33554432000 4194304 5873084 140733419941664 140733419938200 4419360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15984/statm: 42066 27352 164 410 0 41648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177412

[startup+3.10038 s]
/proc/loadavg: 2.08 2.02 2.01 3/185 15987
/proc/meminfo: memFree=26919328/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=168264 CPUtime=2.12 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 13361 0 0 0 190 22 0 0 20 0 1 0 280002764 172302336 34527 33554432000 4194304 5873084 140733419941664 140733419938088 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15984/statm: 42066 34527 171 410 0 41648 0
[pid=15986] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15986/stat : 15986 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280002976 9367552 267 33554432000 4194304 5064252 140734780048976 140734780047888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15986/statm: 2287 267 226 213 0 72 0
[pid=15987] ppid=15986 vsize=224796 CPUtime=0.96 cores=1,3,5,7
/proc/15987/stat : 15987 (glucose_static) R 15986 15983 14901 0 -1 4202496 33199 0 0 0 88 8 0 0 20 0 1 0 280002977 230191104 47599 33554432000 4194304 4896791 140737190634640 140737189583432 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15987/statm: 56199 47599 58 172 0 56025 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 411356

[startup+6.30024 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 15987
/proc/meminfo: memFree=26943276/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=176016 CPUtime=6.14 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) R 15983 15983 14901 0 -1 4202496 15794 48206 0 0 236 149 214 15 20 0 1 0 280002764 180240384 35802 33554432000 4194304 5873084 140733419941664 140733419937096 5127520 0 0 4096 0 0 0 0 17 3 0 0 12 0 0
/proc/15984/statm: 44004 35802 179 410 0 43586 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 185164

[startup+12.7074 s]
/proc/loadavg: 2.14 2.03 2.01 3/183 15988
/proc/meminfo: memFree=26759724/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=324676 CPUtime=12.54 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) R 15983 15983 14901 0 -1 4202496 25864 48719 0 0 446 561 214 33 20 0 1 0 280002764 332468224 61404 33554432000 4194304 5873084 140733419941664 140733419936440 4664146 0 0 4096 0 0 0 0 17 3 0 0 14 0 0
/proc/15984/statm: 81169 61404 180 410 0 80751 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 333824

[startup+25.5004 s]
/proc/loadavg: 2.27 2.06 2.02 3/185 15990
/proc/meminfo: memFree=25075244/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1000520 CPUtime=6.91 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 134722 0 0 0 639 52 0 0 20 0 1 0 280004620 1024532480 227927 33554432000 4194304 4896791 140734665175808 140734665173656 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 250130 227927 76 172 0 249956 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 1736708

[startup+51.1004 s]
/proc/loadavg: 2.18 2.06 2.02 3/185 15990
/proc/meminfo: memFree=25252480/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1010036 CPUtime=32.52 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 142022 0 0 0 3198 54 0 0 20 0 1 0 280004620 1034276864 231615 33554432000 4194304 4896791 140734665175808 140734665173320 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 252509 231615 78 172 0 252335 0
Current children cumulated CPU time (s) 49.21
Current children cumulated vsize (KiB) 1746224

[startup+102.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/185 15991
/proc/meminfo: memFree=25242368/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1013704 CPUtime=83.7 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 147044 0 0 0 8315 55 0 0 20 0 1 0 280004620 1038032896 234070 33554432000 4194304 4896791 140734665175808 140734665172952 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 253426 234070 78 172 0 253252 0
Current children cumulated CPU time (s) 100.39
Current children cumulated vsize (KiB) 1749892

[startup+162.308 s]
/proc/loadavg: 2.03 2.04 2.01 3/185 15991
/proc/meminfo: memFree=25241748/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1014228 CPUtime=143.7 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 149261 0 0 0 14315 55 0 0 20 0 1 0 280004620 1038569472 234234 33554432000 4194304 4896791 140734665175808 140734665173352 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 253557 234234 78 172 0 253383 0
Current children cumulated CPU time (s) 160.39
Current children cumulated vsize (KiB) 1750416

[startup+222.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/185 15991
/proc/meminfo: memFree=25237984/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/15990/statm: 256584 240014 78 172 0 256410 0
Current children cumulated CPU time (s) 1360.18
Current children cumulated vsize (KiB) 1762524

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 16004
/proc/meminfo: memFree=24386224/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1159004 CPUtime=1403.47 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 184921 0 0 0 140278 69 0 0 20 0 1 0 280004620 1186820096 241802 33554432000 4194304 4896791 140734665175808 140734665173336 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 289751 241802 78 172 0 289577 0
Current children cumulated CPU time (s) 1420.16
Current children cumulated vsize (KiB) 1895192

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 16004
/proc/meminfo: memFree=24376784/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1159576 CPUtime=1463.47 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185132 0 0 0 146277 70 0 0 20 0 1 0 280004620 1187405824 243572 33554432000 4194304 4896791 140734665175808 140734665172952 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 289894 243572 78 172 0 289720 0
Current children cumulated CPU time (s) 1480.16
Current children cumulated vsize (KiB) 1895764

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 16004
/proc/meminfo: memFree=24367628/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1160000 CPUtime=1523.46 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185330 0 0 0 152276 70 0 0 20 0 1 0 280004620 1187840000 244722 33554432000 4194304 4896791 140734665175808 140734665173032 4203841 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 290000 244722 78 172 0 289826 0
Current children cumulated CPU time (s) 1540.15
Current children cumulated vsize (KiB) 1896188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 16004
/proc/meminfo: memFree=24394032/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1159964 CPUtime=1583.45 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185428 0 0 0 158275 70 0 0 20 0 1 0 280004620 1187803136 245732 33554432000 4194304 4896791 140734665175808 140734665173336 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 289991 245732 78 172 0 289817 0
Current children cumulated CPU time (s) 1600.14
Current children cumulated vsize (KiB) 1896152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 16008
/proc/meminfo: memFree=24375872/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1160176 CPUtime=1643.43 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185486 0 0 0 164273 70 0 0 20 0 1 0 280004620 1188020224 247323 33554432000 4194304 4896791 140734665175808 140734665173032 4203806 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 290044 247323 78 172 0 289870 0
Current children cumulated CPU time (s) 1660.12
Current children cumulated vsize (KiB) 1896364

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 16008
/proc/meminfo: memFree=24361912/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1160480 CPUtime=1703.42 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185567 0 0 0 170272 70 0 0 20 0 1 0 280004620 1188331520 248937 33554432000 4194304 4896791 140734665175808 140734665173032 4204125 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 290120 248937 78 172 0 289946 0
Current children cumulated CPU time (s) 1720.11
Current children cumulated vsize (KiB) 1896668

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 16008
/proc/meminfo: memFree=24354116/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1160684 CPUtime=1763.42 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185621 0 0 0 176271 71 0 0 20 0 1 0 280004620 1188540416 249501 33554432000 4194304 4896791 140734665175808 140734665173336 4203749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 290171 249501 78 172 0 289997 0
Current children cumulated CPU time (s) 1780.11
Current children cumulated vsize (KiB) 1896872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 16050
/proc/meminfo: memFree=25309256/32873844 swapFree=7124/7124
[pid=15983] ppid=15981 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15983/stat : 15983 (runPb2satCp2.sh) S 15981 15983 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280002763 9367552 275 33554432000 4194304 5064252 140734284737792 140734284736704 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15983/statm: 2287 275 233 213 0 72 0
[pid=15984] ppid=15983 vsize=717892 CPUtime=16.69 cores=1,3,5,7
/proc/15984/stat : 15984 (pb2sat) S 15983 15983 14901 0 -1 4202496 27499 48719 0 0 796 626 214 33 20 0 1 0 280002764 735121408 123356 33554432000 4194304 5873084 140733419941664 140733419935480 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 184 0 0
/proc/15984/statm: 179473 123356 180 410 0 179055 0
[pid=15989] ppid=15984 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15989/stat : 15989 (satsolver.sh) S 15984 15983 14901 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280004620 9367552 267 33554432000 4194304 5064252 140735703067168 140735703066080 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15989/statm: 2287 267 226 213 0 72 0
[pid=15990] ppid=15989 vsize=1160684 CPUtime=1783.32 cores=1,3,5,7
/proc/15990/stat : 15990 (glucose_static) R 15989 15983 14901 0 -1 4202496 185621 0 0 0 178261 71 0 0 20 0 1 0 280004620 1188540416 249501 33554432000 4194304 4896791 140734665175808 140734665173336 4204129 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15990/statm: 290171 249501 78 172 0 289997 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1896872

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15983 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=105463
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=610994
# CPU time returned by wait4() is 16.7165
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.22
CPU time (s): 1800.01
CPU user time (s): 1792.71
CPU system time (s): 7.3
CPU usage (%): 99.8774
Max. virtual memory (cumulated for all children) (KiB): 2103944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1055
system time used= 6.61099
maximum resident set size= 821656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1271056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 37

runsolver used 4.29935 second user time and 11.9352 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 19:12:54
IDJOB=3694473
IDBENCH=91510
IDSOLVER=2273
FILE ID=node134/3694473-1338138774
RUNJOBID= node134-1338124357-14918
PBS_JOBID= 14624510
Free space on /tmp= 70872 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE1.0_TMAX120_K67_cod3.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694473-1338138774/watcher-3694473-1338138774 -o /tmp/evaluation-result-3694473-1338138774/solver-3694473-1338138774 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694473-1338138774.opb 1619395969 HOME HOME

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

MD5SUM BENCH= f4a8ab58a5e98ecbfcbb94262b6fde02
RANDOM SEED=1619395969

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27242796 kB
Buffers:          407660 kB
Cached:          3896876 kB
SwapCached:            0 kB
Active:          2138428 kB
Inactive:        2633228 kB
Active(anon):     463268 kB
Inactive(anon):     5996 kB
Active(file):    1675160 kB
Inactive(file):  2627232 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            154172 kB
Writeback:             0 kB
AnonPages:        441816 kB
Mapped:            15144 kB
Shmem:               212 kB
Slab:             717868 kB
SReclaimable:     159852 kB
SUnreclaim:       558016 kB
KernelStack:        1536 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     772664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 70372 MiB
End job on node134 at 2012-05-27 19:42:56