Trace number 3484613

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.53/0.96	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.53/0.96	c INFO: solving HOME/instance-3484613-1307750792.cnf
0.53/0.96	c INFO: computing task features
0.91/1.30	c INFO: computed variable-clause graph statistics
0.91/1.31	c INFO: computed clause balance statistics
2.61/3.04	c INFO: computed variable balance statistics
3.91/4.37	c INFO: computed small-clause counts
3.91/4.38	c INFO: computed Horn-clause counts
5.31/5.75	c INFO: computed variable graph statistics
5.31/5.75	c INFO: collected features for HOME/instance-3484613-1307750792.cnf in 4.78 s
5.31/5.76	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.58)
591.97/592.35	c INFO: running cryptominisat-2.9.0@0 for 609 with 609 remaining (b = 0.52)

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-3484613-1307750792/watcher-3484613-1307750792 -o /tmp/evaluation-result-3484613-1307750792/solver-3484613-1307750792 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484613-1307750792.cnf -seed 234963286 -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: 0.92 1.55 2.61 3/181 14941
/proc/meminfo: memFree=31883080/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=15384 CPUtime=0 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 778 0 0 0 0 0 0 0 18 0 1 0 867495194 15753216 665 33554432000 4194304 5683644 140736035230896 18446744073709551615 220815930349 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 3846 675 322 364 0 333 0

[startup+0.0246419 s]
/proc/loadavg: 0.92 1.55 2.61 3/181 14941
/proc/meminfo: memFree=31883080/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=16404 CPUtime=0.01 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 1157 0 0 0 1 0 0 0 17 0 1 0 867495194 16797696 1021 33554432000 4194304 5683644 140736035230896 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 4101 1025 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.100594 s]
/proc/loadavg: 0.92 1.55 2.61 3/181 14941
/proc/meminfo: memFree=31883080/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=85360 CPUtime=0.06 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 2583 0 0 0 4 2 0 0 17 0 1 0 867495194 87408640 2307 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 21340 2307 707 364 0 1557 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85360

[startup+0.300604 s]
/proc/loadavg: 0.92 1.55 2.61 3/181 14941
/proc/meminfo: memFree=31883080/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=131296 CPUtime=0.2 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 5698 931 1 0 13 7 0 0 18 0 1 0 867495194 134447104 4090 33554432000 4194304 5683644 140736035230896 18446744073709551615 4418266 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 32824 4092 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 131296

[startup+0.70054 s]
/proc/loadavg: 0.92 1.55 2.61 3/181 14941
/proc/meminfo: memFree=31883080/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=198920 CPUtime=0.39 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 7033 931 1 0 23 16 0 0 16 0 1 0 867495194 203694080 5053 33554432000 4194304 5683644 140736035230896 18446744073709551615 220815895112 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 198920

[startup+1.50039 s]
/proc/loadavg: 0.92 1.55 2.61 5/187 14968
/proc/meminfo: memFree=31781532/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=301352 CPUtime=1.11 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 17667 931 1 0 88 23 0 0 17 0 1 0 867495194 308584448 12722 33554432000 4194304 5683644 140736035230896 18446744073709551615 47566297743556 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 75338 12722 1826 364 0 11262 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 301352

[startup+3.10107 s]
/proc/loadavg: 0.92 1.55 2.61 5/187 14968
/proc/meminfo: memFree=31685184/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=301352 CPUtime=2.71 cores=4,6
/proc/14941/stat : 14941 (python) R 14939 14941 12976 0 -1 4202496 17668 931 1 0 248 23 0 0 19 0 1 0 867495194 308584448 12723 33554432000 4194304 5683644 140736035230896 18446744073709551615 47566290435652 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14941/statm: 75338 12723 1827 364 0 11262 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 301352

[startup+6.30045 s]
/proc/loadavg: 1.73 1.71 2.66 5/193 14974
/proc/meminfo: memFree=31666088/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 707 0 0 0 0 0 0 0 25 0 1 0 867495770 306778112 10795 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 4438116017650008063 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10795 346 364 0 10815 0
[pid=14974] ppid=14972 vsize=13520 CPUtime=0.53 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 3842 0 0 0 53 0 0 0 25 0 1 0 867495770 13844480 2536 33554432000 4194304 4352236 140737139914176 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14974/statm: 3380 2536 121 39 0 2460 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 622940

