Trace number 3317748

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-industrial? (TO) 4800.19 1255.67

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

Solver Data

0.59/13.80	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.59/13.80	c INFO: solving HOME/instance-3317748-1304267292.cnf
0.59/13.80	c INFO: computing task features
2.91/16.13	c INFO: computed variable-clause graph statistics
3.01/16.20	c INFO: computed clause balance statistics
13.51/26.76	c INFO: computed variable balance statistics
21.11/34.36	c INFO: computed small-clause counts
21.31/34.50	c INFO: computed Horn-clause counts
52.71/65.96	c INFO: computed variable graph statistics
52.71/65.96	c INFO: collected features for HOME/instance-3317748-1304267292.cnf in 52.07 s
52.71/65.99	c INFO: running SApperloT@0 for 97 with 4747 remaining (b = 0.19)
52.79/66.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 4747 remaining (b = 0.34)
52.79/66.05	c INFO: running lingeling-276@0 for 97 with 4747 remaining (b = 0.14)
52.79/66.07	c INFO: running lingeling-276@0 for 1261 with 4747 remaining (b = 0.36)
452.45/166.14	c INFO: running cryptominisat-2.9.0@0 for 679 with 4647 remaining (b = 0.22)
452.80/166.20	c INFO: running lingeling-276@0 for 970 with 4647 remaining (b = 0.25)
2002.30/554.19	c INFO: running precosat-570@0 for 388 with 4259 remaining (b = 0.21)
3203.99/855.25	c INFO: running lingeling-276@0 for 97 with 3958 remaining (b = 0.09)
3569.37/946.71	c INFO: running cryptominisat-2.9.0@0 for 97 with 3867 remaining (b = 0.02)
3604.02/955.41	c INFO: running lingeling-276@388 for 97 with 3858 remaining (b = 0.03)
3981.74/1050.23	c INFO: running lingeling-276@0 for 97 with 3763 remaining (b = 0.03)
4002.84/1055.56	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3758 remaining (b = 0.38)
4328.79/1137.38	c INFO: running cryptominisat-2.9.0@99 for 1552 with 3676 remaining (b = 0.31)
4380.59/1150.40	c INFO: running precosat-570@684 for 97 with 3663 remaining (b = 0.04)
4767.90/1247.55	c INFO: running cryptominisat-2.9.0@99 for 1843 with 3566 remaining (b = 0.34)

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: 935)

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-3317748-1304267292/watcher-3317748-1304267292 -o /tmp/evaluation-result-3317748-1304267292/solver-3317748-1304267292 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317748-1304267292.cnf -seed 832098950 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19996
/proc/meminfo: memFree=28764580/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/19996/stat : 19996 (runsolver) S 19994 19996 19964 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 616960203 12083200 55 33554432000 4194304 5434984 140735143842848 18446744073709551615 5055495 0 2147483391 4096 24578 18446744071699199166 0 0 17 0 0 0 0
/proc/19996/statm: 2950 55 34 303 0 2644 0

