Trace number 3483858

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.07 1200.73

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.62	c INFO: solving HOME/instance-3483858-1307747896.cnf
0.32/0.62	c INFO: computing task features
1.01/1.33	c INFO: computed variable-clause graph statistics
1.01/1.35	c INFO: computed clause balance statistics
4.82/5.18	c INFO: computed variable balance statistics
7.82/8.13	c INFO: computed small-clause counts
7.82/8.17	c INFO: computed Horn-clause counts
13.62/13.93	c INFO: computed variable graph statistics
13.62/13.93	c INFO: collected features for HOME/instance-3483858-1307747896.cnf in 13.28 s
13.62/13.94	c INFO: running lingeling-276@0 for 582 with 1186 remaining (b = 0.59)
599.61/600.64	c INFO: running cryptominisat-2.9.0@0 for 601 with 601 remaining (b = 0.53)

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

running on 2 cores: 4,6

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: 5.05 4.85 3.49 5/215 24974
/proc/meminfo: memFree=28759604/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=15384 CPUtime=0 cores=4,6
/proc/24974/stat : 24974 (python) R 24972 24974 24692 0 -1 4202496 787 0 0 0 0 0 0 0 21 0 1 0 886389478 15753216 675 33554432000 4194304 5683644 140735736569584 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24974/statm: 3846 676 322 364 0 333 0

[startup+0.0507059 s]
/proc/loadavg: 5.05 4.85 3.49 5/215 24974
/proc/meminfo: memFree=28759604/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=23180 CPUtime=0.02 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 1331 0 0 0 2 0 0 0 21 0 1 0 886389478 23736320 1178 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/24974/statm: 5795 1178 432 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23180

[startup+0.100696 s]
/proc/loadavg: 5.05 4.85 3.49 5/215 24974
/proc/meminfo: memFree=28759604/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=93956 CPUtime=0.05 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 2696 0 0 0 4 1 0 0 21 0 1 0 886389478 96210944 2406 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/24974/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93956

[startup+0.30067 s]
/proc/loadavg: 5.05 4.85 3.49 5/215 24974
/proc/meminfo: memFree=28759604/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=135748 CPUtime=0.17 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 5970 932 1 0 12 5 0 0 17 0 1 0 886389478 139005952 4148 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/24974/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700601 s]
/proc/loadavg: 5.05 4.85 3.49 5/215 24974
/proc/meminfo: memFree=28759604/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=287044 CPUtime=0.42 cores=4,6
/proc/24974/stat : 24974 (python) R 24972 24974 24692 0 -1 4202496 11377 932 1 0 33 9 0 0 16 0 1 0 886389478 293933056 9048 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24974/statm: 71761 9050 1761 364 0 7685 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 287044

[startup+1.50045 s]
/proc/loadavg: 5.05 4.85 3.49 6/216 24979
/proc/meminfo: memFree=28708656/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=327280 CPUtime=1.21 cores=4,6
/proc/24974/stat : 24974 (python) R 24972 24974 24692 0 -1 4202496 27046 932 1 0 110 11 0 0 17 0 1 0 886389478 335134720 19205 33554432000 4194304 5683644 140735736569584 18446744073709551615 47443729178146 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24974/statm: 81820 19205 1826 364 0 17744 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 327280

[startup+3.10017 s]
/proc/loadavg: 5.05 4.85 3.49 6/216 24979
/proc/meminfo: memFree=28687900/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=327280 CPUtime=2.81 cores=4,6
/proc/24974/stat : 24974 (python) R 24972 24974 24692 0 -1 4202496 27046 932 1 0 270 11 0 0 20 0 1 0 886389478 335134720 19205 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089384670 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24974/statm: 81820 19205 1826 364 0 17744 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 327280

[startup+6.30055 s]
/proc/loadavg: 5.05 4.85 3.50 6/216 24979
/proc/meminfo: memFree=28644144/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=327280 CPUtime=6.02 cores=4,6
/proc/24974/stat : 24974 (python) R 24972 24974 24692 0 -1 4202496 27047 932 1 0 590 12 0 0 25 0 1 0 886389478 335134720 19206 33554432000 4194304 5683644 140735736569584 18446744073709551615 47443726378853 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24974/statm: 81820 19206 1827 364 0 17744 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 327280

