Trace number 3484616

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.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.55/0.99	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/0.99	c INFO: solving HOME/instance-3484616-1307750807.cnf
0.55/0.99	c INFO: computing task features
0.72/1.18	c INFO: computed variable-clause graph statistics
1.11/1.86	c INFO: computed clause balance statistics
1.72/2.12	c INFO: computed variable balance statistics
2.11/2.57	c INFO: computed small-clause counts
2.11/2.57	c INFO: computed Horn-clause counts
2.22/2.61	c INFO: computed variable graph statistics
2.22/2.61	c INFO: collected features for HOME/instance-3484616-1307750807.cnf in 1.62 s
2.22/2.62	c INFO: running lingeling-276@0 for 582 with 1198 remaining (b = 0.57)
588.94/589.31	c INFO: running cryptominisat-2.9.0@0 for 612 with 612 remaining (b = 0.50)

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-3484616-1307750807/watcher-3484616-1307750807 -o /tmp/evaluation-result-3484616-1307750807/solver-3484616-1307750807 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484616-1307750807.cnf -seed 282623589 -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: 0.94 1.49 2.57 4/188 16487
/proc/meminfo: memFree=31690472/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=15188 CPUtime=0 cores=0,2
/proc/16487/stat : 16487 (python) R 16485 16487 15206 0 -1 4202496 717 0 0 0 0 0 0 0 20 0 1 0 886678900 15552512 607 33554432000 4194304 5683644 140734257823024 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 3797 608 319 364 0 284 0

[startup+0.0949949 s]
/proc/loadavg: 0.94 1.49 2.57 4/188 16487
/proc/meminfo: memFree=31690472/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=38900 CPUtime=0.05 cores=0,2
/proc/16487/stat : 16487 (python) R 16485 16487 15206 0 -1 4202496 1665 0 0 0 3 2 0 0 17 0 1 0 886678900 39833600 1490 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38900

[startup+0.100977 s]
/proc/loadavg: 0.94 1.49 2.57 4/188 16487
/proc/meminfo: memFree=31690472/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=43616 CPUtime=0.06 cores=0,2
/proc/16487/stat : 16487 (python) R 16485 16487 15206 0 -1 4202496 1880 0 0 0 4 2 0 0 17 0 1 0 886678900 44662784 1653 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 10904 1653 467 364 0 1169 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43616

[startup+0.300854 s]
/proc/loadavg: 0.94 1.49 2.57 4/188 16487
/proc/meminfo: memFree=31690472/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=124232 CPUtime=0.19 cores=0,2
/proc/16487/stat : 16487 (python) R 16485 16487 15206 0 -1 4202496 4470 465 1 0 9 10 0 0 18 0 1 0 886678900 127213568 3890 33554432000 4194304 5683644 140734257823024 18446744073709551615 5158128 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 31058 3890 997 364 0 2869 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 124232

[startup+0.700872 s]
/proc/loadavg: 0.94 1.49 2.57 4/188 16487
/proc/meminfo: memFree=31690472/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=156688 CPUtime=0.41 cores=0,2
/proc/16487/stat : 16487 (python) D 16485 16487 15206 0 -1 4202496 6397 933 1 0 18 23 0 0 16 0 1 0 886678900 160448512 4500 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516832256 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 39172 4500 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 156688

[startup+1.5007 s]
/proc/loadavg: 0.94 1.49 2.57 7/191 16509
/proc/meminfo: memFree=31601852/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=288956 CPUtime=1.11 cores=0,2
/proc/16487/stat : 16487 (python) R 16485 16487 15206 0 -1 4202496 13179 933 1 0 81 30 0 0 16 0 1 0 886678900 295890944 9624 33554432000 4194304 5683644 140734257823024 18446744073709551615 5014064 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16487/statm: 72239 9624 1826 364 0 8163 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 288956

[startup+3.10037 s]
/proc/loadavg: 1.74 1.64 2.61 5/197 16515
/proc/meminfo: memFree=31535960/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 293704
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 1.74 1.64 2.61 5/200 16518
/proc/meminfo: memFree=31529604/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 886679162 291143680 6806 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 4085357777965252868 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6806 355 364 0 6998 0
[pid=16518] ppid=16516 vsize=11316 CPUtime=3.66 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 3043 0 0 0 366 0 0 0 25 0 1 0 886679162 11587584 2014 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 2829 2014 129 39 0 1909 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 589340

