Trace number 3716669

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.09 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-0-100-0.wbo
MD5SUM12a88866bbd50b724bb180a8f6ce160e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.080987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints85
Number of constraints which are clauses45
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 constraint40
Maximum length of a constraint45
Top cost 4848
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4847
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.61	o 923
0.00/0.61	c current bound: 461
5.48/5.57	o 47
5.48/5.57	c current bound: 23
5.55/6.34	o 17
5.55/6.34	c current bound: 8
7.67/7.74	o 3
7.67/7.74	c current bound: 1
1800.05/1800.51	c error: unexpected solver exit code
1800.05/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-3716669-1338209542/watcher-3716669-1338209542 -o /tmp/evaluation-result-3716669-1338209542/solver-3716669-1338209542 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716669-1338209542.wbo 1658157695 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 21131
/proc/meminfo: memFree=27737580/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0

[startup+0.0199411 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21131
/proc/meminfo: memFree=27737580/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21131
/proc/meminfo: memFree=27737580/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21131
/proc/meminfo: memFree=27737580/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700136 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21131
/proc/meminfo: memFree=27737580/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21138
/proc/meminfo: memFree=27693252/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=13072 CPUtime=0.64 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 5017 4611 0 0 19 12 32 1 20 0 1 0 287080210 13385728 2383 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 3268 2383 173 410 0 2850 0
[pid=21137] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21137/stat : 21137 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287080275 9367552 267 33554432000 4194304 5064252 140737486518352 140737486517264 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21137/statm: 2287 267 226 213 0 72 0
[pid=21138] ppid=21137 vsize=34192 CPUtime=0.83 cores=0,2,4,6
/proc/21138/stat : 21138 (glucose_static) R 21137 21131 19725 0 -1 4202496 7217 0 0 0 83 0 0 0 20 0 1 0 287080275 35012608 7891 33554432000 4194304 4896791 140737216737280 140737216736216 4203740 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21138/statm: 8548 7891 76 172 0 8374 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 65560

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21138
/proc/meminfo: memFree=27689212/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=13072 CPUtime=0.64 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 5017 4611 0 0 19 12 32 1 20 0 1 0 287080210 13385728 2383 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 3268 2383 173 410 0 2850 0
[pid=21137] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21137/stat : 21137 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287080275 9367552 267 33554432000 4194304 5064252 140737486518352 140737486517264 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21137/statm: 2287 267 226 213 0 72 0
[pid=21138] ppid=21137 vsize=34632 CPUtime=2.43 cores=0,2,4,6
/proc/21138/stat : 21138 (glucose_static) R 21137 21131 19725 0 -1 4202496 7617 0 0 0 243 0 0 0 20 0 1 0 287080275 35463168 7996 33554432000 4194304 4896791 140737216737280 140737216734600 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21138/statm: 8658 7996 76 172 0 8484 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 66000

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21138
/proc/meminfo: memFree=27679268/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=5.55 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 5730 13998 0 0 19 12 521 3 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 18384

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21147
/proc/meminfo: memFree=27710716/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=18048 CPUtime=4.94 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 4599 0 0 0 493 1 0 0 20 0 1 0 287080985 18481152 3803 33554432000 4194304 4896791 140735032561632 140735032559208 4419249 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 4512 3803 78 172 0 4338 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 45580

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21147
/proc/meminfo: memFree=27705820/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=23640 CPUtime=17.74 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 9020 0 0 0 1772 2 0 0 20 0 1 0 287080985 24207360 5046 33554432000 4194304 4896791 140735032561632 140735032557368 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 5910 5046 78 172 0 5736 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 51172

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21147
/proc/meminfo: memFree=27689604/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=31872 CPUtime=43.33 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 15245 0 0 0 4329 4 0 0 20 0 1 0 287080985 32636928 6811 33554432000 4194304 4896791 140735032561632 140735032558840 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 7968 6811 78 172 0 7794 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 59404

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21147
/proc/meminfo: memFree=27676556/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=36564 CPUtime=94.52 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 25660 0 0 0 9444 8 0 0 20 0 1 0 287080985 37441536 8495 33554432000 4194304 4896791 140735032561632 140735032558840 4204796 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 9141 8495 78 172 0 8967 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 64096

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21147
/proc/meminfo: memFree=27665248/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=38200 CPUtime=154.5 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 33529 0 0 0 15438 12 0 0 20 0 1 0 287080985 39116800 9139 33554432000 4194304 4896791 140735032561632 140735032558840 4224680 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 9550 9139 78 172 0 9376 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 21180
/proc/meminfo: memFree=27542112/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=150072 CPUtime=1414.2 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 96190 0 0 0 141356 64 0 0 20 0 1 0 287080985 153673728 31836 33554432000 4194304 4896791 140735032561632 140735032558840 4225376 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 37518 31836 78 172 0 37344 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 177604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21181
/proc/meminfo: memFree=27547680/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=151452 CPUtime=1474.19 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 98427 0 0 0 147351 68 0 0 20 0 1 0 287080985 155086848 31759 33554432000 4194304 4896791 140735032561632 140735032556712 4225426 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 37863 31759 78 172 0 37689 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 178984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21181
/proc/meminfo: memFree=27504472/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=152752 CPUtime=1534.17 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 100349 0 0 0 153348 69 0 0 20 0 1 0 287080985 156418048 33643 33554432000 4194304 4896791 140735032561632 140735032557368 4224663 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 38188 33643 78 172 0 38014 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 180284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21181
/proc/meminfo: memFree=27522328/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=153756 CPUtime=1594.16 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 102598 0 0 0 159345 71 0 0 20 0 1 0 287080985 157446144 32280 33554432000 4194304 4896791 140735032561632 140735032556712 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 38439 32280 78 172 0 38265 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 181288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21184
/proc/meminfo: memFree=27534744/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=155760 CPUtime=1654.14 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 104532 0 0 0 165340 74 0 0 20 0 1 0 287080985 159498240 30651 33554432000 4194304 4896791 140735032561632 140735032557368 4230803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 38940 30651 78 172 0 38766 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 183292

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 21235
/proc/meminfo: memFree=27473052/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=125908 CPUtime=1714.13 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 106645 0 0 0 171337 76 0 0 20 0 1 0 287080985 128929792 28365 33554432000 4194304 4896791 140735032561632 140735032556712 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 31477 28365 78 172 0 31303 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 153440

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 21236
/proc/meminfo: memFree=27465456/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=128652 CPUtime=1774.12 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 109333 0 0 0 177333 79 0 0 20 0 1 0 287080985 131739648 29524 33554432000 4194304 4896791 140735032561632 140735032557304 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 32163 29524 78 172 0 31989 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 156184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21236
/proc/meminfo: memFree=27450564/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=159604 CPUtime=1792.32 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 109969 0 0 0 179153 79 0 0 20 0 1 0 287080985 163434496 33217 33554432000 4194304 4896791 140735032561632 140735032558840 4225108 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 39901 33217 78 172 0 39727 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 187136

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.01 2.01 2.00 3/183 21236
/proc/meminfo: memFree=27450564/32873648 swapFree=6864/6864
[pid=21131] ppid=21129 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21131/stat : 21131 (runWbo2sat.sh) S 21129 21131 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287080210 9367552 274 33554432000 4194304 5064252 140734964322000 140734964320912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21131/statm: 2287 274 233 213 0 72 0
[pid=21132] ppid=21131 vsize=9236 CPUtime=7.73 cores=0,2,4,6
/proc/21132/stat : 21132 (wbo2sat) S 21131 21131 19725 0 -1 4202496 6421 23303 0 0 20 13 734 6 20 0 1 0 287080210 9457664 1737 33554432000 4194304 5872148 140733483793600 140733483786872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21132/statm: 2309 1737 173 410 0 1891 0
[pid=21146] ppid=21132 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21146/stat : 21146 (satsolver.sh) S 21132 21131 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287080985 9367552 266 33554432000 4194304 5064252 140734770117680 140734770116592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21146/statm: 2287 266 226 213 0 72 0
[pid=21147] ppid=21146 vsize=159604 CPUtime=1792.32 cores=0,2,4,6
/proc/21147/stat : 21147 (glucose_static) R 21146 21131 19725 0 -1 4202496 109969 0 0 0 179153 79 0 0 20 0 1 0 287080985 163434496 33217 33554432000 4194304 4896791 140735032561632 140735032558840 4225108 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21147/statm: 39901 33217 78 172 0 39727 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 187136

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.08
CPU system time (s): 1.00085
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 264564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.00085
maximum resident set size= 188948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196
involuntary context switches= 1925

runsolver used 3.00954 second user time and 7.2489 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 14:52:22
IDJOB=3716669
IDBENCH=79174
IDSOLVER=2298
FILE ID=node120/3716669-1338209542
RUNJOBID= node120-1338194468-19741
PBS_JOBID= 14624598
Free space on /tmp= 71500 MiB

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

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

MD5SUM BENCH= 12a88866bbd50b724bb180a8f6ce160e
RANDOM SEED=1658157695

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:        27737572 kB
Buffers:          428124 kB
Cached:          3788712 kB
SwapCached:          636 kB
Active:          1137604 kB
Inactive:        3133672 kB
Active(anon):      43056 kB
Inactive(anon):    12532 kB
Active(file):    1094548 kB
Inactive(file):  3121140 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8580 kB
Writeback:             0 kB
AnonPages:         53788 kB
Mapped:            15112 kB
Shmem:               120 kB
Slab:             725660 kB
SReclaimable:     170036 kB
SUnreclaim:       555624 kB
KernelStack:        1520 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     168696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71460 MiB
End job on node120 at 2012-05-28 15:22:23