[startup+0.052324 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19996
/proc/meminfo: memFree=28764580/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=14252 CPUtime=0 cores=0,2,4,6
/proc/19996/stat : 19996 (python) D 19994 19996 19964 0 -1 4194304 194 0 3 0 0 0 0 0 20 0 1 0 616960203 14594048 133 33554432000 4194304 5683644 140736844478960 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 6 0 0 1
/proc/19996/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.100386 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19996
/proc/meminfo: memFree=28764580/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 609 0 6 0 0 0 0 0 20 0 1 0 616960203 15441920 512 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 2
/proc/19996/statm: 3770 512 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.30029 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19996
/proc/meminfo: memFree=28764580/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 785 0 6 0 0 0 0 0 18 0 1 0 616960203 15749120 679 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 4
/proc/19996/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.700248 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 19996
/proc/meminfo: memFree=28764580/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 993 0 6 0 0 0 0 0 15 0 1 0 616960203 16629760 872 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 7
/proc/19996/statm: 4060 872 371 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+1.50117 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 19997
/proc/meminfo: memFree=28729260/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=16396 CPUtime=0.02 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 1116 0 6 0 1 1 0 0 15 0 1 0 616960203 16789504 989 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 9
/proc/19996/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16396

[startup+3.10086 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 19998
/proc/meminfo: memFree=28724952/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=18884 CPUtime=0.03 cores=0,2,4,6
/proc/19996/stat : 19996 (python) D 19994 19996 19964 0 -1 4202496 1280 0 7 0 2 1 0 0 15 0 1 0 616960203 19337216 1140 33554432000 4194304 5683644 140736844478960 18446744073709551615 251362623207 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 19
/proc/19996/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884
heavy processes:

[startup+6.30018 s]
/proc/loadavg: 0.08 0.02 0.01 2/178 20003
/proc/meminfo: memFree=28688820/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=50016 CPUtime=0.09 cores=0,2,4,6
/proc/19996/stat : 19996 (python) D 19994 19996 19964 0 -1 4202496 1958 0 17 0 6 3 0 0 16 0 1 0 616960203 51216384 1737 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 6 0 0 90
/proc/19996/statm: 12504 1737 480 364 0 1204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50016
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.22 0.05 0.02 1/178 20011
/proc/meminfo: memFree=28635352/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=226932 CPUtime=0.47 cores=0,2,4,6
/proc/19996/stat : 19996 (python) D 19994 19996 19964 0 -1 4202496 7626 926 88 8 30 17 0 0 15 0 1 0 616960203 232378368 5662 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367352091 0 0 16781312 2 0 0 0 17 4 0 0 245
/proc/19996/statm: 56733 5662 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 226932
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.49 0.11 0.04 3/178 20012
/proc/meminfo: memFree=27644096/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=425780 CPUtime=12.31 cores=0,2,4,6
/proc/19996/stat : 19996 (python) R 19994 19996 19964 0 -1 4202496 63588 926 111 8 1202 29 0 0 25 0 1 0 616960203 435998720 43829 33554432000 4194304 5683644 140736844478960 18446744073709551615 47204178173024 0 0 16781312 2 0 0 0 17 4 0 0 261
/proc/19996/statm: 106445 43829 1826 364 0 42369 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 425780
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 1.01 0.26 0.09 3/178 20012
/proc/meminfo: memFree=27363192/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=425780 CPUtime=37.91 cores=0,2,4,6
/proc/19996/stat : 19996 (python) R 19994 19996 19964 0 -1 4202496 63595 926 111 8 3762 29 0 0 25 0 1 0 616960203 435998720 43836 33554432000 4194304 5683644 140736844478960 18446744073709551615 47204178065536 0 0 16781312 2 0 0 0 17 4 0 0 261
/proc/19996/statm: 106445 43836 1833 364 0 42369 0
Current children cumulated CPU time (s) 37.91
Current children cumulated vsize (KiB) 425780
heavy processes:

[startup+102.301 s]
/proc/loadavg: 3.24 0.98 0.34 7/190 20026
/proc/meminfo: memFree=26798680/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=521060 CPUtime=52.87 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 65939 926 111 8 5256 31 0 0 19 0 5 0 616960203 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 261
/proc/19996/statm: 130265 41175 1881 364 0 66174 0
[pid=20014] ppid=19996 vsize=414512 CPUtime=0.03 cores=0,2,4,6
/proc/20014/stat : 20014 (python) S 19996 19996 19964 0 -1 4202560 1007 0 0 0 2 1 0 0 18 0 1 0 616966803 424460288 39562 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566863 0 0 16781312 514 10464817421637091588 0 0 17 4 0 0 0
/proc/20014/statm: 103628 39562 382 364 0 39546 0
[pid=20016] ppid=20014 vsize=57756 CPUtime=36.28 cores=0,2,4,6
/proc/20016/stat : 20016 (SApperloT-base) R 20014 20016 20016 0 -1 4202496 13959 0 0 0 3624 4 0 0 25 0 1 0 616966803 59142144 13466 33554432000 134512640 135674940 4289168608 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20016/statm: 14439 13466 100 284 0 14153 0
[pid=20017] ppid=19996 vsize=490304 CPUtime=0.04 cores=0,2,4,6
/proc/20017/stat : 20017 (python) S 19996 19996 19964 0 -1 4202560 783 0 0 0 2 2 0 0 15 0 1 0 616966805 502071296 39672 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 10464817421637091588 0 0 17 6 0 0 0
/proc/20017/statm: 122576 39672 371 364 0 58491 0
[pid=20019] ppid=20017 vsize=467912 CPUtime=36.21 cores=0,2,4,6
/proc/20019/stat : 20019 (cryptominisat-2) R 20017 20019 20019 0 -1 4202496 135110 0 0 0 3602 19 0 0 25 0 1 0 616966806 479141888 103091 33554432000 4194304 4677096 140733561647584 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20019/statm: 116978 103091 394 118 0 111937 0
[pid=20020] ppid=19996 vsize=500560 CPUtime=0.04 cores=0,2,4,6
/proc/20020/stat : 20020 (python) S 19996 19996 19964 0 -1 4202560 784 0 0 0 2 2 0 0 18 0 1 0 616966808 512573440 39646 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 10464817421637091586 0 0 17 4 0 0 0
/proc/20020/statm: 125140 39646 371 364 0 61052 0
[pid=20022] ppid=20020 vsize=51856 CPUtime=35.98 cores=0,2,4,6
/proc/20022/stat : 20022 (lingeling) R 20020 20022 20022 0 -1 4202496 25882 0 0 0 3594 4 0 0 25 0 1 0 616966809 53100544 12134 33554432000 4194304 4352236 140737264095840 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20022/statm: 12964 12134 129 39 0 12044 0
[pid=20023] ppid=19996 vsize=510816 CPUtime=0.03 cores=0,2,4,6
/proc/20023/stat : 20023 (python) S 19996 19996 19964 0 -1 4202560 788 0 0 0 1 2 0 0 18 0 1 0 616966811 523075584 39661 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 10464817421637091587 0 0 17 2 0 0 0
/proc/20023/statm: 127704 39661 371 364 0 63613 0
[pid=20025] ppid=20023 vsize=51880 CPUtime=36.12 cores=0,2,4,6
/proc/20025/stat : 20025 (lingeling) R 20023 20025 20025 0 -1 4202496 25889 0 0 0 3608 4 0 0 25 0 1 0 616966811 53125120 12140 33554432000 4194304 4352236 140737127694864 18446744073709551615 4328400 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20025/statm: 12970 12140 129 39 0 12050 0
[pid=19996/tid=20015] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20015/stat : 20015 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 25 0 5 0 616966803 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20018] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20018/stat : 20018 (python) S 19994 19996 19964 0 -1 4202560 59 926 0 8 0 0 0 0 20 0 5 0 616966806 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20021] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20021/stat : 20021 (python) S 19994 19996 19964 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 5 0 616966809 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20024] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20024/stat : 20024 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 20 0 5 0 616966811 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.6
Current children cumulated vsize (KiB) 3066656