[startup+12.7004 s]
/proc/loadavg: 5.04 4.86 3.51 6/216 24979
/proc/meminfo: memFree=28625296/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=327280 CPUtime=12.42 cores=4,6
/proc/24974/stat : 24974 (python) R 24972 24974 24692 0 -1 4202496 27053 932 1 0 1230 12 0 0 25 0 1 0 886389478 335134720 19212 33554432000 4194304 5683644 140735736569584 18446744073709551615 47443726309516 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24974/statm: 81820 19212 1833 364 0 17744 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 327280

[startup+25.5012 s]
/proc/loadavg: 5.03 4.86 3.53 6/224 24988
/proc/meminfo: memFree=28162580/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=333788 CPUtime=13.66 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 27337 932 1 0 1354 12 0 0 25 0 2 0 886389478 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 83447 18310 1867 364 0 19365 0
[pid=24980] ppid=24974 vsize=323544 CPUtime=0 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 886390873 331309056 16815 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718287 0 0 16781312 514 6299022950691471620 0 0 17 4 0 0 0
/proc/24980/statm: 80886 16815 376 364 0 16804 0
[pid=24982] ppid=24980 vsize=32780 CPUtime=11.51 cores=4,6
/proc/24982/stat : 24982 (lingeling) R 24980 24982 24982 0 -1 4202496 11220 0 0 0 1150 1 0 0 25 0 1 0 886390874 33566720 7365 33554432000 4194304 4352236 140734473497392 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/24982/statm: 8195 7365 129 39 0 7275 0
[pid=24974/tid=24981] ppid=24972 vsize=333788 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886390874 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 690112

[startup+51.1007 s]
/proc/loadavg: 5.08 4.89 3.57 6/224 24988
/proc/meminfo: memFree=28076068/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=333788 CPUtime=13.66 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 27337 932 1 0 1354 12 0 0 25 0 2 0 886389478 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 83447 18310 1867 364 0 19365 0
[pid=24980] ppid=24974 vsize=323544 CPUtime=0.04 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 900 0 0 0 2 2 0 0 18 0 1 0 886390873 331309056 16815 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718287 0 0 16781312 514 6299022950691471620 0 0 17 4 0 0 0
/proc/24980/statm: 80886 16815 376 364 0 16804 0
[pid=24982] ppid=24980 vsize=32780 CPUtime=37.08 cores=4,6
/proc/24982/stat : 24982 (lingeling) R 24980 24982 24982 0 -1 4202496 11220 0 0 0 3707 1 0 0 25 0 1 0 886390874 33566720 7365 33554432000 4194304 4352236 140734473497392 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/24982/statm: 8195 7365 129 39 0 7275 0
[pid=24974/tid=24981] ppid=24972 vsize=333788 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886390874 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 690112

[startup+102.308 s]
/proc/loadavg: 5.08 4.92 3.65 6/224 24990
/proc/meminfo: memFree=27998564/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=333788 CPUtime=13.66 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 27337 932 1 0 1354 12 0 0 25 0 2 0 886389478 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 83447 18310 1867 364 0 19365 0
[pid=24980] ppid=24974 vsize=323544 CPUtime=0.11 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 926 0 0 0 6 5 0 0 18 0 1 0 886390873 331309056 16815 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718287 0 0 16781312 514 6299022950691471620 0 0 17 4 0 0 0
/proc/24980/statm: 80886 16815 376 364 0 16804 0
[pid=24982] ppid=24980 vsize=32780 CPUtime=88.24 cores=4,6
/proc/24982/stat : 24982 (lingeling) R 24980 24982 24982 0 -1 4202496 11220 0 0 0 8823 1 0 0 25 0 1 0 886390874 33566720 7365 33554432000 4194304 4352236 140734473497392 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/24982/statm: 8195 7365 129 39 0 7275 0
[pid=24974/tid=24981] ppid=24972 vsize=333788 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886390874 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 690112

