Trace number 3716599

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo2sat 2012-05-19? (TO) 1800.12 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM32809f4710e615fcaa140bf3e08c6c73
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 benchmark1.86272
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints220
Number of constraints which are clauses120
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 constraint50
Maximum length of a constraint60
Top cost 11307
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 11306
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
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

1.08/1.17	o 7965
1.08/1.17	c current bound: 3982
1.08/1.17	c fallback to adder encoding
1.18/1.88	o 3972
1.18/1.88	c current bound: 1986
1.18/1.88	c fallback to adder encoding
2.45/2.52	o 1986
2.45/2.52	c current bound: 993
2.45/2.52	c fallback to adder encoding
2.96/3.01	o 993
2.96/3.01	c current bound: 496
33.23/33.36	o 386
33.23/33.36	c current bound: 193
46.71/46.84	o 185
46.71/46.84	c current bound: 92
49.21/49.40	o 90
49.21/49.40	c current bound: 45
53.30/53.40	o 15
53.30/53.40	c current bound: 7
55.48/55.65	o 7
55.48/55.65	c current bound: 3
58.28/58.48	o 3
58.28/58.48	c current bound: 1
1800.08/1800.61	./satsolver.sh: line 5: 20858 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.61	c error: unexpected solver exit code
1800.08/1800.61	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-3716599-1338205941/watcher-3716599-1338205941 -o /tmp/evaluation-result-3716599-1338205941/solver-3716599-1338205941 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716599-1338205941.wbo 1966045585 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 20824
/proc/meminfo: memFree=27728656/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0

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

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

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

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

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20828
/proc/meminfo: memFree=27706440/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=20460 CPUtime=1.18 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 6018 9047 0 0 50 29 37 2 20 0 1 0 286720056 20951040 4288 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20825/statm: 5115 4288 178 410 0 4697 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 29608

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20834
/proc/meminfo: memFree=27662336/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=32748 CPUtime=3.06 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) R 20824 20824 19725 0 -1 4202496 12441 38383 0 0 65 30 198 13 20 0 1 0 286720056 33533952 6975 33554432000 4194304 5872148 140735437108096 140735437101864 4995220 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20825/statm: 8187 6975 180 410 0 7769 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 41896

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20840
/proc/meminfo: memFree=27596220/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=32748 CPUtime=3.09 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 13185 38383 0 0 67 31 198 13 20 0 1 0 286720056 33533952 7290 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20825/statm: 8187 7290 180 410 0 7769 0
[pid=20839] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20839/stat : 20839 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286720368 9367552 267 33554432000 4194304 5064252 140736003543552 140736003542464 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20839/statm: 2287 267 226 213 0 72 0
[pid=20840] ppid=20839 vsize=99396 CPUtime=3.15 cores=0,2,4,6
/proc/20840/stat : 20840 (glucose_static) R 20839 20824 19725 0 -1 4202496 19783 0 0 0 312 3 0 0 20 0 1 0 286720369 101781504 20291 33554432000 4194304 4896791 140736844446672 140736844443880 4203873 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20840/statm: 24849 20291 78 172 0 24675 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 150440

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20840
/proc/meminfo: memFree=27586656/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=32748 CPUtime=3.09 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 13185 38383 0 0 67 31 198 13 20 0 1 0 286720056 33533952 7290 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20825/statm: 8187 7290 180 410 0 7769 0
[pid=20839] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20839/stat : 20839 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286720368 9367552 267 33554432000 4194304 5064252 140736003543552 140736003542464 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20839/statm: 2287 267 226 213 0 72 0
[pid=20840] ppid=20839 vsize=100312 CPUtime=9.55 cores=0,2,4,6
/proc/20840/stat : 20840 (glucose_static) R 20839 20824 19725 0 -1 4202496 20095 0 0 0 952 3 0 0 20 0 1 0 286720369 102719488 21620 33554432000 4194304 4896791 140736844446672 140736844443880 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20840/statm: 25078 21620 78 172 0 24904 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 151356

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20840
/proc/meminfo: memFree=27582996/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=32748 CPUtime=3.09 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 13185 38383 0 0 67 31 198 13 20 0 1 0 286720056 33533952 7290 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20825/statm: 8187 7290 180 410 0 7769 0
[pid=20839] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20839/stat : 20839 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286720368 9367552 267 33554432000 4194304 5064252 140736003543552 140736003542464 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20839/statm: 2287 267 226 213 0 72 0
[pid=20840] ppid=20839 vsize=101440 CPUtime=22.34 cores=0,2,4,6
/proc/20840/stat : 20840 (glucose_static) R 20839 20824 19725 0 -1 4202496 20738 0 0 0 2231 3 0 0 20 0 1 0 286720369 103874560 21411 33554432000 4194304 4896791 140736844446672 140736844443880 4204816 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20840/statm: 25360 21411 78 172 0 25186 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 152484

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20849
/proc/meminfo: memFree=27634168/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=49.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 21625 88574 0 0 77 33 4796 26 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20848] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20848/stat : 20848 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286724996 9367552 267 33554432000 4194304 5064252 140733629038016 140733629036928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20848/statm: 2287 267 226 213 0 72 0
[pid=20849] ppid=20848 vsize=41196 CPUtime=1.67 cores=0,2,4,6
/proc/20849/stat : 20849 (glucose_static) R 20848 20824 19725 0 -1 4202496 8097 0 0 0 166 1 0 0 20 0 1 0 286724996 42184704 8649 33554432000 4194304 4896791 140735839840032 140735839837336 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20849/statm: 10299 8649 78 172 0 10125 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 87860

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20858
/proc/meminfo: memFree=27612612/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=53956 CPUtime=43.8 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 17266 0 0 0 4374 6 0 0 20 0 1 0 286725904 55250944 11348 33554432000 4194304 4896791 140734703511472 140734703508680 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 13489 11348 78 172 0 13315 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 100620

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20858
/proc/meminfo: memFree=27571536/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=61484 CPUtime=103.77 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 24321 0 0 0 10369 8 0 0 20 0 1 0 286725904 62959616 14253 33554432000 4194304 4896791 140734703511472 140734703508680 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 15371 14253 78 172 0 15197 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 108148

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20859
/proc/meminfo: memFree=27554480/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20892
/proc/meminfo: memFree=27364144/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=186172 CPUtime=1303.54 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 69388 0 0 0 130302 52 0 0 20 0 1 0 286725904 190640128 39852 33554432000 4194304 4896791 140734703511472 140734703508680 4223879 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 46543 39852 78 172 0 46369 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 232836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20892
/proc/meminfo: memFree=27349340/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=187768 CPUtime=1363.54 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 70825 0 0 0 136300 54 0 0 20 0 1 0 286725904 192274432 40251 33554432000 4194304 4896791 140734703511472 140734703508680 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 46942 40251 78 172 0 46768 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 234432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20893
/proc/meminfo: memFree=27345332/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=189364 CPUtime=1423.51 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 72314 0 0 0 142295 56 0 0 20 0 1 0 286725904 193908736 40167 33554432000 4194304 4896791 140734703511472 140734703508680 4224680 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 47341 40167 78 172 0 47167 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 236028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20893
/proc/meminfo: memFree=27328668/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=191096 CPUtime=1483.5 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 73781 0 0 0 148292 58 0 0 20 0 1 0 286725904 195682304 40086 33554432000 4194304 4896791 140734703511472 140734703508680 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 47774 40086 78 172 0 47600 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 237760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20893
/proc/meminfo: memFree=27371240/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=195572 CPUtime=1543.49 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 75301 0 0 0 154289 60 0 0 20 0 1 0 286725904 200265728 40566 33554432000 4194304 4896791 140734703511472 140734703508680 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 48893 40566 78 172 0 48719 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 242236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20896
/proc/meminfo: memFree=27365232/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=166636 CPUtime=1603.48 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 76274 0 0 0 160286 62 0 0 20 0 1 0 286725904 170635264 40012 33554432000 4194304 4896791 140734703511472 140734703507208 4224990 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 41659 40012 78 172 0 41485 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 213300

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 20950
/proc/meminfo: memFree=27526912/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=199072 CPUtime=1663.47 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 77269 0 0 0 166284 63 0 0 20 0 1 0 286725904 203849728 45975 33554432000 4194304 4896791 140734703511472 140734703508680 4225514 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 49768 45975 78 172 0 49594 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 245736

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20951
/proc/meminfo: memFree=27511840/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=200404 CPUtime=1723.47 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 78651 0 0 0 172281 66 0 0 20 0 1 0 286725904 205213696 45292 33554432000 4194304 4896791 140734703511472 140734703508680 4224812 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 50101 45292 78 172 0 49927 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 247068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 20951
/proc/meminfo: memFree=27511544/32873648 swapFree=6864/6864
[pid=20824] ppid=20822 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20824/stat : 20824 (runWbo2sat.sh) S 20822 20824 19725 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 286720055 9367552 274 33554432000 4194304 5064252 140734742720384 140734742719296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20824/statm: 2287 274 233 213 0 72 0
[pid=20825] ppid=20824 vsize=28368 CPUtime=58.32 cores=0,2,4,6
/proc/20825/stat : 20825 (wbo2sat) S 20824 20824 19725 0 -1 4202496 24045 117639 0 0 79 33 5684 36 20 0 1 0 286720056 29048832 6283 33554432000 4194304 5872148 140735437108096 140735437101368 5123914 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20825/statm: 7092 6283 180 410 0 6674 0
[pid=20857] ppid=20825 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20857/stat : 20857 (satsolver.sh) S 20825 20824 19725 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286725904 9367552 266 33554432000 4194304 5064252 140733446443280 140733446442192 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20857/statm: 2287 266 226 213 0 72 0
[pid=20858] ppid=20857 vsize=201068 CPUtime=1741.76 cores=0,2,4,6
/proc/20858/stat : 20858 (glucose_static) R 20857 20824 19725 0 -1 4202496 78854 0 0 0 174110 66 0 0 20 0 1 0 286725904 205893632 47012 33554432000 4194304 4896791 140734703511472 140734703508680 4224855 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20858/statm: 50267 47012 78 172 0 50093 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 247732

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.12
CPU user time (s): 1798.76
CPU system time (s): 1.36479
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 295460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.36479
maximum resident set size= 234880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 183952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219
involuntary context switches= 2206

