Trace number 3378071

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)? (TO) 1300.06 1300.04

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.44/0.80	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.44/0.80	c INFO: solving HOME/instance-3378071-1305455121.cnf
0.44/0.80	c INFO: computing task features
1.14/1.54	c INFO: computed variable-clause graph statistics
1.14/1.58	c INFO: computed clause balance statistics
5.64/6.03	c INFO: computed variable balance statistics
8.94/9.37	c INFO: computed small-clause counts
9.04/9.42	c INFO: computed Horn-clause counts
19.74/20.16	c INFO: computed variable graph statistics
19.74/20.16	c INFO: collected features for HOME/instance-3378071-1305455121.cnf in 19.42 s
19.74/20.18	c INFO: running lingeling-276@0 for 582 with 2380 remaining (b = 0.63)
607.31/607.69	c INFO: running lingeling-276@0 for 97 with 1794 remaining (b = 0.36)
707.58/707.98	c INFO: running cryptominisat-2.9.0@0 for 1694 with 1694 remaining (b = 0.56)

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.0 (svn: 961)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 3.00 3.14 3.45 3/382 28883
/proc/meminfo: memFree=21903828/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=15772 CPUtime=0 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 926 0 0 0 0 0 0 0 25 0 1 0 657109867 16150528 806 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28883/statm: 3944 809 356 364 0 431 0

[startup+0.074336 s]
/proc/loadavg: 3.00 3.14 3.45 3/382 28883
/proc/meminfo: memFree=21903828/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=84468 CPUtime=0.05 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 2316 0 0 0 4 1 0 0 18 0 1 0 657109867 86495232 2046 33554432000 4194304 5683644 140735576264112 18446744073709551615 212809133360 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28883/statm: 21117 2050 662 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84468

[startup+0.100332 s]
/proc/loadavg: 3.00 3.14 3.45 3/382 28883
/proc/meminfo: memFree=21903828/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=104224 CPUtime=0.07 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 3065 0 0 0 5 2 0 0 17 0 1 0 657109867 106725376 2747 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/28883/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300297 s]
/proc/loadavg: 3.00 3.14 3.45 3/382 28883
/proc/meminfo: memFree=21903828/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=172856 CPUtime=0.22 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 6751 934 1 0 16 6 0 0 17 0 1 0 657109867 177004544 4813 33554432000 4194304 5683644 140735576264112 18446744073709551615 212682751623 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/28883/statm: 45607 4816 1339 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 172856

[startup+0.700225 s]
/proc/loadavg: 3.00 3.14 3.45 3/382 28883
/proc/meminfo: memFree=21903828/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=278124 CPUtime=0.36 cores=1,3
/proc/28883/stat : 28883 (python) D 28881 28883 27552 0 -1 4202496 9071 934 1 0 28 8 0 0 17 0 1 0 657109867 284798976 6803 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687681079 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 7
/proc/28883/statm: 69531 6803 1744 364 0 5455 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 278124

[startup+1.50109 s]
/proc/loadavg: 3.00 3.14 3.45 4/383 28888
/proc/meminfo: memFree=21857692/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=336592 CPUtime=1.14 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 30269 934 1 0 103 11 0 0 18 0 1 0 657109867 344670208 21521 33554432000 4194304 5683644 140735576264112 18446744073709551615 47357592450657 0 0 16781312 2 0 0 0 17 1 0 0 24
/proc/28883/statm: 84148 21521 1814 364 0 20072 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 336592

[startup+3.10078 s]
/proc/loadavg: 3.00 3.14 3.45 4/383 28888
/proc/meminfo: memFree=21827560/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=332108 CPUtime=2.74 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 31933 934 1 0 263 11 0 0 21 0 1 0 657109867 340078592 20412 33554432000 4194304 5683644 140735576264112 18446744073709551615 4418240 0 0 16781312 2 0 0 0 17 1 0 0 24
/proc/28883/statm: 83027 20412 1826 364 0 18951 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 332108

