Trace number 3498503

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (MO) 2077.01 2075.16

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.02
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.39/0.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.60	c INFO: solving HOME/instance-3498503-1307956650.cnf
0.39/0.60	c INFO: computing task features
28.19/28.49	c INFO: computed variable-clause graph statistics
29.09/29.37	c INFO: computed clause balance statistics
138.20/138.44	c INFO: computed variable balance statistics
209.51/209.77	c INFO: computed small-clause counts
212.50/212.73	c INFO: computed Horn-clause counts
375.60/375.85	c INFO: computed variable graph statistics
375.60/375.87	c INFO: collected features for HOME/instance-3498503-1307956650.cnf in 373.86 s
375.60/375.90	c INFO: running lingeling-276@0 for 97 with 4626 remaining (b = 0.78)
475.90/476.07	c INFO: running lingeling-276@99 for 388 with 4526 remaining (b = 0.86)
865.76/865.48	c INFO: running lingeling-276@0 for 97 with 4137 remaining (b = 0.77)
965.07/964.66	c INFO: running precosat-570@0 for 97 with 4038 remaining (b = 0.59)
1065.36/1064.85	c INFO: running precosat-570@99 for 97 with 3938 remaining (b = 0.40)
1160.59/1159.98	c INFO: running precosat-570@0 for 97 with 3843 remaining (b = 0.47)
1260.92/1260.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 3743 remaining (b = 0.53)
1751.14/1749.62	c INFO: running precosat-570@194 for 97 with 3255 remaining (b = 0.22)
1848.36/1846.76	c INFO: running precosat-570@99 for 97 with 3157 remaining (b = 0.29)
1944.70/1942.90	c INFO: running precosat-570@0 for 97 with 3061 remaining (b = 0.37)
2043.91/2042.09	c INFO: running cryptominisat-2.9.0@0 for 97 with 2963 remaining (b = 0.18)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3498503-1307956650/watcher-3498503-1307956650 -o /var/tmp/evaluation-result-3498503-1307956650/solver-3498503-1307956650 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498503-1307956650.cnf -seed 869410145 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.08 2.02 1.93 3/193 30782
/proc/meminfo: memFree=12794732/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 794 0 0 0 0 0 0 0 22 0 1 0 888081609 15749120 680 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/30782/statm: 3845 680 322 364 0 332 0

[startup+0.0615009 s]
/proc/loadavg: 2.08 2.02 1.93 3/193 30782
/proc/meminfo: memFree=12794732/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=38904 CPUtime=0.04 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 1632 0 0 0 4 0 0 0 17 0 1 0 888081609 39837696 1459 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/30782/statm: 9726 1459 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.100489 s]
/proc/loadavg: 2.08 2.02 1.93 3/193 30782
/proc/meminfo: memFree=12794732/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=99376 CPUtime=0.06 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 2873 0 0 0 5 1 0 0 17 0 1 0 888081609 101761024 2568 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30782/statm: 24844 2568 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.30047 s]
/proc/loadavg: 2.08 2.02 1.93 3/193 30782
/proc/meminfo: memFree=12794732/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 5975 931 1 0 14 5 0 0 17 0 1 0 888081609 139010048 4150 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106764805 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/30782/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700387 s]
/proc/loadavg: 2.08 2.02 1.93 3/193 30782
/proc/meminfo: memFree=12794732/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=435712 CPUtime=0.5 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 48577 931 1 0 31 19 0 0 16 0 1 0 888081609 446169088 46248 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458644301092 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 108928 46248 1761 364 0 44852 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 435712

[startup+1.50024 s]
/proc/loadavg: 2.08 2.02 1.93 3/194 30787
/proc/meminfo: memFree=12594984/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=489664 CPUtime=1.29 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 61593 931 1 0 109 20 0 0 17 0 1 0 888081609 501415936 59264 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458644301067 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 122416 59265 1761 364 0 58340 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 489664

[startup+3.10097 s]
/proc/loadavg: 2.08 2.02 1.93 3/194 30787
/proc/meminfo: memFree=12522444/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=598468 CPUtime=2.89 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 87886 931 1 0 266 23 0 0 19 0 1 0 888081609 612831232 85557 33554432000 4194304 5683644 140733323394496 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 149617 85558 1761 364 0 85541 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 598468

