Trace number 3716661

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 1801.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-105-100--soft-0-100-0.wbo
MD5SUM74ceb63f540b1c0e7b9983b4b6436598
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.646901
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10500
Total number of constraints205
Number of soft constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
Top cost 10882
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10881
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
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.48/2.59	o 4817
2.48/2.59	c current bound: 2408
2.48/2.59	c fallback to adder encoding
3.77/3.89	o 2405
3.77/3.89	c current bound: 1202
3.77/3.89	c fallback to adder encoding
4.90/5.43	o 1200
4.90/5.43	c current bound: 600
26.79/27.33	o 588
26.79/27.33	c current bound: 294
38.36/38.98	o 286
38.36/38.98	c current bound: 143
40.58/41.12	o 143
40.58/41.12	c current bound: 71
69.45/70.08	o 65
69.45/70.08	c current bound: 32
72.74/73.38	o 32
72.74/73.38	c current bound: 16
76.74/77.32	o 15
76.74/77.32	c current bound: 7
78.86/79.43	o 1
78.86/79.43	c current bound: 0
1800.08/1801.01	./satsolver.sh: line 5: 30361 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1801.01	c error: unexpected solver exit code
1800.08/1801.01	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-3716661-1338211063/watcher-3716661-1338211063 -o /tmp/evaluation-result-3716661-1338211063/solver-3716661-1338211063 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716661-1338211063.wbo 63255098 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/171 30294
/proc/meminfo: memFree=30990644/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0

