Trace number 3695987

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
10orplus/normalized-libpango-perl.cudf.paranoid.opb
MD5SUMb7b0ef2e50d23764d88cd828dc25ccbd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark176205
Best CPU time to get the best result obtained on this benchmark1313.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.89	c model valid
0.00/0.89	c current solution ok
1.08/1.16	o 2539169
1.08/1.16	c current bound: 1269584
1.08/1.16	c fallback to adder encoding
1800.01/1800.41	./satsolver.sh: line 5:  7887 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3695987-1338096780/watcher-3695987-1338096780 -o /tmp/evaluation-result-3695987-1338096780/solver-3695987-1338096780 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695987-1338096780.opb 971705140 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/179 7879
/proc/meminfo: memFree=29110424/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0

[startup+0.0381239 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7879
/proc/meminfo: memFree=29110424/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7879
/proc/meminfo: memFree=29110424/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 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/179 7879
/proc/meminfo: memFree=29110424/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7879
/proc/meminfo: memFree=29110424/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7883
/proc/meminfo: memFree=29098928/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=52636 CPUtime=1.47 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) R 7879 7879 6783 0 -1 4202496 7864 4240 0 0 112 22 12 1 20 0 1 0 275803450 53899264 10182 33554432000 4194304 5873084 140733305079072 140733305073096 4995857 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 13159 10182 180 410 0 12741 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 61784

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7885
/proc/meminfo: memFree=28980056/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 94552
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7889
/proc/meminfo: memFree=28826624/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=180544 CPUtime=4.18 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 32264 0 0 0 410 8 0 0 20 0 1 0 275803661 184877056 36128 33554432000 4194304 4896791 140736294439264 140736294436472 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 45136 36128 77 172 0 44962 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 284244

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7889
/proc/meminfo: memFree=28826268/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=181060 CPUtime=10.58 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 32785 0 0 0 1050 8 0 0 20 0 1 0 275803661 185405440 36826 33554432000 4194304 4896791 140736294439264 140736294436632 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 45265 36826 77 172 0 45091 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 284760

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7892
/proc/meminfo: memFree=28821604/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=182812 CPUtime=23.38 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 35527 0 0 0 2329 9 0 0 20 0 1 0 275803661 187199488 37780 33554432000 4194304 4896791 140736294439264 140736294436472 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 45703 37780 77 172 0 45529 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 286512

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 7895
/proc/meminfo: memFree=28820648/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=185840 CPUtime=48.97 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 37894 0 0 0 4887 10 0 0 20 0 1 0 275803661 190300160 38045 33554432000 4194304 4896791 140736294439264 140736294436472 4204839 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 46460 38045 77 172 0 46286 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 289540

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7901
/proc/meminfo: memFree=28809668/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=191228 CPUtime=100.15 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 40974 0 0 0 10004 11 0 0 20 0 1 0 275803661 195817472 39937 33554432000 4194304 4896791 140736294439264 140736294436472 4202999 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 47807 39937 77 172 0 47633 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 294928

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7911
/proc/meminfo: memFree=28788508/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=199360 CPUtime=160.12 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 46480 0 0 0 15997 15 0 0 20 0 1 0 275803661 204144640 45028 33554432000 4194304 4896791 140736294439264 140736294436472 4203066 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 49840 45028 77 172 0 49666 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 303060

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7957
/proc/meminfo: memFree=28572908/32873844 swapFree=7384/7384

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