[startup+6.3064 s]
/proc/loadavg: 2.15 2.03 1.93 3/194 30787
/proc/meminfo: memFree=12253948/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=812940 CPUtime=6.1 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 140225 931 1 0 579 31 0 0 25 0 1 0 888081609 832450560 137896 33554432000 4194304 5683644 140733323394496 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 203235 137897 1761 364 0 139159 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 812940

[startup+12.7003 s]
/proc/loadavg: 2.14 2.03 1.93 3/194 30787
/proc/meminfo: memFree=11891984/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1229952 CPUtime=12.49 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 245141 931 1 0 1204 45 0 0 25 0 1 0 888081609 1259470848 242812 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106429637 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 307488 242812 1761 364 0 243412 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 1229952

[startup+25.501 s]
/proc/loadavg: 2.11 2.03 1.93 3/194 30787
/proc/meminfo: memFree=11272952/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1808044 CPUtime=25.29 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 765531 931 1 0 2419 110 0 0 25 0 1 0 888081609 1851437056 386628 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458473862778 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 452011 386629 1814 364 0 387935 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1808044

[startup+51.1005 s]
/proc/loadavg: 2.07 2.03 1.93 3/194 30788
/proc/meminfo: memFree=11461836/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1586848 CPUtime=50.9 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 881074 931 1 0 4965 125 0 0 25 0 1 0 888081609 1624932352 334097 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106424722 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 396712 334097 1826 364 0 332636 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 1586848

[startup+102.301 s]
/proc/loadavg: 2.03 2.02 1.93 3/194 30790
/proc/meminfo: memFree=11461928/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1586848 CPUtime=102.1 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 881074 931 1 0 10085 125 0 0 25 0 1 0 888081609 1624932352 334097 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458476222330 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 396712 334097 1826 364 0 332636 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 1586848

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/194 30791
/proc/meminfo: memFree=11461956/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1586848 CPUtime=162.1 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 881075 931 1 0 16085 125 0 0 25 0 1 0 888081609 1624932352 334098 33554432000 4194304 5683644 140733323394496 18446744073709551615 4578757 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 396712 334098 1827 364 0 332636 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 1586848

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/194 30793
/proc/meminfo: memFree=11465820/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1586848 CPUtime=222.09 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 1119183 931 1 0 22059 150 0 0 25 0 1 0 888081609 1624932352 334104 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458473449612 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 396712 334104 1833 364 0 332636 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 1586848

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/194 30794
/proc/meminfo: memFree=11462352/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1586848 CPUtime=282.1 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 1119183 931 1 0 28060 150 0 0 25 0 1 0 888081609 1624932352 334104 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458473449612 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 396712 334104 1833 364 0 332636 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 1586848

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/197 30799
/proc/meminfo: memFree=11449352/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1586848 CPUtime=342.1 cores=1,3,5,7
/proc/30782/stat : 30782 (python) R 30780 30782 30305 0 -1 4202496 1119183 931 1 0 34060 150 0 0 25 0 1 0 888081609 1624932352 334104 33554432000 4194304 5683644 140733323394496 18446744073709551615 47458473449600 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30782/statm: 396712 334104 1833 364 0 332636 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 1586848

