Trace number 3484608

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.09 1200.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

Solver Data

0.50/0.95	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.50/0.95	c INFO: solving HOME/instance-3484608-1307750780.cnf
0.50/0.95	c INFO: computing task features
0.70/1.16	c INFO: computed variable-clause graph statistics
0.70/1.17	c INFO: computed clause balance statistics
1.99/2.40	c INFO: computed variable balance statistics
2.69/3.32	c INFO: computed small-clause counts
2.69/3.33	c INFO: computed Horn-clause counts
2.69/4.03	c INFO: computed variable graph statistics
2.69/4.03	c INFO: collected features for HOME/instance-3484608-1307750780.cnf in 3.08 s
2.69/4.04	c INFO: running lingeling-276@0 for 582 with 1196 remaining (b = 0.58)
590.57/590.71	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-3484608-1307750780/watcher-3484608-1307750780 -o /tmp/evaluation-result-3484608-1307750780/solver-3484608-1307750780 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484608-1307750780.cnf -seed 1737324433 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.77 2.17 2.92 6/174 15643
/proc/meminfo: memFree=30853304/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=15184 CPUtime=0 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 725 0 0 0 0 0 0 0 17 0 1 0 886676030 15548416 614 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/15643/statm: 3796 614 321 364 0 283 0

[startup+0.0972341 s]
/proc/loadavg: 1.77 2.17 2.92 6/174 15643
/proc/meminfo: memFree=30853304/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=84528 CPUtime=0.05 cores=1,3
/proc/15643/stat : 15643 (python) R 15641 15643 13569 0 -1 4202496 2177 0 0 0 4 1 0 0 17 0 1 0 886676030 86556672 1926 33554432000 4194304 5683644 140735672712160 18446744073709551615 228117751697 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15643/statm: 21132 1927 552 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84528

[startup+0.100234 s]
/proc/loadavg: 1.77 2.17 2.92 6/174 15643
/proc/meminfo: memFree=30853304/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=84476 CPUtime=0.05 cores=1,3
/proc/15643/stat : 15643 (python) R 15641 15643 13569 0 -1 4202496 2400 0 0 0 4 1 0 0 17 0 1 0 886676030 86503424 2127 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/15643/statm: 21119 2127 707 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.300169 s]
/proc/loadavg: 1.77 2.17 2.92 6/174 15643
/proc/meminfo: memFree=30853304/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=131296 CPUtime=0.19 cores=1,3
/proc/15643/stat : 15643 (python) R 15641 15643 13569 0 -1 4202496 5708 931 1 0 13 6 0 0 17 0 1 0 886676030 134447104 4098 33554432000 4194304 5683644 140735672712160 18446744073709551615 4306352 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15643/statm: 32824 4098 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 131296

[startup+0.701102 s]
/proc/loadavg: 1.77 2.17 2.92 6/174 15643
/proc/meminfo: memFree=30853304/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=198920 CPUtime=0.38 cores=1,3
/proc/15643/stat : 15643 (python) R 15641 15643 13569 0 -1 4202496 7026 931 1 0 21 17 0 0 16 0 1 0 886676030 203694080 5053 33554432000 4194304 5683644 140735672712160 18446744073709551615 47849511658672 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15643/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 198920

[startup+1.50095 s]
/proc/loadavg: 1.77 2.17 2.92 6/190 15687
/proc/meminfo: memFree=30737608/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=294212 CPUtime=1.09 cores=1,3
/proc/15643/stat : 15643 (python) R 15641 15643 13569 0 -1 4202496 15030 931 1 0 86 23 0 0 16 0 1 0 886676030 301273088 10937 33554432000 4194304 5683644 140735672712160 18446744073709551615 47849518694720 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15643/statm: 73553 10937 1826 364 0 9477 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 294212

[startup+3.10066 s]
/proc/loadavg: 1.77 2.17 2.92 5/190 15687
/proc/meminfo: memFree=30595732/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=294212 CPUtime=2.69 cores=1,3
/proc/15643/stat : 15643 (python) R 15641 15643 13569 0 -1 4202496 15031 931 1 0 246 23 0 0 18 0 1 0 886676030 301273088 10938 33554432000 4194304 5683644 140735672712160 18446744073709551615 47849511398701 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15643/statm: 73553 10938 1827 364 0 9477 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 294212