[startup+6.3002 s]
/proc/loadavg: 3.00 3.14 3.45 4/383 28888
/proc/meminfo: memFree=21827064/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=332108 CPUtime=5.94 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 31934 934 1 0 583 11 0 0 25 0 1 0 657109867 340078592 20413 33554432000 4194304 5683644 140735576264112 18446744073709551615 4940555 0 0 16781312 2 0 0 0 17 1 0 0 24
/proc/28883/statm: 83027 20413 1827 364 0 18951 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 332108

[startup+12.701 s]
/proc/loadavg: 3.00 3.14 3.45 4/383 28889
/proc/meminfo: memFree=21823684/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=334352 CPUtime=12.34 cores=1,3
/proc/28883/stat : 28883 (python) R 28881 28883 27552 0 -1 4202496 32501 934 1 0 1223 11 0 0 25 0 1 0 657109867 342376448 20980 33554432000 4194304 5683644 140735576264112 18446744073709551615 47357592037504 0 0 16781312 2 0 0 0 17 1 0 0 24
/proc/28883/statm: 83588 20980 1833 364 0 19512 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 334352

[startup+25.5007 s]
/proc/loadavg: 3.00 3.13 3.44 4/386 28892
/proc/meminfo: memFree=21795392/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=340220 CPUtime=19.83 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 32785 934 1 0 1971 12 0 0 20 0 2 0 657109867 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 85055 19918 1867 364 0 20973 0
[pid=28890] ppid=28883 vsize=329976 CPUtime=0 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 657111885 337895424 18423 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695375 0 0 16781312 514 11466416718620885256 0 0 17 1 0 0 0
/proc/28890/statm: 82494 18423 376 364 0 18412 0
[pid=28892] ppid=28890 vsize=36872 CPUtime=5.28 cores=1,3
/proc/28892/stat : 28892 (lingeling) R 28890 28892 28892 0 -1 4202496 15919 0 0 0 527 1 0 0 25 0 1 0 657111886 37756928 7875 33554432000 4194304 4352236 140737434473568 18446744073709551615 4213316 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28892/statm: 9218 7875 127 39 0 8298 0
[pid=28883/tid=28891] ppid=28881 vsize=340220 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 657111886 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 707068

[startup+51.101 s]
/proc/loadavg: 3.00 3.12 3.43 4/386 28893
/proc/meminfo: memFree=21800028/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=340220 CPUtime=19.83 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 32785 934 1 0 1971 12 0 0 20 0 2 0 657109867 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 85055 19918 1867 364 0 20973 0
[pid=28890] ppid=28883 vsize=329976 CPUtime=0.07 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 901 0 0 0 3 4 0 0 18 0 1 0 657111885 337895424 18423 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695375 0 0 16781312 514 5290023120113991944 0 0 17 1 0 0 0
/proc/28890/statm: 82494 18423 376 364 0 18412 0
[pid=28892] ppid=28890 vsize=30468 CPUtime=30.83 cores=1,3
/proc/28892/stat : 28892 (lingeling) R 28890 28892 28892 0 -1 4202496 16944 0 0 0 3082 1 0 0 25 0 1 0 657111886 31199232 6787 33554432000 4194304 4352236 140737434473568 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28892/statm: 7617 6787 129 39 0 6697 0
[pid=28883/tid=28891] ppid=28881 vsize=340220 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 657111886 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 700664