[startup+12.7003 s]
/proc/loadavg: 1.91 1.74 2.66 5/199 14980
/proc/meminfo: memFree=31631556/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 867495770 306778112 10825 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 4438116017649975556 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10825 376 364 0 10815 0
[pid=14974] ppid=14972 vsize=15460 CPUtime=6.91 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 4360 0 0 0 691 0 0 0 25 0 1 0 867495770 15831040 3035 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328285 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14974/statm: 3865 3035 129 39 0 2945 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 624880

[startup+25.5009 s]
/proc/loadavg: 2.37 1.85 2.69 5/199 14980
/proc/meminfo: memFree=31628728/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0.01 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 867495770 306778112 10825 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 16198621026907554052 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10825 376 364 0 10815 0
[pid=14974] ppid=14972 vsize=17068 CPUtime=19.7 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 4762 0 0 0 1970 0 0 0 25 0 1 0 867495770 17477632 3437 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14974/statm: 4267 3437 129 39 0 3347 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 626488

[startup+51.1012 s]
/proc/loadavg: 2.93 2.02 2.72 5/199 14981
/proc/meminfo: memFree=31617372/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0.04 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 902 0 0 0 3 1 0 0 18 0 1 0 867495770 306778112 10825 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 16198621026907554052 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10825 376 364 0 10815 0
[pid=14974] ppid=14972 vsize=19236 CPUtime=45.28 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 5304 0 0 0 4528 0 0 0 25 0 1 0 867495770 19697664 3979 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14974/statm: 4809 3979 129 39 0 3889 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 628656

[startup+102.301 s]
/proc/loadavg: 3.53 2.33 2.78 5/199 14982
/proc/meminfo: memFree=31600456/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0.11 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 926 0 0 0 7 4 0 0 18 0 1 0 867495770 306778112 10825 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 16198621026907554052 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10825 376 364 0 10815 0
[pid=14974] ppid=14972 vsize=23468 CPUtime=96.43 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 7387 0 0 0 9642 1 0 0 25 0 1 0 867495770 24031232 5037 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14974/statm: 5867 5037 129 39 0 4947 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 632888

[startup+162.301 s]
/proc/loadavg: 3.83 2.63 2.86 5/199 14984
/proc/meminfo: memFree=31579588/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0.17 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 945 0 0 0 10 7 0 0 18 0 1 0 867495770 306778112 10825 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 16198621026907554052 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10825 376 364 0 10815 0
[pid=14974] ppid=14972 vsize=28588 CPUtime=156.38 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 11739 0 0 0 15637 1 0 0 25 0 1 0 867495770 29274112 6317 33554432000 4194304 4352236 140737139914176 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14974/statm: 7147 6317 129 39 0 6227 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 638008

[startup+222.301 s]
/proc/loadavg: 3.93 2.87 2.93 5/199 14985
/proc/meminfo: memFree=31576692/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=309832 CPUtime=5.37 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 17956 931 1 0 514 23 0 0 25 0 2 0 867495194 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14941/statm: 77458 12320 1867 364 0 13376 0
[pid=14972] ppid=14941 vsize=299588 CPUtime=0.25 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 964 0 0 0 14 11 0 0 18 0 1 0 867495770 306778112 10825 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256527 0 0 16781312 514 16198621026907554052 0 0 17 4 0 0 0
/proc/14972/statm: 74897 10825 376 364 0 10815 0
[pid=14974] ppid=14972 vsize=28588 CPUtime=216.32 cores=4,6
/proc/14974/stat : 14974 (lingeling) R 14972 14974 14974 0 -1 4202496 11739 0 0 0 21631 1 0 0 25 0 1 0 867495770 29274112 6317 33554432000 4194304 4352236 140737139914176 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14974/statm: 7147 6317 129 39 0 6227 0
[pid=14941/tid=14973] ppid=14939 vsize=309832 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 867495770 317267968 12320 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 638008

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

