Trace number 3484595

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.01 1200.23

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.36/0.92	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.92	c INFO: solving HOME/instance-3484595-1307750674.cnf
0.36/0.92	c INFO: computing task features
0.36/1.20	c INFO: computed variable-clause graph statistics
0.36/1.22	c INFO: computed clause balance statistics
2.29/2.75	c INFO: computed variable balance statistics
3.39/3.85	c INFO: computed small-clause counts
3.39/3.86	c INFO: computed Horn-clause counts
4.39/4.85	c INFO: computed variable graph statistics
4.39/4.85	c INFO: collected features for HOME/instance-3484595-1307750674.cnf in 3.92 s
4.39/4.86	c INFO: running lingeling-276@0 for 582 with 1196 remaining (b = 0.58)
591.16/591.54	c INFO: running cryptominisat-2.9.0@0 for 610 with 610 remaining (b = 0.51)

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

running on 2 cores: 0,2

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: 1.56 2.00 2.81 5/179 23142
/proc/meminfo: memFree=31936144/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=15184 CPUtime=0 cores=0,2
/proc/23142/stat : 23142 (python) R 23140 23142 18188 0 -1 4202496 682 0 0 0 0 0 0 0 18 0 1 0 886664559 15548416 576 33554432000 4194304 5683644 140736160137184 18446744073709551615 5002908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23142/statm: 3796 582 321 364 0 283 0

[startup+0.081481 s]
/proc/loadavg: 1.56 2.00 2.81 5/179 23142
/proc/meminfo: memFree=31936144/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=32172 CPUtime=0.04 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 1519 0 0 0 3 1 0 0 17 0 1 0 886664559 32944128 1355 33554432000 4194304 5683644 140736160137184 18446744073709551615 239471771271 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/23142/statm: 8043 1355 445 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32172

[startup+0.100493 s]
/proc/loadavg: 1.56 2.00 2.81 5/179 23142
/proc/meminfo: memFree=31936144/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=45684 CPUtime=0.05 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 1889 0 0 0 3 2 0 0 17 0 1 0 886664559 46780416 1662 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699953811 0 0 17 0 0 0 0
/proc/23142/statm: 11421 1662 470 364 0 1170 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45684

[startup+0.300417 s]
/proc/loadavg: 1.56 2.00 2.81 5/179 23142
/proc/meminfo: memFree=31936144/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=126300 CPUtime=0.17 cores=0,2
/proc/23142/stat : 23142 (python) R 23140 23142 18188 0 -1 4202496 4711 934 1 0 10 7 0 0 18 0 1 0 886664559 129331200 3896 33554432000 4194304 5683644 140736160137184 18446744073709551615 5170282 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23142/statm: 31575 3896 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 126300

[startup+0.705357 s]
/proc/loadavg: 1.56 2.00 2.81 5/179 23142
/proc/meminfo: memFree=31936144/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=198920 CPUtime=0.36 cores=0,2
/proc/23142/stat : 23142 (python) R 23140 23142 18188 0 -1 4202496 7030 934 1 0 19 17 0 0 16 0 1 0 886664559 203694080 5054 33554432000 4194304 5683644 140736160137184 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23142/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 198920

[startup+1.7082 s]
/proc/loadavg: 1.56 2.00 2.81 5/179 23142
/proc/meminfo: memFree=31936144/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=294624 CPUtime=1.3 cores=0,2
/proc/23142/stat : 23142 (python) R 23140 23142 18188 0 -1 4202496 16311 934 1 0 108 22 0 0 16 0 1 0 886664559 301694976 11041 33554432000 4194304 5683644 140736160137184 18446744073709551615 4603005 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23142/statm: 73656 11041 1826 364 0 9580 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 294624

[startup+3.10593 s]
/proc/loadavg: 1.99 2.09 2.83 5/190 23183
/proc/meminfo: memFree=31683212/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=294624 CPUtime=2.69 cores=0,2
/proc/23142/stat : 23142 (python) R 23140 23142 18188 0 -1 4202496 16312 934 1 0 247 22 0 0 18 0 1 0 886664559 301694976 11042 33554432000 4194304 5683644 140736160137184 18446744073709551615 4571240 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23142/statm: 73656 11042 1827 364 0 9580 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 294624