[startup+12.7007 s]
/proc/loadavg: 2.09 1.72 2.62 5/203 16521
/proc/meminfo: memFree=31507688/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 886679162 291143680 6829 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6829 378 364 0 6998 0
[pid=16518] ppid=16516 vsize=11968 CPUtime=10.04 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 3957 0 0 0 1004 0 0 0 25 0 1 0 886679162 12255232 2192 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 2992 2192 129 39 0 2072 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 589992

[startup+25.5003 s]
/proc/loadavg: 2.38 1.80 2.64 5/203 16522
/proc/meminfo: memFree=31504472/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0.02 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 898 0 0 0 1 1 0 0 18 0 1 0 886679162 291143680 6829 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6829 378 364 0 6998 0
[pid=16518] ppid=16516 vsize=16840 CPUtime=22.82 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 6071 0 0 0 2282 0 0 0 25 0 1 0 886679162 17244160 3410 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 4210 3410 129 39 0 3290 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 594864

[startup+51.1067 s]
/proc/loadavg: 3.07 2.00 2.68 5/203 16522
/proc/meminfo: memFree=31491968/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0.06 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 886679162 291143680 6829 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6829 378 364 0 6998 0
[pid=16518] ppid=16516 vsize=17996 CPUtime=48.4 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 12056 0 0 0 4839 1 0 0 25 0 1 0 886679162 18427904 3699 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 4499 3699 129 39 0 3579 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 596020

[startup+102.3 s]
/proc/loadavg: 3.69 2.34 2.76 5/203 16524
/proc/meminfo: memFree=31484252/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0.12 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 930 0 0 0 6 6 0 0 18 0 1 0 886679162 291143680 6829 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6829 378 364 0 6998 0
[pid=16518] ppid=16516 vsize=14808 CPUtime=99.54 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 16443 0 0 0 9952 2 0 0 25 0 1 0 886679162 15163392 2902 33554432000 4194304 4352236 140736388568336 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 3702 2902 129 39 0 2782 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 592832

[startup+162.3 s]
/proc/loadavg: 3.98 2.67 2.85 5/203 16525
/proc/meminfo: memFree=31472692/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0.2 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 949 0 0 0 11 9 0 0 18 0 1 0 886679162 291143680 6829 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6829 378 364 0 6998 0
[pid=16518] ppid=16516 vsize=21976 CPUtime=159.44 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 22203 0 0 0 15942 2 0 0 25 0 1 0 886679162 22503424 4694 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 5494 4694 129 39 0 4574 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 600000

[startup+222.3 s]
/proc/loadavg: 4.19 2.97 2.94 5/203 16527
/proc/meminfo: memFree=31466948/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=293704 CPUtime=2.23 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 13469 933 1 0 193 30 0 0 20 0 2 0 886678900 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 73426 8321 1867 364 0 9344 0
[pid=16516] ppid=16487 vsize=284320 CPUtime=0.28 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 966 0 0 0 15 13 0 0 18 0 1 0 886679162 291143680 6829 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854287 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16516/statm: 71080 6829 378 364 0 6998 0
[pid=16518] ppid=16516 vsize=22492 CPUtime=219.37 cores=0,2
/proc/16518/stat : 16518 (lingeling) R 16516 16518 16518 0 -1 4202496 27164 0 0 0 21934 3 0 0 25 0 1 0 886679162 23031808 4823 33554432000 4194304 4352236 140736388568336 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16518/statm: 5623 4823 129 39 0 4703 0
[pid=16487/tid=16517] ppid=16485 vsize=293704 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 2 0 886679162 300752896 8321 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.88

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