[startup+6.30108 s]
/proc/loadavg: 2.35 2.29 2.95 5/193 15691
/proc/meminfo: memFree=30586160/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 886676434 300216320 9200 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 16875973245348577544 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9200 353 364 0 9213 0
[pid=15691] ppid=15689 vsize=10504 CPUtime=2.23 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 3430 0 0 0 223 0 0 0 25 0 1 0 886676434 10756096 1795 33554432000 4194304 4352236 140737232711664 18446744073709551615 4231147 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 2626 1795 128 39 0 1706 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 607108

[startup+12.7009 s]
/proc/loadavg: 2.48 2.32 2.95 5/196 15694
/proc/meminfo: memFree=30575144/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 886676434 300216320 9223 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 16875973245348577544 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9223 376 364 0 9213 0
[pid=15691] ppid=15689 vsize=11512 CPUtime=8.63 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 3682 0 0 0 863 0 0 0 25 0 1 0 886676434 11788288 2047 33554432000 4194304 4352236 140737232711664 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 2878 2047 128 39 0 1958 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 608116

[startup+25.5006 s]
/proc/loadavg: 2.81 2.40 2.97 5/202 15700
/proc/meminfo: memFree=30501576/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0.01 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 889 0 0 0 1 0 0 0 18 0 1 0 886676434 300216320 9223 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9223 376 364 0 9213 0
[pid=15691] ppid=15689 vsize=15500 CPUtime=21.42 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 4679 0 0 0 2142 0 0 0 25 0 1 0 886676434 15872000 3044 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328447 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 3875 3044 128 39 0 2955 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 612104

[startup+51.101 s]
/proc/loadavg: 3.27 2.54 3.00 5/202 15701
/proc/meminfo: memFree=30498700/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0.05 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 903 0 0 0 3 2 0 0 18 0 1 0 886676434 300216320 9223 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9223 376 364 0 9213 0
[pid=15691] ppid=15689 vsize=18316 CPUtime=47 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 5383 0 0 0 4700 0 0 0 25 0 1 0 886676434 18755584 3748 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 4579 3748 128 39 0 3659 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 614920

[startup+102.301 s]
/proc/loadavg: 3.68 2.76 3.05 5/202 15702
/proc/meminfo: memFree=30493836/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0.11 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 924 0 0 0 5 6 0 0 18 0 1 0 886676434 300216320 9223 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9223 376 364 0 9213 0
[pid=15691] ppid=15689 vsize=21388 CPUtime=98.17 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 9223 0 0 0 9816 1 0 0 25 0 1 0 886676434 21901312 4516 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 5347 4516 128 39 0 4427 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 617992

[startup+162.301 s]
/proc/loadavg: 3.88 2.99 3.11 5/210 15712
/proc/meminfo: memFree=29359584/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0.19 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 943 0 0 0 9 10 0 0 18 0 1 0 886676434 300216320 9223 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9223 376 364 0 9213 0
[pid=15691] ppid=15689 vsize=28048 CPUtime=158.11 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 12424 0 0 0 15810 1 0 0 25 0 1 0 886676434 28721152 6181 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328377 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 7012 6181 128 39 0 6092 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 624652

[startup+222.307 s]
/proc/loadavg: 4.03 3.18 3.17 5/210 15713
/proc/meminfo: memFree=29249416/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=303424 CPUtime=3.63 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 15316 931 1 0 340 23 0 0 22 0 2 0 886676030 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 75856 10718 1867 364 0 11774 0
[pid=15689] ppid=15643 vsize=293180 CPUtime=0.26 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 962 0 0 0 13 13 0 0 18 0 1 0 886676434 300216320 9223 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734095 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15689/statm: 73295 9223 376 364 0 9213 0
[pid=15691] ppid=15689 vsize=28048 CPUtime=218.05 cores=1,3
/proc/15691/stat : 15691 (lingeling) R 15689 15691 15691 0 -1 4202496 15880 0 0 0 21804 1 0 0 25 0 1 0 886676434 28721152 6181 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15691/statm: 7012 6181 128 39 0 6092 0
[pid=15643/tid=15690] ppid=15641 vsize=303424 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 2 0 886676434 310706176 10718 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 624652

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

