Trace number 3317893

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? (MO) 2508.3 775.581

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.42/0.73	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/0.73	c INFO: solving HOME/instance-3317893-1304271200.cnf
0.42/0.73	c INFO: computing task features
16.60/16.90	c INFO: computed variable-clause graph statistics
17.10/17.49	c INFO: computed clause balance statistics
90.40/90.71	c INFO: computed variable balance statistics
139.20/139.57	c INFO: computed small-clause counts
140.51/140.88	c INFO: computed Horn-clause counts
194.91/195.27	c INFO: computed variable graph statistics
194.91/195.28	c INFO: collected features for HOME/instance-3317893-1304271200.cnf in 193.74 s
195.01/195.31	c INFO: running lingeling-276@0 for 97 with 4605 remaining (b = 0.68)
195.01/195.34	c INFO: running precosat-570@0 for 97 with 4605 remaining (b = 0.36)
195.01/195.38	c INFO: running cryptominisat-2.9.0@0 for 485 with 4605 remaining (b = 0.34)
195.10/195.42	c INFO: running SApperloT@0 for 97 with 4605 remaining (b = 0.06)
590.99/294.68	c INFO: running lingeling-276@0 for 97 with 4506 remaining (b = 0.11)
594.56/295.56	c INFO: running lingeling-276@0 for 485 with 4505 remaining (b = 0.17)
594.56/295.60	c INFO: running precosat-570@0 for 97 with 4505 remaining (b = 0.10)
990.45/394.94	c INFO: running lingeling-276@0 for 97 with 4405 remaining (b = 0.09)
998.00/396.81	c INFO: running cryptominisat-2.9.0@0 for 1455 with 4403 remaining (b = 0.37)
1390.63/495.22	c INFO: running lingeling-276@99 for 1164 with 4305 remaining (b = 0.25)
2170.56/690.75	c INFO: running precosat-570@99 for 97 with 4110 remaining (b = 0.09)

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-3317893-1304271200/watcher-3317893-1304271200 -o /tmp/evaluation-result-3317893-1304271200/solver-3317893-1304271200 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317893-1304271200.cnf -seed 928521394 -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: 5.20 7.50 8.31 4/259 12661
/proc/meminfo: memFree=22049216/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 839 0 0 0 0 0 0 0 17 0 1 0 617350740 16158720 723 33554432000 4194304 5683644 140735149239168 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 3938 723 334 364 0 425 0

[startup+0.0596519 s]
/proc/loadavg: 5.20 7.50 8.31 4/259 12661
/proc/meminfo: memFree=22049216/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 1409 0 0 0 3 0 0 0 17 0 1 0 617350740 30502912 1252 33554432000 4194304 5683644 140735149239168 18446744073709551615 4864861 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 7447 1252 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100625 s]
/proc/loadavg: 5.20 7.50 8.31 4/259 12661
/proc/meminfo: memFree=22049216/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=84604 CPUtime=0.05 cores=0,2,4,6
/proc/12661/stat : 12661 (python) S 12659 12661 10986 0 -1 4202496 2409 0 0 0 4 1 0 0 17 0 1 0 617350740 86634496 2136 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/12661/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84604

[startup+0.300587 s]
/proc/loadavg: 5.20 7.50 8.31 4/259 12661
/proc/meminfo: memFree=22049216/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=135748 CPUtime=0.19 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 5962 936 1 0 13 6 0 0 17 0 1 0 617350740 139005952 4150 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735174661 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700499 s]
/proc/loadavg: 5.20 7.50 8.31 4/259 12661
/proc/meminfo: memFree=22049216/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=259076 CPUtime=0.42 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 8560 936 1 0 28 14 0 0 16 0 1 0 617350740 265293824 6419 33554432000 4194304 5683644 140735149239168 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 64769 6419 1653 364 0 5127 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 259076

[startup+1.50036 s]
/proc/loadavg: 5.20 7.50 8.31 4/265 12675
/proc/meminfo: memFree=21779204/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=417360 CPUtime=1.21 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 43939 936 1 0 99 22 0 0 17 0 1 0 617350740 427376640 41622 33554432000 4194304 5683644 140735149239168 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 104340 41622 1761 364 0 40264 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 417360