[startup+102.315 s]
/proc/loadavg: 3.00 3.10 3.40 4/389 29002
/proc/meminfo: memFree=21856060/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=340220 CPUtime=19.83 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 32785 934 1 0 1971 12 0 0 20 0 2 0 657109867 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 85055 19918 1867 364 0 20973 0
[pid=28890] ppid=28883 vsize=329976 CPUtime=0.21 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 923 0 0 0 10 11 0 0 18 0 1 0 657111885 337895424 18423 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695375 0 0 16781312 514 5290023120113991944 0 0 17 1 0 0 0
/proc/28890/statm: 82494 18423 376 364 0 18412 0
[pid=28892] ppid=28890 vsize=30456 CPUtime=81.91 cores=1,3
/proc/28892/stat : 28892 (lingeling) R 28890 28892 28892 0 -1 4202496 16944 0 0 0 8189 2 0 0 25 0 1 0 657111886 31186944 6784 33554432000 4194304 4352236 140737434473568 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28892/statm: 7614 6784 129 39 0 6694 0
[pid=28883/tid=28891] ppid=28881 vsize=340220 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 657111886 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 700652

[startup+162.301 s]
/proc/loadavg: 3.00 3.08 3.38 4/392 29042
/proc/meminfo: memFree=21959112/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=340220 CPUtime=19.83 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 32785 934 1 0 1971 12 0 0 20 0 2 0 657109867 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 85055 19918 1867 364 0 20973 0
[pid=28890] ppid=28883 vsize=329976 CPUtime=0.37 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 940 0 0 0 19 18 0 0 18 0 1 0 657111885 337895424 18423 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695375 0 0 16781312 514 5290023120113991944 0 0 17 1 0 0 0
/proc/28890/statm: 82494 18423 376 364 0 18412 0
[pid=28892] ppid=28890 vsize=38644 CPUtime=141.76 cores=1,3
/proc/28892/stat : 28892 (lingeling) R 28890 28892 28892 0 -1 4202496 18992 0 0 0 14173 3 0 0 25 0 1 0 657111886 39571456 8831 33554432000 4194304 4352236 140737434473568 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28892/statm: 9661 8831 129 39 0 8741 0
[pid=28883/tid=28891] ppid=28881 vsize=340220 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 657111886 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 708840

[startup+222.301 s]
/proc/loadavg: 3.00 3.06 3.35 4/392 29043
/proc/meminfo: memFree=21937384/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=340220 CPUtime=19.83 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 32785 934 1 0 1971 12 0 0 20 0 2 0 657109867 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 85055 19918 1867 364 0 20973 0
[pid=28890] ppid=28883 vsize=329976 CPUtime=0.52 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 960 0 0 0 26 26 0 0 18 0 1 0 657111885 337895424 18423 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695375 0 0 16781312 514 5290023120113991944 0 0 17 1 0 0 0
/proc/28890/statm: 82494 18423 376 364 0 18412 0
[pid=28892] ppid=28890 vsize=38644 CPUtime=201.61 cores=1,3
/proc/28892/stat : 28892 (lingeling) R 28890 28892 28892 0 -1 4202496 18992 0 0 0 20158 3 0 0 25 0 1 0 657111886 39571456 8831 33554432000 4194304 4352236 140737434473568 18446744073709551615 4276706 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28892/statm: 9661 8831 129 39 0 8741 0
[pid=28883/tid=28891] ppid=28881 vsize=340220 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 657111886 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 708840

[startup+282.301 s]
/proc/loadavg: 3.00 3.05 3.33 4/392 29045
/proc/meminfo: memFree=21929424/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=340220 CPUtime=19.83 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 32785 934 1 0 1971 12 0 0 20 0 2 0 657109867 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 85055 19918 1867 364 0 20973 0
[pid=28890] ppid=28883 vsize=329976 CPUtime=0.69 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 973 0 0 0 34 35 0 0 18 0 1 0 657111885 337895424 18423 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695375 0 0 16781312 514 5290023120113991944 0 0 17 1 0 0 0
/proc/28890/statm: 82494 18423 376 364 0 18412 0
[pid=28892] ppid=28890 vsize=38644 CPUtime=261.46 cores=1,3
/proc/28892/stat : 28892 (lingeling) R 28890 28892 28892 0 -1 4202496 18992 0 0 0 26143 3 0 0 25 0 1 0 657111886 39571456 8831 33554432000 4194304 4352236 140737434473568 18446744073709551615 4278811 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28892/statm: 9661 8831 129 39 0 8741 0
[pid=28883/tid=28891] ppid=28881 vsize=340220 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 2 0 657111886 348385280 19918 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 281.98

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

