Trace number 3717354

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
wbo2satCp2 2012-05-19? (TO) 1800.14 1800.91

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.56/2.61	o 4817
2.56/2.61	c current bound: 2408
2.56/2.61	c fallback to adder encoding
3.85/3.95	o 2405
3.85/3.95	c current bound: 1202
3.85/3.95	c fallback to adder encoding
5.00/5.34	o 1200
5.00/5.34	c current bound: 600
26.85/27.29	o 588
26.85/27.29	c current bound: 294
38.55/38.98	o 286
38.55/38.98	c current bound: 143
40.78/41.24	o 143
40.78/41.24	c current bound: 71
68.75/69.28	o 65
68.75/69.28	c current bound: 32
72.04/72.57	o 32
72.04/72.57	c current bound: 16
75.92/76.47	o 15
75.92/76.47	c current bound: 7
78.03/78.55	o 1
78.03/78.55	c current bound: 0
1800.11/1800.91	./satsolver.sh: line 5:  3454 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.11/1800.91	c error: unexpected solver exit code
1800.11/1800.91	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-3717354-1338208833/watcher-3717354-1338208833 -o /tmp/evaluation-result-3717354-1338208833/solver-3717354-1338208833 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717354-1338208833.wbo 1586504584 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.01 2.02 2.00 2/180 3357
/proc/meminfo: memFree=27193388/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0

[startup+0.0788439 s]
/proc/loadavg: 2.01 2.02 2.00 2/180 3357
/proc/meminfo: memFree=27193388/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100289 s]
/proc/loadavg: 2.01 2.02 2.00 2/180 3357
/proc/meminfo: memFree=27193388/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 2.01 2.02 2.00 2/180 3357
/proc/meminfo: memFree=27193388/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 2.01 2.02 2.00 2/180 3357
/proc/meminfo: memFree=27193388/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 3406
/proc/meminfo: memFree=27266528/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=35332 CPUtime=0.85 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 5849 0 0 0 82 3 0 0 20 0 1 0 287010148 36179968 6164 33554432000 4194304 5872148 140737233060288 140737233056168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3358/statm: 8833 6164 164 410 0 8415 0
[pid=3405] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3405/stat : 3405 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287010233 9367552 267 33554432000 4194304 5064252 140737008771120 140737008770032 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3405/statm: 2287 267 226 213 0 72 0
[pid=3406] ppid=3405 vsize=83340 CPUtime=0.63 cores=0,2,4,6
/proc/3406/stat : 3406 (glucose_static) R 3405 3357 3198 0 -1 4202496 15747 0 0 0 61 2 0 0 20 0 1 0 287010234 85340160 17367 33554432000 4194304 4896791 140735767612896 140735767610040 4225148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3406/statm: 20835 17367 76 172 0 20661 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 136968

