Trace number 3484655

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.02 1200.24

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

0.35/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.66	c INFO: solving HOME/instance-3484655-1307752110.cnf
0.35/0.66	c INFO: computing task features
6.03/6.35	c INFO: computed variable-clause graph statistics
6.23/6.57	c INFO: computed clause balance statistics
28.43/28.78	c INFO: computed variable balance statistics
45.03/45.38	c INFO: computed small-clause counts
45.73/46.00	c INFO: computed Horn-clause counts
262.84/263.13	c INFO: computed variable graph statistics
262.84/263.13	c INFO: collected features for HOME/instance-3484655-1307752110.cnf in 262.34 s
262.84/263.14	c INFO: running lingeling-276@0 for 291 with 937 remaining (b = 0.86)
555.27/555.50	c INFO: running lingeling-276@0 for 97 with 645 remaining (b = 0.72)
655.35/655.65	c INFO: running cryptominisat-2.9.0@0 for 545 with 545 remaining (b = 0.42)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484655-1307752110/watcher-3484655-1307752110 -o /tmp/evaluation-result-3484655-1307752110/solver-3484655-1307752110 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484655-1307752110.cnf -seed 2076065526 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 3.99 3.73 5/198 16019
/proc/meminfo: memFree=30186428/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=15184 CPUtime=0 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 728 0 0 0 0 0 0 0 18 0 1 0 886809219 15548416 617 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/16019/statm: 3796 617 322 364 0 283 0

[startup+0.0924999 s]
/proc/loadavg: 4.01 3.99 3.73 5/198 16019
/proc/meminfo: memFree=30186428/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=84524 CPUtime=0.05 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 2205 0 0 0 4 1 0 0 17 0 1 0 886809219 86552576 1953 33554432000 4194304 5683644 140737116535072 18446744073709551615 228117751350 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 21131 1954 576 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100489 s]
/proc/loadavg: 4.01 3.99 3.73 5/198 16019
/proc/meminfo: memFree=30186428/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=85620 CPUtime=0.05 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 886809219 87674880 2348 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/16019/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300421 s]
/proc/loadavg: 4.01 3.99 3.73 5/198 16019
/proc/meminfo: memFree=30186428/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=135748 CPUtime=0.17 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 5974 935 1 0 13 4 0 0 17 0 1 0 886809219 139005952 4148 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/16019/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.705421 s]
/proc/loadavg: 4.01 3.99 3.73 5/198 16019
/proc/meminfo: memFree=30186428/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=307952 CPUtime=0.43 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 16655 935 1 0 31 12 0 0 15 0 1 0 886809219 315342848 14322 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122410446 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 76988 14323 1761 364 0 12912 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 307952

[startup+1.50024 s]
/proc/loadavg: 4.01 3.99 3.73 5/199 16024
/proc/meminfo: memFree=30115144/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=360992 CPUtime=1.23 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 29707 935 1 0 109 14 0 0 16 0 1 0 886809219 369655808 27374 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 90248 27374 1761 364 0 26172 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 360992

[startup+3.10094 s]
/proc/loadavg: 4.25 4.04 3.75 5/199 16024
/proc/meminfo: memFree=29990336/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=467128 CPUtime=2.82 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 56128 935 1 0 265 17 0 0 18 0 1 0 886809219 478339072 53795 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 116782 53796 1761 364 0 52706 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 467128

[startup+6.30737 s]
/proc/loadavg: 4.25 4.04 3.75 5/199 16024
/proc/meminfo: memFree=29866088/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=6.03 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117912 935 1 0 579 24 0 0 25 0 1 0 886809219 590733312 81596 33554432000 4194304 5683644 140737116535072 18446744073709551615 47877920857968 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81596 1815 364 0 80146 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 576888

[startup+12.7002 s]
/proc/loadavg: 4.23 4.04 3.75 5/199 16024
/proc/meminfo: memFree=29795280/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=12.43 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117924 935 1 0 1219 24 0 0 25 0 1 0 886809219 590733312 81607 33554432000 4194304 5683644 140737116535072 18446744073709551615 47877921244791 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81607 1826 364 0 80146 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 576888