[pid=16547] ppid=16487 vsize=294620 CPUtime=0.69 cores=0,2
/proc/16547/stat : 16547 (python) S 16487 16487 15206 0 -1 4202560 1033 0 0 0 39 30 0 0 15 0 1 0 886737831 301690880 6828 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854342 0 0 16781312 514 4017395864740790532 0 0 17 0 0 0 0
/proc/16547/statm: 73655 6828 373 364 0 9570 0
[pid=16549] ppid=16547 vsize=115420 CPUtime=412.55 cores=0,2
/proc/16549/stat : 16549 (cryptominisat-2) R 16547 16549 16549 0 -1 4202496 147643 0 0 0 41217 38 0 0 25 0 1 0 886737831 118190080 21205 33554432000 4194304 4677096 140733799387296 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16549/statm: 28855 21205 392 118 0 23814 0
[pid=16487/tid=16517] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886679162 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
[pid=16487/tid=16548] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16548/stat : 16548 (python) S 16485 16487 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886737831 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 1043816

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.56 5/219 16565
/proc/meminfo: memFree=30673580/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=303960 CPUtime=2.25 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 14242 933 1 0 194 31 0 0 19 0 3 0 886678900 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 75990 8328 1870 364 0 11905 0
[pid=16516] ppid=16487 vsize=294564 CPUtime=0.77 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 1202 0 0 0 42 35 0 0 19 0 2 0 886679162 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16516/statm: 73641 6871 415 364 0 9559 0
[pid=16518] ppid=16516 vsize=35252 CPUtime=585.94 cores=0,2
/proc/16518/stat : 16518 (lingeling) T 16516 16518 16518 0 -1 4202496 60779 0 0 0 58585 9 0 0 25 0 1 0 886679162 36098048 7982 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16518/statm: 8813 7982 129 39 0 7893 0
[pid=16516/tid=16546] ppid=16487 vsize=294564 CPUtime=0 cores=0,2
/proc/16516/task/16546/stat : 16546 (python) S 16487 16487 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886737831 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=16547] ppid=16487 vsize=294620 CPUtime=0.8 cores=0,2
/proc/16547/stat : 16547 (python) S 16487 16487 15206 0 -1 4202560 1033 0 0 0 45 35 0 0 15 0 1 0 886737831 301690880 6828 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854342 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16547/statm: 73655 6828 373 364 0 9570 0
[pid=16549] ppid=16547 vsize=115960 CPUtime=472.5 cores=0,2
/proc/16549/stat : 16549 (cryptominisat-2) R 16547 16549 16549 0 -1 4202496 158108 0 0 0 47210 40 0 0 25 0 1 0 886737831 118743040 23236 33554432000 4194304 4677096 140733799387296 18446744073709551615 4362440 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16549/statm: 28990 23236 392 118 0 23949 0
[pid=16487/tid=16517] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886679162 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
[pid=16487/tid=16548] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16548/stat : 16548 (python) S 16485 16487 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886737831 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1044356

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.59 5/219 16567
/proc/meminfo: memFree=30656196/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=303960 CPUtime=2.25 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 14242 933 1 0 194 31 0 0 19 0 3 0 886678900 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 75990 8328 1870 364 0 11905 0
[pid=16516] ppid=16487 vsize=294564 CPUtime=0.77 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 1202 0 0 0 42 35 0 0 19 0 2 0 886679162 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16516/statm: 73641 6871 415 364 0 9559 0
[pid=16518] ppid=16516 vsize=35252 CPUtime=585.94 cores=0,2
/proc/16518/stat : 16518 (lingeling) T 16516 16518 16518 0 -1 4202496 60779 0 0 0 58585 9 0 0 25 0 1 0 886679162 36098048 7982 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16518/statm: 8813 7982 129 39 0 7893 0
[pid=16516/tid=16546] ppid=16487 vsize=294564 CPUtime=0 cores=0,2
/proc/16516/task/16546/stat : 16546 (python) S 16487 16487 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886737831 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=16547] ppid=16487 vsize=294620 CPUtime=0.9 cores=0,2
/proc/16547/stat : 16547 (python) S 16487 16487 15206 0 -1 4202560 1033 0 0 0 51 39 0 0 15 0 1 0 886737831 301690880 6828 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854342 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16547/statm: 73655 6828 373 364 0 9570 0
[pid=16549] ppid=16547 vsize=129800 CPUtime=532.46 cores=0,2
/proc/16549/stat : 16549 (cryptominisat-2) R 16547 16549 16549 0 -1 4202496 170566 0 0 0 53202 44 0 0 25 0 1 0 886737831 132915200 26412 33554432000 4194304 4677096 140733799387296 18446744073709551615 4320002 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16549/statm: 32450 26412 392 118 0 27409 0
[pid=16487/tid=16517] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886679162 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
[pid=16487/tid=16548] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16548/stat : 16548 (python) S 16485 16487 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886737831 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1058196

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.61 5/219 16569
/proc/meminfo: memFree=30602108/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=303960 CPUtime=2.25 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 14242 933 1 0 194 31 0 0 19 0 3 0 886678900 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 75990 8328 1870 364 0 11905 0
[pid=16516] ppid=16487 vsize=294564 CPUtime=0.77 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 1202 0 0 0 42 35 0 0 19 0 2 0 886679162 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16516/statm: 73641 6871 415 364 0 9559 0
[pid=16518] ppid=16516 vsize=35252 CPUtime=585.94 cores=0,2
/proc/16518/stat : 16518 (lingeling) T 16516 16518 16518 0 -1 4202496 60779 0 0 0 58585 9 0 0 25 0 1 0 886679162 36098048 7982 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16518/statm: 8813 7982 129 39 0 7893 0
[pid=16516/tid=16546] ppid=16487 vsize=294564 CPUtime=0 cores=0,2
/proc/16516/task/16546/stat : 16546 (python) S 16487 16487 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886737831 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=16547] ppid=16487 vsize=294620 CPUtime=0.99 cores=0,2
/proc/16547/stat : 16547 (python) S 16487 16487 15206 0 -1 4202560 1034 0 0 0 57 42 0 0 15 0 1 0 886737831 301690880 6828 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854342 0 0 16781312 514 9410662851825074436 0 0 17 0 0 0 0
/proc/16547/statm: 73655 6828 373 364 0 9570 0
[pid=16549] ppid=16547 vsize=201808 CPUtime=592.42 cores=0,2
/proc/16549/stat : 16549 (cryptominisat-2) R 16547 16549 16549 0 -1 4202496 180624 0 0 0 59194 48 0 0 25 0 1 0 886737831 206651392 27166 33554432000 4194304 4677096 140733799387296 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16549/statm: 50452 27166 392 118 0 45411 0
[pid=16487/tid=16517] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886679162 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
[pid=16487/tid=16548] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16548/stat : 16548 (python) S 16485 16487 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886737831 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 1130204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 4.00 3.96 3.62 4/210 16570
/proc/meminfo: memFree=31199112/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=303960 CPUtime=2.25 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 14242 933 1 0 194 31 0 0 19 0 3 0 886678900 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 75990 8328 1870 364 0 11905 0
[pid=16516] ppid=16487 vsize=294564 CPUtime=0.77 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 1202 0 0 0 42 35 0 0 19 0 2 0 886679162 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16516/statm: 73641 6871 415 364 0 9559 0
[pid=16518] ppid=16516 vsize=35252 CPUtime=585.94 cores=0,2
/proc/16518/stat : 16518 (lingeling) T 16516 16518 16518 0 -1 4202496 60779 0 0 0 58585 9 0 0 25 0 1 0 886679162 36098048 7982 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16518/statm: 8813 7982 129 39 0 7893 0
[pid=16516/tid=16546] ppid=16487 vsize=294564 CPUtime=0 cores=0,2
/proc/16516/task/16546/stat : 16546 (python) S 16487 16487 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886737831 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=16547] ppid=16487 vsize=294620 CPUtime=1.02 cores=0,2
/proc/16547/stat : 16547 (python) S 16487 16487 15206 0 -1 4202560 1034 0 0 0 59 43 0 0 16 0 1 0 886737831 301690880 6828 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854342 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16547/statm: 73655 6828 373 364 0 9570 0
[pid=16549] ppid=16547 vsize=130568 CPUtime=610.11 cores=0,2
/proc/16549/stat : 16549 (cryptominisat-2) R 16547 16549 16549 0 -1 4202496 184540 0 0 0 60962 49 0 0 25 0 1 0 886737831 133701632 26325 33554432000 4194304 4677096 140733799387296 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16549/statm: 32642 26325 392 118 0 27601 0
[pid=16487/tid=16517] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886679162 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
[pid=16487/tid=16548] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16548/stat : 16548 (python) S 16485 16487 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886737831 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1058964

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

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