[startup+6.30132 s]
/proc/loadavg: 1.99 2.09 2.83 5/193 23186
/proc/meminfo: memFree=31675036/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886665046 301391872 9488 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 4424288834297004031 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9488 353 364 0 9500 0
[pid=23186] ppid=23184 vsize=12712 CPUtime=1.43 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 3517 0 0 0 143 0 0 0 23 0 1 0 886665046 13017088 2345 33554432000 4194304 4352236 140735619386320 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23186/statm: 3178 2345 126 39 0 2258 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 611612

[startup+12.7011 s]
/proc/loadavg: 2.15 2.12 2.83 5/199 23193
/proc/meminfo: memFree=31646748/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 886665046 301391872 9511 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 4424288834296971524 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9511 376 364 0 9500 0
[pid=23186] ppid=23184 vsize=11896 CPUtime=7.82 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 3842 0 0 0 782 0 0 0 25 0 1 0 886665046 12181504 2143 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23186/statm: 2974 2143 128 39 0 2054 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 610796

[startup+25.5006 s]
/proc/loadavg: 2.56 2.21 2.85 5/202 23196
/proc/meminfo: memFree=31617456/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0.02 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 894 0 0 0 2 0 0 0 18 0 1 0 886665046 301391872 9511 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 1562291673860374788 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9511 376 364 0 9500 0
[pid=23186] ppid=23184 vsize=15120 CPUtime=20.6 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 4648 0 0 0 2060 0 0 0 25 0 1 0 886665046 15482880 2949 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23186/statm: 3780 2949 128 39 0 2860 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 614020

[startup+51.1007 s]
/proc/loadavg: 3.05 2.35 2.88 5/202 23197
/proc/meminfo: memFree=31614484/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0.06 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 907 0 0 0 4 2 0 0 18 0 1 0 886665046 301391872 9511 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 1562291673860374788 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9511 376 364 0 9500 0
[pid=23186] ppid=23184 vsize=17224 CPUtime=46.18 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 5174 0 0 0 4618 0 0 0 25 0 1 0 886665046 17637376 3475 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/23186/statm: 4306 3475 128 39 0 3386 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 616124

[startup+102.301 s]
/proc/loadavg: 3.64 2.62 2.94 5/202 23198
/proc/meminfo: memFree=31595036/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0.12 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 928 0 0 0 7 5 0 0 18 0 1 0 886665046 301391872 9511 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 1562291673860374788 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9511 376 364 0 9500 0
[pid=23186] ppid=23184 vsize=21836 CPUtime=97.32 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 7351 0 0 0 9732 0 0 0 25 0 1 0 886665046 22360064 4628 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23186/statm: 5459 4628 128 39 0 4539 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 620736

[startup+162.3 s]
/proc/loadavg: 3.93 2.88 3.01 5/202 23200
/proc/meminfo: memFree=31583972/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0.2 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 947 0 0 0 11 9 0 0 18 0 1 0 886665046 301391872 9511 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 1562291673860374788 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9511 376 364 0 9500 0
[pid=23186] ppid=23184 vsize=22864 CPUtime=157.25 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 11448 0 0 0 15724 1 0 0 25 0 1 0 886665046 23412736 4885 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23186/statm: 5716 4885 128 39 0 4796 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 621764

[startup+222.301 s]
/proc/loadavg: 4.05 3.10 3.08 5/202 23201
/proc/meminfo: memFree=31574648/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=304572 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 16822 934 1 0 423 22 0 0 19 0 2 0 886664559 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 76143 11006 1867 364 0 12061 0
[pid=23184] ppid=23142 vsize=294328 CPUtime=0.28 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 966 0 0 0 15 13 0 0 18 0 1 0 886665046 301391872 9511 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715023 0 0 16781312 514 1562291673860374788 0 0 17 0 0 0 0
/proc/23184/statm: 73582 9511 376 364 0 9500 0
[pid=23186] ppid=23184 vsize=22860 CPUtime=217.16 cores=0,2
/proc/23186/stat : 23186 (lingeling) R 23184 23186 23186 0 -1 4202496 14520 0 0 0 21715 1 0 0 25 0 1 0 886665046 23408640 4884 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23186/statm: 5715 4884 128 39 0 4795 0
[pid=23142/tid=23185] ppid=23140 vsize=304572 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 886665046 311881728 11006 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 621760

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