[startup+1122.3 s]
/proc/loadavg: 3.08 3.09 3.17 4/416 29101
/proc/meminfo: memFree=20348700/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=360732 CPUtime=19.86 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 34352 934 1 0 1973 13 0 0 20 0 4 0 657109867 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 90183 19939 1880 364 0 26095 0
[pid=28890] ppid=28883 vsize=340220 CPUtime=1.6 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 1207 0 0 0 81 79 0 0 19 0 2 0 657111885 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28890/statm: 85055 18467 415 364 0 20973 0
[pid=28892] ppid=28890 vsize=59124 CPUtime=585.96 cores=1,3
/proc/28892/stat : 28892 (lingeling) T 28890 28892 28892 0 -1 4202496 30256 0 0 0 58591 5 0 0 25 0 1 0 657111886 60542976 13951 33554432000 4194304 4352236 140737434473568 18446744073709551615 4329077 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28892/statm: 14781 13951 129 39 0 13861 0
[pid=28890/tid=29060] ppid=28883 vsize=340220 CPUtime=0 cores=1,3
/proc/28890/task/29060/stat : 29060 (python) S 28883 28883 27552 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657170636 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604455582426432 0 0 -1 3 0 0 0
[pid=29061] ppid=28883 vsize=340232 CPUtime=0.28 cores=1,3
/proc/29061/stat : 29061 (python) S 28883 28883 27552 0 -1 4202560 1098 0 0 0 14 14 0 0 19 0 2 0 657170637 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29061/statm: 85058 18451 399 364 0 20973 0
[pid=29064] ppid=29061 vsize=30696 CPUtime=99.97 cores=1,3
/proc/29064/stat : 29064 (lingeling) T 29061 29064 29064 0 -1 4202496 14608 0 0 0 9995 2 0 0 25 0 1 0 657170637 31432704 6844 33554432000 4194304 4352236 140734993347888 18446744073709551615 4276551 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29064/statm: 7674 6844 129 39 0 6754 0
[pid=29061/tid=29075] ppid=28883 vsize=340232 CPUtime=0 cores=1,3
/proc/29061/task/29075/stat : 29075 (python) S 28883 28883 27552 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657180665 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604467504415808 0 0 -1 3 0 0 0
[pid=29076] ppid=28883 vsize=350488 CPUtime=1.32 cores=1,3
/proc/29076/stat : 29076 (python) S 28883 28883 27552 0 -1 4202560 989 0 0 0 67 65 0 0 15 0 1 0 657180665 358899712 18425 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695430 0 0 16781312 514 4208732603328463109 0 0 17 1 0 0 0
/proc/29076/statm: 87622 18425 370 364 0 23534 0
[pid=29078] ppid=29076 vsize=1254520 CPUtime=413.2 cores=1,3
/proc/29078/stat : 29078 (cryptominisat-2) R 29076 29078 29078 0 -1 4202496 337289 0 0 0 41266 54 0 0 25 0 1 0 657180666 1284628480 250798 33554432000 4194304 4677096 140736889157984 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29078/statm: 313630 250798 391 118 0 308589 0
[pid=28883/tid=28891] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 4 0 657111886 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29063] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29063/stat : 29063 (python) S 28881 28883 27552 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657170637 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29077] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29077/stat : 29077 (python) S 28881 28883 27552 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657180666 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 2736012