[pid=15001] ppid=14941 vsize=309844 CPUtime=0.58 cores=4,6
/proc/15001/stat : 15001 (python) S 14941 14941 12976 0 -1 4202560 1014 0 0 0 32 26 0 0 15 0 1 0 867554430 317280256 10823 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256582 0 0 16781312 514 16198621026907554049 0 0 17 4 0 0 0
/proc/15001/statm: 77461 10823 370 364 0 13376 0
[pid=15003] ppid=15001 vsize=345372 CPUtime=409.47 cores=4,6
/proc/15003/stat : 15003 (cryptominisat-2) R 15001 15003 15003 0 -1 4202496 217886 0 0 0 40907 40 0 0 25 0 1 0 867554430 353660928 62718 33554432000 4194304 4677096 140735723961552 18446744073709551615 4338188 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15003/statm: 86343 62718 393 118 0 81302 0
[pid=14941/tid=14973] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 867495770 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
[pid=14941/tid=15002] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/15002/stat : 15002 (python) S 14939 14941 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867554430 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 1321408

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.56 5/215 15024
/proc/meminfo: memFree=30214300/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=320088 CPUtime=5.38 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 18758 931 1 0 514 24 0 0 20 0 3 0 867495194 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14941/statm: 80022 12327 1870 364 0 15937 0
[pid=14972] ppid=14941 vsize=309832 CPUtime=0.68 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 1197 0 0 0 40 28 0 0 19 0 2 0 867495770 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14972/statm: 77458 10868 414 364 0 13376 0
[pid=14974] ppid=14972 vsize=36272 CPUtime=585.97 cores=4,6
/proc/14974/stat : 14974 (lingeling) T 14972 14974 14974 0 -1 4202496 24412 0 0 0 58595 2 0 0 25 0 1 0 867495770 37142528 8238 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328262 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/14974/statm: 9068 8238 129 39 0 8148 0
[pid=14972/tid=15000] ppid=14941 vsize=309832 CPUtime=0 cores=4,6
/proc/14972/task/15000/stat : 15000 (python) S 14941 14941 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554429 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 6 0 0 0
[pid=15001] ppid=14941 vsize=309844 CPUtime=0.66 cores=4,6
/proc/15001/stat : 15001 (python) S 14941 14941 12976 0 -1 4202560 1014 0 0 0 37 29 0 0 15 0 1 0 867554430 317280256 10823 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256582 0 0 16781312 514 8183946524808413441 0 0 17 4 0 0 0
/proc/15001/statm: 77461 10823 370 364 0 13376 0
[pid=15003] ppid=15001 vsize=296648 CPUtime=469.4 cores=4,6
/proc/15003/stat : 15003 (cryptominisat-2) R 15001 15003 15003 0 -1 4202496 242999 0 0 0 46897 43 0 0 25 0 1 0 867554430 303767552 65289 33554432000 4194304 4677096 140735723961552 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15003/statm: 74162 65289 393 118 0 69121 0
[pid=14941/tid=14973] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 867495770 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
[pid=14941/tid=15002] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/15002/stat : 15002 (python) S 14939 14941 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867554430 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1272684

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.59 5/215 15028
/proc/meminfo: memFree=30184000/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=320088 CPUtime=5.38 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 18758 931 1 0 514 24 0 0 20 0 3 0 867495194 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14941/statm: 80022 12327 1870 364 0 15937 0
[pid=14972] ppid=14941 vsize=309832 CPUtime=0.68 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 1197 0 0 0 40 28 0 0 19 0 2 0 867495770 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14972/statm: 77458 10868 414 364 0 13376 0
[pid=14974] ppid=14972 vsize=36272 CPUtime=585.97 cores=4,6
/proc/14974/stat : 14974 (lingeling) T 14972 14974 14974 0 -1 4202496 24412 0 0 0 58595 2 0 0 25 0 1 0 867495770 37142528 8238 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328262 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/14974/statm: 9068 8238 129 39 0 8148 0
[pid=14972/tid=15000] ppid=14941 vsize=309832 CPUtime=0 cores=4,6
/proc/14972/task/15000/stat : 15000 (python) S 14941 14941 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554429 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 6 0 0 0
[pid=15001] ppid=14941 vsize=309844 CPUtime=0.74 cores=4,6
/proc/15001/stat : 15001 (python) S 14941 14941 12976 0 -1 4202560 1014 0 0 0 41 33 0 0 15 0 1 0 867554430 317280256 10823 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256582 0 0 16781312 514 16198621026907554049 0 0 17 4 0 0 0
/proc/15001/statm: 77461 10823 370 364 0 13376 0
[pid=15003] ppid=15001 vsize=369088 CPUtime=529.34 cores=4,6
/proc/15003/stat : 15003 (cryptominisat-2) R 15001 15003 15003 0 -1 4202496 265405 0 0 0 52886 48 0 0 25 0 1 0 867554430 377946112 67675 33554432000 4194304 4677096 140735723961552 18446744073709551615 4334324 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15003/statm: 92272 67675 393 118 0 87231 0
[pid=14941/tid=14973] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 867495770 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
[pid=14941/tid=15002] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/15002/stat : 15002 (python) S 14939 14941 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867554430 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1345124