[startup+3.10108 s]
/proc/loadavg: 5.20 7.50 8.31 4/265 12675
/proc/meminfo: memFree=21779204/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=523820 CPUtime=2.81 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 70374 936 1 0 255 26 0 0 19 0 1 0 617350740 536391680 68057 33554432000 4194304 5683644 140735149239168 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 130955 68058 1761 364 0 66879 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 523820

[startup+6.30056 s]
/proc/loadavg: 5.26 7.47 8.30 4/265 12675
/proc/meminfo: memFree=21184276/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=748408 CPUtime=6.01 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 123386 936 1 0 568 33 0 0 25 0 1 0 617350740 766369792 121069 33554432000 4194304 5683644 140735149239168 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12661/statm: 187102 121069 1761 364 0 123026 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 748408

[startup+12.7005 s]
/proc/loadavg: 5.08 7.40 8.27 4/265 12676
/proc/meminfo: memFree=20356840/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=1135404 CPUtime=12.4 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 216283 936 1 0 1195 45 0 0 25 0 1 0 617350740 1162653696 213966 33554432000 4194304 5683644 140735149239168 18446744073709551615 47449091218117 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12661/statm: 283851 213967 1761 364 0 219775 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1135404

[startup+25.5002 s]
/proc/loadavg: 4.62 7.18 8.19 4/265 12676
/proc/meminfo: memFree=20229736/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=1069632 CPUtime=25.21 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 500748 936 1 0 2441 80 0 0 25 0 1 0 617350740 1095303168 204793 33554432000 4194304 5683644 140735149239168 18446744073709551615 47449098449061 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12661/statm: 267408 204793 1826 364 0 203332 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1069632

[startup+51.1007 s]
/proc/loadavg: 4.07 6.84 8.05 4/265 12677
/proc/meminfo: memFree=20225776/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=1069632 CPUtime=50.8 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 500748 936 1 0 5000 80 0 0 25 0 1 0 617350740 1095303168 204793 33554432000 4194304 5683644 140735149239168 18446744073709551615 47449093911907 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12661/statm: 267408 204793 1826 364 0 203332 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1069632

[startup+102.301 s]
/proc/loadavg: 3.46 6.25 7.78 4/265 12678
/proc/meminfo: memFree=20218900/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=1069632 CPUtime=102 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 500749 936 1 0 10120 80 0 0 25 0 1 0 617350740 1095303168 204794 33554432000 4194304 5683644 140735149239168 18446744073709551615 4510893 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12661/statm: 267408 204794 1827 364 0 203332 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 1069632

[startup+162.3 s]
/proc/loadavg: 3.17 5.66 7.48 5/265 12680
/proc/meminfo: memFree=20210128/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=1069632 CPUtime=162.01 cores=0,2,4,6
/proc/12661/stat : 12661 (python) R 12659 12661 10986 0 -1 4202496 610267 936 1 0 16107 94 0 0 25 0 1 0 617350740 1095303168 204800 33554432000 4194304 5683644 140735149239168 18446744073709551615 47449091037312 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12661/statm: 267408 204800 1833 364 0 203332 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 1069632