[startup+1182.3 s]
/proc/loadavg: 3.03 3.07 3.16 4/416 29104
/proc/meminfo: memFree=20310108/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=360732 CPUtime=19.86 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 34352 934 1 0 1973 13 0 0 20 0 4 0 657109867 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 90183 19939 1880 364 0 26095 0
[pid=28890] ppid=28883 vsize=340220 CPUtime=1.6 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 1207 0 0 0 81 79 0 0 19 0 2 0 657111885 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28890/statm: 85055 18467 415 364 0 20973 0
[pid=28892] ppid=28890 vsize=59124 CPUtime=585.96 cores=1,3
/proc/28892/stat : 28892 (lingeling) T 28890 28892 28892 0 -1 4202496 30256 0 0 0 58591 5 0 0 25 0 1 0 657111886 60542976 13951 33554432000 4194304 4352236 140737434473568 18446744073709551615 4329077 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28892/statm: 14781 13951 129 39 0 13861 0
[pid=28890/tid=29060] ppid=28883 vsize=340220 CPUtime=0 cores=1,3
/proc/28890/task/29060/stat : 29060 (python) S 28883 28883 27552 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657170636 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604455582426432 0 0 -1 3 0 0 0
[pid=29061] ppid=28883 vsize=340232 CPUtime=0.28 cores=1,3
/proc/29061/stat : 29061 (python) S 28883 28883 27552 0 -1 4202560 1098 0 0 0 14 14 0 0 19 0 2 0 657170637 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29061/statm: 85058 18451 399 364 0 20973 0
[pid=29064] ppid=29061 vsize=30696 CPUtime=99.97 cores=1,3
/proc/29064/stat : 29064 (lingeling) T 29061 29064 29064 0 -1 4202496 14608 0 0 0 9995 2 0 0 25 0 1 0 657170637 31432704 6844 33554432000 4194304 4352236 140734993347888 18446744073709551615 4276551 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29064/statm: 7674 6844 129 39 0 6754 0
[pid=29061/tid=29075] ppid=28883 vsize=340232 CPUtime=0 cores=1,3
/proc/29061/task/29075/stat : 29075 (python) S 28883 28883 27552 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657180665 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604467504415808 0 0 -1 3 0 0 0
[pid=29076] ppid=28883 vsize=350488 CPUtime=1.51 cores=1,3
/proc/29076/stat : 29076 (python) S 28883 28883 27552 0 -1 4202560 992 0 0 0 77 74 0 0 15 0 1 0 657180665 358899712 18425 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695430 0 0 16781312 514 5290023120113991941 0 0 17 1 0 0 0
/proc/29076/statm: 87622 18425 370 364 0 23534 0
[pid=29078] ppid=29076 vsize=1258048 CPUtime=473.08 cores=1,3
/proc/29078/stat : 29078 (cryptominisat-2) R 29076 29078 29078 0 -1 4202496 353138 0 0 0 47251 57 0 0 25 0 1 0 657180666 1288241152 250650 33554432000 4194304 4677096 140736889157984 18446744073709551615 4336128 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29078/statm: 314512 250650 391 118 0 309471 0
[pid=28883/tid=28891] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 4 0 657111886 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29063] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29063/stat : 29063 (python) S 28881 28883 27552 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657170637 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29077] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29077/stat : 29077 (python) S 28881 28883 27552 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657180666 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 2739540