[pid=23213] ppid=23142 vsize=304584 CPUtime=0.65 cores=0,2
/proc/23213/stat : 23213 (python) S 23142 23142 18188 0 -1 4202560 979 0 0 0 38 27 0 0 15 0 1 0 886723714 311894016 9509 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715078 0 0 16781312 514 1562291673860374786 0 0 17 0 0 0 0
/proc/23213/statm: 76146 9509 370 364 0 12061 0
[pid=23215] ppid=23213 vsize=233504 CPUtime=410.19 cores=0,2
/proc/23215/stat : 23215 (cryptominisat-2) R 23213 23215 23215 0 -1 4202496 157208 0 0 0 40987 32 0 0 25 0 1 0 886723714 239108096 36834 33554432000 4194304 4677096 140734647718416 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23215/statm: 58376 36834 393 118 0 53335 0
[pid=23142/tid=23185] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886665046 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=23142/tid=23214] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23214/stat : 23214 (python) S 23140 23142 18188 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 3 0 886723714 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 1189580

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/218 23240
/proc/meminfo: memFree=29948808/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=314828 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 17614 934 1 0 423 22 0 0 20 0 3 0 886664559 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 78707 11013 1870 364 0 14622 0
[pid=23184] ppid=23142 vsize=304572 CPUtime=0.78 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 1195 0 0 0 44 34 0 0 19 0 2 0 886665046 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23184/statm: 76143 9554 414 364 0 12061 0
[pid=23186] ppid=23184 vsize=32092 CPUtime=585.97 cores=0,2
/proc/23186/stat : 23186 (lingeling) T 23184 23186 23186 0 -1 4202496 39868 0 0 0 58592 5 0 0 25 0 1 0 886665046 32862208 7192 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/23186/statm: 8023 7192 128 39 0 7103 0
[pid=23184/tid=23212] ppid=23142 vsize=304572 CPUtime=0 cores=0,2
/proc/23184/task/23212/stat : 23212 (python) S 23142 23142 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886723713 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=23213] ppid=23142 vsize=304584 CPUtime=0.74 cores=0,2
/proc/23213/stat : 23213 (python) S 23142 23142 18188 0 -1 4202560 979 0 0 0 43 31 0 0 15 0 1 0 886723714 311894016 9509 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715078 0 0 16781312 514 1562291673860374786 0 0 17 0 0 0 0
/proc/23213/statm: 76146 9509 370 364 0 12061 0
[pid=23215] ppid=23213 vsize=172560 CPUtime=470.13 cores=0,2
/proc/23215/stat : 23215 (cryptominisat-2) R 23213 23215 23215 0 -1 4202496 169106 0 0 0 46978 35 0 0 25 0 1 0 886723714 176701440 36028 33554432000 4194304 4677096 140734647718416 18446744073709551615 239476391618 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23215/statm: 43140 36028 393 118 0 38099 0
[pid=23142/tid=23185] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886665046 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=23142/tid=23214] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23214/stat : 23214 (python) S 23140 23142 18188 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 3 0 886723714 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 1128636

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/218 23241
/proc/meminfo: memFree=29893968/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=314828 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 17614 934 1 0 423 22 0 0 20 0 3 0 886664559 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 78707 11013 1870 364 0 14622 0
[pid=23184] ppid=23142 vsize=304572 CPUtime=0.78 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 1195 0 0 0 44 34 0 0 19 0 2 0 886665046 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23184/statm: 76143 9554 414 364 0 12061 0
[pid=23186] ppid=23184 vsize=32092 CPUtime=585.97 cores=0,2
/proc/23186/stat : 23186 (lingeling) T 23184 23186 23186 0 -1 4202496 39868 0 0 0 58592 5 0 0 25 0 1 0 886665046 32862208 7192 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/23186/statm: 8023 7192 128 39 0 7103 0
[pid=23184/tid=23212] ppid=23142 vsize=304572 CPUtime=0 cores=0,2
/proc/23184/task/23212/stat : 23212 (python) S 23142 23142 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886723713 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=23213] ppid=23142 vsize=304584 CPUtime=0.83 cores=0,2
/proc/23213/stat : 23213 (python) S 23142 23142 18188 0 -1 4202560 979 0 0 0 48 35 0 0 15 0 1 0 886723714 311894016 9509 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715078 0 0 16781312 514 1562291673860374786 0 0 17 0 0 0 0
/proc/23213/statm: 76146 9509 370 364 0 12061 0
[pid=23215] ppid=23213 vsize=239060 CPUtime=530.06 cores=0,2
/proc/23215/stat : 23215 (cryptominisat-2) R 23213 23215 23215 0 -1 4202496 179566 0 0 0 52969 37 0 0 25 0 1 0 886723714 244797440 37613 33554432000 4194304 4677096 140734647718416 18446744073709551615 4320139 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23215/statm: 59765 37613 393 118 0 54724 0
[pid=23142/tid=23185] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886665046 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=23142/tid=23214] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23214/stat : 23214 (python) S 23140 23142 18188 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 3 0 886723714 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 1195136

