Trace number 3696052

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.1 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-neos-941313.opb
MD5SUM691ce650ba7160ae5fefa43bf01b33b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17101
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167910
Total number of constraints13189
Number of constraints which are clauses1170
Number of constraints which are cardinality constraints (but not clauses)829
Number of constraints which are nor clauses,nor cardinality constraints11190
Minimum length of a constraint19
Maximum length of a constraint640
Number of terms in the objective function 148800
Biggest coefficient in the objective function 210
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 10010220
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 3060
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 10010220
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

1.69/1.73	c fallback to adder encoding
1.99/2.00	c fallback to adder encoding
2.19/2.24	c fallback to adder encoding
2.39/2.47	c fallback to adder encoding
2.68/2.71	c fallback to adder encoding
2.88/2.95	c fallback to adder encoding
3.08/3.19	c fallback to adder encoding
3.38/3.43	c fallback to adder encoding
3.58/3.67	c fallback to adder encoding
3.88/3.91	c fallback to adder encoding
4.08/4.15	c fallback to adder encoding
4.30/4.39	c fallback to adder encoding
4.59/4.63	c fallback to adder encoding
4.78/4.87	c fallback to adder encoding
5.08/5.11	c fallback to adder encoding
5.29/5.35	c fallback to adder encoding
5.50/5.59	c fallback to adder encoding
5.78/5.83	c fallback to adder encoding
5.99/6.07	c fallback to adder encoding
6.29/6.31	c fallback to adder encoding
6.49/6.55	c fallback to adder encoding
6.79/6.87	c fallback to adder encoding
7.08/7.11	c fallback to adder encoding
7.28/7.35	c fallback to adder encoding
7.49/7.59	c fallback to adder encoding
7.78/7.82	c fallback to adder encoding
7.98/8.06	c fallback to adder encoding
8.28/8.30	c fallback to adder encoding
8.48/8.54	c fallback to adder encoding
8.69/8.78	c fallback to adder encoding
45.07/45.16	c model valid
45.07/45.16	c current solution ok
55.89/56.15	o 21916
55.89/56.15	c current bound: 10958
55.89/56.15	c fallback to adder encoding
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	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-3696052-1338112377/watcher-3696052-1338112377 -o /tmp/evaluation-result-3696052-1338112377/solver-3696052-1338112377 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696052-1338112377.opb 1431601691 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: 3.23 2.49 2.19 3/179 9965
/proc/meminfo: memFree=22362392/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0

[startup+0.0477061 s]
/proc/loadavg: 3.23 2.49 2.19 3/179 9965
/proc/meminfo: memFree=22362392/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100238 s]
/proc/loadavg: 3.23 2.49 2.19 3/179 9965
/proc/meminfo: memFree=22362392/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30023 s]
/proc/loadavg: 3.23 2.49 2.19 3/179 9965
/proc/meminfo: memFree=22362392/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 3.23 2.49 2.19 3/179 9965
/proc/meminfo: memFree=22362392/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 3.23 2.49 2.19 3/181 9967
/proc/meminfo: memFree=22262256/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=117444 CPUtime=1.48 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) R 9965 9965 6783 0 -1 4202496 16153 0 0 0 144 4 0 0 20 0 1 0 277363231 120262656 27819 33554432000 4194304 5873084 140736738070480 140736738066120 4917695 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9966/statm: 29361 27819 159 410 0 28943 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 126592

[startup+3.10027 s]
/proc/loadavg: 3.23 2.49 2.19 3/181 9967
/proc/meminfo: memFree=22209460/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=256532 CPUtime=3.08 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) R 9965 9965 6783 0 -1 4202496 35118 0 0 0 300 8 0 0 20 0 1 0 277363231 262688768 52373 33554432000 4194304 5873084 140736738070480 140736738059400 4920028 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9966/statm: 64133 52373 166 410 0 63715 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 265680

[startup+6.30028 s]
/proc/loadavg: 3.14 2.48 2.19 3/181 9967
/proc/meminfo: memFree=22022932/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=401384 CPUtime=6.29 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) R 9965 9965 6783 0 -1 4202496 71344 0 0 0 613 16 0 0 20 0 1 0 277363231 411017216 99330 33554432000 4194304 5873084 140736738070480 140736738044744 4271493 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9966/statm: 100346 99330 166 410 0 99928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 410532