[startup+402.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/200 30804
/proc/meminfo: memFree=11825436/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=977976 CPUtime=375.72 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 1119559 931 1 0 37417 155 0 0 19 0 2 0 888081609 1001447424 179365 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30782/statm: 244494 179365 1875 364 0 180412 0
[pid=30801] ppid=30782 vsize=967732 CPUtime=0.03 cores=1,3,5,7
/proc/30801/stat : 30801 (python) S 30782 30782 30305 0 -1 4202560 966 0 0 0 1 2 0 0 18 0 1 0 888119200 990957568 177867 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106788879 0 0 16781312 514 14297275151413117192 0 0 17 3 0 0 0
/proc/30801/statm: 241933 177867 381 364 0 177851 0
[pid=30803] ppid=30801 vsize=243640 CPUtime=26.36 cores=1,3,5,7
/proc/30803/stat : 30803 (lingeling) R 30801 30803 30803 0 -1 4202496 90129 0 0 0 2616 20 0 0 25 0 1 0 888119202 249487360 60079 33554432000 4194304 4352236 140733747147472 18446744073709551615 4259992 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30803/statm: 60910 60079 129 39 0 59990 0
[pid=30782/tid=30802] ppid=30780 vsize=977976 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30802/stat : 30802 (python) S 30780 30782 30305 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 888119202 1001447424 179365 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 2189348

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/200 30808
/proc/meminfo: memFree=11835128/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=977976 CPUtime=375.72 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 1119559 931 1 0 37417 155 0 0 19 0 2 0 888081609 1001447424 179365 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30782/statm: 244494 179365 1875 364 0 180412 0
[pid=30801] ppid=30782 vsize=967732 CPUtime=0.11 cores=1,3,5,7
/proc/30801/stat : 30801 (python) S 30782 30782 30305 0 -1 4202560 987 0 0 0 5 6 0 0 18 0 1 0 888119200 990957568 177867 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106788879 0 0 16781312 514 14297275151413117192 0 0 17 3 0 0 0
/proc/30801/statm: 241933 177867 381 364 0 177851 0
[pid=30803] ppid=30801 vsize=229580 CPUtime=86.35 cores=1,3,5,7
/proc/30803/stat : 30803 (lingeling) R 30801 30803 30803 0 -1 4202496 133857 0 0 0 8610 25 0 0 25 0 1 0 888119202 235089920 56564 33554432000 4194304 4352236 140733747147472 18446744073709551615 4284235 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30803/statm: 57395 56564 129 39 0 56475 0
[pid=30782/tid=30802] ppid=30780 vsize=977976 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30802/stat : 30802 (python) S 30780 30782 30305 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 888119202 1001447424 179365 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 2175288

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/201 30811
/proc/meminfo: memFree=11800228/32951124 swapFree=67055536/67111528

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

/proc/meminfo: memFree=4992160/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1039512 CPUtime=376.02 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 1124430 931 1 0 37436 166 0 0 19 0 8 0 888081609 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30782/statm: 259878 179402 1888 364 0 195778 0
[pid=30801] ppid=30782 vsize=977976 CPUtime=0.58 cores=1,3,5,7
/proc/30801/stat : 30801 (python) S 30782 30782 30305 0 -1 4202560 1214 0 0 0 32 26 0 0 18 0 2 0 888119200 1001447424 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30801/statm: 244494 177906 415 364 0 180412 0
[pid=30803] ppid=30801 vsize=236692 CPUtime=489.5 cores=1,3,5,7
/proc/30803/stat : 30803 (lingeling) T 30801 30803 30803 0 -1 4202496 266674 0 0 0 48909 41 0 0 25 0 1 0 888119202 242372608 58342 33554432000 4194304 4352236 140733747147472 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30803/statm: 59173 58342 129 39 0 58253 0
[pid=30801/tid=30810] ppid=30782 vsize=977976 CPUtime=0 cores=1,3,5,7
/proc/30801/task/30810/stat : 30810 (python) S 30782 30782 30305 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888129215 1001447424 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471135232128 0 0 -1 3 0 0 0
[pid=30821] ppid=30782 vsize=977988 CPUtime=0.13 cores=1,3,5,7
/proc/30821/stat : 30821 (python) S 30782 30782 30305 0 -1 4202560 1099 0 0 0 7 6 0 0 19 0 2 0 888168158 1001459712 177890 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30821/statm: 244497 177890 399 364 0 180412 0
[pid=30823] ppid=30821 vsize=256156 CPUtime=99.12 cores=1,3,5,7
/proc/30823/stat : 30823 (lingeling) T 30821 30823 30823 0 -1 4202496 156866 0 0 0 9885 27 0 0 25 0 1 0 888168160 262303744 63209 33554432000 4194304 4352236 140736930407968 18446744073709551615 4276518 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30823/statm: 64039 63209 129 39 0 63119 0
[pid=30821/tid=30828] ppid=30782 vsize=977988 CPUtime=0 cores=1,3,5,7
/proc/30821/task/30828/stat : 30828 (python) S 30782 30782 30305 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 888178074 1001459712 177890 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471105422272 0 0 -1 3 0 0 0
[pid=30829] ppid=30782 vsize=988244 CPUtime=0.4 cores=1,3,5,7
/proc/30829/stat : 30829 (python) S 30782 30782 30305 0 -1 4202560 1151 0 0 0 19 21 0 0 18 0 2 0 888178076 1011961856 177894 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30829/statm: 247061 177894 399 364 0 182973 0
[pid=30831] ppid=30829 vsize=820308 CPUtime=292.36 cores=1,3,5,7
/proc/30831/stat : 30831 (precosat) T 30829 30831 30831 0 -1 4202496 219281 0 0 0 29199 37 0 0 25 0 1 0 888178078 839995392 201330 33554432000 4194304 4890832 140733994464096 18446744073709551615 4238521 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30831/statm: 205077 201330 86 171 0 204904 0
[pid=30829/tid=30834] ppid=30782 vsize=988244 CPUtime=0 cores=1,3,5,7
/proc/30829/task/30834/stat : 30834 (python) S 30782 30782 30305 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 888188093 1011961856 177894 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 3 0 0 0
[pid=30838] ppid=30782 vsize=998500 CPUtime=0.28 cores=1,3,5,7
/proc/30838/stat : 30838 (python) S 30782 30782 30305 0 -1 4202560 1140 0 0 0 17 11 0 0 18 0 2 0 888197608 1022464000 177898 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30838/statm: 249625 177898 399 364 0 185534 0
[pid=30840] ppid=30838 vsize=831212 CPUtime=196.25 cores=1,3,5,7
/proc/30840/stat : 30840 (precosat) T 30838 30840 30840 0 -1 4202496 219102 0 0 0 19590 35 0 0 25 0 1 0 888197610 851161088 200976 33554432000 4194304 4890832 140735567531904 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30840/statm: 207803 200976 86 171 0 207630 0
[pid=30838/tid=30847] ppid=30782 vsize=998500 CPUtime=0 cores=1,3,5,7
/proc/30838/task/30847/stat : 30847 (python) S 30782 30782 30305 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 888207625 1022464000 177898 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471107207616 0 0 -1 3 0 0 0
[pid=30848] ppid=30782 vsize=1008756 CPUtime=0.73 cores=1,3,5,7
/proc/30848/stat : 30848 (python) S 30782 30782 30305 0 -1 4202560 1177 0 0 0 38 35 0 0 16 0 2 0 888207627 1032966144 177902 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30848/statm: 252189 177902 399 364 0 188095 0
[pid=30850] ppid=30848 vsize=3866216 CPUtime=489.39 cores=1,3,5,7
/proc/30850/stat : 30850 (cryptominisat-2) T 30848 30850 30850 0 -1 4202496 857258 0 0 0 48834 105 0 0 25 0 1 0 888207629 3959005184 778934 33554432000 4194304 4677096 140737253341632 18446744073709551615 4319744 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/30850/statm: 966554 778934 393 118 0 961513 0
[pid=30848/tid=30863] ppid=30782 vsize=1008756 CPUtime=0 cores=1,3,5,7
/proc/30848/task/30863/stat : 30863 (python) S 30782 30782 30305 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 888256570 1032966144 177902 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471159082048 0 0 -1 1 0 0 0
[pid=30870] ppid=30782 vsize=1019012 CPUtime=0.14 cores=1,3,5,7
/proc/30870/stat : 30870 (python) S 30782 30782 30305 0 -1 4202560 1113 0 0 0 8 6 0 0 19 0 2 0 888275900 1043468288 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30870/statm: 254753 177906 399 364 0 190656 0
[pid=30872] ppid=30870 vsize=823976 CPUtime=99.13 cores=1,3,5,7
/proc/30872/stat : 30872 (precosat) T 30870 30872 30872 0 -1 4202496 207257 0 0 0 9877 36 0 0 25 0 1 0 888275902 843751424 198614 33554432000 4194304 4890832 140735293085376 18446744073709551615 4238265 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30872/statm: 205994 198614 86 171 0 205821 0
[pid=30870/tid=30875] ppid=30782 vsize=1019012 CPUtime=0 cores=1,3,5,7
/proc/30870/task/30875/stat : 30875 (python) S 30782 30782 30305 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 888285817 1043468288 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=30876] ppid=30782 vsize=1029268 CPUtime=0.05 cores=1,3,5,7
/proc/30876/stat : 30876 (python) S 30782 30782 30305 0 -1 4202560 936 0 0 0 2 3 0 0 15 0 1 0 888285819 1053970432 177880 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106788934 0 0 16781312 514 14297275151413117187 0 0 17 1 0 0 0
/proc/30876/statm: 257317 177880 370 364 0 193217 0
[pid=30878] ppid=30876 vsize=1093880 CPUtime=32.93 cores=1,3,5,7
/proc/30878/stat : 30878 (cryptominisat-2) R 30876 30878 30878 0 -1 4202496 214323 0 0 0 3256 37 0 0 25 0 1 0 888285821 1120133120 205200 33554432000 4194304 4677096 140736625041696 18446744073709551615 4450264 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30878/statm: 273470 205200 378 118 0 268429 0
[pid=30782/tid=30802] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30802/stat : 30802 (python) S 30780 30782 30305 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 888119202 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30822] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30822/stat : 30822 (python) S 30780 30782 30305 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 888168159 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30830] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30830/stat : 30830 (python) S 30780 30782 30305 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 888178078 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30839] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30839/stat : 30839 (python) S 30780 30782 30305 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 8 0 888197610 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30849] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30849/stat : 30849 (python) S 30780 30782 30305 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 888207629 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30871] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30871/stat : 30871 (python) S 30780 30782 30305 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 888275902 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30877] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30877/stat : 30877 (python) S 30780 30782 30305 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 888285821 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2077.01
Current children cumulated vsize (KiB) 15967696

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

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