[startup+1362.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 7967
/proc/meminfo: memFree=28330648/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=365368 CPUtime=1359.9 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 93090 0 0 0 135900 90 0 0 20 0 1 0 275803661 374136832 76090 33554432000 4194304 4896791 140736294439264 140736294436472 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 91342 76090 77 172 0 91168 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 469068

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 7967
/proc/meminfo: memFree=28337004/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=367472 CPUtime=1419.9 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 94409 0 0 0 141896 94 0 0 20 0 1 0 275803661 376291328 76115 33554432000 4194304 4896791 140736294439264 140736294435000 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 91868 76115 77 172 0 91694 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 471172

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7967
/proc/meminfo: memFree=28324196/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=370112 CPUtime=1479.88 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 95842 0 0 0 147891 97 0 0 20 0 1 0 275803661 378994688 77804 33554432000 4194304 4896791 140736294439264 140736294435000 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 92528 77804 77 172 0 92354 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 473812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7967
/proc/meminfo: memFree=28314844/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=371908 CPUtime=1539.87 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 97044 0 0 0 153886 101 0 0 20 0 1 0 275803661 380833792 78242 33554432000 4194304 4896791 140736294439264 140736294436792 4203925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 92977 78242 77 172 0 92803 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 475608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7967
/proc/meminfo: memFree=28291612/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=374412 CPUtime=1599.86 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 98435 0 0 0 159881 105 0 0 20 0 1 0 275803661 383397888 80395 33554432000 4194304 4896791 140736294439264 140736294435000 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 93603 80395 77 172 0 93429 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 478112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 7971
/proc/meminfo: memFree=28282160/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=376368 CPUtime=1659.86 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 99677 0 0 0 165877 109 0 0 20 0 1 0 275803661 385400832 80881 33554432000 4194304 4896791 140736294439264 140736294436488 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 94092 80881 77 172 0 93918 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 480068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7994
/proc/meminfo: memFree=28280632/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=378916 CPUtime=1719.84 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 100892 0 0 0 171871 113 0 0 20 0 1 0 275803661 388009984 83369 33554432000 4194304 4896791 140736294439264 140736294434936 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 94729 83369 77 172 0 94555 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 482616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7994
/proc/meminfo: memFree=28283916/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=380764 CPUtime=1779.83 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 101492 0 0 0 177867 116 0 0 20 0 1 0 275803661 389902336 83980 33554432000 4194304 4896791 140736294439264 140736294436792 4225344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 95191 83980 77 172 0 95017 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 484464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7994
/proc/meminfo: memFree=28284044/32873844 swapFree=7384/7384
[pid=7879] ppid=7877 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7879/stat : 7879 (runPb2sat.sh) S 7877 7879 6783 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275803450 9367552 274 33554432000 4194304 5064252 140736466537536 140736466536448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7879/statm: 2287 274 233 213 0 72 0
[pid=7880] ppid=7879 vsize=85404 CPUtime=2.08 cores=1,3,5,7
/proc/7880/stat : 7880 (pb2sat) S 7879 7879 6783 0 -1 4202496 8977 4240 0 0 163 32 12 1 20 0 1 0 275803450 87453696 18374 33554432000 4194304 5873084 140733305079072 140733305072888 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7880/statm: 21351 18374 180 410 0 20933 0
[pid=7886] ppid=7880 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7886/stat : 7886 (satsolver.sh) S 7880 7879 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 275803660 9367552 266 33554432000 4194304 5064252 140737075019712 140737075018624 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7886/statm: 2287 266 226 213 0 72 0
[pid=7887] ppid=7886 vsize=381972 CPUtime=1797.93 cores=1,3,5,7
/proc/7887/stat : 7887 (glucose_static) R 7886 7879 6783 0 -1 4202496 102265 0 0 0 179675 118 0 0 20 0 1 0 275803661 391139328 79960 33554432000 4194304 4896791 140736294439264 140736294435000 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7887/statm: 95493 79960 77 172 0 95319 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 485672

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.52
CPU system time (s): 1.53077
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 615900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.53077
maximum resident set size= 432756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116470
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106
involuntary context switches= 1857

runsolver used 6.01509 second user time and 17.9063 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 07:33:00
IDJOB=3695987
IDBENCH=72202
IDSOLVER=2274
FILE ID=node136/3695987-1338096780
RUNJOBID= node136-1338088237-6800
PBS_JOBID= 14624456
Free space on /tmp= 71648 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-libpango-perl.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695987-1338096780/watcher-3695987-1338096780 -o /tmp/evaluation-result-3695987-1338096780/solver-3695987-1338096780 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695987-1338096780.opb 971705140 HOME HOME

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

MD5SUM BENCH= b7b0ef2e50d23764d88cd828dc25ccbd
RANDOM SEED=971705140

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:        29111068 kB
Buffers:          390480 kB
Cached:          2455372 kB
SwapCached:        24460 kB
Active:           927668 kB
Inactive:        2014604 kB
Active(anon):      70932 kB
Inactive(anon):    25096 kB
Active(file):     856736 kB
Inactive(file):  1989508 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             12100 kB
Writeback:             0 kB
AnonPages:        140776 kB
Mapped:            10508 kB
Shmem:                 0 kB
Slab:             679956 kB
SReclaimable:     121608 kB
SUnreclaim:       558348 kB
KernelStack:        1520 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     199452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71524 MiB
End job on node136 at 2012-05-27 08:03:00