Trace number 3715985

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.12 1800.91

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
MD5SUMdd3ef6bbe4855ee6a3bf373100fffb0f
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.437933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8190
Total number of constraints181
Number of soft constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
Top cost 8850
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 8849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
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.98/3.09	o 3878
2.98/3.09	c current bound: 1939
2.98/3.09	c fallback to adder encoding
4.16/4.24	o 1935
4.16/4.24	c current bound: 967
4.16/4.24	c fallback to adder encoding
5.22/5.69	o 967
5.22/5.69	c current bound: 483
130.42/130.99	o 463
130.42/130.99	c current bound: 231
145.71/146.28	o 228
145.71/146.28	c current bound: 114
156.90/157.41	o 114
156.90/157.41	c current bound: 57
169.71/170.23	o 57
169.71/170.23	c current bound: 28
178.49/179.07	o 11
178.49/179.07	c current bound: 5
186.41/186.93	o 5
186.41/186.93	c current bound: 2
199.38/199.96	o 2
199.38/199.96	c current bound: 1
208.78/209.37	o 1
208.78/209.37	c current bound: 0
1800.08/1800.90	./satsolver.sh: line 5: 21317 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.90	c error: unexpected solver exit code
1800.08/1800.90	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-3715985-1338211218/watcher-3715985-1338211218 -o /tmp/evaluation-result-3715985-1338211218/solver-3715985-1338211218 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3715985-1338211218.wbo 1966045585 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/180 21222
/proc/meminfo: memFree=27627172/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0

[startup+0.0118599 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21222
/proc/meminfo: memFree=27627172/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21222
/proc/meminfo: memFree=27627172/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21222
/proc/meminfo: memFree=27627172/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21222
/proc/meminfo: memFree=27627172/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21226
/proc/meminfo: memFree=27535348/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=27028 CPUtime=0.72 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 5243 0 0 0 70 2 0 0 20 0 1 0 287247799 27676672 5299 33554432000 4194304 5872148 140735548299120 140735548295000 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21223/statm: 6757 5299 164 410 0 6339 0
[pid=21225] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21225/stat : 21225 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287247873 9367552 267 33554432000 4194304 5064252 140733808952832 140733808951744 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21225/statm: 2287 267 226 213 0 72 0
[pid=21226] ppid=21225 vsize=70280 CPUtime=0.75 cores=1,3,5,7
/proc/21226/stat : 21226 (glucose_static) R 21225 21222 19725 0 -1 4202496 14034 0 0 0 73 2 0 0 20 0 1 0 287247873 71966720 15663 33554432000 4194304 4896791 140734946156640 140733808951768 4205624 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21226/statm: 17570 15663 76 172 0 17396 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 115604

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21226
/proc/meminfo: memFree=27529492/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=32560 CPUtime=3.07 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) R 21222 21222 19725 0 -1 4202496 7143 15614 0 0 88 65 149 5 20 0 1 0 287247799 33341440 6663 33554432000 4194304 5872148 140735548299120 140735548293912 4995169 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21223/statm: 8140 6663 177 410 0 7722 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 41708

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 2/183 21233
/proc/meminfo: memFree=27566352/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=5.34 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 13835 48687 0 0 102 68 347 17 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 62296

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 21235
/proc/meminfo: memFree=27439036/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=5.34 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 13835 48687 0 0 102 68 347 17 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21234] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21234/stat : 21234 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287248378 9367552 267 33554432000 4194304 5064252 140735322871904 140735322870816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21234/statm: 2287 267 226 213 0 72 0
[pid=21235] ppid=21234 vsize=113792 CPUtime=6.89 cores=1,3,5,7
/proc/21235/stat : 21235 (glucose_static) R 21234 21222 19725 0 -1 4202496 21743 0 0 0 685 4 0 0 20 0 1 0 287248378 116523008 25896 33554432000 4194304 4896791 140734046501776 140734046498984 4203783 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21235/statm: 28448 25896 78 172 0 28274 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 185236

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 21235
/proc/meminfo: memFree=27428968/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=5.34 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 13835 48687 0 0 102 68 347 17 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21234] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21234/stat : 21234 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287248378 9367552 267 33554432000 4194304 5064252 140735322871904 140735322870816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21234/statm: 2287 267 226 213 0 72 0
[pid=21235] ppid=21234 vsize=114336 CPUtime=19.69 cores=1,3,5,7
/proc/21235/stat : 21235 (glucose_static) R 21234 21222 19725 0 -1 4202496 21882 0 0 0 1965 4 0 0 20 0 1 0 287248378 117080064 26035 33554432000 4194304 4896791 140734046501776 140734046498984 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21235/statm: 28584 26035 78 172 0 28410 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 185780

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 21235
/proc/meminfo: memFree=27467404/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=5.34 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 13835 48687 0 0 102 68 347 17 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21234] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21234/stat : 21234 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287248378 9367552 267 33554432000 4194304 5064252 140735322871904 140735322870816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21234/statm: 2287 267 226 213 0 72 0
[pid=21235] ppid=21234 vsize=115068 CPUtime=45.29 cores=1,3,5,7
/proc/21235/stat : 21235 (glucose_static) R 21234 21222 19725 0 -1 4202496 22038 0 0 0 4525 4 0 0 20 0 1 0 287248378 117829632 26191 33554432000 4194304 4896791 140734046501776 140734046498984 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21235/statm: 28767 26191 78 172 0 28593 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 186512

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 21236
/proc/meminfo: memFree=27471692/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=5.34 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 13835 48687 0 0 102 68 347 17 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21234] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21234/stat : 21234 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287248378 9367552 267 33554432000 4194304 5064252 140735322871904 140735322870816 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21234/statm: 2287 267 226 213 0 72 0
[pid=21235] ppid=21234 vsize=115852 CPUtime=96.49 cores=1,3,5,7
/proc/21235/stat : 21235 (glucose_static) R 21234 21222 19725 0 -1 4202496 23098 0 0 0 9644 5 0 0 20 0 1 0 287248378 118632448 26373 33554432000 4194304 4896791 140734046501776 140734046498984 4205066 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21235/statm: 28963 26373 78 172 0 28789 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 187296

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21293
/proc/meminfo: memFree=27566112/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=156.92 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 23032 111497 0 0 115 69 15468 40 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21292] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21292/stat : 21292 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287263541 9367552 267 33554432000 4194304 5064252 140734789130384 140734789129296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21292/statm: 2287 267 226 213 0 72 0
[pid=21293] ppid=21292 vsize=79148 CPUtime=4.87 cores=1,3,5,7
/proc/21293/stat : 21293 (glucose_static) R 21292 21222 19725 0 -1 4202496 15671 0 0 0 484 3 0 0 20 0 1 0 287263541 81047552 16923 33554432000 4194304 4896791 140734137468688 140734137465896 4225148 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21293/statm: 19787 16923 78 172 0 19613 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 150592