[startup+222.301 s]
/proc/loadavg: 5.62 5.80 7.41 10/289 12705
/proc/meminfo: memFree=17580628/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=738048 CPUtime=195.14 cores=0,2,4,6
/proc/12661/stat : 12661 (python) S 12659 12661 10986 0 -1 4202496 612996 936 1 0 19411 103 0 0 24 0 5 0 617350740 755761152 111709 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12661/statm: 184512 111709 1881 364 0 120421 0
[pid=12693] ppid=12661 vsize=697036 CPUtime=0.05 cores=0,2,4,6
/proc/12693/stat : 12693 (python) S 12661 12661 10986 0 -1 4202560 995 0 0 0 2 3 0 0 18 0 1 0 617370271 713764864 110193 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198735 0 0 16781312 514 10893609364283687172 0 0 17 2 0 0 0
/proc/12693/statm: 174259 110193 381 364 0 110177 0
[pid=12695] ppid=12693 vsize=199916 CPUtime=26.9 cores=0,2,4,6
/proc/12695/stat : 12695 (lingeling) R 12693 12695 12695 0 -1 4202496 76227 0 0 0 2676 14 0 0 25 0 1 0 617370273 204713984 49149 33554432000 4194304 4352236 140733826559568 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12695/statm: 49979 49149 129 39 0 49059 0
[pid=12696] ppid=12661 vsize=707292 CPUtime=0.05 cores=0,2,4,6
/proc/12696/stat : 12696 (python) S 12661 12661 10986 0 -1 4202560 908 0 0 0 2 3 0 0 18 0 1 0 617370275 724267008 110186 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10893609364283687169 0 0 17 6 0 0 0
/proc/12696/statm: 176823 110186 370 364 0 112738 0
[pid=12698] ppid=12696 vsize=603756 CPUtime=26.91 cores=0,2,4,6
/proc/12698/stat : 12698 (precosat) R 12696 12698 12698 0 -1 4202496 151666 0 0 0 2666 25 0 0 25 0 1 0 617370276 618246144 147998 33554432000 4194304 4890832 140736283074336 18446744073709551615 4246521 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/12698/statm: 150939 147998 86 171 0 150766 0
[pid=12699] ppid=12661 vsize=717548 CPUtime=0.06 cores=0,2,4,6
/proc/12699/stat : 12699 (python) S 12661 12661 10986 0 -1 4202560 925 0 0 0 3 3 0 0 15 0 1 0 617370278 734769152 110190 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10893609364283687169 0 0 17 0 0 0 0
/proc/12699/statm: 179387 110190 370 364 0 115299 0
[pid=12701] ppid=12699 vsize=1023332 CPUtime=26.82 cores=0,2,4,6
/proc/12701/stat : 12701 (cryptominisat-2) R 12699 12701 12701 0 -1 4202496 219158 0 0 0 2650 32 0 0 25 0 1 0 617370280 1047891968 214458 33554432000 4194304 4677096 140733807406784 18446744073709551615 4279775 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12701/statm: 255833 214458 381 118 0 250792 0
[pid=12702] ppid=12661 vsize=727804 CPUtime=0.05 cores=0,2,4,6
/proc/12702/stat : 12702 (python) S 12661 12661 10986 0 -1 4202560 942 0 0 0 2 3 0 0 18 0 1 0 617370282 745271296 110194 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10893609364283687172 0 0 17 6 0 0 0
/proc/12702/statm: 181951 110194 370 364 0 117860 0
[pid=12704] ppid=12702 vsize=186664 CPUtime=26.5 cores=0,2,4,6
/proc/12704/stat : 12704 (SApperloT-base) R 12702 12704 12704 0 -1 4202496 40672 0 0 0 2640 10 0 0 25 0 1 0 617370284 191143936 40181 33554432000 134512640 135674940 4288415024 18446744073709551615 134564231 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12704/statm: 46666 40181 99 284 0 46380 0
[pid=12661/tid=12694] ppid=12659 vsize=738048 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12694/stat : 12694 (python) S 12659 12661 10986 0 -1 4202560 24 936 0 0 0 0 0 0 25 0 5 0 617370273 755761152 111709 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 0 0 0 0
[pid=12661/tid=12697] ppid=12659 vsize=738048 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12697/stat : 12697 (python) S 12659 12661 10986 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 5 0 617370276 755761152 111709 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12700] ppid=12659 vsize=738048 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12700/stat : 12700 (python) S 12659 12661 10986 0 -1 4202560 38 936 0 0 0 0 0 0 22 0 5 0 617370280 755761152 111709 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12703] ppid=12659 vsize=738048 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12703/stat : 12703 (python) S 12659 12661 10986 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 5 0 617370284 755761152 111709 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 302.48
Current children cumulated vsize (KiB) 5601396