[startup+12.7004 s]
/proc/loadavg: 3.04 2.47 2.19 3/183 9969
/proc/meminfo: memFree=21155792/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=637524 CPUtime=9.18 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 98719 0 0 0 868 50 0 0 20 0 1 0 277363231 652824576 134297 33554432000 4194304 5873084 140736738070480 140736738066904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9966/statm: 159381 134297 173 410 0 158963 0
[pid=9968] ppid=9966 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9968/stat : 9968 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277364149 9367552 267 33554432000 4194304 5064252 140735256434128 140735256433040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9968/statm: 2287 267 226 213 0 72 0
[pid=9969] ppid=9968 vsize=606872 CPUtime=3.48 cores=1,3,5,7
/proc/9969/stat : 9969 (glucose_static) R 9968 9965 6783 0 -1 4202496 85265 0 0 0 324 24 0 0 20 0 1 0 277364151 621436928 127901 33554432000 4194304 4896791 140736935334656 140736935331864 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9969/statm: 151718 127901 78 172 0 151544 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1262692

[startup+25.5004 s]
/proc/loadavg: 2.81 2.45 2.19 3/183 9969
/proc/meminfo: memFree=21142364/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=637524 CPUtime=9.18 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 98719 0 0 0 868 50 0 0 20 0 1 0 277363231 652824576 134297 33554432000 4194304 5873084 140736738070480 140736738066904 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9966/statm: 159381 134297 173 410 0 158963 0
[pid=9968] ppid=9966 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9968/stat : 9968 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277364149 9367552 267 33554432000 4194304 5064252 140735256434128 140735256433040 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9968/statm: 2287 267 226 213 0 72 0
[pid=9969] ppid=9968 vsize=615224 CPUtime=16.29 cores=1,3,5,7
/proc/9969/stat : 9969 (glucose_static) R 9968 9965 6783 0 -1 4202496 94449 0 0 0 1602 27 0 0 20 0 1 0 277364151 629989376 130808 33554432000 4194304 4896791 140736935334656 140736935331864 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9969/statm: 153806 130808 78 172 0 153632 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1271044

[startup+51.1002 s]
/proc/loadavg: 2.53 2.41 2.18 3/181 9969
/proc/meminfo: memFree=21540380/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=680748 CPUtime=50.9 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) R 9965 9965 6783 0 -1 4202496 102349 104782 0 0 1001 530 3524 35 20 0 1 0 277363231 697085952 145110 33554432000 4194304 5873084 140736738070480 140736738065912 5127520 0 0 4096 0 0 0 0 17 1 0 0 17 0 0
/proc/9966/statm: 170187 145110 180 410 0 169769 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 689896

[startup+103.401 s]
/proc/loadavg: 2.78 2.47 2.21 3/183 9972
/proc/meminfo: memFree=17436812/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2568424 CPUtime=33.69 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 289038 0 0 0 3243 126 0 0 20 0 1 0 277370200 2630066176 557434 33554432000 4194304 4896791 140733728192304 140733728189512 4224684 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9972/statm: 642106 557434 78 172 0 641932 0
Current children cumulated CPU time (s) 103.15
Current children cumulated vsize (KiB) 4336832

[startup+166.237 s]
/proc/loadavg: 2.34 2.40 2.20 3/183 9973
/proc/meminfo: memFree=17417888/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2573692 CPUtime=96.51 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 294366 0 0 0 9524 127 0 0 20 0 1 0 277370200 2635460608 559314 33554432000 4194304 4896791 140733728192304 140733728189944 4225029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9972/statm: 643423 559314 78 172 0 643249 0
Current children cumulated CPU time (s) 165.97
Current children cumulated vsize (KiB) 4342100

[startup+223.401 s]
/proc/loadavg: 2.11 2.32 2.18 3/183 9973
/proc/meminfo: memFree=17409332/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2573692 CPUtime=153.68 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 294366 0 0 0 15241 127 0 0 20 0 1 0 277370200 2635460608 559314 33554432000 4194304 4896791 140733728192304 140733728189944 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9972/statm: 643423 559314 78 172 0 643249 0
Current children cumulated CPU time (s) 223.14

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

/proc/9972/statm: 646149 564376 78 172 0 645975 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 4353004

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.05 3/183 10051
/proc/meminfo: memFree=20776892/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584704 CPUtime=1412.38 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 311062 0 0 0 141106 132 0 0 20 0 1 0 277370200 2646736896 564397 33554432000 4194304 4896791 140733728192304 140733728189832 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646176 564397 78 172 0 646002 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 4353112

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.04 3/183 10051
/proc/meminfo: memFree=20770620/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1472.38 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314385 0 0 0 147105 133 0 0 20 0 1 0 277370200 2646925312 564961 33554432000 4194304 4896791 140733728192304 140733728189832 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564961 78 172 0 646048 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 4353296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/183 10051
/proc/meminfo: memFree=20766464/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1532.36 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314385 0 0 0 153103 133 0 0 20 0 1 0 277370200 2646925312 564961 33554432000 4194304 4896791 140733728192304 140733728189832 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564961 78 172 0 646048 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 4353296