[startup+1182.31 s]
/proc/loadavg: 4.07 3.98 3.66 5/218 23243
/proc/meminfo: memFree=29888236/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=314828 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 17614 934 1 0 423 22 0 0 20 0 3 0 886664559 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 78707 11013 1870 364 0 14622 0
[pid=23184] ppid=23142 vsize=304572 CPUtime=0.78 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 1195 0 0 0 44 34 0 0 19 0 2 0 886665046 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23184/statm: 76143 9554 414 364 0 12061 0
[pid=23186] ppid=23184 vsize=32092 CPUtime=585.97 cores=0,2
/proc/23186/stat : 23186 (lingeling) T 23184 23186 23186 0 -1 4202496 39868 0 0 0 58592 5 0 0 25 0 1 0 886665046 32862208 7192 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/23186/statm: 8023 7192 128 39 0 7103 0
[pid=23184/tid=23212] ppid=23142 vsize=304572 CPUtime=0 cores=0,2
/proc/23184/task/23212/stat : 23212 (python) S 23142 23142 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886723713 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=23213] ppid=23142 vsize=304584 CPUtime=0.92 cores=0,2
/proc/23213/stat : 23213 (python) S 23142 23142 18188 0 -1 4202560 979 0 0 0 54 38 0 0 15 0 1 0 886723714 311894016 9509 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715078 0 0 16781312 514 1562291673860374786 0 0 17 0 0 0 0
/proc/23213/statm: 76146 9509 370 364 0 12061 0
[pid=23215] ppid=23213 vsize=250480 CPUtime=589.99 cores=0,2
/proc/23215/stat : 23215 (cryptominisat-2) R 23213 23215 23215 0 -1 4202496 193289 0 0 0 58959 40 0 0 25 0 1 0 886723714 256491520 41129 33554432000 4194304 4677096 140734647718416 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23215/statm: 62620 41129 393 118 0 57579 0
[pid=23142/tid=23185] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886665046 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=23142/tid=23214] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23214/stat : 23214 (python) S 23140 23142 18188 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 3 0 886723714 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1206556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.05 3.98 3.66 5/218 23243
/proc/meminfo: memFree=29835756/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=314828 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 17614 934 1 0 423 22 0 0 20 0 3 0 886664559 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 78707 11013 1870 364 0 14622 0
[pid=23184] ppid=23142 vsize=304572 CPUtime=0.78 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 1195 0 0 0 44 34 0 0 19 0 2 0 886665046 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23184/statm: 76143 9554 414 364 0 12061 0
[pid=23186] ppid=23184 vsize=32092 CPUtime=585.97 cores=0,2
/proc/23186/stat : 23186 (lingeling) T 23184 23186 23186 0 -1 4202496 39868 0 0 0 58592 5 0 0 25 0 1 0 886665046 32862208 7192 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/23186/statm: 8023 7192 128 39 0 7103 0
[pid=23184/tid=23212] ppid=23142 vsize=304572 CPUtime=0 cores=0,2
/proc/23184/task/23212/stat : 23212 (python) S 23142 23142 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886723713 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=23213] ppid=23142 vsize=304584 CPUtime=0.95 cores=0,2
/proc/23213/stat : 23213 (python) S 23142 23142 18188 0 -1 4202560 979 0 0 0 55 40 0 0 15 0 1 0 886723714 311894016 9509 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715078 0 0 16781312 514 1562291673860374786 0 0 17 0 0 0 0
/proc/23213/statm: 76146 9509 370 364 0 12061 0
[pid=23215] ppid=23213 vsize=184320 CPUtime=607.86 cores=0,2
/proc/23215/stat : 23215 (cryptominisat-2) R 23213 23215 23215 0 -1 4202496 197948 0 0 0 60745 41 0 0 25 0 1 0 886723714 188743680 39844 33554432000 4194304 4677096 140734647718416 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23215/statm: 46080 39844 393 118 0 41039 0
[pid=23142/tid=23185] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886665046 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=23142/tid=23214] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23214/stat : 23214 (python) S 23140 23142 18188 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 3 0 886723714 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1140396

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

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