[startup+25.5009 s]
/proc/loadavg: 4.18 4.03 3.75 5/199 16025
/proc/meminfo: memFree=29751412/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=25.23 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117924 935 1 0 2499 24 0 0 25 0 1 0 886809219 590733312 81607 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122373447 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81607 1826 364 0 80146 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 576888

[startup+51.1003 s]
/proc/loadavg: 4.12 4.03 3.76 5/199 16025
/proc/meminfo: memFree=29855164/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=50.83 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117931 935 1 0 5059 24 0 0 25 0 1 0 886809219 590733312 81614 33554432000 4194304 5683644 140737116535072 18446744073709551615 47877920872576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 576888

[startup+102.301 s]
/proc/loadavg: 4.05 4.02 3.77 5/199 16027
/proc/meminfo: memFree=29741032/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=102.03 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117931 935 1 0 10179 24 0 0 25 0 1 0 886809219 590733312 81614 33554432000 4194304 5683644 140737116535072 18446744073709551615 47877920872576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 576888

[startup+162.3 s]
/proc/loadavg: 4.08 4.03 3.79 5/199 16074
/proc/meminfo: memFree=30232312/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=162.03 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117931 935 1 0 16179 24 0 0 25 0 1 0 886809219 590733312 81614 33554432000 4194304 5683644 140737116535072 18446744073709551615 47877920872588 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 576888

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 3.80 5/199 16122
/proc/meminfo: memFree=30042044/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=576888 CPUtime=222.04 cores=1,3
/proc/16019/stat : 16019 (python) R 16017 16019 13569 0 -1 4202496 117931 935 1 0 22179 25 0 0 25 0 1 0 886809219 590733312 81614 33554432000 4194304 5683644 140737116535072 18446744073709551615 47877920872588 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16019/statm: 144222 81614 1833 364 0 80146 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 576888

[startup+282.3 s]
/proc/loadavg: 4.01 4.02 3.81 5/202 16126
/proc/meminfo: memFree=29959456/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=564452 CPUtime=262.89 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 118216 935 1 0 26263 26 0 0 25 0 2 0 886809219 577998848 75976 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 141113 75976 1867 364 0 77031 0
[pid=16124] ppid=16019 vsize=554208 CPUtime=0.02 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 886835534 567508992 74481 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734095 0 0 16781312 514 8029320001276051720 0 0 17 1 0 0 0
/proc/16124/statm: 138552 74481 376 364 0 74470 0
[pid=16126] ppid=16124 vsize=100564 CPUtime=19.12 cores=1,3
/proc/16126/stat : 16126 (lingeling) R 16124 16126 16126 0 -1 4202496 56698 0 0 0 1906 6 0 0 25 0 1 0 886835535 102977536 22264 33554432000 4194304 4352236 140735925201312 18446744073709551615 4331585 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16126/statm: 25141 22264 129 39 0 24221 0
[pid=16019/tid=16125] ppid=16017 vsize=564452 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 886835535 577998848 75976 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1219224

[startup+342.301 s]
/proc/loadavg: 4.04 4.03 3.82 5/202 16128
/proc/meminfo: memFree=29967948/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=564452 CPUtime=262.89 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 118216 935 1 0 26263 26 0 0 25 0 2 0 886809219 577998848 75976 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 141113 75976 1867 364 0 77031 0
[pid=16124] ppid=16019 vsize=554208 CPUtime=0.1 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 913 0 0 0 5 5 0 0 18 0 1 0 886835534 567508992 74481 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734095 0 0 16781312 514 8029320001276051720 0 0 17 1 0 0 0
/proc/16124/statm: 138552 74481 376 364 0 74470 0
[pid=16126] ppid=16124 vsize=94680 CPUtime=79.05 cores=1,3
/proc/16126/stat : 16126 (lingeling) R 16124 16126 16126 0 -1 4202496 57568 0 0 0 7899 6 0 0 25 0 1 0 886835535 96952320 20793 33554432000 4194304 4352236 140735925201312 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16126/statm: 23670 20793 129 39 0 22750 0
[pid=16019/tid=16125] ppid=16017 vsize=564452 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 886835535 577998848 75976 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1213340