[startup+282.301 s]
/proc/loadavg: 7.88 6.41 7.51 10/289 12707
/proc/meminfo: memFree=16775880/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=738048 CPUtime=195.14 cores=0,2,4,6
/proc/12661/stat : 12661 (python) S 12659 12661 10986 0 -1 4202496 612996 936 1 0 19411 103 0 0 24 0 5 0 617350740 755761152 111709 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12661/statm: 184512 111709 1881 364 0 120421 0
[pid=12693] ppid=12661 vsize=697036 CPUtime=0.17 cores=0,2,4,6
/proc/12693/stat : 12693 (python) S 12661 12661 10986 0 -1 4202560 1022 0 0 0 8 9 0 0 18 0 1 0 617370271 713764864 110193 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198735 0 0 16781312 514 10893609364283687172 0 0 17 2 0 0 0
/proc/12693/statm: 174259 110193 381 364 0 110177 0
[pid=12695] ppid=12693 vsize=208416 CPUtime=86.78 cores=0,2,4,6
/proc/12695/stat : 12695 (lingeling) R 12693 12695 12695 0 -1 4202496 98881 0 0 0 8661 17 0 0 25 0 1 0 617370273 213417984 51274 33554432000 4194304 4352236 140733826559568 18446744073709551615 4208050 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12695/statm: 52104 51274 129 39 0 51184 0
[pid=12696] ppid=12661 vsize=707292 CPUtime=0.17 cores=0,2,4,6
/proc/12696/stat : 12696 (python) S 12661 12661 10986 0 -1 4202560 931 0 0 0 8 9 0 0 18 0 1 0 617370275 724267008 110186 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10893609364283687169 0 0 17 6 0 0 0
/proc/12696/statm: 176823 110186 370 364 0 112738 0
[pid=12698] ppid=12696 vsize=615976 CPUtime=86.9 cores=0,2,4,6
/proc/12698/stat : 12698 (precosat) R 12696 12698 12698 0 -1 4202496 156159 0 0 0 8664 26 0 0 25 0 1 0 617370276 630759424 152491 33554432000 4194304 4890832 140736283074336 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/12698/statm: 153994 152491 86 171 0 153821 0
[pid=12699] ppid=12661 vsize=717548 CPUtime=0.2 cores=0,2,4,6
/proc/12699/stat : 12699 (python) S 12661 12661 10986 0 -1 4202560 949 0 0 0 11 9 0 0 15 0 1 0 617370278 734769152 110190 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10893609364283687169 0 0 17 0 0 0 0
/proc/12699/statm: 179387 110190 370 364 0 115299 0
[pid=12701] ppid=12699 vsize=1726056 CPUtime=86.68 cores=0,2,4,6
/proc/12701/stat : 12701 (cryptominisat-2) R 12699 12701 12701 0 -1 4202496 373503 0 0 0 8612 56 0 0 25 0 1 0 617370280 1767481344 359549 33554432000 4194304 4677096 140733807406784 18446744073709551615 4491627 0 0 16781312 2 0 0 0 17 0 0 0 0

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