[startup+162.301 s]
/proc/loadavg: 4.40 1.72 0.63 6/190 20027
/proc/meminfo: memFree=26712292/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=521060 CPUtime=52.87 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 65939 926 111 8 5256 31 0 0 19 0 5 0 616960203 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 261
/proc/19996/statm: 130265 41175 1881 364 0 66174 0
[pid=20014] ppid=19996 vsize=414512 CPUtime=0.11 cores=0,2,4,6
/proc/20014/stat : 20014 (python) S 19996 19996 19964 0 -1 4202560 1029 0 0 0 6 5 0 0 18 0 1 0 616966803 424460288 39562 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566863 0 0 16781312 514 10464817421637091588 0 0 17 4 0 0 0
/proc/20014/statm: 103628 39562 382 364 0 39546 0
[pid=20016] ppid=20014 vsize=104568 CPUtime=96.28 cores=0,2,4,6
/proc/20016/stat : 20016 (SApperloT-base) R 20014 20016 20016 0 -1 4202496 25584 0 0 0 9618 10 0 0 25 0 1 0 616966803 107077632 24962 33554432000 134512640 135674940 4289168608 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20016/statm: 26142 24962 100 284 0 25856 0
[pid=20017] ppid=19996 vsize=490304 CPUtime=0.12 cores=0,2,4,6
/proc/20017/stat : 20017 (python) S 19996 19996 19964 0 -1 4202560 799 0 0 0 6 6 0 0 15 0 1 0 616966805 502071296 39673 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 4317509487687598340 0 0 17 6 0 0 0
/proc/20017/statm: 122576 39673 372 364 0 58491 0
[pid=20019] ppid=20017 vsize=517544 CPUtime=96.15 cores=0,2,4,6
/proc/20019/stat : 20019 (cryptominisat-2) R 20017 20019 20019 0 -1 4202496 144394 0 0 0 9594 21 0 0 25 0 1 0 616966806 529965056 112375 33554432000 4194304 4677096 140733561647584 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20019/statm: 129386 112375 394 118 0 124345 0
[pid=20020] ppid=19996 vsize=500560 CPUtime=0.1 cores=0,2,4,6
/proc/20020/stat : 20020 (python) S 19996 19996 19964 0 -1 4202560 784 0 0 0 5 5 0 0 18 0 1 0 616966808 512573440 39646 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 10464817421637091586 0 0 17 4 0 0 0
/proc/20020/statm: 125140 39646 371 364 0 61052 0
[pid=20022] ppid=20020 vsize=53780 CPUtime=95.57 cores=0,2,4,6
/proc/20022/stat : 20022 (lingeling) R 20020 20022 20022 0 -1 4202496 27126 0 0 0 9553 4 0 0 25 0 1 0 616966809 55070720 12615 33554432000 4194304 4352236 140737264095840 18446744073709551615 4234291 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20022/statm: 13445 12615 129 39 0 12525 0
[pid=20023] ppid=19996 vsize=510816 CPUtime=0.1 cores=0,2,4,6
/proc/20023/stat : 20023 (python) S 19996 19996 19964 0 -1 4202560 788 0 0 0 4 6 0 0 18 0 1 0 616966811 523075584 39661 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 10464817421637091587 0 0 17 2 0 0 0
/proc/20023/statm: 127704 39661 371 364 0 63613 0
[pid=20025] ppid=20023 vsize=53800 CPUtime=95.98 cores=0,2,4,6
/proc/20025/stat : 20025 (lingeling) R 20023 20025 20025 0 -1 4202496 27136 0 0 0 9594 4 0 0 25 0 1 0 616966811 55091200 12620 33554432000 4194304 4352236 140737127694864 18446744073709551615 4236194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20025/statm: 13450 12620 129 39 0 12530 0
[pid=19996/tid=20015] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20015/stat : 20015 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 25 0 5 0 616966803 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20018] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20018/stat : 20018 (python) S 19994 19996 19964 0 -1 4202560 59 926 0 8 0 0 0 0 20 0 5 0 616966806 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20021] ppid=19994 vsize=521060 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20021/stat : 20021 (python) S 19994 19996 19964 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 5 0 616966809 533565440 41175 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0

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