[startup+402.307 s]
/proc/loadavg: 4.01 4.02 3.83 5/202 16130
/proc/meminfo: memFree=29942592/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=564452 CPUtime=262.89 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 118216 935 1 0 26263 26 0 0 25 0 2 0 886809219 577998848 75976 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 141113 75976 1867 364 0 77031 0
[pid=16124] ppid=16019 vsize=554208 CPUtime=0.17 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 936 0 0 0 9 8 0 0 18 0 1 0 886835534 567508992 74481 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734095 0 0 16781312 514 8029320001276051720 0 0 17 1 0 0 0
/proc/16124/statm: 138552 74481 376 364 0 74470 0
[pid=16126] ppid=16124 vsize=94240 CPUtime=138.99 cores=1,3
/proc/16126/stat : 16126 (lingeling) R 16124 16126 16126 0 -1 4202496 58313 0 0 0 13893 6 0 0 25 0 1 0 886835535 96501760 20683 33554432000 4194304 4352236 140735925201312 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16126/statm: 23560 20683 129 39 0 22640 0
[pid=16019/tid=16125] ppid=16017 vsize=564452 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 2 0 886835535 577998848 75976 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 1212900

[startup+462.301 s]
/proc/loadavg: 4.08 4.03 3.84 5/202 16131
/proc/meminfo: memFree=29948608/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=564452 CPUtime=262.89 cores=1,3

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

[startup+1062.31 s]
/proc/loadavg: 4.05 4.03 3.91 5/218 16163
/proc/meminfo: memFree=27898984/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=584964 CPUtime=262.91 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 119814 935 1 0 26264 27 0 0 19 0 4 0 886809219 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 146241 75989 1872 364 0 82153 0
[pid=16124] ppid=16019 vsize=564452 CPUtime=0.39 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 1191 0 0 0 21 18 0 0 19 0 2 0 886835534 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16124/statm: 141113 74524 414 364 0 77031 0
[pid=16126] ppid=16124 vsize=93976 CPUtime=292 cores=1,3
/proc/16126/stat : 16126 (lingeling) T 16124 16126 16126 0 -1 4202496 61588 0 0 0 29194 6 0 0 25 0 1 0 886835535 96231424 22664 33554432000 4194304 4352236 140735925201312 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16126/statm: 23494 22664 129 39 0 22574 0
[pid=16124/tid=16143] ppid=16019 vsize=564452 CPUtime=0 cores=1,3
/proc/16124/task/16143/stat : 16143 (python) S 16019 16019 13569 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 886864769 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471161512960 0 0 -1 3 0 0 0
[pid=16144] ppid=16019 vsize=564464 CPUtime=0.13 cores=1,3
/proc/16144/stat : 16144 (python) S 16019 16019 13569 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 886864770 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16144/statm: 141116 74509 399 364 0 77031 0
[pid=16146] ppid=16144 vsize=98044 CPUtime=99.98 cores=1,3
/proc/16146/stat : 16146 (lingeling) T 16144 16146 16146 0 -1 4202496 58484 0 0 0 9990 8 0 0 25 0 1 0 886864771 100397056 21634 33554432000 4194304 4352236 140735052827184 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16146/statm: 24511 21634 129 39 0 23591 0
[pid=16144/tid=16149] ppid=16019 vsize=564464 CPUtime=0 cores=1,3
/proc/16144/task/16149/stat : 16149 (python) S 16019 16019 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886874784 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471106922304 0 0 -1 3 0 0 0
[pid=16150] ppid=16019 vsize=574720 CPUtime=0.58 cores=1,3
/proc/16150/stat : 16150 (python) S 16019 16019 13569 0 -1 4202560 991 0 0 0 31 27 0 0 15 0 1 0 886874784 588513280 74483 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734150 0 0 16781312 514 8029320001276051720 0 0 17 1 0 0 0
/proc/16150/statm: 143680 74483 370 364 0 79592 0
[pid=16152] ppid=16150 vsize=1991452 CPUtime=406.1 cores=1,3
/proc/16152/stat : 16152 (cryptominisat-2) R 16150 16152 16152 0 -1 4202496 436524 0 0 0 40547 63 0 0 25 0 1 0 886874785 2039246848 405870 33554432000 4194304 4677096 140737438272576 18446744073709551615 228122410683 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16152/statm: 497863 405870 393 118 0 492822 0
[pid=16019/tid=16125] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 4 0 886835535 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16145] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16145/stat : 16145 (python) S 16017 16019 13569 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 886864771 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16151] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16151/stat : 16151 (python) S 16017 16019 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 886874785 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 4472072