/proc/meminfo: memFree=8704128/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=768816 CPUtime=195.35 cores=0,2,4,6
/proc/12661/stat : 12661 (python) S 12659 12661 10986 0 -1 4202496 615963 936 1 0 19428 107 0 0 18 0 8 0 617350740 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12661/statm: 192204 111728 1888 364 0 128104 0
[pid=12693] ppid=12661 vsize=707280 CPUtime=1.17 cores=0,2,4,6
/proc/12693/stat : 12693 (python) S 12661 12661 10986 0 -1 4202560 1213 0 0 0 61 56 0 0 18 0 2 0 617370271 724254720 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12693/statm: 176820 110232 415 364 0 112738 0
[pid=12695] ppid=12693 vsize=218124 CPUtime=579.83 cores=0,2,4,6
/proc/12695/stat : 12695 (lingeling) R 12693 12695 12695 0 -1 4202496 229674 0 0 0 57951 32 0 0 25 0 1 0 617370273 223358976 53701 33554432000 4194304 4352236 140733826559568 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12695/statm: 54531 53701 129 39 0 53611 0
[pid=12693/tid=12713] ppid=12661 vsize=707280 CPUtime=0 cores=0,2,4,6
/proc/12693/task/12713/stat : 12713 (python) S 12661 12661 10986 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617380294 724254720 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453901413440 0 0 -1 2 0 0 0
[pid=12696] ppid=12661 vsize=707292 CPUtime=0.61 cores=0,2,4,6
/proc/12696/stat : 12696 (python) S 12661 12661 10986 0 -1 4202560 1153 0 0 0 30 31 0 0 18 0 2 0 617370275 724267008 110216 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12696/statm: 176823 110216 399 364 0 112738 0
[pid=12698] ppid=12696 vsize=615976 CPUtime=284.02 cores=0,2,4,6
/proc/12698/stat : 12698 (precosat) R 12696 12698 12698 0 -1 4202496 156199 0 0 0 28375 27 0 0 25 0 1 0 617370276 630759424 152531 33554432000 4194304 4890832 140736283074336 18446744073709551615 4238338 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/12698/statm: 153994 152531 86 171 0 153821 0
[pid=12696/tid=12714] ppid=12661 vsize=707292 CPUtime=0 cores=0,2,4,6
/proc/12696/task/12714/stat : 12714 (python) S 12661 12661 10986 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 617380298 724267008 110216 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453935405888 0 0 -1 4 0 0 0
[pid=12699] ppid=12661 vsize=717548 CPUtime=1.1 cores=0,2,4,6
/proc/12699/stat : 12699 (python) S 12661 12661 10986 0 -1 4202560 1147 0 0 0 63 47 0 0 17 0 2 0 617370278 734769152 110220 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12699/statm: 179387 110220 399 364 0 115299 0
[pid=12701] ppid=12699 vsize=4448808 CPUtime=491.49 cores=0,2,4,6
/proc/12701/stat : 12701 (cryptominisat-2) T 12699 12701 12701 0 -1 4202496 964159 0 0 0 49001 148 0 0 25 0 1 0 617370280 4555579392 879290 33554432000 4194304 4677096 140733807406784 18446744073709551615 4318902 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/12701/statm: 1112202 879290 391 118 0 1107161 0
[pid=12699/tid=12747] ppid=12661 vsize=717548 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12747/stat : 12747 (python) S 12661 12661 10986 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 617419813 734769152 110220 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604451218856832 0 0 -1 0 0 0 0
[pid=12702] ppid=12661 vsize=727804 CPUtime=0.21 cores=0,2,4,6
/proc/12702/stat : 12702 (python) S 12661 12661 10986 0 -1 4202560 1128 0 0 0 11 10 0 0 19 0 2 0 617370282 745271296 110224 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12702/statm: 181951 110224 399 364 0 117860 0
[pid=12704] ppid=12702 vsize=226196 CPUtime=97.88 cores=0,2,4,6
/proc/12704/stat : 12704 (SApperloT-base) T 12702 12704 12704 0 -1 4202496 50682 0 0 0 9775 13 0 0 25 0 1 0 617370284 231624704 49805 33554432000 134512640 135674940 4288415024 18446744073709551615 134556826 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12704/statm: 56549 49805 100 284 0 56263 0
[pid=12702/tid=12709] ppid=12661 vsize=727804 CPUtime=0 cores=0,2,4,6
/proc/12702/task/12709/stat : 12709 (python) S 12661 12661 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617380207 745271296 110224 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453926556928 0 0 -1 6 0 0 0
[pid=12710] ppid=12661 vsize=738060 CPUtime=0.79 cores=0,2,4,6
/proc/12710/stat : 12710 (python) S 12661 12661 10986 0 -1 4202560 1162 0 0 0 39 40 0 0 18 0 2 0 617380209 755773440 110228 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12710/statm: 184515 110228 399 364 0 120421 0
[pid=12712] ppid=12710 vsize=203688 CPUtime=377.6 cores=0,2,4,6
/proc/12712/stat : 12712 (lingeling) R 12710 12712 12712 0 -1 4202496 187874 0 0 0 37728 32 0 0 25 0 1 0 617380211 208576512 50092 33554432000 4194304 4352236 140733296057536 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12712/statm: 50922 50092 129 39 0 50002 0
[pid=12710/tid=12726] ppid=12661 vsize=738060 CPUtime=0 cores=0,2,4,6
/proc/12710/task/12726/stat : 12726 (python) S 12661 12661 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617390232 755773440 110228 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604449878003776 0 0 -1 2 0 0 0
[pid=12727] ppid=12661 vsize=748316 CPUtime=0.21 cores=0,2,4,6
/proc/12727/stat : 12727 (python) S 12661 12661 10986 0 -1 4202560 1135 0 0 0 10 11 0 0 19 0 2 0 617390235 766275584 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12727/statm: 187079 110232 399 364 0 122982 0
[pid=12729] ppid=12727 vsize=197616 CPUtime=99.98 cores=0,2,4,6
/proc/12729/stat : 12729 (lingeling) T 12727 12729 12729 0 -1 4202496 115502 0 0 0 9979 19 0 0 25 0 1 0 617390236 202358784 48574 33554432000 4194304 4352236 140735896238992 18446744073709551615 4233914 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12729/statm: 49404 48574 129 39 0 48484 0
[pid=12727/tid=12735] ppid=12661 vsize=748316 CPUtime=0 cores=0,2,4,6
/proc/12727/task/12735/stat : 12735 (python) S 12661 12661 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617400259 766275584 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453979276416 0 0 -1 6 0 0 0
[pid=12730] ppid=12661 vsize=758572 CPUtime=0.85 cores=0,2,4,6
/proc/12730/stat : 12730 (python) S 12661 12661 10986 0 -1 4202560 1004 0 0 0 47 38 0 0 15 0 1 0 617390422 776777728 110206 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10194130857313140993 0 0 17 0 0 0 0
/proc/12730/statm: 189643 110206 370 364 0 125543 0
[pid=12732] ppid=12730 vsize=4089332 CPUtime=377.21 cores=0,2,4,6
/proc/12732/stat : 12732 (cryptominisat-2) R 12730 12732 12732 0 -1 4202496 841366 0 0 0 37594 127 0 0 25 0 1 0 617390423 4187475968 784922 33554432000 4194304 4677096 140735675105248 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12732/statm: 1022333 784930 391 118 0 1017292 0
[pid=12661/tid=12694] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12694/stat : 12694 (python) S 12659 12661 10986 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 617370273 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 0 0 0 0
[pid=12661/tid=12697] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12697/stat : 12697 (python) S 12659 12661 10986 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 617370276 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12700] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12700/stat : 12700 (python) S 12659 12661 10986 0 -1 4202560 38 936 0 0 0 0 0 0 22 0 8 0 617370280 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12703] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12703/stat : 12703 (python) S 12659 12661 10986 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 8 0 617370284 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12711] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12711/stat : 12711 (python) S 12659 12661 10986 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 8 0 617380211 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12728] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12728/stat : 12728 (python) S 12659 12661 10986 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 617390236 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12731] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12731/stat : 12731 (python) S 12659 12661 10986 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 617390423 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2508.3
Current children cumulated vsize (KiB) 15873428

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

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