[pid=15725] ppid=15643 vsize=303436 CPUtime=0.57 cores=1,3
/proc/15725/stat : 15725 (python) S 15643 15643 13569 0 -1 4202560 986 0 0 0 28 29 0 0 15 0 1 0 886735101 310718464 9221 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734150 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15725/statm: 75859 9221 370 364 0 11774 0
[pid=15727] ppid=15725 vsize=206364 CPUtime=411.09 cores=1,3
/proc/15727/stat : 15727 (cryptominisat-2) R 15725 15727 15727 0 -1 4202496 142875 0 0 0 41081 28 0 0 25 0 1 0 886735102 211316736 45042 33554432000 4194304 4677096 140736400574992 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15727/statm: 51591 45042 393 118 0 46550 0
[pid=15643/tid=15690] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 3 0 886676434 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
[pid=15643/tid=15726] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15726/stat : 15726 (python) S 15641 15643 13569 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 3 0 886735101 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 1161112

[startup+1062.3 s]
/proc/loadavg: 4.03 3.97 3.65 5/218 15744
/proc/meminfo: memFree=27830700/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=313680 CPUtime=3.64 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 16132 931 1 0 341 23 0 0 20 0 3 0 886676030 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 78420 10725 1870 364 0 14335 0
[pid=15689] ppid=15643 vsize=303424 CPUtime=0.76 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 1189 0 0 0 39 37 0 0 19 0 2 0 886676434 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15689/statm: 75856 9266 414 364 0 11774 0
[pid=15691] ppid=15689 vsize=34208 CPUtime=586.18 cores=1,3
/proc/15691/stat : 15691 (lingeling) T 15689 15691 15691 0 -1 4202496 47372 0 0 0 58614 4 0 0 25 0 1 0 886676434 35028992 7721 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15691/statm: 8552 7721 128 39 0 7632 0
[pid=15689/tid=15724] ppid=15643 vsize=303424 CPUtime=0 cores=1,3
/proc/15689/task/15724/stat : 15724 (python) S 15643 15643 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886735101 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 514 18446604456841936960 0 0 -1 3 0 0 0
[pid=15725] ppid=15643 vsize=303436 CPUtime=0.65 cores=1,3
/proc/15725/stat : 15725 (python) S 15643 15643 13569 0 -1 4202560 986 0 0 0 32 33 0 0 15 0 1 0 886735101 310718464 9221 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734150 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15725/statm: 75859 9221 370 364 0 11774 0
[pid=15727] ppid=15725 vsize=255752 CPUtime=471.03 cores=1,3
/proc/15727/stat : 15727 (cryptominisat-2) R 15725 15727 15727 0 -1 4202496 149063 0 0 0 47073 30 0 0 25 0 1 0 886735102 261890048 41873 33554432000 4194304 4677096 140736400574992 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15727/statm: 63938 41873 393 118 0 58897 0
[pid=15643/tid=15690] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 3 0 886676434 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
[pid=15643/tid=15726] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15726/stat : 15726 (python) S 15641 15643 13569 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 3 0 886735101 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1210500

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.67 5/218 15745
/proc/meminfo: memFree=27824792/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=313680 CPUtime=3.64 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 16132 931 1 0 341 23 0 0 20 0 3 0 886676030 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 78420 10725 1870 364 0 14335 0
[pid=15689] ppid=15643 vsize=303424 CPUtime=0.76 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 1189 0 0 0 39 37 0 0 19 0 2 0 886676434 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15689/statm: 75856 9266 414 364 0 11774 0
[pid=15691] ppid=15689 vsize=34208 CPUtime=586.18 cores=1,3
/proc/15691/stat : 15691 (lingeling) T 15689 15691 15691 0 -1 4202496 47372 0 0 0 58614 4 0 0 25 0 1 0 886676434 35028992 7721 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15691/statm: 8552 7721 128 39 0 7632 0
[pid=15689/tid=15724] ppid=15643 vsize=303424 CPUtime=0 cores=1,3
/proc/15689/task/15724/stat : 15724 (python) S 15643 15643 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886735101 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 514 18446604456841936960 0 0 -1 3 0 0 0
[pid=15725] ppid=15643 vsize=303436 CPUtime=0.74 cores=1,3
/proc/15725/stat : 15725 (python) S 15643 15643 13569 0 -1 4202560 986 0 0 0 37 37 0 0 15 0 1 0 886735101 310718464 9221 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734150 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15725/statm: 75859 9221 370 364 0 11774 0
[pid=15727] ppid=15725 vsize=207492 CPUtime=530.95 cores=1,3
/proc/15727/stat : 15727 (cryptominisat-2) R 15725 15727 15727 0 -1 4202496 162876 0 0 0 53062 33 0 0 25 0 1 0 886735102 212471808 45909 33554432000 4194304 4677096 140736400574992 18446744073709551615 228122410683 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15727/statm: 51873 45909 393 118 0 46832 0
[pid=15643/tid=15690] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 3 0 886676434 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
[pid=15643/tid=15726] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15726/stat : 15726 (python) S 15641 15643 13569 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 3 0 886735101 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 1162240

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/218 15747
/proc/meminfo: memFree=27739040/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=313680 CPUtime=3.64 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 16132 931 1 0 341 23 0 0 20 0 3 0 886676030 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 78420 10725 1870 364 0 14335 0
[pid=15689] ppid=15643 vsize=303424 CPUtime=0.76 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 1189 0 0 0 39 37 0 0 19 0 2 0 886676434 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15689/statm: 75856 9266 414 364 0 11774 0
[pid=15691] ppid=15689 vsize=34208 CPUtime=586.18 cores=1,3
/proc/15691/stat : 15691 (lingeling) T 15689 15691 15691 0 -1 4202496 47372 0 0 0 58614 4 0 0 25 0 1 0 886676434 35028992 7721 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15691/statm: 8552 7721 128 39 0 7632 0
[pid=15689/tid=15724] ppid=15643 vsize=303424 CPUtime=0 cores=1,3
/proc/15689/task/15724/stat : 15724 (python) S 15643 15643 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886735101 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 514 18446604456841936960 0 0 -1 3 0 0 0
[pid=15725] ppid=15643 vsize=303436 CPUtime=0.81 cores=1,3
/proc/15725/stat : 15725 (python) S 15643 15643 13569 0 -1 4202560 986 0 0 0 41 40 0 0 15 0 1 0 886735101 310718464 9221 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734150 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15725/statm: 75859 9221 370 364 0 11774 0
[pid=15727] ppid=15725 vsize=217496 CPUtime=590.88 cores=1,3
/proc/15727/stat : 15727 (cryptominisat-2) R 15725 15727 15727 0 -1 4202496 171510 0 0 0 59052 36 0 0 25 0 1 0 886735102 222715904 47126 33554432000 4194304 4677096 140736400574992 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15727/statm: 54374 47126 393 118 0 49333 0
[pid=15643/tid=15690] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 3 0 886676434 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
[pid=15643/tid=15726] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15726/stat : 15726 (python) S 15641 15643 13569 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 3 0 886735101 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1172244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.1 s]
/proc/loadavg: 4.00 3.97 3.69 4/209 15748
/proc/meminfo: memFree=28253296/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=313680 CPUtime=3.64 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 16132 931 1 0 341 23 0 0 20 0 3 0 886676030 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 78420 10725 1870 364 0 14335 0
[pid=15689] ppid=15643 vsize=303424 CPUtime=0.76 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 1189 0 0 0 39 37 0 0 19 0 2 0 886676434 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15689/statm: 75856 9266 414 364 0 11774 0
[pid=15691] ppid=15689 vsize=34208 CPUtime=586.18 cores=1,3
/proc/15691/stat : 15691 (lingeling) T 15689 15691 15691 0 -1 4202496 47372 0 0 0 58614 4 0 0 25 0 1 0 886676434 35028992 7721 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15691/statm: 8552 7721 128 39 0 7632 0
[pid=15689/tid=15724] ppid=15643 vsize=303424 CPUtime=0 cores=1,3
/proc/15689/task/15724/stat : 15724 (python) S 15643 15643 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886735101 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 514 18446604456841936960 0 0 -1 3 0 0 0
[pid=15725] ppid=15643 vsize=303436 CPUtime=0.83 cores=1,3
/proc/15725/stat : 15725 (python) S 15643 15643 13569 0 -1 4202560 986 0 0 0 42 41 0 0 15 0 1 0 886735101 310718464 9221 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734150 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15725/statm: 75859 9221 370 364 0 11774 0
[pid=15727] ppid=15725 vsize=217536 CPUtime=608.68 cores=1,3
/proc/15727/stat : 15727 (cryptominisat-2) R 15725 15727 15727 0 -1 4202496 175536 0 0 0 60831 37 0 0 25 0 1 0 886735102 222756864 46519 33554432000 4194304 4677096 140736400574992 18446744073709551615 4319588 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15727/statm: 54384 46519 393 118 0 49343 0
[pid=15643/tid=15690] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 3 0 886676434 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
[pid=15643/tid=15726] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15726/stat : 15726 (python) S 15641 15643 13569 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 3 0 886735101 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1172284

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

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