[startup+1200 s]
/proc/loadavg: 4.00 3.96 3.62 4/210 16570
/proc/meminfo: memFree=31199112/32951124 swapFree=67063556/67111528
[pid=16487] ppid=16485 vsize=303960 CPUtime=2.25 cores=0,2
/proc/16487/stat : 16487 (python) S 16485 16487 15206 0 -1 4202496 14242 933 1 0 194 31 0 0 19 0 3 0 886678900 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16487/statm: 75990 8328 1870 364 0 11905 0
[pid=16516] ppid=16487 vsize=294564 CPUtime=0.77 cores=0,2
/proc/16516/stat : 16516 (python) S 16487 16487 15206 0 -1 4202560 1202 0 0 0 42 35 0 0 19 0 2 0 886679162 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16516/statm: 73641 6871 415 364 0 9559 0
[pid=16518] ppid=16516 vsize=35252 CPUtime=585.94 cores=0,2
/proc/16518/stat : 16518 (lingeling) T 16516 16518 16518 0 -1 4202496 60779 0 0 0 58585 9 0 0 25 0 1 0 886679162 36098048 7982 33554432000 4194304 4352236 140736388568336 18446744073709551615 4328085 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16518/statm: 8813 7982 129 39 0 7893 0
[pid=16516/tid=16546] ppid=16487 vsize=294564 CPUtime=0 cores=0,2
/proc/16516/task/16546/stat : 16546 (python) S 16487 16487 15206 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886737831 301633536 6871 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 514 18446604453863889728 0 0 -1 0 0 0 0
[pid=16547] ppid=16487 vsize=294620 CPUtime=1.02 cores=0,2
/proc/16547/stat : 16547 (python) S 16487 16487 15206 0 -1 4202560 1034 0 0 0 59 43 0 0 16 0 1 0 886737831 301690880 6828 33554432000 4194304 5683644 140734257823024 18446744073709551615 246516854342 0 0 16781312 514 17243209849852887300 0 0 17 0 0 0 0
/proc/16547/statm: 73655 6828 373 364 0 9570 0
[pid=16549] ppid=16547 vsize=130568 CPUtime=610.11 cores=0,2
/proc/16549/stat : 16549 (cryptominisat-2) R 16547 16549 16549 0 -1 4202496 184540 0 0 0 60962 49 0 0 25 0 1 0 886737831 133701632 26325 33554432000 4194304 4677096 140733799387296 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16549/statm: 32642 26325 392 118 0 27601 0
[pid=16487/tid=16517] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16517/stat : 16517 (python) S 16485 16487 15206 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886679162 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
[pid=16487/tid=16548] ppid=16485 vsize=303960 CPUtime=0 cores=0,2
/proc/16487/task/16548/stat : 16548 (python) S 16485 16487 15206 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886737831 311255040 8328 33554432000 4194304 5683644 140734257823024 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1058964

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16487 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=944704
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=314952
# CPU time returned by wait4() is 2.25966
# 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.02
CPU time (s): 1200.09
CPU user time (s): 1198.42
CPU system time (s): 1.67
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1146672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9447
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15175
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= 30053
involuntary context switches= 40

runsolver used 2.27465 second user time and 4.5753 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 02:06:47
IDJOB=3484616
IDBENCH=83408
IDSOLVER=1976
FILE ID=node134/3484616-1307750807
RUNJOBID= node134-1307750805-16434
PBS_JOBID= 13550824
Free space on /tmp= 74120 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.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-3484616-1307750807/watcher-3484616-1307750807 -o /tmp/evaluation-result-3484616-1307750807/solver-3484616-1307750807 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484616-1307750807.cnf -seed 282623589 -budget 1200

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=282623589

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31694672 kB
Buffers:        276592 kB
Cached:         757100 kB
SwapCached:      10284 kB
Active:         566188 kB
Inactive:       486176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31694672 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:          132140 kB
Writeback:           0 kB
AnonPages:       16444 kB
Mapped:           9720 kB
Slab:           139744 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   162028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node134 at 2011-06-11 02:26:49