[startup+1200.2 s]
/proc/loadavg: 4.05 3.98 3.66 5/218 23243
/proc/meminfo: memFree=29835756/32950928 swapFree=67055428/67111528
[pid=23142] ppid=23140 vsize=314828 CPUtime=4.45 cores=0,2
/proc/23142/stat : 23142 (python) S 23140 23142 18188 0 -1 4202496 17614 934 1 0 423 22 0 0 20 0 3 0 886664559 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23142/statm: 78707 11013 1870 364 0 14622 0
[pid=23184] ppid=23142 vsize=304572 CPUtime=0.78 cores=0,2
/proc/23184/stat : 23184 (python) S 23142 23142 18188 0 -1 4202560 1195 0 0 0 44 34 0 0 19 0 2 0 886665046 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23184/statm: 76143 9554 414 364 0 12061 0
[pid=23186] ppid=23184 vsize=32092 CPUtime=585.97 cores=0,2
/proc/23186/stat : 23186 (lingeling) T 23184 23186 23186 0 -1 4202496 39868 0 0 0 58592 5 0 0 25 0 1 0 886665046 32862208 7192 33554432000 4194304 4352236 140735619386320 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/23186/statm: 8023 7192 128 39 0 7103 0
[pid=23184/tid=23212] ppid=23142 vsize=304572 CPUtime=0 cores=0,2
/proc/23184/task/23212/stat : 23212 (python) S 23142 23142 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886723713 311881728 9554 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 514 18446604453942803264 0 0 -1 2 0 0 0
[pid=23213] ppid=23142 vsize=304584 CPUtime=0.95 cores=0,2
/proc/23213/stat : 23213 (python) S 23142 23142 18188 0 -1 4202560 979 0 0 0 55 40 0 0 15 0 1 0 886723714 311894016 9509 33554432000 4194304 5683644 140736160137184 18446744073709551615 239476715078 0 0 16781312 514 1562291673860374786 0 0 17 0 0 0 0
/proc/23213/statm: 76146 9509 370 364 0 12061 0
[pid=23215] ppid=23213 vsize=184320 CPUtime=607.86 cores=0,2
/proc/23215/stat : 23215 (cryptominisat-2) R 23213 23215 23215 0 -1 4202496 197948 0 0 0 60745 41 0 0 25 0 1 0 886723714 188743680 39844 33554432000 4194304 4677096 140734647718416 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23215/statm: 46080 39844 393 118 0 41039 0
[pid=23142/tid=23185] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23185/stat : 23185 (python) S 23140 23142 18188 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 886665046 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
[pid=23142/tid=23214] ppid=23140 vsize=314828 CPUtime=0 cores=0,2
/proc/23142/task/23214/stat : 23214 (python) S 23140 23142 18188 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 3 0 886723714 322383872 11013 33554432000 4194304 5683644 140736160137184 18446744073709551615 239488518577 0 0 16781312 2 18446604453941802816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1140396

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23142 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=238355
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=231964
# CPU time returned by wait4() is 4.47032
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.23
CPU time (s): 1200.01
CPU user time (s): 1198.59
CPU system time (s): 1.42
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 1210516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.23836
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18548
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= 19128
involuntary context switches= 47

runsolver used 2.14867 second user time and 4.41633 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 02:04:35
IDJOB=3484595
IDBENCH=83108
IDSOLVER=1976
FILE ID=node148/3484595-1307750674
RUNJOBID= node148-1307750674-23108
PBS_JOBID= 13550812
Free space on /tmp= 74044 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.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-3484595-1307750674/watcher-3484595-1307750674 -o /tmp/evaluation-result-3484595-1307750674/solver-3484595-1307750674 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484595-1307750674.cnf -seed 1767933084 -budget 1200

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1767933084

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31940252 kB
Buffers:        111196 kB
Cached:         723332 kB
SwapCached:       8824 kB
Active:         323760 kB
Inactive:       532532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31940252 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:          105672 kB
Writeback:           0 kB
AnonPages:       20356 kB
Mapped:          12572 kB
Slab:            89456 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195140 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= 73908 MiB
End job on node148 at 2011-06-11 02:24:37