[startup+1200.1 s]
/proc/loadavg: 4.00 3.97 3.69 4/209 15748
/proc/meminfo: memFree=28253296/32951124 swapFree=67051744/67111528
[pid=15643] ppid=15641 vsize=313680 CPUtime=3.64 cores=1,3
/proc/15643/stat : 15643 (python) S 15641 15643 13569 0 -1 4202496 16132 931 1 0 341 23 0 0 20 0 3 0 886676030 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15643/statm: 78420 10725 1870 364 0 14335 0
[pid=15689] ppid=15643 vsize=303424 CPUtime=0.76 cores=1,3
/proc/15689/stat : 15689 (python) S 15643 15643 13569 0 -1 4202560 1189 0 0 0 39 37 0 0 19 0 2 0 886676434 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15689/statm: 75856 9266 414 364 0 11774 0
[pid=15691] ppid=15689 vsize=34208 CPUtime=586.18 cores=1,3
/proc/15691/stat : 15691 (lingeling) T 15689 15691 15691 0 -1 4202496 47372 0 0 0 58614 4 0 0 25 0 1 0 886676434 35028992 7721 33554432000 4194304 4352236 140737232711664 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15691/statm: 8552 7721 128 39 0 7632 0
[pid=15689/tid=15724] ppid=15643 vsize=303424 CPUtime=0 cores=1,3
/proc/15689/task/15724/stat : 15724 (python) S 15643 15643 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886735101 310706176 9266 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 514 18446604456841936960 0 0 -1 3 0 0 0
[pid=15725] ppid=15643 vsize=303436 CPUtime=0.83 cores=1,3
/proc/15725/stat : 15725 (python) S 15643 15643 13569 0 -1 4202560 986 0 0 0 42 41 0 0 15 0 1 0 886735101 310718464 9221 33554432000 4194304 5683644 140735672712160 18446744073709551615 228122734150 0 0 16781312 514 15138287197452468488 0 0 17 1 0 0 0
/proc/15725/statm: 75859 9221 370 364 0 11774 0
[pid=15727] ppid=15725 vsize=217536 CPUtime=608.68 cores=1,3
/proc/15727/stat : 15727 (cryptominisat-2) R 15725 15727 15727 0 -1 4202496 175536 0 0 0 60831 37 0 0 25 0 1 0 886735102 222756864 46519 33554432000 4194304 4677096 140736400574992 18446744073709551615 4319588 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15727/statm: 54384 46519 393 118 0 49343 0
[pid=15643/tid=15690] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15690/stat : 15690 (python) S 15641 15643 13569 0 -1 4202560 31 931 0 0 0 0 0 0 22 0 3 0 886676434 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 3 0 0 0
[pid=15643/tid=15726] ppid=15641 vsize=313680 CPUtime=0 cores=1,3
/proc/15643/task/15726/stat : 15726 (python) S 15641 15643 13569 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 3 0 886735101 321208320 10725 33554432000 4194304 5683644 140735672712160 18446744073709551615 228134537649 0 0 16781312 2 18446604471116003328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1172284

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15643 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=411481
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=243962
# CPU time returned by wait4() is 3.65544
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.13
CPU time (s): 1200.09
CPU user time (s): 1198.67
CPU system time (s): 1.42
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 1239664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.41148
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17063
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= 26995
involuntary context switches= 74

runsolver used 1.9747 second user time and 4.69829 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 02:06:20
IDJOB=3484608
IDBENCH=83125
IDSOLVER=1976
FILE ID=node138/3484608-1307750780
RUNJOBID= node138-1307750780-15614
PBS_JOBID= 13550821
Free space on /tmp= 74080 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-bottom14.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-3484608-1307750780/watcher-3484608-1307750780 -o /tmp/evaluation-result-3484608-1307750780/solver-3484608-1307750780 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484608-1307750780.cnf -seed 1737324433 -budget 1200

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=1737324433

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30853608 kB
Buffers:        256440 kB
Cached:        1626696 kB
SwapCached:      13468 kB
Active:         560540 kB
Inactive:      1341276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30853608 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          140540 kB
Writeback:           0 kB
AnonPages:       15576 kB
Mapped:           8712 kB
Slab:           130924 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189732 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= 73964 MiB
End job on node138 at 2011-06-11 02:26:23