[startup+0.044261 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 30294
/proc/meminfo: memFree=30990644/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 30294
/proc/meminfo: memFree=30990644/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300214 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 30294
/proc/meminfo: memFree=30990644/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 3/171 30294
/proc/meminfo: memFree=30990644/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/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/183 30313
/proc/meminfo: memFree=30860024/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=35332 CPUtime=0.84 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 6053 0 0 0 82 2 0 0 20 0 1 0 287232227 36179968 6368 33554432000 4194304 5872148 140735369597824 140735369593704 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30295/statm: 8833 6368 164 410 0 8415 0
[pid=30312] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30312/stat : 30312 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287232313 9367552 266 33554432000 4194304 5064252 140734195899920 140734195898832 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30312/statm: 2287 266 226 213 0 72 0
[pid=30313] ppid=30312 vsize=83340 CPUtime=0.63 cores=0,2,4,6
/proc/30313/stat : 30313 (glucose_static) R 30312 30294 29773 0 -1 4202496 16693 0 0 0 61 2 0 0 20 0 1 0 287232313 85340160 17220 33554432000 4194304 4896791 140736410389616 140736410386760 4204507 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30313/statm: 20835 17220 76 172 0 20661 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 136968

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30313
/proc/meminfo: memFree=30898692/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=44988 CPUtime=2.61 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 9062 18355 0 0 103 75 78 5 20 0 1 0 287232227 46067712 8764 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30295/statm: 11247 8764 178 410 0 10829 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 54136

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 2/182 30320
/proc/meminfo: memFree=30893608/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=73660 CPUtime=5.07 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 15494 55776 0 0 121 77 291 18 20 0 1 0 287232227 75427840 14588 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30295/statm: 18415 14588 180 410 0 17997 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 82808

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30322
/proc/meminfo: memFree=30726384/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=73660 CPUtime=5.07 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 15494 55776 0 0 121 77 291 18 20 0 1 0 287232227 75427840 14588 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30295/statm: 18415 14588 180 410 0 17997 0
[pid=30321] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30321/stat : 30321 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287232784 9367552 267 33554432000 4194304 5064252 140736616077664 140736616076576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30321/statm: 2287 267 226 213 0 72 0
[pid=30322] ppid=30321 vsize=152772 CPUtime=7.12 cores=0,2,4,6
/proc/30322/stat : 30322 (glucose_static) R 30321 30294 29773 0 -1 4202496 28716 0 0 0 707 5 0 0 20 0 1 0 287232784 156438528 31959 33554432000 4194304 4896791 140736482277504 140736482275032 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30322/statm: 38193 31959 78 172 0 38019 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 244728

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30325
/proc/meminfo: memFree=30744876/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=73660 CPUtime=5.07 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 15494 55776 0 0 121 77 291 18 20 0 1 0 287232227 75427840 14588 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30295/statm: 18415 14588 180 410 0 17997 0
[pid=30321] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30321/stat : 30321 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287232784 9367552 267 33554432000 4194304 5064252 140736616077664 140736616076576 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30321/statm: 2287 267 226 213 0 72 0
[pid=30322] ppid=30321 vsize=154780 CPUtime=19.92 cores=0,2,4,6
/proc/30322/stat : 30322 (glucose_static) R 30321 30294 29773 0 -1 4202496 29433 0 0 0 1987 5 0 0 20 0 1 0 287232784 158494720 33182 33554432000 4194304 4896791 140736482277504 140736482274792 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30322/statm: 38695 33182 78 172 0 38521 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 246736

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30349
/proc/meminfo: memFree=30816868/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=40.61 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 25275 132796 0 0 138 79 3803 41 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30348] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30348/stat : 30348 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287236341 9367552 266 33554432000 4194304 5064252 140735662881680 140735662880592 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30348/statm: 2287 266 226 213 0 72 0
[pid=30349] ppid=30348 vsize=93324 CPUtime=9.95 cores=0,2,4,6
/proc/30349/stat : 30349 (glucose_static) R 30348 30294 29773 0 -1 4202496 17833 0 0 0 992 3 0 0 20 0 1 0 287236341 95563776 19764 33554432000 4194304 4896791 140736432397280 140736432394600 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30349/statm: 23331 19764 78 172 0 23157 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 168896

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30361
/proc/meminfo: memFree=30804612/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=94576 CPUtime=22.84 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 18829 0 0 0 2281 3 0 0 20 0 1 0 287240171 96845824 19931 33554432000 4194304 4896791 140734265981760 140734265978968 4224960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30361/statm: 23644 19931 78 172 0 23470 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 170148

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 30364
/proc/meminfo: memFree=30777584/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=102152 CPUtime=82.81 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 21784 0 0 0 8275 6 0 0 20 0 1 0 287240171 104603648 22699 33554432000 4194304 4896791 140734265981760 140734265978968 4224999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 25538 22699 78 172 0 25364 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 177724

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 30365
/proc/meminfo: memFree=30758340/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30375
/proc/meminfo: memFree=30578764/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=192632 CPUtime=1282.58 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 48052 0 0 0 128226 32 0 0 20 0 1 0 287240171 197255168 43282 33554432000 4194304 4896791 140734265981760 140734265979288 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 48158 43282 78 172 0 47984 0
Current children cumulated CPU time (s) 1361.46
Current children cumulated vsize (KiB) 268204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30376
/proc/meminfo: memFree=30564388/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=194880 CPUtime=1342.58 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 49191 0 0 0 134224 34 0 0 20 0 1 0 287240171 199557120 43317 33554432000 4194304 4896791 140734265981760 140734265978968 4225124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 48720 43317 78 172 0 48546 0
Current children cumulated CPU time (s) 1421.46
Current children cumulated vsize (KiB) 270452

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30376
/proc/meminfo: memFree=30556196/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=177628 CPUtime=1402.57 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 49848 0 0 0 140222 35 0 0 20 0 1 0 287240171 181891072 41859 33554432000 4194304 4896791 140734265981760 140734265978968 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 44407 41859 78 172 0 44233 0
Current children cumulated CPU time (s) 1481.45
Current children cumulated vsize (KiB) 253200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30376
/proc/meminfo: memFree=30580608/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=198848 CPUtime=1462.54 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 50792 0 0 0 146219 35 0 0 20 0 1 0 287240171 203620352 44826 33554432000 4194304 4896791 140734265981760 140734265978968 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 49712 44826 78 172 0 49538 0
Current children cumulated CPU time (s) 1541.42
Current children cumulated vsize (KiB) 274420

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30376
/proc/meminfo: memFree=30574432/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=202064 CPUtime=1522.54 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 51884 0 0 0 152217 37 0 0 20 0 1 0 287240171 206913536 44466 33554432000 4194304 4896791 140734265981760 140734265978968 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 50516 44466 78 172 0 50342 0
Current children cumulated CPU time (s) 1601.42
Current children cumulated vsize (KiB) 277636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30376
/proc/meminfo: memFree=30558796/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=203908 CPUtime=1582.53 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 52327 0 0 0 158216 37 0 0 20 0 1 0 287240171 208801792 46953 33554432000 4194304 4896791 140734265981760 140734265978968 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 50977 46953 78 172 0 50803 0
Current children cumulated CPU time (s) 1661.41
Current children cumulated vsize (KiB) 279480

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 30377
/proc/meminfo: memFree=30553532/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=206020 CPUtime=1642.52 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 53419 0 0 0 164213 39 0 0 20 0 1 0 287240171 210964480 46480 33554432000 4194304 4896791 140734265981760 140734265978968 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 51505 46480 78 172 0 51331 0
Current children cumulated CPU time (s) 1721.4
Current children cumulated vsize (KiB) 281592

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 30377
/proc/meminfo: memFree=30545120/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=208860 CPUtime=1702.49 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 54651 0 0 0 170209 40 0 0 20 0 1 0 287240171 213872640 46146 33554432000 4194304 4896791 140734265981760 140734265978968 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 52215 46146 78 172 0 52041 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 284432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 30420
/proc/meminfo: memFree=30725924/32873648 swapFree=7112/7112
[pid=30294] ppid=30292 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30294/stat : 30294 (runWbo2sat.sh) S 30292 30294 29773 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287232227 9367552 275 33554432000 4194304 5064252 140733579906352 140733579905264 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30294/statm: 2287 275 233 213 0 72 0
[pid=30295] ppid=30294 vsize=57276 CPUtime=78.88 cores=0,2,4,6
/proc/30295/stat : 30295 (wbo2sat) S 30294 30294 29773 0 -1 4202496 33188 205909 0 0 146 79 7596 67 20 0 1 0 287232227 58650624 11838 33554432000 4194304 5872148 140735369597824 140735369591096 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30295/statm: 14319 11838 180 410 0 13901 0
[pid=30360] ppid=30295 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (satsolver.sh) S 30295 30294 29773 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287240171 9367552 267 33554432000 4194304 5064252 140733614143200 140733614142112 242167211598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30360/statm: 2287 267 226 213 0 72 0
[pid=30361] ppid=30360 vsize=209380 CPUtime=1721.2 cores=0,2,4,6
/proc/30361/stat : 30361 (glucose_static) R 30360 30294 29773 0 -1 4202496 54783 0 0 0 172080 40 0 0 20 0 1 0 287240171 214405120 46789 33554432000 4194304 4896791 140734265981760 140734265979288 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30361/statm: 52345 46789 78 172 0 52171 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 284952

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.01
CPU time (s): 1800.13
CPU user time (s): 1798.24
CPU system time (s): 1.88871
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 314236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.88871
maximum resident set size= 226728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 389960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 256
involuntary context switches= 2175

runsolver used 2.5986 second user time and 7.56085 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 15:17:43
IDJOB=3716661
IDBENCH=79183
IDSOLVER=2298
FILE ID=node126/3716661-1338211063
RUNJOBID= node126-1338205661-29789
PBS_JOBID= 14624613
Free space on /tmp= 71360 MiB

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

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

MD5SUM BENCH= 74ceb63f540b1c0e7b9983b4b6436598
RANDOM SEED=63255098

node126.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.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.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.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.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.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.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.90
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30992396 kB
Buffers:          341564 kB
Cached:           709524 kB
SwapCached:        17756 kB
Active:           778436 kB
Inactive:         294092 kB
Active(anon):       2944 kB
Inactive(anon):    20452 kB
Active(file):     775492 kB
Inactive(file):   273640 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             15192 kB
Writeback:             0 kB
AnonPages:         94760 kB
Mapped:             8988 kB
Shmem:                 0 kB
Slab:             670080 kB
SReclaimable:     114500 kB
SUnreclaim:       555580 kB
KernelStack:        1520 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71316 MiB
End job on node126 at 2012-05-28 15:47:44