Trace number 3716372

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.13 1800.72

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-81-80--soft-33-100-0.wbo
MD5SUM8ea1de4cad02f20126bf15704ca9ee6a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.15337
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6480
Total number of constraints161
Number of soft constraints109
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
Top cost 6056
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6055
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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

2.54/2.85	o 1251
2.54/2.85	c current bound: 625
8.33/8.70	o 132
8.33/8.70	c current bound: 66
10.21/10.56	o 48
10.21/10.56	c current bound: 24
10.81/11.18	o 17
10.81/11.18	c current bound: 8
10.91/11.78	o 6
10.91/11.78	c current bound: 3
12.02/12.39	o 1
12.02/12.39	c current bound: 0
1800.08/1800.71	c error: unexpected solver exit code
1800.08/1800.71	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-3716372-1338186614/watcher-3716372-1338186614 -o /tmp/evaluation-result-3716372-1338186614/solver-3716372-1338186614 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716372-1338186614.wbo 201637666 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.06 2.02 2.00 3/180 27729
/proc/meminfo: memFree=31147396/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0

[startup+0.010606 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 27729
/proc/meminfo: memFree=31147396/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 27729
/proc/meminfo: memFree=31147396/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 27729
/proc/meminfo: memFree=31147396/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700253 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 27729
/proc/meminfo: memFree=31147396/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 27733
/proc/meminfo: memFree=31066624/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=26944 CPUtime=0.64 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 5363 0 0 0 62 2 0 0 20 0 1 0 284788178 27590656 4649 33554432000 4194304 5872148 140737243752784 140737243748664 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27730/statm: 6736 4649 164 410 0 6318 0
[pid=27732] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27732/stat : 27732 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284788243 9367552 267 33554432000 4194304 5064252 140735530887072 140735530885984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27732/statm: 2287 267 226 213 0 72 0
[pid=27733] ppid=27732 vsize=63716 CPUtime=0.84 cores=1,3,5,7
/proc/27733/stat : 27733 (glucose_static) R 27732 27729 24824 0 -1 4202496 12655 0 0 0 81 3 0 0 20 0 1 0 284788243 65245184 13552 33554432000 4194304 4896791 140734221492160 140734221489464 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27733/statm: 15929 13552 76 172 0 15755 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108956

[startup+3.10034 s]
/proc/loadavg: 2.06 2.02 2.00 2/182 27733
/proc/meminfo: memFree=31111032/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=46676 CPUtime=2.66 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 8951 14217 0 0 84 56 121 5 20 0 1 0 284788178 47796224 9033 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 11669 9033 173 410 0 11251 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 55824

[startup+6.30042 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 27736
/proc/meminfo: memFree=31000552/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=46676 CPUtime=2.66 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 8951 14217 0 0 84 56 121 5 20 0 1 0 284788178 47796224 9033 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 11669 9033 173 410 0 11251 0
[pid=27735] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27735/stat : 27735 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284788470 9367552 267 33554432000 4194304 5064252 140736406573168 140736406572080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27735/statm: 2287 267 226 213 0 72 0
[pid=27736] ppid=27735 vsize=99716 CPUtime=3.36 cores=1,3,5,7
/proc/27736/stat : 27736 (glucose_static) R 27735 27729 24824 0 -1 4202496 19268 0 0 0 333 3 0 0 20 0 1 0 284788470 102109184 21583 33554432000 4194304 4896791 140733914653024 140733914650232 4225388 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27736/statm: 24929 21583 78 172 0 24755 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 164688

[startup+12.7004 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 27748
/proc/meminfo: memFree=31029676/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 58324

[startup+25.5005 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 27752
/proc/meminfo: memFree=31024668/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=65648 CPUtime=13.1 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 13500 0 0 0 1307 3 0 0 20 0 1 0 284789417 67223552 14185 33554432000 4194304 4896791 140736307054560 140736307051768 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 16412 14185 78 172 0 16238 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 133120

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 27752
/proc/meminfo: memFree=31035168/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=76024 CPUtime=38.69 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 14796 0 0 0 3865 4 0 0 20 0 1 0 284789417 77848576 15850 33554432000 4194304 4896791 140736307054560 140736307052088 4224921 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 19006 15850 78 172 0 18832 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 143496

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 27752
/proc/meminfo: memFree=31014688/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=73024 CPUtime=89.89 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 16956 0 0 0 8983 6 0 0 20 0 1 0 284789417 74776576 16741 33554432000 4194304 4896791 140736307054560 140736307052088 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 18256 16741 78 172 0 18082 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 140496

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27752
/proc/meminfo: memFree=31009164/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=86040 CPUtime=149.86 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 21011 0 0 0 14976 10 0 0 20 0 1 0 284789417 88104960 18598 33554432000 4194304 4896791 140736307054560 140736307051768 4224722 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 21510 18598 78 172 0 21336 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 153512

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 27798
/proc/meminfo: memFree=31071356/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27832
/proc/meminfo: memFree=30964652/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=192156 CPUtime=1409.64 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 69001 0 0 0 140907 57 0 0 20 0 1 0 284789417 196767744 42021 33554432000 4194304 4896791 140736307054560 140736307052088 4225014 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 48039 42021 78 172 0 47865 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 259628

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 27832
/proc/meminfo: memFree=30969144/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=174932 CPUtime=1469.62 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 70079 0 0 0 146904 58 0 0 20 0 1 0 284789417 179130368 41075 33554432000 4194304 4896791 140736307054560 140736307052136 4224913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 43733 41075 78 172 0 43559 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 242404

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 27832
/proc/meminfo: memFree=30933324/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=196044 CPUtime=1529.61 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 71177 0 0 0 152902 59 0 0 20 0 1 0 284789417 200749056 46251 33554432000 4194304 4896791 140736307054560 140736307051768 4224722 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 49011 46251 78 172 0 48837 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 263516

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 27833
/proc/meminfo: memFree=30949048/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=197232 CPUtime=1589.6 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 72284 0 0 0 158900 60 0 0 20 0 1 0 284789417 201965568 44543 33554432000 4194304 4896791 140736307054560 140736307051768 4225025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 49308 44543 78 172 0 49134 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 264704

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 27833
/proc/meminfo: memFree=30940808/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=180308 CPUtime=1649.58 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 73399 0 0 0 164896 62 0 0 20 0 1 0 284789417 184635392 42988 33554432000 4194304 4896791 140736307054560 140736307051768 4224980 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 45077 42988 78 172 0 44903 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 247780

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 27833
/proc/meminfo: memFree=30932272/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=201580 CPUtime=1709.57 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 74530 0 0 0 170894 63 0 0 20 0 1 0 284789417 206417920 48196 33554432000 4194304 4896791 140736307054560 140736307051768 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 50395 48196 78 172 0 50221 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 269052

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 27833
/proc/meminfo: memFree=30917676/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=203840 CPUtime=1769.56 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 76188 0 0 0 176891 65 0 0 20 0 1 0 284789417 208732160 46744 33554432000 4194304 4896791 140736307054560 140736307051768 4225180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 50960 46744 78 172 0 50786 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 271312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.03 2.00 3/184 27836
/proc/meminfo: memFree=30927752/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=205540 CPUtime=1787.97 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 76598 0 0 0 178732 65 0 0 20 0 1 0 284789417 210472960 48687 33554432000 4194304 4896791 140736307054560 140736307051768 4223805 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 51385 48687 78 172 0 51211 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 273012

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.03 2.00 3/184 27836
/proc/meminfo: memFree=30927752/32873648 swapFree=6852/6852
[pid=27729] ppid=27727 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27729/stat : 27729 (runWbo2sat.sh) S 27727 27729 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284788178 9367552 274 33554432000 4194304 5064252 140736725549872 140736725548784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27729/statm: 2287 274 233 213 0 72 0
[pid=27730] ppid=27729 vsize=49176 CPUtime=12.11 cores=1,3,5,7
/proc/27730/stat : 27730 (wbo2sat) S 27729 27729 24824 0 -1 4202496 17806 93747 0 0 92 57 1028 34 20 0 1 0 284788178 50356224 9659 33554432000 4194304 5872148 140737243752784 140737243746056 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 24 0 0
/proc/27730/statm: 12294 9659 174 410 0 11876 0
[pid=27750] ppid=27730 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27750/stat : 27750 (satsolver.sh) S 27730 27729 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284789417 9367552 266 33554432000 4194304 5064252 140733533160304 140733533159216 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27750/statm: 2287 266 226 213 0 72 0
[pid=27751] ppid=27750 vsize=205540 CPUtime=1787.97 cores=1,3,5,7
/proc/27751/stat : 27751 (glucose_static) R 27750 27729 24824 0 -1 4202496 76598 0 0 0 178732 65 0 0 20 0 1 0 284789417 210472960 48687 33554432000 4194304 4896791 140736307054560 140736307051768 4223805 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27751/statm: 51385 48687 78 172 0 51211 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 273012

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.13
CPU user time (s): 1798.54
CPU system time (s): 1.58776
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 327652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.58776
maximum resident set size= 222040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 170648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161
involuntary context switches= 1895

runsolver used 3.06453 second user time and 8.41272 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 08:30:14
IDJOB=3716372
IDBENCH=78741
IDSOLVER=2298
FILE ID=node115/3716372-1338186614
RUNJOBID= node115-1338159625-24841
PBS_JOBID= 14624555
Free space on /tmp= 71620 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-81-80--soft-33-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716372-1338186614/watcher-3716372-1338186614 -o /tmp/evaluation-result-3716372-1338186614/solver-3716372-1338186614 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716372-1338186614.wbo 201637666 HOME HOME

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

MD5SUM BENCH= 8ea1de4cad02f20126bf15704ca9ee6a
RANDOM SEED=201637666

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:        31148032 kB
Buffers:          355720 kB
Cached:           307340 kB
SwapCached:          972 kB
Active:           776760 kB
Inactive:         105896 kB
Active(anon):     212692 kB
Inactive(anon):     9248 kB
Active(file):     564068 kB
Inactive(file):    96648 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8560 kB
Writeback:             0 kB
AnonPages:        188364 kB
Mapped:            12848 kB
Shmem:                96 kB
Slab:             705512 kB
SReclaimable:     149760 kB
SUnreclaim:       555752 kB
KernelStack:        1504 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     356308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 71596 MiB
End job on node115 at 2012-05-28 09:00:15