[startup+162.301 s]
/proc/loadavg: 5.03 4.93 3.73 6/227 24994
/proc/meminfo: memFree=27261804/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=333788 CPUtime=13.66 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 27337 932 1 0 1354 12 0 0 25 0 2 0 886389478 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 83447 18310 1867 364 0 19365 0
[pid=24980] ppid=24974 vsize=323544 CPUtime=0.19 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 944 0 0 0 10 9 0 0 18 0 1 0 886390873 331309056 16815 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718287 0 0 16781312 514 6299022950691471620 0 0 17 4 0 0 0
/proc/24980/statm: 80886 16815 376 364 0 16804 0
[pid=24982] ppid=24980 vsize=32780 CPUtime=148.17 cores=4,6
/proc/24982/stat : 24982 (lingeling) R 24980 24982 24982 0 -1 4202496 11220 0 0 0 14816 1 0 0 25 0 1 0 886390874 33566720 7365 33554432000 4194304 4352236 140734473497392 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/24982/statm: 8195 7365 129 39 0 7275 0
[pid=24974/tid=24981] ppid=24972 vsize=333788 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886390874 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 690112

[startup+222.3 s]
/proc/loadavg: 5.04 4.95 3.81 6/227 24996
/proc/meminfo: memFree=26788700/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=333788 CPUtime=13.66 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 27337 932 1 0 1354 12 0 0 25 0 2 0 886389478 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 83447 18310 1867 364 0 19365 0
[pid=24980] ppid=24974 vsize=323544 CPUtime=0.27 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 963 0 0 0 14 13 0 0 18 0 1 0 886390873 331309056 16815 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718287 0 0 16781312 514 6299022950691471620 0 0 17 4 0 0 0
/proc/24980/statm: 80886 16815 376 364 0 16804 0
[pid=24982] ppid=24980 vsize=34752 CPUtime=208.13 cores=4,6
/proc/24982/stat : 24982 (lingeling) R 24980 24982 24982 0 -1 4202496 11713 0 0 0 20811 2 0 0 25 0 1 0 886390874 35586048 7858 33554432000 4194304 4352236 140734473497392 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/24982/statm: 8688 7858 129 39 0 7768 0
[pid=24974/tid=24981] ppid=24972 vsize=333788 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886390874 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 692084

[startup+282.301 s]
/proc/loadavg: 5.09 4.97 3.89 7/227 24997
/proc/meminfo: memFree=26719692/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=333788 CPUtime=13.66 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 27337 932 1 0 1354 12 0 0 25 0 2 0 886389478 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 83447 18310 1867 364 0 19365 0
[pid=24980] ppid=24974 vsize=323544 CPUtime=0.35 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 971 0 0 0 17 18 0 0 18 0 1 0 886390873 331309056 16815 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718287 0 0 16781312 514 6299022950691471620 0 0 17 4 0 0 0
/proc/24980/statm: 80886 16815 376 364 0 16804 0
[pid=24982] ppid=24980 vsize=34752 CPUtime=268.07 cores=4,6
/proc/24982/stat : 24982 (lingeling) R 24980 24982 24982 0 -1 4202496 11713 0 0 0 26805 2 0 0 25 0 1 0 886390874 35586048 7858 33554432000 4194304 4352236 140734473497392 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/24982/statm: 8688 7858 129 39 0 7768 0
[pid=24974/tid=24981] ppid=24972 vsize=333788 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886390874 341798912 18310 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.08

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

[pid=25054] ppid=24974 vsize=333800 CPUtime=0.56 cores=4,6
/proc/25054/stat : 25054 (python) S 24974 24974 24692 0 -1 4202560 999 0 0 0 29 27 0 0 16 0 1 0 886449543 341811200 16813 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718342 0 0 16781312 514 6299022950691471620 0 0 17 6 0 0 0
/proc/25054/statm: 83450 16813 370 364 0 19365 0
[pid=25056] ppid=25054 vsize=197920 CPUtime=401.18 cores=4,6
/proc/25056/stat : 25056 (cryptominisat-2) R 25054 25056 25056 0 -1 4202496 76583 0 0 0 40092 26 0 0 25 0 1 0 886449543 202670080 40561 33554432000 4194304 4677096 140733906497920 18446744073709551615 4335825 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25056/statm: 49480 40561 393 118 0 44439 0
[pid=24974/tid=24981] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886390874 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
[pid=24974/tid=25055] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/25055/stat : 25055 (python) S 24972 24974 24692 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886449543 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1001.39
Current children cumulated vsize (KiB) 1250448