[startup+1122.3 s]
/proc/loadavg: 4.06 4.04 3.92 5/203 16241
/proc/meminfo: memFree=28159884/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=584964 CPUtime=262.91 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 119814 935 1 0 26264 27 0 0 19 0 4 0 886809219 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 146241 75989 1872 364 0 82153 0
[pid=16124] ppid=16019 vsize=564452 CPUtime=0.39 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 1191 0 0 0 21 18 0 0 19 0 2 0 886835534 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16124/statm: 141113 74524 414 364 0 77031 0
[pid=16126] ppid=16124 vsize=93976 CPUtime=292 cores=1,3
/proc/16126/stat : 16126 (lingeling) T 16124 16126 16126 0 -1 4202496 61588 0 0 0 29194 6 0 0 25 0 1 0 886835535 96231424 22664 33554432000 4194304 4352236 140735925201312 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16126/statm: 23494 22664 129 39 0 22574 0
[pid=16124/tid=16143] ppid=16019 vsize=564452 CPUtime=0 cores=1,3
/proc/16124/task/16143/stat : 16143 (python) S 16019 16019 13569 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 886864769 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471161512960 0 0 -1 3 0 0 0
[pid=16144] ppid=16019 vsize=564464 CPUtime=0.13 cores=1,3
/proc/16144/stat : 16144 (python) S 16019 16019 13569 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 886864770 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16144/statm: 141116 74509 399 364 0 77031 0
[pid=16146] ppid=16144 vsize=98044 CPUtime=99.98 cores=1,3
/proc/16146/stat : 16146 (lingeling) T 16144 16146 16146 0 -1 4202496 58484 0 0 0 9990 8 0 0 25 0 1 0 886864771 100397056 21634 33554432000 4194304 4352236 140735052827184 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16146/statm: 24511 21634 129 39 0 23591 0
[pid=16144/tid=16149] ppid=16019 vsize=564464 CPUtime=0 cores=1,3
/proc/16144/task/16149/stat : 16149 (python) S 16019 16019 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886874784 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471106922304 0 0 -1 3 0 0 0
[pid=16150] ppid=16019 vsize=574720 CPUtime=0.67 cores=1,3
/proc/16150/stat : 16150 (python) S 16019 16019 13569 0 -1 4202560 994 0 0 0 36 31 0 0 15 0 1 0 886874784 588513280 74483 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734150 0 0 16781312 514 4611061500117745928 0 0 17 1 0 0 0
/proc/16150/statm: 143680 74483 370 364 0 79592 0
[pid=16152] ppid=16150 vsize=2182772 CPUtime=466.04 cores=1,3
/proc/16152/stat : 16152 (cryptominisat-2) R 16150 16152 16152 0 -1 4202496 462336 0 0 0 46535 69 0 0 25 0 1 0 886874785 2235158528 430954 33554432000 4194304 4677096 140737438272576 18446744073709551615 4354000 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16152/statm: 545693 430954 393 118 0 540652 0
[pid=16019/tid=16125] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 4 0 886835535 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16145] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16145/stat : 16145 (python) S 16017 16019 13569 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 886864771 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16151] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16151/stat : 16151 (python) S 16017 16019 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 886874785 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 4663392

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/210 16305
/proc/meminfo: memFree=28093140/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=584964 CPUtime=262.91 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 119814 935 1 0 26264 27 0 0 19 0 4 0 886809219 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 146241 75989 1872 364 0 82153 0
[pid=16124] ppid=16019 vsize=564452 CPUtime=0.39 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 1191 0 0 0 21 18 0 0 19 0 2 0 886835534 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16124/statm: 141113 74524 414 364 0 77031 0
[pid=16126] ppid=16124 vsize=93976 CPUtime=292 cores=1,3
/proc/16126/stat : 16126 (lingeling) T 16124 16126 16126 0 -1 4202496 61588 0 0 0 29194 6 0 0 25 0 1 0 886835535 96231424 22664 33554432000 4194304 4352236 140735925201312 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16126/statm: 23494 22664 129 39 0 22574 0
[pid=16124/tid=16143] ppid=16019 vsize=564452 CPUtime=0 cores=1,3
/proc/16124/task/16143/stat : 16143 (python) S 16019 16019 13569 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 886864769 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471161512960 0 0 -1 3 0 0 0
[pid=16144] ppid=16019 vsize=564464 CPUtime=0.13 cores=1,3
/proc/16144/stat : 16144 (python) S 16019 16019 13569 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 886864770 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16144/statm: 141116 74509 399 364 0 77031 0
[pid=16146] ppid=16144 vsize=98044 CPUtime=99.98 cores=1,3
/proc/16146/stat : 16146 (lingeling) T 16144 16146 16146 0 -1 4202496 58484 0 0 0 9990 8 0 0 25 0 1 0 886864771 100397056 21634 33554432000 4194304 4352236 140735052827184 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16146/statm: 24511 21634 129 39 0 23591 0
[pid=16144/tid=16149] ppid=16019 vsize=564464 CPUtime=0 cores=1,3
/proc/16144/task/16149/stat : 16149 (python) S 16019 16019 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886874784 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471106922304 0 0 -1 3 0 0 0
[pid=16150] ppid=16019 vsize=574720 CPUtime=0.75 cores=1,3
/proc/16150/stat : 16150 (python) S 16019 16019 13569 0 -1 4202560 994 0 0 0 39 36 0 0 15 0 1 0 886874784 588513280 74483 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734150 0 0 16781312 514 8029320001276051720 0 0 17 1 0 0 0
/proc/16150/statm: 143680 74483 370 364 0 79592 0
[pid=16152] ppid=16150 vsize=2182272 CPUtime=525.96 cores=1,3
/proc/16152/stat : 16152 (cryptominisat-2) R 16150 16152 16152 0 -1 4202496 470301 0 0 0 52523 73 0 0 25 0 1 0 886874785 2234646528 430411 33554432000 4194304 4677096 140737438272576 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16152/statm: 545568 430411 393 118 0 540527 0
[pid=16019/tid=16125] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 4 0 886835535 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16145] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16145/stat : 16145 (python) S 16017 16019 13569 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 886864771 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16151] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16151/stat : 16151 (python) S 16017 16019 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 886874785 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 4662892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.02 4.03 3.92 5/210 16306
/proc/meminfo: memFree=28080100/32951124 swapFree=67051744/67111528
[pid=16019] ppid=16017 vsize=584964 CPUtime=262.91 cores=1,3
/proc/16019/stat : 16019 (python) S 16017 16019 13569 0 -1 4202496 119814 935 1 0 26264 27 0 0 19 0 4 0 886809219 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16019/statm: 146241 75989 1872 364 0 82153 0
[pid=16124] ppid=16019 vsize=564452 CPUtime=0.39 cores=1,3
/proc/16124/stat : 16124 (python) S 16019 16019 13569 0 -1 4202560 1191 0 0 0 21 18 0 0 19 0 2 0 886835534 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16124/statm: 141113 74524 414 364 0 77031 0
[pid=16126] ppid=16124 vsize=93976 CPUtime=292 cores=1,3
/proc/16126/stat : 16126 (lingeling) T 16124 16126 16126 0 -1 4202496 61588 0 0 0 29194 6 0 0 25 0 1 0 886835535 96231424 22664 33554432000 4194304 4352236 140735925201312 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16126/statm: 23494 22664 129 39 0 22574 0
[pid=16124/tid=16143] ppid=16019 vsize=564452 CPUtime=0 cores=1,3
/proc/16124/task/16143/stat : 16143 (python) S 16019 16019 13569 0 -1 4202560 117 0 0 0 0 0 0 0 19 0 2 0 886864769 577998848 74524 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471161512960 0 0 -1 3 0 0 0
[pid=16144] ppid=16019 vsize=564464 CPUtime=0.13 cores=1,3
/proc/16144/stat : 16144 (python) S 16019 16019 13569 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 886864770 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16144/statm: 141116 74509 399 364 0 77031 0
[pid=16146] ppid=16144 vsize=98044 CPUtime=99.98 cores=1,3
/proc/16146/stat : 16146 (lingeling) T 16144 16146 16146 0 -1 4202496 58484 0 0 0 9990 8 0 0 25 0 1 0 886864771 100397056 21634 33554432000 4194304 4352236 140735052827184 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/16146/statm: 24511 21634 129 39 0 23591 0
[pid=16144/tid=16149] ppid=16019 vsize=564464 CPUtime=0 cores=1,3
/proc/16144/task/16149/stat : 16149 (python) S 16019 16019 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886874784 578011136 74509 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 514 18446604471106922304 0 0 -1 3 0 0 0
[pid=16150] ppid=16019 vsize=574720 CPUtime=0.77 cores=1,3
/proc/16150/stat : 16150 (python) S 16019 16019 13569 0 -1 4202560 994 0 0 0 40 37 0 0 15 0 1 0 886874784 588513280 74483 33554432000 4194304 5683644 140737116535072 18446744073709551615 228122734150 0 0 16781312 514 8029320001276051720 0 0 17 1 0 0 0
/proc/16150/statm: 143680 74483 370 364 0 79592 0
[pid=16152] ppid=16150 vsize=2122672 CPUtime=543.84 cores=1,3
/proc/16152/stat : 16152 (cryptominisat-2) R 16150 16152 16152 0 -1 4202496 475582 0 0 0 54309 75 0 0 25 0 1 0 886874785 2173616128 433712 33554432000 4194304 4677096 140737438272576 18446744073709551615 4338181 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16152/statm: 530668 433712 393 118 0 525627 0
[pid=16019/tid=16125] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16125/stat : 16125 (python) S 16017 16019 13569 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 4 0 886835535 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16145] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16145/stat : 16145 (python) S 16017 16019 13569 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 886864771 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
[pid=16019/tid=16151] ppid=16017 vsize=584964 CPUtime=0 cores=1,3
/proc/16019/task/16151/stat : 16151 (python) S 16017 16019 13569 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 886874785 599003136 75989 33554432000 4194304 5683644 140737116535072 18446744073709551615 228134537649 0 0 16781312 2 18446604471106920512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 4603292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16019 and gives
#  childrusage.ru_utime.tv_sec=262
#  childrusage.ru_utime.tv_usec=641072
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=293955
# CPU time returned by wait4() is 262.935
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.24
CPU time (s): 1200.02
CPU user time (s): 1198.25
CPU system time (s): 1.77
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 4685584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.641
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120750
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2852
involuntary context switches= 3580

runsolver used 2.02469 second user time and 4.75828 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 02:28:32
IDJOB=3484655
IDBENCH=84246
IDSOLVER=1976
FILE ID=node138/3484655-1307752110
RUNJOBID= node138-1307750780-15614
PBS_JOBID= 13550821
Free space on /tmp= 73896 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484655-1307752110/watcher-3484655-1307752110 -o /tmp/evaluation-result-3484655-1307752110/solver-3484655-1307752110 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484655-1307752110.cnf -seed 2076065526 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=2076065526

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30186856 kB
Buffers:        259184 kB
Cached:        1720140 kB
SwapCached:      13468 kB
Active:        1274548 kB
Inactive:      1289632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30186856 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          114308 kB
Writeback:           0 kB
AnonPages:      582056 kB
Mapped:          15796 kB
Slab:           129528 kB
PageTables:      10360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1255888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73904 MiB
End job on node138 at 2011-06-11 02:48:35