[startup+2075.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/228 30879
/proc/meminfo: memFree=4992160/32951124 swapFree=67055536/67111528
[pid=30782] ppid=30780 vsize=1039512 CPUtime=376.02 cores=1,3,5,7
/proc/30782/stat : 30782 (python) S 30780 30782 30305 0 -1 4202496 1124430 931 1 0 37436 166 0 0 19 0 8 0 888081609 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30782/statm: 259878 179402 1888 364 0 195778 0
[pid=30801] ppid=30782 vsize=977976 CPUtime=0.58 cores=1,3,5,7
/proc/30801/stat : 30801 (python) S 30782 30782 30305 0 -1 4202560 1214 0 0 0 32 26 0 0 18 0 2 0 888119200 1001447424 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30801/statm: 244494 177906 415 364 0 180412 0
[pid=30803] ppid=30801 vsize=236692 CPUtime=489.5 cores=1,3,5,7
/proc/30803/stat : 30803 (lingeling) T 30801 30803 30803 0 -1 4202496 266674 0 0 0 48909 41 0 0 25 0 1 0 888119202 242372608 58342 33554432000 4194304 4352236 140733747147472 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/30803/statm: 59173 58342 129 39 0 58253 0
[pid=30801/tid=30810] ppid=30782 vsize=977976 CPUtime=0 cores=1,3,5,7
/proc/30801/task/30810/stat : 30810 (python) S 30782 30782 30305 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888129215 1001447424 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471135232128 0 0 -1 3 0 0 0
[pid=30821] ppid=30782 vsize=977988 CPUtime=0.13 cores=1,3,5,7
/proc/30821/stat : 30821 (python) S 30782 30782 30305 0 -1 4202560 1099 0 0 0 7 6 0 0 19 0 2 0 888168158 1001459712 177890 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30821/statm: 244497 177890 399 364 0 180412 0
[pid=30823] ppid=30821 vsize=256156 CPUtime=99.12 cores=1,3,5,7
/proc/30823/stat : 30823 (lingeling) T 30821 30823 30823 0 -1 4202496 156866 0 0 0 9885 27 0 0 25 0 1 0 888168160 262303744 63209 33554432000 4194304 4352236 140736930407968 18446744073709551615 4276518 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30823/statm: 64039 63209 129 39 0 63119 0
[pid=30821/tid=30828] ppid=30782 vsize=977988 CPUtime=0 cores=1,3,5,7
/proc/30821/task/30828/stat : 30828 (python) S 30782 30782 30305 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 888178074 1001459712 177890 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471105422272 0 0 -1 3 0 0 0
[pid=30829] ppid=30782 vsize=988244 CPUtime=0.4 cores=1,3,5,7
/proc/30829/stat : 30829 (python) S 30782 30782 30305 0 -1 4202560 1151 0 0 0 19 21 0 0 18 0 2 0 888178076 1011961856 177894 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30829/statm: 247061 177894 399 364 0 182973 0
[pid=30831] ppid=30829 vsize=820308 CPUtime=292.36 cores=1,3,5,7
/proc/30831/stat : 30831 (precosat) T 30829 30831 30831 0 -1 4202496 219281 0 0 0 29199 37 0 0 25 0 1 0 888178078 839995392 201330 33554432000 4194304 4890832 140733994464096 18446744073709551615 4238521 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30831/statm: 205077 201330 86 171 0 204904 0
[pid=30829/tid=30834] ppid=30782 vsize=988244 CPUtime=0 cores=1,3,5,7
/proc/30829/task/30834/stat : 30834 (python) S 30782 30782 30305 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 888188093 1011961856 177894 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471120781760 0 0 -1 3 0 0 0
[pid=30838] ppid=30782 vsize=998500 CPUtime=0.28 cores=1,3,5,7
/proc/30838/stat : 30838 (python) S 30782 30782 30305 0 -1 4202560 1140 0 0 0 17 11 0 0 18 0 2 0 888197608 1022464000 177898 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30838/statm: 249625 177898 399 364 0 185534 0
[pid=30840] ppid=30838 vsize=831212 CPUtime=196.25 cores=1,3,5,7
/proc/30840/stat : 30840 (precosat) T 30838 30840 30840 0 -1 4202496 219102 0 0 0 19590 35 0 0 25 0 1 0 888197610 851161088 200976 33554432000 4194304 4890832 140735567531904 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30840/statm: 207803 200976 86 171 0 207630 0
[pid=30838/tid=30847] ppid=30782 vsize=998500 CPUtime=0 cores=1,3,5,7
/proc/30838/task/30847/stat : 30847 (python) S 30782 30782 30305 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 888207625 1022464000 177898 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471107207616 0 0 -1 3 0 0 0
[pid=30848] ppid=30782 vsize=1008756 CPUtime=0.73 cores=1,3,5,7
/proc/30848/stat : 30848 (python) S 30782 30782 30305 0 -1 4202560 1177 0 0 0 38 35 0 0 16 0 2 0 888207627 1032966144 177902 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30848/statm: 252189 177902 399 364 0 188095 0
[pid=30850] ppid=30848 vsize=3866216 CPUtime=489.39 cores=1,3,5,7
/proc/30850/stat : 30850 (cryptominisat-2) T 30848 30850 30850 0 -1 4202496 857258 0 0 0 48834 105 0 0 25 0 1 0 888207629 3959005184 778934 33554432000 4194304 4677096 140737253341632 18446744073709551615 4319744 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/30850/statm: 966554 778934 393 118 0 961513 0
[pid=30848/tid=30863] ppid=30782 vsize=1008756 CPUtime=0 cores=1,3,5,7
/proc/30848/task/30863/stat : 30863 (python) S 30782 30782 30305 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 888256570 1032966144 177902 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604471159082048 0 0 -1 1 0 0 0
[pid=30870] ppid=30782 vsize=1019012 CPUtime=0.14 cores=1,3,5,7
/proc/30870/stat : 30870 (python) S 30782 30782 30305 0 -1 4202560 1113 0 0 0 8 6 0 0 19 0 2 0 888275900 1043468288 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30870/statm: 254753 177906 399 364 0 190656 0
[pid=30872] ppid=30870 vsize=823976 CPUtime=99.13 cores=1,3,5,7
/proc/30872/stat : 30872 (precosat) T 30870 30872 30872 0 -1 4202496 207257 0 0 0 9877 36 0 0 25 0 1 0 888275902 843751424 198614 33554432000 4194304 4890832 140735293085376 18446744073709551615 4238265 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/30872/statm: 205994 198614 86 171 0 205821 0
[pid=30870/tid=30875] ppid=30782 vsize=1019012 CPUtime=0 cores=1,3,5,7
/proc/30870/task/30875/stat : 30875 (python) S 30782 30782 30305 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 888285817 1043468288 177906 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 514 18446604454223472448 0 0 -1 1 0 0 0
[pid=30876] ppid=30782 vsize=1029268 CPUtime=0.05 cores=1,3,5,7
/proc/30876/stat : 30876 (python) S 30782 30782 30305 0 -1 4202560 936 0 0 0 2 3 0 0 15 0 1 0 888285819 1053970432 177880 33554432000 4194304 5683644 140733323394496 18446744073709551615 255106788934 0 0 16781312 514 14297275151413117187 0 0 17 1 0 0 0
/proc/30876/statm: 257317 177880 370 364 0 193217 0
[pid=30878] ppid=30876 vsize=1093880 CPUtime=32.93 cores=1,3,5,7
/proc/30878/stat : 30878 (cryptominisat-2) R 30876 30878 30878 0 -1 4202496 214323 0 0 0 3256 37 0 0 25 0 1 0 888285821 1120133120 205200 33554432000 4194304 4677096 140736625041696 18446744073709551615 4450264 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30878/statm: 273470 205200 378 118 0 268429 0
[pid=30782/tid=30802] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30802/stat : 30802 (python) S 30780 30782 30305 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 8 0 888119202 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30822] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30822/stat : 30822 (python) S 30780 30782 30305 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 888168159 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30830] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30830/stat : 30830 (python) S 30780 30782 30305 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 888178078 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30839] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30839/stat : 30839 (python) S 30780 30782 30305 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 8 0 888197610 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30849] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30849/stat : 30849 (python) S 30780 30782 30305 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 888207629 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30871] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30871/stat : 30871 (python) S 30780 30782 30305 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 888275902 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
[pid=30782/tid=30877] ppid=30780 vsize=1039512 CPUtime=0 cores=1,3,5,7
/proc/30782/task/30877/stat : 30877 (python) S 30780 30782 30305 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 888285821 1064460288 179402 33554432000 4194304 5683644 140733323394496 18446744073709551615 255118592433 0 0 16781312 2 18446604470218163200 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2077.01
Current children cumulated vsize (KiB) 15967696

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30782 and gives
#  childrusage.ru_utime.tv_sec=374
#  childrusage.ru_utime.tv_usec=364088
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=674745
# CPU time returned by wait4() is 376.039
# while last known CPU time is 2077.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2075.16
CPU time (s): 2077.01
CPU user time (s): 2071.09
CPU system time (s): 5.92
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 15967696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 374.364
system time used= 1.67474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1125366
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= 1825
involuntary context switches= 563

runsolver used 3.60745 second user time and 8.40072 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 11:17:35
IDJOB=3498503
IDBENCH=85005
IDSOLVER=1991
FILE ID=node144/3498503-1307956650
RUNJOBID= node144-1307953113-30325
PBS_JOBID= 13559684
Free space on /var/tmp= 2728 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498503-1307956650/watcher-3498503-1307956650 -o /var/tmp/evaluation-result-3498503-1307956650/solver-3498503-1307956650 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498503-1307956650.cnf -seed 869410145 -budget 5000

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=869410145

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12795284 kB
Buffers:         96204 kB
Cached:       19095488 kB
SwapCached:       9088 kB
Active:        4046460 kB
Inactive:     15433720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12795284 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:          188124 kB
Writeback:           0 kB
AnonPages:      286524 kB
Mapped:          19928 kB
Slab:           606516 kB
PageTables:       8020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   742784 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 /var/tmp at the end= 2696 MiB
End job on node144 at 2011-06-13 11:52:12