[pid=20030/tid=20089] ppid=19996 vsize=521072 CPUtime=0 cores=0,2,4,6
/proc/20030/task/20089/stat : 20089 (python) S 19996 19996 19964 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 2 0 617045726 533577728 39721 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453916642304 0 0 -1 6 0 0 0
[pid=20060] ppid=19996 vsize=531328 CPUtime=0.67 cores=0,2,4,6
/proc/20060/stat : 20060 (python) S 19996 19996 19964 0 -1 4202560 990 0 0 0 35 32 0 0 18 0 2 0 617015623 544079872 39736 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20060/statm: 132832 39736 399 364 0 68735 0
[pid=20062] ppid=20060 vsize=173288 CPUtime=485.2 cores=0,2,4,6
/proc/20062/stat : 20062 (precosat) T 20060 20062 20062 0 -1 4202496 43951 0 0 0 48511 9 0 0 25 0 1 0 617015624 177446912 41109 33554432000 4194304 4890832 140735078365760 18446744073709551615 4274298 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/20062/statm: 43322 41109 86 171 0 43149 0
[pid=20060/tid=20131] ppid=19996 vsize=531328 CPUtime=0 cores=0,2,4,6
/proc/20060/task/20131/stat : 20131 (python) S 19996 19996 19964 0 -1 4202560 70 0 0 0 0 0 0 0 18 0 2 0 617054872 544079872 39736 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604444152179712 0 0 -1 6 0 0 0
[pid=20090] ppid=19996 vsize=541584 CPUtime=0.27 cores=0,2,4,6
/proc/20090/stat : 20090 (python) S 19996 19996 19964 0 -1 4202560 1001 0 0 0 15 12 0 0 18 0 2 0 617045728 554582016 39755 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20090/statm: 135396 39755 399 364 0 71296 0
[pid=20092] ppid=20090 vsize=54080 CPUtime=199.45 cores=0,2,4,6
/proc/20092/stat : 20092 (lingeling) T 20090 20092 20092 0 -1 4202496 28628 0 0 0 19939 6 0 0 25 0 1 0 617045729 55377920 12690 33554432000 4194304 4352236 140736092007600 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20092/statm: 13520 12690 129 39 0 12600 0
[pid=20090/tid=20135] ppid=19996 vsize=541584 CPUtime=0 cores=0,2,4,6
/proc/20090/task/20135/stat : 20135 (python) S 19996 19996 19964 0 -1 4202560 69 0 0 0 0 0 0 0 18 0 2 0 617055742 554582016 39755 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453825436736 0 0 -1 6 0 0 0
[pid=20132] ppid=19996 vsize=551840 CPUtime=0.18 cores=0,2,4,6
/proc/20132/stat : 20132 (python) S 19996 19996 19964 0 -1 4202560 1048 0 0 0 10 8 0 0 15 0 2 0 617054875 565084160 39760 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20132/statm: 137960 39760 405 364 0 73857 0
[pid=20134] ppid=20132 vsize=522372 CPUtime=109.87 cores=0,2,4,6
/proc/20134/stat : 20134 (cryptominisat-2) R 20132 20134 20134 0 -1 4202496 139738 0 0 0 10968 19 0 0 25 0 1 0 617054875 534908928 115180 33554432000 4194304 4677096 140735068174768 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20134/statm: 130593 115180 394 118 0 125552 0
[pid=20132/tid=20151] ppid=19996 vsize=551840 CPUtime=0 cores=0,2,4,6
/proc/20132/task/20151/stat : 20151 (python) S 19996 19996 19964 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 617065224 565084160 39760 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453854517120 0 0 -1 2 0 0 0
[pid=20152] ppid=19996 vsize=562096 CPUtime=0.14 cores=0,2,4,6
/proc/20152/stat : 20152 (python) S 19996 19996 19964 0 -1 4202560 1012 0 0 0 8 6 0 0 19 0 2 0 617065227 575586304 39771 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20152/statm: 140524 39771 399 364 0 76418 0
[pid=20154] ppid=20152 vsize=53792 CPUtime=98.27 cores=0,2,4,6
/proc/20154/stat : 20154 (lingeling) T 20152 20154 20154 0 -1 4202496 27149 0 0 0 9823 4 0 0 25 0 1 0 617065228 55083008 12618 33554432000 4194304 4352236 140734268920688 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/20154/statm: 13448 12618 129 39 0 12528 0
[pid=20152/tid=20163] ppid=19996 vsize=562096 CPUtime=0 cores=0,2,4,6
/proc/20152/task/20163/stat : 20163 (python) S 19996 19996 19964 0 -1 4202560 72 0 0 0 0 0 0 0 19 0 2 0 617075241 575586304 39771 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453895262336 0 0 -1 6 0 0 0
[pid=19996/tid=20015] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20015/stat : 20015 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 25 0 10 0 616966803 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20018] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20018/stat : 20018 (python) S 19994 19996 19964 0 -1 4202560 63 926 0 8 0 0 0 0 18 0 10 0 616966806 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20021] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20021/stat : 20021 (python) S 19994 19996 19964 0 -1 4202560 34 926 0 8 0 0 0 0 18 0 10 0 616966809 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20024] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20024/stat : 20024 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 20 0 10 0 616966811 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20031] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20031/stat : 20031 (python) S 19994 19996 19964 0 -1 4202560 40 926 0 8 0 0 0 0 18 0 10 0 616976817 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20061] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20061/stat : 20061 (python) S 19994 19996 19964 0 -1 4202560 40 926 0 8 0 0 0 0 18 0 10 0 617015623 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20091] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20091/stat : 20091 (python) S 19994 19996 19964 0 -1 4202560 43 926 0 8 0 0 0 0 18 0 10 0 617045729 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20133] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20133/stat : 20133 (python) S 19994 19996 19964 0 -1 4202560 40 926 0 8 0 0 0 0 18 0 10 0 617054875 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20153] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20153/stat : 20153 (python) S 19994 19996 19964 0 -1 4202560 35 926 0 8 0 0 0 0 20 0 10 0 617065227 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 7455944

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

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