runsolver used 2.80657 second user time and 7.14391 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 13:52:21
IDJOB=3716599
IDBENCH=79153
IDSOLVER=2298
FILE ID=node120/3716599-1338205941
RUNJOBID= node120-1338194468-19741
PBS_JOBID= 14624598
Free space on /tmp= 71496 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716599-1338205941/watcher-3716599-1338205941 -o /tmp/evaluation-result-3716599-1338205941/solver-3716599-1338205941 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716599-1338205941.wbo 1966045585 HOME HOME

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

MD5SUM BENCH= 32809f4710e615fcaa140bf3e08c6c73
RANDOM SEED=1966045585

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27729184 kB
Buffers:          427000 kB
Cached:          3794416 kB
SwapCached:          636 kB
Active:          1144760 kB
Inactive:        3134120 kB
Active(anon):      46200 kB
Inactive(anon):    12532 kB
Active(file):    1098560 kB
Inactive(file):  3121588 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             11976 kB
Writeback:             0 kB
AnonPages:         66444 kB
Mapped:            15088 kB
Shmem:               120 kB
Slab:             726168 kB
SReclaimable:     170012 kB
SUnreclaim:       556156 kB
KernelStack:        1520 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     178448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71480 MiB
End job on node120 at 2012-05-28 14:22:21