[startup+1062.3 s]
/proc/loadavg: 5.01 5.02 4.53 6/204 25157
/proc/meminfo: memFree=22489596/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=344044 CPUtime=13.67 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 28149 932 1 0 1355 12 0 0 19 0 3 0 886389478 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 86011 18317 1870 364 0 21926 0
[pid=24980] ppid=24974 vsize=333788 CPUtime=0.77 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 1199 0 0 0 39 38 0 0 19 0 2 0 886390873 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24980/statm: 83447 16858 414 364 0 19365 0
[pid=24982] ppid=24980 vsize=40896 CPUtime=585.21 cores=4,6
/proc/24982/stat : 24982 (lingeling) T 24980 24982 24982 0 -1 4202496 13249 0 0 0 58518 3 0 0 25 0 1 0 886390874 41877504 9394 33554432000 4194304 4352236 140734473497392 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/24982/statm: 10224 9394 129 39 0 9304 0
[pid=24980/tid=25053] ppid=24974 vsize=333788 CPUtime=0 cores=4,6
/proc/24980/task/25053/stat : 25053 (python) S 24974 24974 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886449542 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 514 18446604453871520704 0 0 -1 4 0 0 0
[pid=25054] ppid=24974 vsize=333800 CPUtime=0.64 cores=4,6
/proc/25054/stat : 25054 (python) S 24974 24974 24692 0 -1 4202560 999 0 0 0 33 31 0 0 15 0 1 0 886449543 341811200 16813 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718342 0 0 16781312 514 6299022950691471620 0 0 17 6 0 0 0
/proc/25054/statm: 83450 16813 370 364 0 19365 0
[pid=25056] ppid=25054 vsize=226664 CPUtime=461.18 cores=4,6
/proc/25056/stat : 25056 (cryptominisat-2) R 25054 25056 25056 0 -1 4202496 86292 0 0 0 46090 28 0 0 25 0 1 0 886449543 232103936 46991 33554432000 4194304 4677096 140733906497920 18446744073709551615 4337934 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25056/statm: 56666 46991 393 118 0 51625 0
[pid=24974/tid=24981] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886390874 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
[pid=24974/tid=25055] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/25055/stat : 25055 (python) S 24972 24974 24692 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886449543 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1061.47
Current children cumulated vsize (KiB) 1279192

[startup+1122.3 s]
/proc/loadavg: 5.00 5.02 4.56 7/204 25159
/proc/meminfo: memFree=20756592/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=344044 CPUtime=13.67 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 28149 932 1 0 1355 12 0 0 19 0 3 0 886389478 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 86011 18317 1870 364 0 21926 0
[pid=24980] ppid=24974 vsize=333788 CPUtime=0.77 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 1199 0 0 0 39 38 0 0 19 0 2 0 886390873 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24980/statm: 83447 16858 414 364 0 19365 0
[pid=24982] ppid=24980 vsize=40896 CPUtime=585.21 cores=4,6
/proc/24982/stat : 24982 (lingeling) T 24980 24982 24982 0 -1 4202496 13249 0 0 0 58518 3 0 0 25 0 1 0 886390874 41877504 9394 33554432000 4194304 4352236 140734473497392 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/24982/statm: 10224 9394 129 39 0 9304 0
[pid=24980/tid=25053] ppid=24974 vsize=333788 CPUtime=0 cores=4,6
/proc/24980/task/25053/stat : 25053 (python) S 24974 24974 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886449542 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 514 18446604453871520704 0 0 -1 4 0 0 0
[pid=25054] ppid=24974 vsize=333800 CPUtime=0.73 cores=4,6
/proc/25054/stat : 25054 (python) S 24974 24974 24692 0 -1 4202560 999 0 0 0 37 36 0 0 15 0 1 0 886449543 341811200 16813 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718342 0 0 16781312 514 6299022950691471620 0 0 17 6 0 0 0
/proc/25054/statm: 83450 16813 370 364 0 19365 0
[pid=25056] ppid=25054 vsize=281636 CPUtime=521.19 cores=4,6
/proc/25056/stat : 25056 (cryptominisat-2) R 25054 25056 25056 0 -1 4202496 88622 0 0 0 52089 30 0 0 25 0 1 0 886449543 288395264 49321 33554432000 4194304 4677096 140733906497920 18446744073709551615 4338423 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25056/statm: 70409 49321 393 118 0 65368 0
[pid=24974/tid=24981] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886390874 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
[pid=24974/tid=25055] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/25055/stat : 25055 (python) S 24972 24974 24692 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886449543 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1121.57
Current children cumulated vsize (KiB) 1334164