[startup+1242.3 s]
/proc/loadavg: 3.01 3.05 3.14 4/416 29105
/proc/meminfo: memFree=20318888/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=360732 CPUtime=19.86 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 34352 934 1 0 1973 13 0 0 20 0 4 0 657109867 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 90183 19939 1880 364 0 26095 0
[pid=28890] ppid=28883 vsize=340220 CPUtime=1.6 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 1207 0 0 0 81 79 0 0 19 0 2 0 657111885 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28890/statm: 85055 18467 415 364 0 20973 0
[pid=28892] ppid=28890 vsize=59124 CPUtime=585.96 cores=1,3
/proc/28892/stat : 28892 (lingeling) T 28890 28892 28892 0 -1 4202496 30256 0 0 0 58591 5 0 0 25 0 1 0 657111886 60542976 13951 33554432000 4194304 4352236 140737434473568 18446744073709551615 4329077 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28892/statm: 14781 13951 129 39 0 13861 0
[pid=28890/tid=29060] ppid=28883 vsize=340220 CPUtime=0 cores=1,3
/proc/28890/task/29060/stat : 29060 (python) S 28883 28883 27552 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657170636 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604455582426432 0 0 -1 3 0 0 0
[pid=29061] ppid=28883 vsize=340232 CPUtime=0.28 cores=1,3
/proc/29061/stat : 29061 (python) S 28883 28883 27552 0 -1 4202560 1098 0 0 0 14 14 0 0 19 0 2 0 657170637 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29061/statm: 85058 18451 399 364 0 20973 0
[pid=29064] ppid=29061 vsize=30696 CPUtime=99.97 cores=1,3
/proc/29064/stat : 29064 (lingeling) T 29061 29064 29064 0 -1 4202496 14608 0 0 0 9995 2 0 0 25 0 1 0 657170637 31432704 6844 33554432000 4194304 4352236 140734993347888 18446744073709551615 4276551 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29064/statm: 7674 6844 129 39 0 6754 0
[pid=29061/tid=29075] ppid=28883 vsize=340232 CPUtime=0 cores=1,3
/proc/29061/task/29075/stat : 29075 (python) S 28883 28883 27552 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657180665 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604467504415808 0 0 -1 3 0 0 0
[pid=29076] ppid=28883 vsize=350488 CPUtime=1.7 cores=1,3
/proc/29076/stat : 29076 (python) S 28883 28883 27552 0 -1 4202560 992 0 0 0 87 83 0 0 15 0 1 0 657180665 358899712 18425 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695430 0 0 16781312 514 4208732603328463109 0 0 17 1 0 0 0
/proc/29076/statm: 87622 18425 370 364 0 23534 0
[pid=29078] ppid=29076 vsize=1258816 CPUtime=532.96 cores=1,3
/proc/29078/stat : 29078 (cryptominisat-2) R 29076 29078 29078 0 -1 4202496 369127 0 0 0 53234 62 0 0 25 0 1 0 657180666 1289027584 249961 33554432000 4194304 4677096 140736889157984 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29078/statm: 314704 249961 391 118 0 309663 0
[pid=28883/tid=28891] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 4 0 657111886 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29063] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29063/stat : 29063 (python) S 28881 28883 27552 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657170637 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29077] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29077/stat : 29077 (python) S 28881 28883 27552 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657180666 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2740308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.04 3.13 4/416 29107
/proc/meminfo: memFree=20261704/32951124 swapFree=67111348/67111528
[pid=28883] ppid=28881 vsize=360732 CPUtime=19.86 cores=1,3
/proc/28883/stat : 28883 (python) S 28881 28883 27552 0 -1 4202496 34352 934 1 0 1973 13 0 0 20 0 4 0 657109867 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 24
/proc/28883/statm: 90183 19939 1880 364 0 26095 0
[pid=28890] ppid=28883 vsize=340220 CPUtime=1.6 cores=1,3
/proc/28890/stat : 28890 (python) S 28883 28883 27552 0 -1 4202560 1207 0 0 0 81 79 0 0 19 0 2 0 657111885 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28890/statm: 85055 18467 415 364 0 20973 0
[pid=28892] ppid=28890 vsize=59124 CPUtime=585.96 cores=1,3
/proc/28892/stat : 28892 (lingeling) T 28890 28892 28892 0 -1 4202496 30256 0 0 0 58591 5 0 0 25 0 1 0 657111886 60542976 13951 33554432000 4194304 4352236 140737434473568 18446744073709551615 4329077 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28892/statm: 14781 13951 129 39 0 13861 0
[pid=28890/tid=29060] ppid=28883 vsize=340220 CPUtime=0 cores=1,3
/proc/28890/task/29060/stat : 29060 (python) S 28883 28883 27552 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657170636 348385280 18467 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604455582426432 0 0 -1 3 0 0 0
[pid=29061] ppid=28883 vsize=340232 CPUtime=0.28 cores=1,3
/proc/29061/stat : 29061 (python) S 28883 28883 27552 0 -1 4202560 1098 0 0 0 14 14 0 0 19 0 2 0 657170637 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29061/statm: 85058 18451 399 364 0 20973 0
[pid=29064] ppid=29061 vsize=30696 CPUtime=99.97 cores=1,3
/proc/29064/stat : 29064 (lingeling) T 29061 29064 29064 0 -1 4202496 14608 0 0 0 9995 2 0 0 25 0 1 0 657170637 31432704 6844 33554432000 4194304 4352236 140734993347888 18446744073709551615 4276551 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29064/statm: 7674 6844 129 39 0 6754 0
[pid=29061/tid=29075] ppid=28883 vsize=340232 CPUtime=0 cores=1,3
/proc/29061/task/29075/stat : 29075 (python) S 28883 28883 27552 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657180665 348397568 18451 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 514 18446604467504415808 0 0 -1 3 0 0 0
[pid=29076] ppid=28883 vsize=350488 CPUtime=1.88 cores=1,3
/proc/29076/stat : 29076 (python) S 28883 28883 27552 0 -1 4202560 1004 0 0 0 97 91 0 0 15 0 1 0 657180665 358899712 18426 33554432000 4194304 5683644 140735576264112 18446744073709551615 212687695430 0 0 16781312 514 5606892638843142405 0 0 17 1 0 0 0
/proc/29076/statm: 87622 18426 371 364 0 23534 0
[pid=29078] ppid=29076 vsize=1359028 CPUtime=590.51 cores=1,3
/proc/29078/stat : 29078 (cryptominisat-2) R 29076 29078 29078 0 -1 4202496 388058 0 0 0 58984 67 0 0 25 0 1 0 657180666 1391644672 259731 33554432000 4194304 4677096 140736889157984 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29078/statm: 339757 259731 391 118 0 334716 0
[pid=28883/tid=28891] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/28891/stat : 28891 (python) S 28881 28883 27552 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 4 0 657111886 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29063] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29063/stat : 29063 (python) S 28881 28883 27552 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 657170637 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
[pid=28883/tid=29077] ppid=28881 vsize=360732 CPUtime=0 cores=1,3
/proc/28883/task/29077/stat : 29077 (python) S 28881 28883 27552 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 657180666 369389568 19939 33554432000 4194304 5683644 140735576264112 18446744073709551615 212699498929 0 0 16781312 2 18446604465690725184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 2840520

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28883 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=732000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=136979
# CPU time returned by wait4() is 19.869
# while last known CPU time is 1300.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1297.35
CPU system time (s): 2.71
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2840520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.732
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35287
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= 992
involuntary context switches= 48

runsolver used 4.83726 second user time and 11.3423 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 12:25:21
IDJOB=3378071
IDBENCH=82462
IDSOLVER=1858
FILE ID=node139/3378071-1305455121
RUNJOBID= node139-1305453462-28372
PBS_JOBID= 13324881
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.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-3378071-1305455121/watcher-3378071-1305455121 -o /tmp/evaluation-result-3378071-1305455121/solver-3378071-1305455121 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378071-1305455121.cnf -seed 924680308 -budget 2400

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=924680308

node139.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.852
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21903868 kB
Buffers:        311880 kB
Cached:        3079228 kB
SwapCached:          0 kB
Active:        8675072 kB
Inactive:      2060588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21903868 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          125328 kB
Writeback:           0 kB
AnonPages:     7344360 kB
Mapped:          35060 kB
Slab:           204960 kB
PageTables:      40636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77319696 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= 73304 MiB
End job on node139 at 2011-05-15 12:47:03