[startup+775.502 s]
/proc/loadavg: 9.05 8.61 8.18 10/319 12753
/proc/meminfo: memFree=8704128/32951124 swapFree=67102140/67111528
[pid=12661] ppid=12659 vsize=768816 CPUtime=195.35 cores=0,2,4,6
/proc/12661/stat : 12661 (python) S 12659 12661 10986 0 -1 4202496 615963 936 1 0 19428 107 0 0 18 0 8 0 617350740 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/12661/statm: 192204 111728 1888 364 0 128104 0
[pid=12693] ppid=12661 vsize=707280 CPUtime=1.17 cores=0,2,4,6
/proc/12693/stat : 12693 (python) S 12661 12661 10986 0 -1 4202560 1213 0 0 0 61 56 0 0 18 0 2 0 617370271 724254720 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12693/statm: 176820 110232 415 364 0 112738 0
[pid=12695] ppid=12693 vsize=218124 CPUtime=579.83 cores=0,2,4,6
/proc/12695/stat : 12695 (lingeling) R 12693 12695 12695 0 -1 4202496 229674 0 0 0 57951 32 0 0 25 0 1 0 617370273 223358976 53701 33554432000 4194304 4352236 140733826559568 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/12695/statm: 54531 53701 129 39 0 53611 0
[pid=12693/tid=12713] ppid=12661 vsize=707280 CPUtime=0 cores=0,2,4,6
/proc/12693/task/12713/stat : 12713 (python) S 12661 12661 10986 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617380294 724254720 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453901413440 0 0 -1 2 0 0 0
[pid=12696] ppid=12661 vsize=707292 CPUtime=0.61 cores=0,2,4,6
/proc/12696/stat : 12696 (python) S 12661 12661 10986 0 -1 4202560 1153 0 0 0 30 31 0 0 18 0 2 0 617370275 724267008 110216 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12696/statm: 176823 110216 399 364 0 112738 0
[pid=12698] ppid=12696 vsize=615976 CPUtime=284.02 cores=0,2,4,6
/proc/12698/stat : 12698 (precosat) R 12696 12698 12698 0 -1 4202496 156199 0 0 0 28375 27 0 0 25 0 1 0 617370276 630759424 152531 33554432000 4194304 4890832 140736283074336 18446744073709551615 4238338 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/12698/statm: 153994 152531 86 171 0 153821 0
[pid=12696/tid=12714] ppid=12661 vsize=707292 CPUtime=0 cores=0,2,4,6
/proc/12696/task/12714/stat : 12714 (python) S 12661 12661 10986 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 617380298 724267008 110216 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453935405888 0 0 -1 4 0 0 0
[pid=12699] ppid=12661 vsize=717548 CPUtime=1.1 cores=0,2,4,6
/proc/12699/stat : 12699 (python) S 12661 12661 10986 0 -1 4202560 1147 0 0 0 63 47 0 0 17 0 2 0 617370278 734769152 110220 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12699/statm: 179387 110220 399 364 0 115299 0
[pid=12701] ppid=12699 vsize=4448808 CPUtime=491.49 cores=0,2,4,6
/proc/12701/stat : 12701 (cryptominisat-2) T 12699 12701 12701 0 -1 4202496 964159 0 0 0 49001 148 0 0 25 0 1 0 617370280 4555579392 879290 33554432000 4194304 4677096 140733807406784 18446744073709551615 4318902 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/12701/statm: 1112202 879290 391 118 0 1107161 0
[pid=12699/tid=12747] ppid=12661 vsize=717548 CPUtime=0 cores=0,2,4,6
/proc/12699/task/12747/stat : 12747 (python) S 12661 12661 10986 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 617419813 734769152 110220 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604451218856832 0 0 -1 0 0 0 0
[pid=12702] ppid=12661 vsize=727804 CPUtime=0.21 cores=0,2,4,6
/proc/12702/stat : 12702 (python) S 12661 12661 10986 0 -1 4202560 1128 0 0 0 11 10 0 0 19 0 2 0 617370282 745271296 110224 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12702/statm: 181951 110224 399 364 0 117860 0
[pid=12704] ppid=12702 vsize=226196 CPUtime=97.88 cores=0,2,4,6
/proc/12704/stat : 12704 (SApperloT-base) T 12702 12704 12704 0 -1 4202496 50682 0 0 0 9775 13 0 0 25 0 1 0 617370284 231624704 49805 33554432000 134512640 135674940 4288415024 18446744073709551615 134556826 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/12704/statm: 56549 49805 100 284 0 56263 0
[pid=12702/tid=12709] ppid=12661 vsize=727804 CPUtime=0 cores=0,2,4,6
/proc/12702/task/12709/stat : 12709 (python) S 12661 12661 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617380207 745271296 110224 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453926556928 0 0 -1 6 0 0 0
[pid=12710] ppid=12661 vsize=738060 CPUtime=0.79 cores=0,2,4,6
/proc/12710/stat : 12710 (python) S 12661 12661 10986 0 -1 4202560 1162 0 0 0 39 40 0 0 18 0 2 0 617380209 755773440 110228 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12710/statm: 184515 110228 399 364 0 120421 0
[pid=12712] ppid=12710 vsize=203688 CPUtime=377.6 cores=0,2,4,6
/proc/12712/stat : 12712 (lingeling) R 12710 12712 12712 0 -1 4202496 187874 0 0 0 37728 32 0 0 25 0 1 0 617380211 208576512 50092 33554432000 4194304 4352236 140733296057536 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/12712/statm: 50922 50092 129 39 0 50002 0
[pid=12710/tid=12726] ppid=12661 vsize=738060 CPUtime=0 cores=0,2,4,6
/proc/12710/task/12726/stat : 12726 (python) S 12661 12661 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617390232 755773440 110228 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604449878003776 0 0 -1 2 0 0 0
[pid=12727] ppid=12661 vsize=748316 CPUtime=0.21 cores=0,2,4,6
/proc/12727/stat : 12727 (python) S 12661 12661 10986 0 -1 4202560 1135 0 0 0 10 11 0 0 19 0 2 0 617390235 766275584 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12727/statm: 187079 110232 399 364 0 122982 0
[pid=12729] ppid=12727 vsize=197616 CPUtime=99.98 cores=0,2,4,6
/proc/12729/stat : 12729 (lingeling) T 12727 12729 12729 0 -1 4202496 115502 0 0 0 9979 19 0 0 25 0 1 0 617390236 202358784 48574 33554432000 4194304 4352236 140735896238992 18446744073709551615 4233914 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/12729/statm: 49404 48574 129 39 0 48484 0
[pid=12727/tid=12735] ppid=12661 vsize=748316 CPUtime=0 cores=0,2,4,6
/proc/12727/task/12735/stat : 12735 (python) S 12661 12661 10986 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617400259 766275584 110232 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 514 18446604453979276416 0 0 -1 6 0 0 0
[pid=12730] ppid=12661 vsize=758572 CPUtime=0.85 cores=0,2,4,6
/proc/12730/stat : 12730 (python) S 12661 12661 10986 0 -1 4202560 1004 0 0 0 47 38 0 0 15 0 1 0 617390422 776777728 110206 33554432000 4194304 5683644 140735149239168 18446744073709551615 216735198790 0 0 16781312 514 10194130857313140993 0 0 17 0 0 0 0
/proc/12730/statm: 189643 110206 370 364 0 125543 0
[pid=12732] ppid=12730 vsize=4089332 CPUtime=377.21 cores=0,2,4,6
/proc/12732/stat : 12732 (cryptominisat-2) R 12730 12732 12732 0 -1 4202496 841366 0 0 0 37594 127 0 0 25 0 1 0 617390423 4187475968 784922 33554432000 4194304 4677096 140735675105248 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12732/statm: 1022333 784930 391 118 0 1017292 0
[pid=12661/tid=12694] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12694/stat : 12694 (python) S 12659 12661 10986 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 617370273 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 0 0 0 0
[pid=12661/tid=12697] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12697/stat : 12697 (python) S 12659 12661 10986 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 617370276 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12700] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12700/stat : 12700 (python) S 12659 12661 10986 0 -1 4202560 38 936 0 0 0 0 0 0 22 0 8 0 617370280 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12703] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12703/stat : 12703 (python) S 12659 12661 10986 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 8 0 617370284 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12711] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12711/stat : 12711 (python) S 12659 12661 10986 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 8 0 617380211 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12728] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12728/stat : 12728 (python) S 12659 12661 10986 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 617390236 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
[pid=12661/tid=12731] ppid=12659 vsize=768816 CPUtime=0 cores=0,2,4,6
/proc/12661/task/12731/stat : 12731 (python) S 12659 12661 10986 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 8 0 617390423 787267584 111728 33554432000 4194304 5683644 140735149239168 18446744073709551615 216747002289 0 0 16781312 2 18446604453917632320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2508.3
Current children cumulated vsize (KiB) 15873428

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12661 and gives
#  childrusage.ru_utime.tv_sec=194
#  childrusage.ru_utime.tv_usec=283464
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=108831
# CPU time returned by wait4() is 195.392
# while last known CPU time is 2508.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 775.581
CPU time (s): 2508.3
CPU user time (s): 2500.92
CPU system time (s): 7.38
CPU usage (%): 323.409
Max. virtual memory (cumulated for all children) (KiB): 15873428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.283
system time used= 1.10883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616901
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= 10443
involuntary context switches= 644

runsolver used 2.75358 second user time and 5.02724 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-01 19:33:21
IDJOB=3317893
IDBENCH=88165
IDSOLVER=1706
FILE ID=node119/3317893-1304271200
RUNJOBID= node119-1304271200-12648
PBS_JOBID= 13173960
Free space on /tmp= 72808 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.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-3317893-1304271200/watcher-3317893-1304271200 -o /tmp/evaluation-result-3317893-1304271200/solver-3317893-1304271200 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317893-1304271200.cnf -seed 928521394 -budget 4800 -cores 4

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=928521394

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22049496 kB
Buffers:       1971404 kB
Cached:        7331660 kB
SwapCached:       3688 kB
Active:        2035604 kB
Inactive:      8265864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22049496 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          259600 kB
Writeback:           0 kB
AnonPages:      997500 kB
Mapped:          22260 kB
Slab:           523856 kB
PageTables:      16272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 47342152 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= 72744 MiB
End job on node119 at 2011-05-01 19:46:18