Trace number 3716269

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 NameAnswerCPU timeWall clock time
wbo2sat 2012-05-19? (TO) 1800.1 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM7b4c43120f8532700d0af4fec83df613
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark0.432933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints67
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30
Top cost 3602
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3601
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.33	o 2423
0.00/0.33	c current bound: 1211
0.00/1.19	o 203
0.00/1.19	c current bound: 101
2.28/2.38	o 80
2.28/2.38	c current bound: 40
6.06/6.18	o 35
6.06/6.18	c current bound: 17
6.16/6.28	o 13
6.16/6.28	c current bound: 6
1800.06/1800.51	./satsolver.sh: line 5: 26663 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	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-3716269-1338174222/watcher-3716269-1338174222 -o /tmp/evaluation-result-3716269-1338174222/solver-3716269-1338174222 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716269-1338174222.wbo 548385197 HOME HOME 

running on 4 cores: 0,2,4,6

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 26644
/proc/meminfo: memFree=31291412/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0

[startup+0.070197 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26644
/proc/meminfo: memFree=31291412/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26644
/proc/meminfo: memFree=31291412/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26644
/proc/meminfo: memFree=31291412/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26644
/proc/meminfo: memFree=31291412/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26654
/proc/meminfo: memFree=31281340/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=1.18 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5252 12559 0 0 15 7 93 3 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26653] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26653/stat : 26653 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283549063 9367552 267 33554432000 4194304 5064252 140735035608608 140735035607520 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26653/statm: 2287 267 226 213 0 72 0
[pid=26654] ppid=26653 vsize=14440 CPUtime=0.29 cores=0,2,4,6
/proc/26654/stat : 26654 (glucose_static) R 26653 26644 24824 0 -1 4202496 2302 0 0 0 29 0 0 0 20 0 1 0 283549063 14786560 2692 33554432000 4194304 4896791 140734012013712 140734012011512 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26654/statm: 3610 2692 76 172 0 3436 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40212

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26654
/proc/meminfo: memFree=31266884/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=2.36 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5561 17105 0 0 15 7 210 4 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 16624
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26657
/proc/meminfo: memFree=31285172/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 16624

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26663
/proc/meminfo: memFree=31272572/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=17032 CPUtime=6.4 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 7642 0 0 0 639 1 0 0 20 0 1 0 283549572 17440768 3425 33554432000 4194304 4896791 140735076335120 140735076332408 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 4258 3425 78 172 0 4084 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42804