[startup+1182.3 s]
/proc/loadavg: 5.08 5.03 4.58 6/195 25232
/proc/meminfo: memFree=27198468/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=344044 CPUtime=13.67 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 28149 932 1 0 1355 12 0 0 19 0 3 0 886389478 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 86011 18317 1870 364 0 21926 0
[pid=24980] ppid=24974 vsize=333788 CPUtime=0.77 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 1199 0 0 0 39 38 0 0 19 0 2 0 886390873 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24980/statm: 83447 16858 414 364 0 19365 0
[pid=24982] ppid=24980 vsize=40896 CPUtime=585.21 cores=4,6
/proc/24982/stat : 24982 (lingeling) T 24980 24982 24982 0 -1 4202496 13249 0 0 0 58518 3 0 0 25 0 1 0 886390874 41877504 9394 33554432000 4194304 4352236 140734473497392 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/24982/statm: 10224 9394 129 39 0 9304 0
[pid=24980/tid=25053] ppid=24974 vsize=333788 CPUtime=0 cores=4,6
/proc/24980/task/25053/stat : 25053 (python) S 24974 24974 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886449542 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 514 18446604453871520704 0 0 -1 4 0 0 0
[pid=25054] ppid=24974 vsize=333800 CPUtime=0.8 cores=4,6
/proc/25054/stat : 25054 (python) S 24974 24974 24692 0 -1 4202560 1013 0 0 0 41 39 0 0 15 0 1 0 886449543 341811200 16822 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718342 0 0 16781312 514 6299022950691471620 0 0 17 6 0 0 0
/proc/25054/statm: 83450 16822 379 364 0 19365 0
[pid=25056] ppid=25054 vsize=240420 CPUtime=581.19 cores=4,6
/proc/25056/stat : 25056 (cryptominisat-2) R 25054 25056 25056 0 -1 4202496 91850 0 0 0 58084 35 0 0 25 0 1 0 886449543 246190080 51754 33554432000 4194304 4677096 140733906497920 18446744073709551615 4337464 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25056/statm: 60105 51754 393 118 0 55064 0
[pid=24974/tid=24981] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886390874 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
[pid=24974/tid=25055] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/25055/stat : 25055 (python) S 24972 24974 24692 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886449543 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 1292948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 5.12 5.04 4.60 6/198 25247
/proc/meminfo: memFree=26014280/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=344044 CPUtime=13.67 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 28149 932 1 0 1355 12 0 0 19 0 3 0 886389478 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 86011 18317 1870 364 0 21926 0
[pid=24980] ppid=24974 vsize=333788 CPUtime=0.77 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 1199 0 0 0 39 38 0 0 19 0 2 0 886390873 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24980/statm: 83447 16858 414 364 0 19365 0
[pid=24982] ppid=24980 vsize=40896 CPUtime=585.21 cores=4,6
/proc/24982/stat : 24982 (lingeling) T 24980 24982 24982 0 -1 4202496 13249 0 0 0 58518 3 0 0 25 0 1 0 886390874 41877504 9394 33554432000 4194304 4352236 140734473497392 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/24982/statm: 10224 9394 129 39 0 9304 0
[pid=24980/tid=25053] ppid=24974 vsize=333788 CPUtime=0 cores=4,6
/proc/24980/task/25053/stat : 25053 (python) S 24974 24974 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886449542 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 514 18446604453871520704 0 0 -1 4 0 0 0
[pid=25054] ppid=24974 vsize=333800 CPUtime=0.83 cores=4,6
/proc/25054/stat : 25054 (python) S 24974 24974 24692 0 -1 4202560 1013 0 0 0 43 40 0 0 15 0 1 0 886449543 341811200 16822 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718342 0 0 16781312 514 6299022950691471620 0 0 17 6 0 0 0
/proc/25054/statm: 83450 16822 379 364 0 19365 0
[pid=25056] ppid=25054 vsize=240420 CPUtime=599.59 cores=4,6
/proc/25056/stat : 25056 (cryptominisat-2) R 25054 25056 25056 0 -1 4202496 92115 0 0 0 59924 35 0 0 25 0 1 0 886449543 246190080 51981 33554432000 4194304 4677096 140733906497920 18446744073709551615 4319184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25056/statm: 60105 51981 393 118 0 55064 0
[pid=24974/tid=24981] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886390874 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
[pid=24974/tid=25055] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/25055/stat : 25055 (python) S 24972 24974 24692 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886449543 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1292948

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

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