[startup+1255.6 s]
/proc/loadavg: 8.15 7.61 5.44 9/235 20165
/proc/meminfo: memFree=19432728/32950928 swapFree=67111352/67111528
[pid=19996] ppid=19994 vsize=572340 CPUtime=53.16 cores=0,2,4,6
/proc/19996/stat : 19996 (python) S 19994 19996 19964 0 -1 4202496 70386 926 111 8 5281 35 0 0 18 0 10 0 616960203 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 261
/proc/19996/statm: 143085 41340 1892 364 0 78979 0
[pid=20014] ppid=19996 vsize=424756 CPUtime=0.11 cores=0,2,4,6
/proc/20014/stat : 20014 (python) S 19996 19996 19964 0 -1 4202560 1190 0 0 0 6 5 0 0 19 0 2 0 616966803 434950144 39600 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20014/statm: 106189 39600 415 364 0 42107 0
[pid=20016] ppid=20014 vsize=108408 CPUtime=100.09 cores=0,2,4,6
/proc/20016/stat : 20016 (SApperloT-base) T 20014 20016 20016 0 -1 4202496 26537 0 0 0 9999 10 0 0 25 0 1 0 616966803 111009792 25915 33554432000 134512640 135674940 4289168608 18446744073709551615 134564601 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20016/statm: 27102 25915 100 284 0 26816 0
[pid=20014/tid=20029] ppid=19996 vsize=424756 CPUtime=0 cores=0,2,4,6
/proc/20014/task/20029/stat : 20029 (python) S 19996 19996 19964 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616976815 434950144 39600 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453894612864 0 0 -1 4 0 0 0
[pid=20017] ppid=19996 vsize=490304 CPUtime=0.98 cores=0,2,4,6
/proc/20017/stat : 20017 (python) S 19996 19996 19964 0 -1 4202560 1012 0 0 0 53 45 0 0 15 0 2 0 616966805 502071296 39702 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20017/statm: 122576 39702 400 364 0 58491 0
[pid=20019] ppid=20017 vsize=559216 CPUtime=687.47 cores=0,2,4,6
/proc/20019/stat : 20019 (cryptominisat-2) R 20017 20019 20019 0 -1 4202496 226482 0 0 0 68702 45 0 0 25 0 1 0 616966806 572637184 125376 33554432000 4194304 4677096 140733561647584 18446744073709551615 251367243420 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20019/statm: 139804 125376 394 118 0 134763 0
[pid=20017/tid=20059] ppid=19996 vsize=490304 CPUtime=0 cores=0,2,4,6
/proc/20017/task/20059/stat : 20059 (python) S 19996 19996 19964 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 2 0 617015621 502071296 39702 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=20020] ppid=19996 vsize=500560 CPUtime=1.38 cores=0,2,4,6
/proc/20020/stat : 20020 (python) S 19996 19996 19964 0 -1 4202560 963 0 0 0 77 61 0 0 18 0 2 0 616966808 512573440 39675 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20020/statm: 125140 39675 399 364 0 61052 0
[pid=20022] ppid=20020 vsize=108744 CPUtime=1069.32 cores=0,2,4,6
/proc/20022/stat : 20022 (lingeling) T 20020 20022 20022 0 -1 4202496 45625 0 0 0 106925 7 0 0 25 0 1 0 616966809 111353856 26356 33554432000 4194304 4352236 140737264095840 18446744073709551615 4331541 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20022/statm: 27186 26356 129 39 0 26266 0
[pid=20020/tid=20033] ppid=19996 vsize=500560 CPUtime=0 cores=0,2,4,6
/proc/20020/task/20033/stat : 20033 (python) S 19996 19996 19964 0 -1 4202560 68 0 0 0 0 0 0 0 18 0 2 0 616976820 512573440 39675 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604441549380288 0 0 -1 2 0 0 0
[pid=20023] ppid=19996 vsize=510816 CPUtime=1.54 cores=0,2,4,6
/proc/20023/stat : 20023 (python) S 19996 19996 19964 0 -1 4202560 792 0 0 0 85 69 0 0 18 0 1 0 616966811 523075584 39661 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 10464817421637091587 0 0 17 2 0 0 0
/proc/20023/statm: 127704 39661 371 364 0 63613 0
[pid=20025] ppid=20023 vsize=103788 CPUtime=1189.17 cores=0,2,4,6
/proc/20025/stat : 20025 (lingeling) R 20023 20025 20025 0 -1 4202496 44400 0 0 0 118908 9 0 0 25 0 1 0 616966811 106278912 25117 33554432000 4194304 4352236 140737127694864 18446744073709551615 4277685 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20025/statm: 25947 25117 129 39 0 25027 0
[pid=20030] ppid=19996 vsize=521072 CPUtime=1.17 cores=0,2,4,6
/proc/20030/stat : 20030 (python) S 19996 19996 19964 0 -1 4202560 1003 0 0 0 66 51 0 0 15 0 2 0 616976817 533577728 39721 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20030/statm: 130268 39721 400 364 0 66174 0
[pid=20032] ppid=20030 vsize=565560 CPUtime=801.75 cores=0,2,4,6
/proc/20032/stat : 20032 (cryptominisat-2) R 20030 20032 20032 0 -1 4202496 237656 0 0 0 80120 55 0 0 25 0 1 0 616976818 579133440 128232 33554432000 4194304 4677096 140735765781488 18446744073709551615 4317834 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20032/statm: 141390 128232 394 118 0 136349 0
[pid=20030/tid=20089] ppid=19996 vsize=521072 CPUtime=0 cores=0,2,4,6
/proc/20030/task/20089/stat : 20089 (python) S 19996 19996 19964 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 2 0 617045726 533577728 39721 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453916642304 0 0 -1 6 0 0 0
[pid=20060] ppid=19996 vsize=531328 CPUtime=0.67 cores=0,2,4,6
/proc/20060/stat : 20060 (python) S 19996 19996 19964 0 -1 4202560 990 0 0 0 35 32 0 0 18 0 2 0 617015623 544079872 39736 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20060/statm: 132832 39736 399 364 0 68735 0
[pid=20062] ppid=20060 vsize=173288 CPUtime=485.2 cores=0,2,4,6
/proc/20062/stat : 20062 (precosat) T 20060 20062 20062 0 -1 4202496 43951 0 0 0 48511 9 0 0 25 0 1 0 617015624 177446912 41109 33554432000 4194304 4890832 140735078365760 18446744073709551615 4274298 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/20062/statm: 43322 41109 86 171 0 43149 0
[pid=20060/tid=20131] ppid=19996 vsize=531328 CPUtime=0 cores=0,2,4,6
/proc/20060/task/20131/stat : 20131 (python) S 19996 19996 19964 0 -1 4202560 70 0 0 0 0 0 0 0 18 0 2 0 617054872 544079872 39736 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604444152179712 0 0 -1 6 0 0 0
[pid=20090] ppid=19996 vsize=541584 CPUtime=0.27 cores=0,2,4,6
/proc/20090/stat : 20090 (python) S 19996 19996 19964 0 -1 4202560 1001 0 0 0 15 12 0 0 18 0 2 0 617045728 554582016 39755 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20090/statm: 135396 39755 399 364 0 71296 0
[pid=20092] ppid=20090 vsize=54080 CPUtime=199.45 cores=0,2,4,6
/proc/20092/stat : 20092 (lingeling) T 20090 20092 20092 0 -1 4202496 28628 0 0 0 19939 6 0 0 25 0 1 0 617045729 55377920 12690 33554432000 4194304 4352236 140736092007600 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20092/statm: 13520 12690 129 39 0 12600 0
[pid=20090/tid=20135] ppid=19996 vsize=541584 CPUtime=0 cores=0,2,4,6
/proc/20090/task/20135/stat : 20135 (python) S 19996 19996 19964 0 -1 4202560 69 0 0 0 0 0 0 0 18 0 2 0 617055742 554582016 39755 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453825436736 0 0 -1 6 0 0 0
[pid=20132] ppid=19996 vsize=551840 CPUtime=0.18 cores=0,2,4,6
/proc/20132/stat : 20132 (python) S 19996 19996 19964 0 -1 4202560 1048 0 0 0 10 8 0 0 15 0 2 0 617054875 565084160 39760 33554432000 4194304 5683644 140736844478960 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20132/statm: 137960 39760 405 364 0 73857 0
[pid=20134] ppid=20132 vsize=522372 CPUtime=109.87 cores=0,2,4,6
/proc/20134/stat : 20134 (cryptominisat-2) R 20132 20134 20134 0 -1 4202496 139738 0 0 0 10968 19 0 0 25 0 1 0 617054875 534908928 115180 33554432000 4194304 4677096 140735068174768 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20134/statm: 130593 115180 394 118 0 125552 0
[pid=20132/tid=20151] ppid=19996 vsize=551840 CPUtime=0 cores=0,2,4,6
/proc/20132/task/20151/stat : 20151 (python) S 19996 19996 19964 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 617065224 565084160 39760 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453854517120 0 0 -1 2 0 0 0
[pid=20152] ppid=19996 vsize=562096 CPUtime=0.14 cores=0,2,4,6
/proc/20152/stat : 20152 (python) S 19996 19996 19964 0 -1 4202560 1012 0 0 0 8 6 0 0 19 0 2 0 617065227 575586304 39771 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20152/statm: 140524 39771 399 364 0 76418 0
[pid=20154] ppid=20152 vsize=53792 CPUtime=98.27 cores=0,2,4,6
/proc/20154/stat : 20154 (lingeling) T 20152 20154 20154 0 -1 4202496 27149 0 0 0 9823 4 0 0 25 0 1 0 617065228 55083008 12618 33554432000 4194304 4352236 140734268920688 18446744073709551615 4328321 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/20154/statm: 13448 12618 129 39 0 12528 0
[pid=20152/tid=20163] ppid=19996 vsize=562096 CPUtime=0 cores=0,2,4,6
/proc/20152/task/20163/stat : 20163 (python) S 19996 19996 19964 0 -1 4202560 72 0 0 0 0 0 0 0 19 0 2 0 617075241 575586304 39771 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 514 18446604453895262336 0 0 -1 6 0 0 0
[pid=19996/tid=20015] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20015/stat : 20015 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 25 0 10 0 616966803 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20018] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20018/stat : 20018 (python) S 19994 19996 19964 0 -1 4202560 63 926 0 8 0 0 0 0 18 0 10 0 616966806 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20021] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20021/stat : 20021 (python) S 19994 19996 19964 0 -1 4202560 34 926 0 8 0 0 0 0 18 0 10 0 616966809 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 4 0 0 0
[pid=19996/tid=20024] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20024/stat : 20024 (python) S 19994 19996 19964 0 -1 4202560 31 926 0 8 0 0 0 0 20 0 10 0 616966811 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20031] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20031/stat : 20031 (python) S 19994 19996 19964 0 -1 4202560 40 926 0 8 0 0 0 0 18 0 10 0 616976817 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20061] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20061/stat : 20061 (python) S 19994 19996 19964 0 -1 4202560 40 926 0 8 0 0 0 0 18 0 10 0 617015623 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20091] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20091/stat : 20091 (python) S 19994 19996 19964 0 -1 4202560 43 926 0 8 0 0 0 0 18 0 10 0 617045729 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20133] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20133/stat : 20133 (python) S 19994 19996 19964 0 -1 4202560 40 926 0 8 0 0 0 0 18 0 10 0 617054875 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
[pid=19996/tid=20153] ppid=19994 vsize=572340 CPUtime=0 cores=0,2,4,6
/proc/19996/task/20153/stat : 20153 (python) S 19994 19996 19964 0 -1 4202560 35 926 0 8 0 0 0 0 20 0 10 0 617065227 586076160 41340 33554432000 4194304 5683644 140736844478960 18446744073709551615 251379370417 0 0 16781312 2 18446604453590698944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 7455944

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19996 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=821969
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=372943
# CPU time returned by wait4() is 53.1949
# while last known CPU time is 4800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1255.67
CPU time (s): 4800.19
CPU user time (s): 4795.31
CPU system time (s): 4.88
CPU usage (%): 382.281
Max. virtual memory (cumulated for all children) (KiB): 7477024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.822
system time used= 0.372943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71315
page faults= 119
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18932
involuntary context switches= 126

runsolver used 3.01254 second user time and 7.33688 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 18:28:13
IDJOB=3317748
IDBENCH=20558
IDSOLVER=1706
FILE ID=node113/3317748-1304267292
RUNJOBID= node113-1304267292-19982
PBS_JOBID= 13173966
Free space on /tmp= 72412 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317748-1304267292/watcher-3317748-1304267292 -o /tmp/evaluation-result-3317748-1304267292/solver-3317748-1304267292 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317748-1304267292.cnf -seed 832098950 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d35e27c66dd20912347d4209a4f12c99
RANDOM SEED=832098950

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28765356 kB
Buffers:        797348 kB
Cached:        2813360 kB
SwapCached:         12 kB
Active:         312540 kB
Inactive:      3365468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28765356 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          146172 kB
Writeback:           0 kB
AnonPages:       67216 kB
Mapped:          14592 kB
Slab:           443300 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189128 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= 72340 MiB
End job on node113 at 2011-05-01 18:49:13