[startup+3.10022 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 3406
/proc/meminfo: memFree=27307116/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=44988 CPUtime=2.61 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 8858 17411 0 0 101 75 79 6 20 0 1 0 287010148 46067712 8560 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3358/statm: 11247 8560 178 410 0 10829 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 54136

[startup+6.30022 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 3413
/proc/meminfo: memFree=27285968/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=73660 CPUtime=5.15 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 15587 54391 0 0 119 78 299 19 20 0 1 0 287010148 75427840 14282 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3358/statm: 18415 14282 180 410 0 17997 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 82808

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 3415
/proc/meminfo: memFree=27135132/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=73660 CPUtime=5.15 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 15587 54391 0 0 119 78 299 19 20 0 1 0 287010148 75427840 14282 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3358/statm: 18415 14282 180 410 0 17997 0
[pid=3414] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3414/stat : 3414 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287010695 9367552 265 33554432000 4194304 5064252 140735742092176 140735742091088 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3414/statm: 2287 265 226 213 0 72 0
[pid=3415] ppid=3414 vsize=152768 CPUtime=7.21 cores=0,2,4,6
/proc/3415/stat : 3415 (glucose_static) R 3414 3357 3198 0 -1 4202496 28560 0 0 0 716 5 0 0 20 0 1 0 287010695 156434432 31812 33554432000 4194304 4896791 140736277134576 140736277131784 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3415/statm: 38192 31812 78 172 0 38018 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 244724

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 3418
/proc/meminfo: memFree=27156060/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=73660 CPUtime=5.15 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 15587 54391 0 0 119 78 299 19 20 0 1 0 287010148 75427840 14282 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3358/statm: 18415 14282 180 410 0 17997 0
[pid=3414] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3414/stat : 3414 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287010695 9367552 265 33554432000 4194304 5064252 140735742092176 140735742091088 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3414/statm: 2287 265 226 213 0 72 0
[pid=3415] ppid=3414 vsize=154776 CPUtime=20 cores=0,2,4,6
/proc/3415/stat : 3415 (glucose_static) R 3414 3357 3198 0 -1 4202496 29201 0 0 0 1995 5 0 0 20 0 1 0 287010695 158490624 32962 33554432000 4194304 4896791 140736277134576 140736277131864 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3415/statm: 38694 32962 78 172 0 38520 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 246732

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3442
/proc/meminfo: memFree=27220692/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=40.81 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 26094 130409 0 0 138 80 3819 44 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3441] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3441/stat : 3441 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287014273 9367552 266 33554432000 4194304 5064252 140734728047664 140734728046576 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3441/statm: 2287 266 226 213 0 72 0
[pid=3442] ppid=3441 vsize=93324 CPUtime=9.84 cores=0,2,4,6
/proc/3442/stat : 3442 (glucose_static) R 3441 3357 3198 0 -1 4202496 17088 0 0 0 981 3 0 0 20 0 1 0 287014273 95563776 19724 33554432000 4194304 4896791 140736649220592 140736649217912 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3442/statm: 23331 19724 78 172 0 23157 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 168896

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 3455
/proc/meminfo: memFree=27215540/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=94836 CPUtime=23.72 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 18184 0 0 0 2369 3 0 0 20 0 1 0 287018004 97112064 19443 33554432000 4194304 4896791 140734852644384 140734852641592 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 23709 19443 78 172 0 23535 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 170408

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 3455
/proc/meminfo: memFree=27187588/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=103632 CPUtime=83.7 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 22709 0 0 0 8364 6 0 0 20 0 1 0 287018004 106119168 22559 33554432000 4194304 4896791 140734852644384 140734852641592 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 25908 22559 78 172 0 25734 0
Current children cumulated CPU time (s) 161.8
Current children cumulated vsize (KiB) 179204

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 3455
/proc/meminfo: memFree=27160932/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26964812/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=202980 CPUtime=1343.48 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 57111 0 0 0 134310 38 0 0 20 0 1 0 287018004 207851520 45562 33554432000 4194304 4896791 140734852644384 140734852641592 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 50745 45562 78 172 0 50571 0
Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 278552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26951488/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=205356 CPUtime=1403.46 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 58613 0 0 0 140307 39 0 0 20 0 1 0 287018004 210284544 45114 33554432000 4194304 4896791 140734852644384 140734852641912 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 51339 45114 78 172 0 51165 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 280928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26991924/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=208440 CPUtime=1463.45 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 60197 0 0 0 146304 41 0 0 20 0 1 0 287018004 213442560 44754 33554432000 4194304 4896791 140734852644384 140734852641592 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 52110 44754 78 172 0 51936 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 284012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26966884/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=211216 CPUtime=1523.43 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 61015 0 0 0 152301 42 0 0 20 0 1 0 287018004 216285184 48627 33554432000 4194304 4896791 140734852644384 140734852641592 4225025 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 52804 48627 78 172 0 52630 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 286788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3490
/proc/meminfo: memFree=26962796/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=213328 CPUtime=1583.42 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 62037 0 0 0 158299 43 0 0 20 0 1 0 287018004 218447872 48203 33554432000 4194304 4896791 140734852644384 140734852641592 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 53332 48203 78 172 0 53158 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 288900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3490
/proc/meminfo: memFree=26959428/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=215664 CPUtime=1643.41 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 63166 0 0 0 164297 44 0 0 20 0 1 0 287018004 220839936 47332 33554432000 4194304 4896791 140734852644384 140734852641592 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 53916 47332 78 172 0 53742 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 291236

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 3493
/proc/meminfo: memFree=26935724/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=218040 CPUtime=1703.4 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 63765 0 0 0 170296 44 0 0 20 0 1 0 287018004 223272960 50997 33554432000 4194304 4896791 140734852644384 140734852641592 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 54510 50997 78 172 0 54336 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 293612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 3493
/proc/meminfo: memFree=26915368/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=218704 CPUtime=1722.01 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 63970 0 0 0 172156 45 0 0 20 0 1 0 287018004 223952896 51713 33554432000 4194304 4896791 140734852644384 140734852641592 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 54676 51713 78 172 0 54502 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 294276

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.03 2.01 2.00 3/184 3493
/proc/meminfo: memFree=26915368/32873648 swapFree=6848/6848
[pid=3357] ppid=3355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3357/stat : 3357 (runWbo2satCp2.s) S 3355 3357 3198 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287010148 9367552 275 33554432000 4194304 5064252 140733596339376 140733596338288 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3357/statm: 2287 275 233 213 0 72 0
[pid=3358] ppid=3357 vsize=57276 CPUtime=78.1 cores=0,2,4,6
/proc/3358/stat : 3358 (wbo2sat) S 3357 3357 3198 0 -1 4202496 34805 202642 0 0 147 81 7512 70 20 0 1 0 287010148 58650624 11634 33554432000 4194304 5872148 140737233060288 140737233053560 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3358/statm: 14319 11634 180 410 0 13901 0
[pid=3453] ppid=3358 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3453/stat : 3453 (satsolver.sh) S 3358 3357 3198 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018003 9367552 266 33554432000 4194304 5064252 140734913215808 140734913214720 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3453/statm: 2287 266 226 213 0 72 0
[pid=3454] ppid=3453 vsize=218704 CPUtime=1722.01 cores=0,2,4,6
/proc/3454/stat : 3454 (glucose_static) R 3453 3357 3198 0 -1 4202496 63970 0 0 0 172156 45 0 0 20 0 1 0 287018004 223952896 51713 33554432000 4194304 4896791 140734852644384 140734852641592 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3454/statm: 54676 51713 78 172 0 54502 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 294276

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.14
CPU user time (s): 1798.16
CPU system time (s): 1.9727
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 340288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 1.9727
maximum resident set size= 235688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 390024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 217
involuntary context switches= 2049

runsolver used 3.74043 second user time and 9.16361 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 14:40:33
IDJOB=3717354
IDBENCH=79183
IDSOLVER=2299
FILE ID=node113/3717354-1338208833
RUNJOBID= node113-1338207032-3214
PBS_JOBID= 14624614
Free space on /tmp= 71368 MiB

SOLVER NAME= wbo2satCp2 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/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717354-1338208833/watcher-3717354-1338208833 -o /tmp/evaluation-result-3717354-1338208833/solver-3717354-1338208833 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3717354-1338208833.wbo 1586504584 HOME HOME

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

MD5SUM BENCH= 74ceb63f540b1c0e7b9983b4b6436598
RANDOM SEED=1586504584

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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:        27194032 kB
Buffers:          399700 kB
Cached:          4239128 kB
SwapCached:            0 kB
Active:          1370052 kB
Inactive:        3469292 kB
Active(anon):     202724 kB
Inactive(anon):        0 kB
Active(file):    1167328 kB
Inactive(file):  3469292 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8592 kB
Writeback:             0 kB
AnonPages:        306908 kB
Mapped:            15128 kB
Shmem:               200 kB
Slab:             701972 kB
SReclaimable:     146004 kB
SUnreclaim:       555968 kB
KernelStack:        1528 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     329784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71348 MiB
End job on node113 at 2012-05-28 15:10:34