[startup+1200.7 s]
/proc/loadavg: 5.12 5.04 4.60 6/198 25247
/proc/meminfo: memFree=26014280/32950928 swapFree=67055156/67111528
[pid=24974] ppid=24972 vsize=344044 CPUtime=13.67 cores=4,6
/proc/24974/stat : 24974 (python) S 24972 24974 24692 0 -1 4202496 28149 932 1 0 1355 12 0 0 19 0 3 0 886389478 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24974/statm: 86011 18317 1870 364 0 21926 0
[pid=24980] ppid=24974 vsize=333788 CPUtime=0.77 cores=4,6
/proc/24980/stat : 24980 (python) S 24974 24974 24692 0 -1 4202560 1199 0 0 0 39 38 0 0 19 0 2 0 886390873 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24980/statm: 83447 16858 414 364 0 19365 0
[pid=24982] ppid=24980 vsize=40896 CPUtime=585.21 cores=4,6
/proc/24982/stat : 24982 (lingeling) T 24980 24982 24982 0 -1 4202496 13249 0 0 0 58518 3 0 0 25 0 1 0 886390874 41877504 9394 33554432000 4194304 4352236 140734473497392 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/24982/statm: 10224 9394 129 39 0 9304 0
[pid=24980/tid=25053] ppid=24974 vsize=333788 CPUtime=0 cores=4,6
/proc/24980/task/25053/stat : 25053 (python) S 24974 24974 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886449542 341798912 16858 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 514 18446604453871520704 0 0 -1 4 0 0 0
[pid=25054] ppid=24974 vsize=333800 CPUtime=0.83 cores=4,6
/proc/25054/stat : 25054 (python) S 24974 24974 24692 0 -1 4202560 1013 0 0 0 43 40 0 0 15 0 1 0 886449543 341811200 16822 33554432000 4194304 5683644 140735736569584 18446744073709551615 248089718342 0 0 16781312 514 6299022950691471620 0 0 17 6 0 0 0
/proc/25054/statm: 83450 16822 379 364 0 19365 0
[pid=25056] ppid=25054 vsize=240420 CPUtime=599.59 cores=4,6
/proc/25056/stat : 25056 (cryptominisat-2) R 25054 25056 25056 0 -1 4202496 92115 0 0 0 59924 35 0 0 25 0 1 0 886449543 246190080 51981 33554432000 4194304 4677096 140733906497920 18446744073709551615 4319184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25056/statm: 60105 51981 393 118 0 55064 0
[pid=24974/tid=24981] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/24981/stat : 24981 (python) S 24972 24974 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 3 0 886390874 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
[pid=24974/tid=25055] ppid=24972 vsize=344044 CPUtime=0 cores=4,6
/proc/24974/task/25055/stat : 25055 (python) S 24972 24974 24692 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 886449543 352301056 18317 33554432000 4194304 5683644 140735736569584 18446744073709551615 248101521841 0 0 16781312 2 18446604447593746560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1292948

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24974 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=552939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=135979
# CPU time returned by wait4() is 13.6889
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.73
CPU time (s): 1200.07
CPU user time (s): 1198.79
CPU system time (s): 1.28
CPU usage (%): 99.9454
Max. virtual memory (cumulated for all children) (KiB): 1347988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5529
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29081
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= 2838
involuntary context switches= 55

runsolver used 2.07668 second user time and 4.78627 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 01:18:17
IDJOB=3483858
IDBENCH=70829
IDSOLVER=1976
FILE ID=node123/3483858-1307747896
RUNJOBID= node123-1307747010-24711
PBS_JOBID= 13550834
Free space on /tmp= 73928 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.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-3483858-1307747896/watcher-3483858-1307747896 -o /tmp/evaluation-result-3483858-1307747896/solver-3483858-1307747896 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483858-1307747896.cnf -seed 1394102490 -budget 1200

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1394102490

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28759908 kB
Buffers:        237908 kB
Cached:        1004636 kB
SwapCached:      10356 kB
Active:        3410720 kB
Inactive:       572212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28759908 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           35744 kB
Writeback:           0 kB
AnonPages:     2737852 kB
Mapped:          20056 kB
Slab:           126772 kB
PageTables:      20156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5764460 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= 73452 MiB
End job on node123 at 2011-06-11 01:38:20