[startup+1662.31 s]
/proc/loadavg: 2.00 2.01 2.03 3/184 10055
/proc/meminfo: memFree=20765092/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1592.36 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314385 0 0 0 159103 133 0 0 20 0 1 0 277370200 2646925312 564961 33554432000 4194304 4896791 140733728192304 140733728189832 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564961 78 172 0 646048 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 4353296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 10055
/proc/meminfo: memFree=20758152/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1652.34 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314385 0 0 0 165101 133 0 0 20 0 1 0 277370200 2646925312 564961 33554432000 4194304 4896791 140733728192304 140733728189832 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564961 78 172 0 646048 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 4353296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 10055
/proc/meminfo: memFree=20757408/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1712.33 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314387 0 0 0 171100 133 0 0 20 0 1 0 277370200 2646925312 564963 33554432000 4194304 4896791 140733728192304 140733728189832 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564963 78 172 0 646048 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 4353296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 10055
/proc/meminfo: memFree=20754616/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1730.64 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314387 0 0 0 172931 133 0 0 20 0 1 0 277370200 2646925312 564963 33554432000 4194304 4896791 140733728192304 140733728189832 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564963 78 172 0 646048 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 4353296

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 10055
/proc/meminfo: memFree=20754616/32873844 swapFree=7384/7384
[pid=9965] ppid=9963 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9965/stat : 9965 (runPb2sat.sh) S 9963 9965 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277363231 9367552 275 33554432000 4194304 5064252 140734064195104 140734064194016 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9965/statm: 2287 275 233 213 0 72 0
[pid=9966] ppid=9965 vsize=1750112 CPUtime=69.45 cores=1,3,5,7
/proc/9966/stat : 9966 (pb2sat) S 9965 9965 6783 0 -1 4202496 127677 105296 0 0 2273 1084 3524 64 20 0 1 0 277363231 1792114688 369266 33554432000 4194304 5873084 140736738070480 140736738064296 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/9966/statm: 437528 369266 182 410 0 437110 0
[pid=9971] ppid=9966 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/9971/stat : 9971 (satsolver.sh) S 9966 9965 6783 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 277370198 9367552 267 33554432000 4194304 5064252 140736640203344 140736640202256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9971/statm: 2287 267 226 213 0 72 0
[pid=9972] ppid=9971 vsize=2584888 CPUtime=1730.64 cores=1,3,5,7
/proc/9972/stat : 9972 (glucose_static) R 9971 9965 6783 0 -1 4202496 314387 0 0 0 172931 133 0 0 20 0 1 0 277370200 2646925312 564963 33554432000 4194304 4896791 140733728192304 140733728189832 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9972/statm: 646222 564963 78 172 0 646048 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 4353296

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1787.28
CPU system time (s): 12.82
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 5214220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.47047 second user time and 10.4144 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 11:52:58
IDJOB=3696052
IDBENCH=89905
IDSOLVER=2274
FILE ID=node136/3696052-1338112377
RUNJOBID= node136-1338088237-6800
PBS_JOBID= 14624456
Free space on /tmp= 69684 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-neos-941313.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696052-1338112377/watcher-3696052-1338112377 -o /tmp/evaluation-result-3696052-1338112377/solver-3696052-1338112377 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696052-1338112377.opb 1431601691 HOME HOME

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

MD5SUM BENCH= 691ce650ba7160ae5fefa43bf01b33b8
RANDOM SEED=1431601691

node136.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.247
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.49
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.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:       32873844 kB
MemFree:        22363028 kB
Buffers:          393624 kB
Cached:          4427332 kB
SwapCached:        24460 kB
Active:          7431420 kB
Inactive:        2194052 kB
Active(anon):    4697260 kB
Inactive(anon):   106880 kB
Active(file):    2734160 kB
Inactive(file):  2087172 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             19460 kB
Writeback:             0 kB
AnonPages:       4785376 kB
Mapped:             9784 kB
Shmem:                 0 kB
Slab:             739852 kB
SReclaimable:     180824 kB
SUnreclaim:       559028 kB
KernelStack:        1464 kB
PageTables:        13552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6190264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2220032 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= 69600 MiB
End job on node136 at 2012-05-27 12:23:00