[startup+1182.31 s]
/proc/loadavg: 4.00 3.96 3.61 5/215 15030
/proc/meminfo: memFree=30101440/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=320088 CPUtime=5.38 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 18758 931 1 0 514 24 0 0 20 0 3 0 867495194 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14941/statm: 80022 12327 1870 364 0 15937 0
[pid=14972] ppid=14941 vsize=309832 CPUtime=0.68 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 1197 0 0 0 40 28 0 0 19 0 2 0 867495770 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14972/statm: 77458 10868 414 364 0 13376 0
[pid=14974] ppid=14972 vsize=36272 CPUtime=585.97 cores=4,6
/proc/14974/stat : 14974 (lingeling) T 14972 14974 14974 0 -1 4202496 24412 0 0 0 58595 2 0 0 25 0 1 0 867495770 37142528 8238 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328262 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/14974/statm: 9068 8238 129 39 0 8148 0
[pid=14972/tid=15000] ppid=14941 vsize=309832 CPUtime=0 cores=4,6
/proc/14972/task/15000/stat : 15000 (python) S 14941 14941 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554429 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 6 0 0 0
[pid=15001] ppid=14941 vsize=309844 CPUtime=0.83 cores=4,6
/proc/15001/stat : 15001 (python) S 14941 14941 12976 0 -1 4202560 1014 0 0 0 46 37 0 0 15 0 1 0 867554430 317280256 10823 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256582 0 0 16781312 514 16198621026907554049 0 0 17 4 0 0 0
/proc/15001/statm: 77461 10823 370 364 0 13376 0
[pid=15003] ppid=15001 vsize=427144 CPUtime=589.27 cores=4,6
/proc/15003/stat : 15003 (cryptominisat-2) R 15001 15003 15003 0 -1 4202496 295821 0 0 0 58875 52 0 0 25 0 1 0 867554430 437395456 82107 33554432000 4194304 4677096 140735723961552 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15003/statm: 106786 82107 393 118 0 101745 0
[pid=14941/tid=14973] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 867495770 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
[pid=14941/tid=15002] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/15002/stat : 15002 (python) S 14939 14941 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867554430 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1182.13
Current children cumulated vsize (KiB) 1403180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.00 3.97 3.62 3/198 15032
/proc/meminfo: memFree=30910400/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=320088 CPUtime=5.38 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 18758 931 1 0 514 24 0 0 20 0 3 0 867495194 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14941/statm: 80022 12327 1870 364 0 15937 0
[pid=14972] ppid=14941 vsize=309832 CPUtime=0.68 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 1197 0 0 0 40 28 0 0 19 0 2 0 867495770 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14972/statm: 77458 10868 414 364 0 13376 0
[pid=14974] ppid=14972 vsize=36272 CPUtime=585.97 cores=4,6
/proc/14974/stat : 14974 (lingeling) T 14972 14974 14974 0 -1 4202496 24412 0 0 0 58595 2 0 0 25 0 1 0 867495770 37142528 8238 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328262 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/14974/statm: 9068 8238 129 39 0 8148 0
[pid=14972/tid=15000] ppid=14941 vsize=309832 CPUtime=0 cores=4,6
/proc/14972/task/15000/stat : 15000 (python) S 14941 14941 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554429 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 6 0 0 0
[pid=15001] ppid=14941 vsize=309844 CPUtime=0.85 cores=4,6
/proc/15001/stat : 15001 (python) S 14941 14941 12976 0 -1 4202560 1014 0 0 0 47 38 0 0 15 0 1 0 867554430 317280256 10823 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256582 0 0 16781312 514 16198621026907554049 0 0 17 4 0 0 0
/proc/15001/statm: 77461 10823 370 364 0 13376 0
[pid=15003] ppid=15001 vsize=427144 CPUtime=607.15 cores=4,6
/proc/15003/stat : 15003 (cryptominisat-2) R 15001 15003 15003 0 -1 4202496 295821 0 0 0 60663 52 0 0 25 0 1 0 867554430 437395456 82107 33554432000 4194304 4677096 140735723961552 18446744073709551615 4454464 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15003/statm: 106786 82107 393 118 0 101745 0
[pid=14941/tid=14973] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 867495770 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
[pid=14941/tid=15002] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/15002/stat : 15002 (python) S 14939 14941 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867554430 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1403180

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.00 3.97 3.62 3/198 15032
/proc/meminfo: memFree=30910400/32951124 swapFree=67062492/67111528
[pid=14941] ppid=14939 vsize=320088 CPUtime=5.38 cores=4,6
/proc/14941/stat : 14941 (python) S 14939 14941 12976 0 -1 4202496 18758 931 1 0 514 24 0 0 20 0 3 0 867495194 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14941/statm: 80022 12327 1870 364 0 15937 0
[pid=14972] ppid=14941 vsize=309832 CPUtime=0.68 cores=4,6
/proc/14972/stat : 14972 (python) S 14941 14941 12976 0 -1 4202560 1197 0 0 0 40 28 0 0 19 0 2 0 867495770 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14972/statm: 77458 10868 414 364 0 13376 0
[pid=14974] ppid=14972 vsize=36272 CPUtime=585.97 cores=4,6
/proc/14974/stat : 14974 (lingeling) T 14972 14974 14974 0 -1 4202496 24412 0 0 0 58595 2 0 0 25 0 1 0 867495770 37142528 8238 33554432000 4194304 4352236 140737139914176 18446744073709551615 4328262 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/14974/statm: 9068 8238 129 39 0 8148 0
[pid=14972/tid=15000] ppid=14941 vsize=309832 CPUtime=0 cores=4,6
/proc/14972/task/15000/stat : 15000 (python) S 14941 14941 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554429 317267968 10868 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 514 18446604453946022656 0 0 -1 6 0 0 0
[pid=15001] ppid=14941 vsize=309844 CPUtime=0.85 cores=4,6
/proc/15001/stat : 15001 (python) S 14941 14941 12976 0 -1 4202560 1014 0 0 0 47 38 0 0 15 0 1 0 867554430 317280256 10823 33554432000 4194304 5683644 140736035230896 18446744073709551615 220816256582 0 0 16781312 514 16198621026907554049 0 0 17 4 0 0 0
/proc/15001/statm: 77461 10823 370 364 0 13376 0
[pid=15003] ppid=15001 vsize=427144 CPUtime=607.15 cores=4,6
/proc/15003/stat : 15003 (cryptominisat-2) R 15001 15003 15003 0 -1 4202496 295821 0 0 0 60663 52 0 0 25 0 1 0 867554430 437395456 82107 33554432000 4194304 4677096 140735723961552 18446744073709551615 4454464 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15003/statm: 106786 82107 393 118 0 101745 0
[pid=14941/tid=14973] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/14973/stat : 14973 (python) S 14939 14941 12976 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 867495770 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 4 0 0 0
[pid=14941/tid=15002] ppid=14939 vsize=320088 CPUtime=0 cores=4,6
/proc/14941/task/15002/stat : 15002 (python) S 14939 14941 12976 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 867554430 327770112 12327 33554432000 4194304 5683644 140736035230896 18446744073709551615 220828060081 0 0 16781312 2 18446604453928699904 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1403180

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14941 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=146217
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=245962
# CPU time returned by wait4() is 5.39218
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1198.59
CPU system time (s): 1.44
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 1403180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.14622
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19689
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= 29462
involuntary context switches= 38

runsolver used 2.20466 second user time and 4.42433 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 02:06:33
IDJOB=3484613
IDBENCH=83134
IDSOLVER=1976
FILE ID=node147/3484613-1307750792
RUNJOBID= node147-1307750792-14893
PBS_JOBID= 13550813
Free space on /tmp= 74036 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-bottom17.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-3484613-1307750792/watcher-3484613-1307750792 -o /tmp/evaluation-result-3484613-1307750792/solver-3484613-1307750792 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484613-1307750792.cnf -seed 234963286 -budget 1200

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=234963286

node147.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.836
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      31885780 kB
Buffers:        112064 kB
Cached:         789520 kB
SwapCached:      10296 kB
Active:         340576 kB
Inactive:       580968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31885780 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          136612 kB
Writeback:           0 kB
AnonPages:       17928 kB
Mapped:          11844 kB
Slab:            79264 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   179304 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 node147 at 2011-06-11 02:26:35