[startup+222.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 21335
/proc/meminfo: memFree=27604000/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21346
/proc/meminfo: memFree=27372904/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=185672 CPUtime=1212.69 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 58375 0 0 0 121227 42 0 0 20 0 1 0 287268737 190128128 41881 33554432000 4194304 4896791 140734562239424 140734562236632 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 46418 41881 78 172 0 46244 0
Current children cumulated CPU time (s) 1421.56
Current children cumulated vsize (KiB) 257116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21346
/proc/meminfo: memFree=27372776/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=187920 CPUtime=1272.66 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 59656 0 0 0 127222 44 0 0 20 0 1 0 287268737 192430080 41964 33554432000 4194304 4896791 140734562239424 140734562236632 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 46980 41964 78 172 0 46806 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 259364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 21346
/proc/meminfo: memFree=27370856/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=190352 CPUtime=1332.66 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 61012 0 0 0 133220 46 0 0 20 0 1 0 287268737 194920448 41596 33554432000 4194304 4896791 140734562239424 140734562236632 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 47588 41596 78 172 0 47414 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 261796

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 21347
/proc/meminfo: memFree=27355940/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=192464 CPUtime=1392.64 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 61545 0 0 0 139218 46 0 0 20 0 1 0 287268737 197083136 44173 33554432000 4194304 4896791 140734562239424 140734562236632 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 48116 44173 78 172 0 47942 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 263908

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 21348
/proc/meminfo: memFree=27359152/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=193920 CPUtime=1452.63 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 62647 0 0 0 145215 48 0 0 20 0 1 0 287268737 198574080 43555 33554432000 4194304 4896791 140734562239424 140734562236632 4225011 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 48480 43555 78 172 0 48306 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 265364

[startup+1722.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/183 21348
/proc/meminfo: memFree=27361572/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=196028 CPUtime=1512.61 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 63432 0 0 0 151212 49 0 0 20 0 1 0 287268737 200732672 43136 33554432000 4194304 4896791 140734562239424 140734562236632 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 49007 43136 78 172 0 48833 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 267472

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 21348
/proc/meminfo: memFree=27350528/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=197740 CPUtime=1572.61 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 63848 0 0 0 157211 50 0 0 20 0 1 0 287268737 202485760 45596 33554432000 4194304 4896791 140734562239424 140734562236632 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 49435 45596 78 172 0 49261 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 269184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/184 21351
/proc/meminfo: memFree=27338060/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=198284 CPUtime=1591.21 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 63997 0 0 0 159071 50 0 0 20 0 1 0 287268737 203042816 46256 33554432000 4194304 4896791 140734562239424 140734562236632 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 49571 46256 78 172 0 49397 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 269728

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/184 21351
/proc/meminfo: memFree=27338060/32873648 swapFree=6864/6864
[pid=21222] ppid=21220 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (runWbo2sat.sh) S 21220 21222 19725 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287247799 9367552 275 33554432000 4194304 5064252 140737214711488 140737214710400 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21222/statm: 2287 275 233 213 0 72 0
[pid=21223] ppid=21222 vsize=53148 CPUtime=208.87 cores=1,3,5,7
/proc/21223/stat : 21223 (wbo2sat) S 21222 21222 19725 0 -1 4202496 29854 200402 0 0 123 70 20619 75 20 0 1 0 287247799 54423552 11349 33554432000 4194304 5872148 140735548299120 140735548292392 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21223/statm: 13287 11349 180 410 0 12869 0
[pid=21316] ppid=21223 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21316/stat : 21316 (satsolver.sh) S 21223 21222 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287268737 9367552 267 33554432000 4194304 5064252 140735187275360 140735187274272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21316/statm: 2287 267 226 213 0 72 0
[pid=21317] ppid=21316 vsize=198284 CPUtime=1591.21 cores=1,3,5,7
/proc/21317/stat : 21317 (glucose_static) R 21316 21222 19725 0 -1 4202496 63997 0 0 0 159071 50 0 0 20 0 1 0 287268737 203042816 46256 33554432000 4194304 4896791 140734562239424 140734562236632 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21317/statm: 49571 46256 78 172 0 49397 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 269728

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.12
CPU user time (s): 1798.15
CPU system time (s): 1.9697
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 316660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.15
system time used= 1.9697
maximum resident set size= 215892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295243
page faults= 0
swaps= 0
block input operations= 0
block output operations= 353536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176
involuntary context switches= 1916

runsolver used 3.35849 second user time and 7.77182 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 15:20:18
IDJOB=3715985
IDBENCH=79185
IDSOLVER=2298
FILE ID=node120/3715985-1338211218
RUNJOBID= node120-1338194468-19742
PBS_JOBID= 14624598
Free space on /tmp= 71496 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715985-1338211218/watcher-3715985-1338211218 -o /tmp/evaluation-result-3715985-1338211218/solver-3715985-1338211218 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3715985-1338211218.wbo 1966045585 HOME HOME

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

MD5SUM BENCH= dd3ef6bbe4855ee6a3bf373100fffb0f
RANDOM SEED=1966045585

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.91
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.456
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.83
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.456
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.456
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:        27627808 kB
Buffers:          428652 kB
Cached:          3793276 kB
SwapCached:          636 kB
Active:          1244468 kB
Inactive:        3134736 kB
Active(anon):     146016 kB
Inactive(anon):    12532 kB
Active(file):    1098452 kB
Inactive(file):  3122204 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8576 kB
Writeback:             0 kB
AnonPages:        209576 kB
Mapped:            15084 kB
Shmem:               120 kB
Slab:             725756 kB
SReclaimable:     170072 kB
SUnreclaim:       555684 kB
KernelStack:        1528 kB
PageTables:         4048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     289556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71468 MiB
End job on node120 at 2012-05-28 15:50:19