[startup+25.5068 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26663
/proc/meminfo: memFree=31270400/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=20504 CPUtime=19.21 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 15567 0 0 0 1918 3 0 0 20 0 1 0 283549572 20996096 4712 33554432000 4194304 4896791 140735076335120 140735076332328 4225219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 5126 4712 78 172 0 4952 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 46276

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26663
/proc/meminfo: memFree=31244580/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=36704 CPUtime=44.8 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 23141 0 0 0 4474 6 0 0 20 0 1 0 283549572 37584896 7768 33554432000 4194304 4896791 140735076335120 140735076332328 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 9176 7768 78 172 0 9002 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 62476

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26663
/proc/meminfo: memFree=31221864/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=40604 CPUtime=95.98 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 33401 0 0 0 9589 9 0 0 20 0 1 0 283549572 41578496 9221 33554432000 4194304 4896791 140735076335120 140735076332648 4225180 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 10151 9221 78 172 0 9977 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 66376

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 26663
/proc/meminfo: memFree=31240456/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=46824 CPUtime=155.97 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 40417 0 0 0 15584 13 0 0 20 0 1 0 283549572 47947776 9904 33554432000 4194304 4896791 140735076335120 140735076332648 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 11706 9904 78 172 0 11532 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 72596

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26664
/proc/meminfo: memFree=31203688/32873648 swapFree=6852/6852

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26674
/proc/meminfo: memFree=31077980/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=108844 CPUtime=1415.69 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 84915 0 0 0 141517 52 0 0 20 0 1 0 283549572 111456256 25845 33554432000 4194304 4896791 140735076335120 140735076332376 4207777 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 27211 25845 78 172 0 27037 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 134616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26674
/proc/meminfo: memFree=31040580/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=90836 CPUtime=1475.68 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 86154 0 0 0 147515 53 0 0 20 0 1 0 283549572 93016064 21299 33554432000 4194304 4896791 140735076335120 140735076332696 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 22709 21299 78 172 0 22535 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 116608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26674
/proc/meminfo: memFree=31057300/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=142004 CPUtime=1535.67 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 86669 0 0 0 153513 54 0 0 20 0 1 0 283549572 145412096 26922 33554432000 4194304 4896791 140735076335120 140735076332552 4225384 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 35501 26922 78 172 0 35327 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 167776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26780
/proc/meminfo: memFree=31147228/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=111952 CPUtime=1595.65 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 87512 0 0 0 159509 56 0 0 20 0 1 0 283549572 114638848 23541 33554432000 4194304 4896791 140735076335120 140735076332552 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 27988 23541 78 172 0 27814 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 137724

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26801
/proc/meminfo: memFree=31232580/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=94180 CPUtime=1655.65 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 88377 0 0 0 165507 58 0 0 20 0 1 0 283549572 96440320 21095 33554432000 4194304 4896791 140735076335120 140735076332696 4204939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 23545 21095 78 172 0 23371 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 119952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26801
/proc/meminfo: memFree=31192000/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=145208 CPUtime=1715.61 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 89807 0 0 0 171502 59 0 0 20 0 1 0 283549572 148692992 27600 33554432000 4194304 4896791 140735076335120 140735076332552 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 36302 27600 78 172 0 36128 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 170980

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 26803
/proc/meminfo: memFree=31191564/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=115940 CPUtime=1775.61 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 91023 0 0 0 177500 61 0 0 20 0 1 0 283549572 118722560 24530 33554432000 4194304 4896791 140735076335120 140735076332648 4225376 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 28985 24530 78 172 0 28811 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 141712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 26803
/proc/meminfo: memFree=31180244/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=115940 CPUtime=1793.8 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 91059 0 0 0 179319 61 0 0 20 0 1 0 283549572 118722560 26597 33554432000 4194304 4896791 140735076335120 140735076330856 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 28985 26597 78 172 0 28811 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 141712

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 26803
/proc/meminfo: memFree=31180244/32873648 swapFree=6852/6852
[pid=26644] ppid=26642 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26644/stat : 26644 (runWbo2sat.sh) S 26642 26644 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 283548943 9367552 275 33554432000 4194304 5064252 140734238936720 140734238935632 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26644/statm: 2287 275 233 213 0 72 0
[pid=26645] ppid=26644 vsize=7476 CPUtime=6.26 cores=0,2,4,6
/proc/26645/stat : 26645 (wbo2sat) S 26644 26644 24824 0 -1 4202496 5944 26039 0 0 16 7 597 6 20 0 1 0 283548944 7655424 1369 33554432000 4194304 5872148 140734031407984 140734031401256 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26645/statm: 1869 1369 173 410 0 1451 0
[pid=26662] ppid=26645 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26662/stat : 26662 (satsolver.sh) S 26645 26644 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283549572 9367552 267 33554432000 4194304 5064252 140736572970864 140736572969776 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26662/statm: 2287 267 226 213 0 72 0
[pid=26663] ppid=26662 vsize=115940 CPUtime=1793.8 cores=0,2,4,6
/proc/26663/stat : 26663 (glucose_static) R 26662 26644 24824 0 -1 4202496 91059 0 0 0 179319 61 0 0 20 0 1 0 283549572 118722560 26597 33554432000 4194304 4896791 140735076335120 140735076330856 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26663/statm: 28985 26597 78 172 0 28811 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 141712

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.34
CPU system time (s): 0.759884
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 200092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.759884
maximum resident set size= 149748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 231
involuntary context switches= 2026

runsolver used 7.46986 second user time and 15.5786 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 05:03:42
IDJOB=3716269
IDBENCH=78676
IDSOLVER=2298
FILE ID=node115/3716269-1338174222
RUNJOBID= node115-1338159625-24840
PBS_JOBID= 14624555
Free space on /tmp= 71632 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716269-1338174222/watcher-3716269-1338174222 -o /tmp/evaluation-result-3716269-1338174222/solver-3716269-1338174222 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716269-1338174222.wbo 548385197 HOME HOME

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

MD5SUM BENCH= 7b4c43120f8532700d0af4fec83df613
RANDOM SEED=548385197

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31291940 kB
Buffers:          344120 kB
Cached:           295216 kB
SwapCached:          972 kB
Active:           643188 kB
Inactive:          95600 kB
Active(anon):      92628 kB
Inactive(anon):     9248 kB
Active(file):     550560 kB
Inactive(file):    86352 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        177180 kB
Mapped:            12480 kB
Shmem:                96 kB
Slab:             705568 kB
SReclaimable:     149840 kB
SUnreclaim:       555728 kB
KernelStack:        1520 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     224576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71620 MiB
End job on node115 at 2012-05-28 05:33:42