Trace number 3498435

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.03 4993.76

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.39/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.67	c INFO: solving HOME/instance-3498435-1307954073.cnf
0.39/0.67	c INFO: computing task features
1.17/1.47	c INFO: computed variable-clause graph statistics
1.27/1.50	c INFO: computed clause balance statistics
5.27/5.52	c INFO: computed variable balance statistics
8.27/8.56	c INFO: computed small-clause counts
8.37/8.60	c INFO: computed Horn-clause counts
14.77/15.03	c INFO: computed variable graph statistics
14.77/15.03	c INFO: collected features for HOME/instance-3498435-1307954073.cnf in 14.33 s
14.77/15.05	c INFO: running lingeling-276@0 for 97 with 4985 remaining (b = 0.36)
114.96/115.19	c INFO: running cryptominisat-2.9.0@0 for 485 with 4885 remaining (b = 0.33)
603.49/603.08	c INFO: running lingeling-276@100 for 388 with 4398 remaining (b = 0.31)
989.35/988.49	c INFO: running lingeling-276@0 for 97 with 4012 remaining (b = 0.29)
1089.68/1088.64	c INFO: running lingeling-276@100 for 97 with 3912 remaining (b = 0.09)
1184.91/1183.77	c INFO: running precosat-570@0 for 97 with 3817 remaining (b = 0.17)
1285.20/1283.92	c INFO: running cryptominisat-2.9.0@487 for 97 with 3717 remaining (b = 0.08)
1381.56/1380.19	c INFO: running lingeling-276@195 for 97 with 3621 remaining (b = 0.07)
1478.90/1477.33	c INFO: running precosat-570@100 for 97 with 3524 remaining (b = 0.08)
1576.12/1574.47	c INFO: running lingeling-276@0 for 194 with 3427 remaining (b = 0.19)
1772.65/1770.72	c INFO: running SApperloT@0 for 97 with 3231 remaining (b = 0.06)
1872.87/1870.87	c INFO: running precosat-570@197 for 97 with 3131 remaining (b = 0.05)
1970.23/1968.01	c INFO: running lingeling-276@485 for 97 with 3033 remaining (b = 0.03)
2067.45/2065.15	c INFO: running lingeling-276@292 for 291 with 2936 remaining (b = 0.10)
2363.28/2360.51	c INFO: running precosat-570@294 for 97 with 2641 remaining (b = 0.05)
2460.50/2457.65	c INFO: running cryptominisat-2.9.0@0 for 485 with 2544 remaining (b = 0.21)
2947.19/2943.68	c INFO: running cryptominisat-2.9.0@485 for 97 with 2058 remaining (b = 0.05)
3047.03/3043.40	c INFO: running precosat-570@0 for 194 with 1959 remaining (b = 0.08)
3243.58/3239.66	c INFO: running precosat-570@391 for 388 with 1763 remaining (b = 0.13)
3629.60/3625.12	c INFO: running cryptominisat-2.9.0@583 for 1377 with 1377 remaining (b = 0.37)

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-3498435-1307954073/watcher-3498435-1307954073 -o /var/tmp/evaluation-result-3498435-1307954073/solver-3498435-1307954073 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498435-1307954073.cnf -seed 1192808602 -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.00 1.91 1.25 2/189 17163
/proc/meminfo: memFree=4453860/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 907007107 15548416 615 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/17163/statm: 3796 615 321 364 0 283 0

[startup+0.038558 s]
/proc/loadavg: 2.00 1.91 1.25 2/189 17163
/proc/meminfo: memFree=4453860/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=18892 CPUtime=0.02 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 1260 0 0 0 1 1 0 0 25 0 1 0 907007107 19345408 1113 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/17163/statm: 4723 1113 421 364 0 692 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18892

[startup+0.100549 s]
/proc/loadavg: 2.00 1.91 1.25 2/189 17163
/proc/meminfo: memFree=4453860/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=87708 CPUtime=0.06 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 907007107 89812992 2354 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/17163/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300592 s]
/proc/loadavg: 2.00 1.91 1.25 2/189 17163
/proc/meminfo: memFree=4453860/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=135752 CPUtime=0.2 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 5970 933 1 0 12 8 0 0 17 0 1 0 907007107 139010048 4149 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/17163/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700508 s]
/proc/loadavg: 2.00 1.91 1.25 2/189 17163
/proc/meminfo: memFree=4453860/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=284324 CPUtime=0.47 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 10685 933 1 0 30 17 0 0 15 0 1 0 907007107 291147776 8359 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089395392 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17163/statm: 71081 8389 1761 364 0 7005 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 284324

[startup+1.5003 s]
/proc/loadavg: 2.00 1.91 1.25 3/190 17168
/proc/meminfo: memFree=4407120/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=330828 CPUtime=1.27 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 28312 933 1 0 108 19 0 0 16 0 1 0 907007107 338767872 20085 33554432000 4194304 5683644 140734031725952 18446744073709551615 47322520034912 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17163/statm: 82707 20085 1820 364 0 18631 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 330828

[startup+3.10107 s]
/proc/loadavg: 2.00 1.91 1.25 3/190 17168
/proc/meminfo: memFree=4377360/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=330828 CPUtime=2.87 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 28318 933 1 0 268 19 0 0 18 0 1 0 907007107 338767872 20091 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089356944 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17163/statm: 82707 20091 1826 364 0 18631 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 330828

[startup+6.30051 s]
/proc/loadavg: 2.00 1.91 1.25 3/190 17168
/proc/meminfo: memFree=4373316/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=330828 CPUtime=6.07 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 28319 933 1 0 588 19 0 0 25 0 1 0 907007107 338767872 20092 33554432000 4194304 5683644 140734031725952 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17163/statm: 82707 20092 1827 364 0 18631 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 330828

[startup+12.7004 s]
/proc/loadavg: 2.00 1.92 1.26 3/190 17168
/proc/meminfo: memFree=4365580/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=330828 CPUtime=12.47 cores=1,3,5,7
/proc/17163/stat : 17163 (python) R 17161 17163 16976 0 -1 4202496 28325 933 1 0 1228 19 0 0 25 0 1 0 907007107 338767872 20098 33554432000 4194304 5683644 140734031725952 18446744073709551615 47322514884748 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17163/statm: 82707 20098 1833 364 0 18631 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 330828

[startup+25.5011 s]
/proc/loadavg: 2.00 1.92 1.27 3/193 17172
/proc/meminfo: memFree=4352812/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=337064 CPUtime=14.83 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 28692 933 1 0 1463 20 0 0 25 0 2 0 907007107 345153536 19128 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17163/statm: 84266 19128 1867 364 0 20184 0
[pid=17169] ppid=17163 vsize=326820 CPUtime=0 cores=1,3,5,7
/proc/17169/stat : 17169 (python) S 17163 17163 16976 0 -1 4202560 979 0 0 0 0 0 0 0 18 0 1 0 907008613 334663680 17638 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089718287 0 0 16781312 514 2208751734434529544 0 0 17 3 0 0 0
/proc/17169/statm: 81705 17638 381 364 0 17623 0
[pid=17171] ppid=17169 vsize=27104 CPUtime=10.43 cores=1,3,5,7
/proc/17171/stat : 17171 (lingeling) R 17169 17171 17171 0 -1 4202496 11608 0 0 0 1042 1 0 0 25 0 1 0 907008614 27754496 5946 33554432000 4194304 4352236 140734578563472 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/17171/statm: 6776 5946 129 39 0 5856 0
[pid=17163/tid=17170] ppid=17161 vsize=337064 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 907008614 345153536 19128 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 690988

[startup+51.1005 s]
/proc/loadavg: 2.00 1.92 1.29 3/193 17172
/proc/meminfo: memFree=4348676/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=337064 CPUtime=14.83 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 28692 933 1 0 1463 20 0 0 25 0 2 0 907007107 345153536 19128 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17163/statm: 84266 19128 1867 364 0 20184 0
[pid=17169] ppid=17163 vsize=326820 CPUtime=0.04 cores=1,3,5,7
/proc/17169/stat : 17169 (python) S 17163 17163 16976 0 -1 4202560 990 0 0 0 2 2 0 0 18 0 1 0 907008613 334663680 17638 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089718287 0 0 16781312 514 2208751734434529544 0 0 17 3 0 0 0
/proc/17169/statm: 81705 17638 381 364 0 17623 0
[pid=17171] ppid=17169 vsize=27096 CPUtime=36.03 cores=1,3,5,7
/proc/17171/stat : 17171 (lingeling) R 17169 17171 17171 0 -1 4202496 11608 0 0 0 3602 1 0 0 25 0 1 0 907008614 27746304 5944 33554432000 4194304 4352236 140734578563472 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/17171/statm: 6774 5944 129 39 0 5854 0
[pid=17163/tid=17170] ppid=17161 vsize=337064 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 907008614 345153536 19128 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 690980

[startup+102.307 s]
/proc/loadavg: 2.00 1.93 1.33 3/193 17174
/proc/meminfo: memFree=4331328/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=337064 CPUtime=14.83 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 28692 933 1 0 1463 20 0 0 25 0 2 0 907007107 345153536 19128 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17163/statm: 84266 19128 1867 364 0 20184 0
[pid=17169] ppid=17163 vsize=326820 CPUtime=0.09 cores=1,3,5,7
/proc/17169/stat : 17169 (python) S 17163 17163 16976 0 -1 4202560 1012 0 0 0 5 4 0 0 18 0 1 0 907008613 334663680 17638 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089718287 0 0 16781312 514 2208751734434529544 0 0 17 3 0 0 0
/proc/17169/statm: 81705 17638 381 364 0 17623 0
[pid=17171] ppid=17169 vsize=29576 CPUtime=87.23 cores=1,3,5,7
/proc/17171/stat : 17171 (lingeling) R 17169 17171 17171 0 -1 4202496 12228 0 0 0 8722 1 0 0 25 0 1 0 907008614 30285824 6564 33554432000 4194304 4352236 140734578563472 18446744073709551615 4240861 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/17171/statm: 7394 6564 129 39 0 6474 0
[pid=17163/tid=17170] ppid=17161 vsize=337064 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 907008614 345153536 19128 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 693460

[startup+162.301 s]
/proc/loadavg: 2.00 1.94 1.37 3/200 17182
/proc/meminfo: memFree=3963568/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=347320 CPUtime=14.86 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 29476 933 1 0 1466 20 0 0 19 0 3 0 907007107 355655680 19135 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17163/statm: 86830 19135 1870 364 0 22745 0
[pid=17169] ppid=17163 vsize=337064 CPUtime=0.11 cores=1,3,5,7
/proc/17169/stat : 17169 (python) S 17163 17163 16976 0 -1 4202560 1174 0 0 0 6 5 0 0 19 0 2 0 907008613 345153536 17676 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17169/statm: 84266 17676 414 364 0 20184 0
[pid=17171] ppid=17169 vsize=29576 CPUtime=100.09 cores=1,3,5,7
/proc/17171/stat : 17171 (lingeling) T 17169 17171 17171 0 -1 4202496 12228 0 0 0 10008 1 0 0 25 0 1 0 907008614 30285824 6564 33554432000 4194304 4352236 140734578563472 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/17171/statm: 7394 6564 129 39 0 6474 0
[pid=17169/tid=17175] ppid=17163 vsize=337064 CPUtime=0 cores=1,3,5,7
/proc/17169/task/17175/stat : 17175 (python) S 17163 17163 16976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907018624 345153536 17676 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604453986883456 0 0 -1 5 0 0 0
[pid=17176] ppid=17163 vsize=337076 CPUtime=0.06 cores=1,3,5,7
/proc/17176/stat : 17176 (python) S 17163 17163 16976 0 -1 4202560 929 0 0 0 3 3 0 0 15 0 1 0 907018627 345165824 17631 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089718342 0 0 16781312 514 4606047727095087368 0 0 17 3 0 0 0
/proc/17176/statm: 84269 17631 370 364 0 20184 0
[pid=17178] ppid=17176 vsize=363524 CPUtime=47.09 cores=1,3,5,7
/proc/17178/stat : 17178 (cryptominisat-2) R 17176 17178 17178 0 -1 4202496 93534 0 0 0 4694 15 0 0 25 0 1 0 907018627 372248576 76953 33554432000 4194304 4677096 140737106640864 18446744073709551615 4320776 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17178/statm: 90881 76953 393 118 0 85840 0
[pid=17163/tid=17170] ppid=17161 vsize=347320 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 907008614 355655680 19135 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17177] ppid=17161 vsize=347320 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17177/stat : 17177 (python) S 17161 17163 16976 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 907018627 355655680 19135 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1414560

[startup+222.301 s]
/proc/loadavg: 2.00 1.95 1.40 3/200 17184
/proc/meminfo: memFree=3910964/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=347320 CPUtime=14.86 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 29476 933 1 0 1466 20 0 0 19 0 3 0 907007107 355655680 19135 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17163/statm: 86830 19135 1870 364 0 22745 0
[pid=17169] ppid=17163 vsize=337064 CPUtime=0.11 cores=1,3,5,7
/proc/17169/stat : 17169 (python) S 17163 17163 16976 0 -1 4202560 1174 0 0 0 6 5 0 0 19 0 2 0 907008613 345153536 17676 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17169/statm: 84266 17676 414 364 0 20184 0
[pid=17171] ppid=17169 vsize=29576 CPUtime=100.09 cores=1,3,5,7
/proc/17171/stat : 17171 (lingeling) T 17169 17171 17171 0 -1 4202496 12228 0 0 0 10008 1 0 0 25 0 1 0 907008614 30285824 6564 33554432000 4194304 4352236 140734578563472 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/17171/statm: 7394 6564 129 39 0 6474 0
[pid=17169/tid=17175] ppid=17163 vsize=337064 CPUtime=0 cores=1,3,5,7
/proc/17169/task/17175/stat : 17175 (python) S 17163 17163 16976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907018624 345153536 17676 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604453986883456 0 0 -1 5 0 0 0
[pid=17176] ppid=17163 vsize=337076 CPUtime=0.14 cores=1,3,5,7
/proc/17176/stat : 17176 (python) S 17163 17163 16976 0 -1 4202560 954 0 0 0 8 6 0 0 15 0 1 0 907018627 345165824 17631 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089718342 0 0 16781312 514 4606047727095087368 0 0 17 3 0 0 0
/proc/17176/statm: 84269 17631 370 364 0 20184 0
[pid=17178] ppid=17176 vsize=387516 CPUtime=107.1 cores=1,3,5,7
/proc/17178/stat : 17178 (cryptominisat-2) R 17176 17178 17178 0 -1 4202496 103264 0 0 0 10693 17 0 0 25 0 1 0 907018627 396816384 84993 33554432000 4194304 4677096 140737106640864 18446744073709551615 4334218 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17178/statm: 96879 84993 393 118 0 91838 0
[pid=17163/tid=17170] ppid=17161 vsize=347320 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 907008614 355655680 19135 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0

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

/proc/17216/stat : 17216 (lingeling) T 17214 17216 17216 0 -1 4202496 23279 0 0 0 58767 3 0 0 25 0 1 0 907105958 50397184 11474 33554432000 4194304 4352236 140735893039040 18446744073709551615 4328090 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/17216/statm: 12304 11474 129 39 0 11384 0
[pid=17214/tid=17220] ppid=17163 vsize=347332 CPUtime=0 cores=1,3,5,7
/proc/17214/task/17220/stat : 17220 (python) S 17163 17163 16976 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907115970 355667968 17665 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471149064256 0 0 -1 5 0 0 0
[pid=17224] ppid=17163 vsize=357588 CPUtime=1.05 cores=1,3,5,7
/proc/17224/stat : 17224 (python) S 17163 17163 16976 0 -1 4202560 1165 0 0 0 55 50 0 0 18 0 2 0 907125485 366170112 17669 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17224/statm: 89397 17669 399 364 0 25306 0
[pid=17226] ppid=17224 vsize=98632 CPUtime=776.93 cores=1,3,5,7
/proc/17226/stat : 17226 (precosat) T 17224 17226 17226 0 -1 4202496 52033 0 0 0 77686 7 0 0 25 0 1 0 907125485 100999168 23453 33554432000 4194304 4890832 140736750350256 18446744073709551615 4297476 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/17226/statm: 24658 23453 86 171 0 24485 0
[pid=17224/tid=17229] ppid=17163 vsize=357588 CPUtime=0 cores=1,3,5,7
/proc/17224/task/17229/stat : 17229 (python) S 17163 17163 16976 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907135498 366170112 17669 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471139599488 0 0 -1 5 0 0 0
[pid=17243] ppid=17163 vsize=433380 CPUtime=0.26 cores=1,3,5,7
/proc/17243/stat : 17243 (python) S 17163 17163 16976 0 -1 4202560 1153 0 0 0 13 13 0 0 19 0 2 0 907164554 443781120 17675 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 108345 17675 399 364 0 44251 0
[pid=17245] ppid=17243 vsize=33816 CPUtime=196.23 cores=1,3,5,7
/proc/17245/stat : 17245 (lingeling) T 17243 17245 17245 0 -1 4202496 11242 0 0 0 19622 1 0 0 25 0 1 0 907164555 34627584 7625 33554432000 4194304 4352236 140735825255920 18446744073709551615 4328423 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/17245/statm: 8454 7625 129 39 0 7534 0
[pid=17243/tid=17262] ppid=17163 vsize=433380 CPUtime=0 cores=1,3,5,7
/proc/17243/task/17262/stat : 17262 (python) S 17163 17163 16976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907184178 443781120 17675 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 3 0 0 0
[pid=17263] ppid=17163 vsize=443636 CPUtime=0.12 cores=1,3,5,7
/proc/17263/stat : 17263 (python) S 17163 17163 16976 0 -1 4202560 1113 0 0 0 7 5 0 0 19 0 2 0 907184180 454283264 17679 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17263/statm: 110909 17679 399 364 0 46812 0
[pid=17265] ppid=17263 vsize=213812 CPUtime=100.11 cores=1,3,5,7
/proc/17265/stat : 17265 (SApperloT-base) T 17263 17265 17265 0 -1 4202496 53020 0 0 0 10003 8 0 0 25 0 1 0 907184181 218943488 52526 33554432000 134512640 135674940 4292546400 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17265/statm: 53453 52526 100 284 0 53167 0
[pid=17263/tid=17270] ppid=17163 vsize=443636 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (python) S 17163 17163 16976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907194193 454283264 17679 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471149066944 0 0 -1 5 0 0 0
[pid=17291] ppid=17163 vsize=453892 CPUtime=0.85 cores=1,3,5,7
/proc/17291/stat : 17291 (python) S 17163 17163 16976 0 -1 4202560 1179 0 0 0 44 41 0 0 15 0 2 0 907252873 464785408 17684 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17291/statm: 113473 17684 400 364 0 49373 0
[pid=17293] ppid=17291 vsize=758004 CPUtime=585.7 cores=1,3,5,7
/proc/17293/stat : 17293 (cryptominisat-2) T 17291 17293 17293 0 -1 4202496 454714 0 0 0 58500 70 0 0 25 0 1 0 907252873 776196096 168616 33554432000 4194304 4677096 140736310743792 18446744073709551615 4319804 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/17293/statm: 189501 168616 393 118 0 184460 0
[pid=17291/tid=17306] ppid=17163 vsize=453892 CPUtime=0 cores=1,3,5,7
/proc/17291/task/17306/stat : 17306 (python) S 17163 17163 16976 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907301475 464785408 17684 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=17310] ppid=17163 vsize=464148 CPUtime=0.26 cores=1,3,5,7
/proc/17310/stat : 17310 (python) S 17163 17163 16976 0 -1 4202560 1203 0 0 0 15 11 0 0 19 0 2 0 907311448 475287552 17693 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17310/statm: 116037 17693 405 364 0 51934 0
[pid=17312] ppid=17310 vsize=76220 CPUtime=196.21 cores=1,3,5,7
/proc/17312/stat : 17312 (precosat) T 17310 17312 17312 0 -1 4202496 19257 0 0 0 19618 3 0 0 25 0 1 0 907311448 78049280 17843 33554432000 4194304 4890832 140735761605632 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/17312/statm: 19055 17843 86 171 0 18882 0
[pid=17310/tid=17409] ppid=17163 vsize=464148 CPUtime=0 cores=1,3,5,7
/proc/17310/task/17409/stat : 17409 (python) S 17163 17163 16976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907331072 475287552 17693 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604457124099072 0 0 -1 5 0 0 0
[pid=17163/tid=17170] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 9 0 907008614 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17177] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17177/stat : 17177 (python) S 17161 17163 16976 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 9 0 907018627 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17215] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17215/stat : 17215 (python) S 17161 17163 16976 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 907105958 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17225] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (python) S 17161 17163 16976 0 -1 4202560 28 933 0 0 0 0 0 0 15 0 9 0 907125485 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 5 0 0 0
[pid=17163/tid=17244] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17244/stat : 17244 (python) S 17161 17163 16976 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 907164555 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 5 0 0 0
[pid=17163/tid=17264] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17264/stat : 17264 (python) S 17161 17163 16976 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 907184181 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 5 0 0 0
[pid=17163/tid=17292] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17292/stat : 17292 (python) S 17161 17163 16976 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 907252873 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 1 0 0 0
[pid=17163/tid=17311] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17311/stat : 17311 (python) S 17161 17163 16976 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 907311448 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 6472588

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

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

[startup+4993.7 s]
/proc/loadavg: 1.00 1.05 1.36 2/204 17489
/proc/meminfo: memFree=2412864/32950928 swapFree=67055156/67111528
[pid=17163] ppid=17161 vsize=474392 CPUtime=15.2 cores=1,3,5,7
/proc/17163/stat : 17163 (python) S 17161 17163 16976 0 -1 4202496 35485 933 1 0 1497 23 0 0 18 0 9 0 907007107 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17163/statm: 118598 19181 1890 364 0 54495 0
[pid=17169] ppid=17163 vsize=337064 CPUtime=0.71 cores=1,3,5,7
/proc/17169/stat : 17169 (python) S 17163 17163 16976 0 -1 4202560 1215 0 0 0 38 33 0 0 18 0 2 0 907008613 345153536 17677 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17169/statm: 84266 17677 415 364 0 20184 0
[pid=17171] ppid=17169 vsize=55108 CPUtime=582.62 cores=1,3,5,7
/proc/17171/stat : 17171 (lingeling) T 17169 17171 17171 0 -1 4202496 28852 0 0 0 58259 3 0 0 25 0 1 0 907008614 56430592 12947 33554432000 4194304 4352236 140734578563472 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/17171/statm: 13777 12947 129 39 0 12857 0
[pid=17169/tid=17175] ppid=17163 vsize=337064 CPUtime=0 cores=1,3,5,7
/proc/17169/task/17175/stat : 17175 (python) S 17163 17163 16976 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907018624 345153536 17677 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604453986883456 0 0 -1 5 0 0 0
[pid=17176] ppid=17163 vsize=337076 CPUtime=2.55 cores=1,3,5,7
/proc/17176/stat : 17176 (python) S 17163 17163 16976 0 -1 4202560 1178 0 0 0 137 118 0 0 15 0 2 0 907018627 345165824 17662 33554432000 4194304 5683644 140734031725952 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17176/statm: 84269 17662 400 364 0 20184 0
[pid=17178] ppid=17176 vsize=1539272 CPUtime=1952.74 cores=1,3,5,7
/proc/17178/stat : 17178 (cryptominisat-2) R 17176 17178 17178 0 -1 4202496 1494189 0 0 0 195013 261 0 0 25 0 1 0 907018627 1576214528 347120 33554432000 4194304 4677096 140737106640864 18446744073709551615 248089394955 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17178/statm: 384818 347120 393 118 0 379777 0
[pid=17176/tid=17199] ppid=17163 vsize=337076 CPUtime=0 cores=1,3,5,7
/proc/17176/task/17199/stat : 17199 (python) S 17163 17163 16976 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 907067414 345165824 17662 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604453986881664 0 0 -1 3 0 0 0
[pid=17214] ppid=17163 vsize=347332 CPUtime=0.79 cores=1,3,5,7
/proc/17214/stat : 17214 (python) S 17163 17163 16976 0 -1 4202560 1146 0 0 0 43 36 0 0 18 0 2 0 907105957 355667968 17665 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17214/statm: 86833 17665 399 364 0 22745 0
[pid=17216] ppid=17214 vsize=49216 CPUtime=587.7 cores=1,3,5,7
/proc/17216/stat : 17216 (lingeling) T 17214 17216 17216 0 -1 4202496 23279 0 0 0 58767 3 0 0 25 0 1 0 907105958 50397184 11474 33554432000 4194304 4352236 140735893039040 18446744073709551615 4328090 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/17216/statm: 12304 11474 129 39 0 11384 0
[pid=17214/tid=17220] ppid=17163 vsize=347332 CPUtime=0 cores=1,3,5,7
/proc/17214/task/17220/stat : 17220 (python) S 17163 17163 16976 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907115970 355667968 17665 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471149064256 0 0 -1 5 0 0 0
[pid=17224] ppid=17163 vsize=357588 CPUtime=1.05 cores=1,3,5,7
/proc/17224/stat : 17224 (python) S 17163 17163 16976 0 -1 4202560 1165 0 0 0 55 50 0 0 18 0 2 0 907125485 366170112 17669 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17224/statm: 89397 17669 399 364 0 25306 0
[pid=17226] ppid=17224 vsize=98632 CPUtime=776.93 cores=1,3,5,7
/proc/17226/stat : 17226 (precosat) T 17224 17226 17226 0 -1 4202496 52033 0 0 0 77686 7 0 0 25 0 1 0 907125485 100999168 23453 33554432000 4194304 4890832 140736750350256 18446744073709551615 4297476 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/17226/statm: 24658 23453 86 171 0 24485 0
[pid=17224/tid=17229] ppid=17163 vsize=357588 CPUtime=0 cores=1,3,5,7
/proc/17224/task/17229/stat : 17229 (python) S 17163 17163 16976 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907135498 366170112 17669 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471139599488 0 0 -1 5 0 0 0
[pid=17243] ppid=17163 vsize=433380 CPUtime=0.26 cores=1,3,5,7
/proc/17243/stat : 17243 (python) S 17163 17163 16976 0 -1 4202560 1153 0 0 0 13 13 0 0 19 0 2 0 907164554 443781120 17675 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17243/statm: 108345 17675 399 364 0 44251 0
[pid=17245] ppid=17243 vsize=33816 CPUtime=196.23 cores=1,3,5,7
/proc/17245/stat : 17245 (lingeling) T 17243 17245 17245 0 -1 4202496 11242 0 0 0 19622 1 0 0 25 0 1 0 907164555 34627584 7625 33554432000 4194304 4352236 140735825255920 18446744073709551615 4328423 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/17245/statm: 8454 7625 129 39 0 7534 0
[pid=17243/tid=17262] ppid=17163 vsize=433380 CPUtime=0 cores=1,3,5,7
/proc/17243/task/17262/stat : 17262 (python) S 17163 17163 16976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907184178 443781120 17675 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471125858240 0 0 -1 3 0 0 0
[pid=17263] ppid=17163 vsize=443636 CPUtime=0.12 cores=1,3,5,7
/proc/17263/stat : 17263 (python) S 17163 17163 16976 0 -1 4202560 1113 0 0 0 7 5 0 0 19 0 2 0 907184180 454283264 17679 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17263/statm: 110909 17679 399 364 0 46812 0
[pid=17265] ppid=17263 vsize=213812 CPUtime=100.11 cores=1,3,5,7
/proc/17265/stat : 17265 (SApperloT-base) T 17263 17265 17265 0 -1 4202496 53020 0 0 0 10003 8 0 0 25 0 1 0 907184181 218943488 52526 33554432000 134512640 135674940 4292546400 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17265/statm: 53453 52526 100 284 0 53167 0
[pid=17263/tid=17270] ppid=17163 vsize=443636 CPUtime=0 cores=1,3,5,7
/proc/17263/task/17270/stat : 17270 (python) S 17163 17163 16976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907194193 454283264 17679 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604471149066944 0 0 -1 5 0 0 0
[pid=17291] ppid=17163 vsize=453892 CPUtime=0.85 cores=1,3,5,7
/proc/17291/stat : 17291 (python) S 17163 17163 16976 0 -1 4202560 1179 0 0 0 44 41 0 0 15 0 2 0 907252873 464785408 17684 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17291/statm: 113473 17684 400 364 0 49373 0
[pid=17293] ppid=17291 vsize=758004 CPUtime=585.7 cores=1,3,5,7
/proc/17293/stat : 17293 (cryptominisat-2) T 17291 17293 17293 0 -1 4202496 454714 0 0 0 58500 70 0 0 25 0 1 0 907252873 776196096 168616 33554432000 4194304 4677096 140736310743792 18446744073709551615 4319804 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/17293/statm: 189501 168616 393 118 0 184460 0
[pid=17291/tid=17306] ppid=17163 vsize=453892 CPUtime=0 cores=1,3,5,7
/proc/17291/task/17306/stat : 17306 (python) S 17163 17163 16976 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907301475 464785408 17684 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=17310] ppid=17163 vsize=464148 CPUtime=0.26 cores=1,3,5,7
/proc/17310/stat : 17310 (python) S 17163 17163 16976 0 -1 4202560 1203 0 0 0 15 11 0 0 19 0 2 0 907311448 475287552 17693 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17310/statm: 116037 17693 405 364 0 51934 0
[pid=17312] ppid=17310 vsize=76220 CPUtime=196.21 cores=1,3,5,7
/proc/17312/stat : 17312 (precosat) T 17310 17312 17312 0 -1 4202496 19257 0 0 0 19618 3 0 0 25 0 1 0 907311448 78049280 17843 33554432000 4194304 4890832 140735761605632 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/17312/statm: 19055 17843 86 171 0 18882 0
[pid=17310/tid=17409] ppid=17163 vsize=464148 CPUtime=0 cores=1,3,5,7
/proc/17310/task/17409/stat : 17409 (python) S 17163 17163 16976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907331072 475287552 17693 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 514 18446604457124099072 0 0 -1 5 0 0 0
[pid=17163/tid=17170] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17170/stat : 17170 (python) S 17161 17163 16976 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 9 0 907008614 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17177] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17177/stat : 17177 (python) S 17161 17163 16976 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 9 0 907018627 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17215] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17215/stat : 17215 (python) S 17161 17163 16976 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 907105958 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 3 0 0 0
[pid=17163/tid=17225] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17225/stat : 17225 (python) S 17161 17163 16976 0 -1 4202560 28 933 0 0 0 0 0 0 15 0 9 0 907125485 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 5 0 0 0
[pid=17163/tid=17244] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17244/stat : 17244 (python) S 17161 17163 16976 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 907164555 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 5 0 0 0
[pid=17163/tid=17264] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17264/stat : 17264 (python) S 17161 17163 16976 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 907184181 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 5 0 0 0
[pid=17163/tid=17292] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17292/stat : 17292 (python) S 17161 17163 16976 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 907252873 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 1 0 0 0
[pid=17163/tid=17311] ppid=17161 vsize=474392 CPUtime=0 cores=1,3,5,7
/proc/17163/task/17311/stat : 17311 (python) S 17161 17163 16976 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 907311448 485777408 19181 33554432000 4194304 5683644 140734031725952 18446744073709551615 248101521841 0 0 16781312 2 18446604466755972096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 6472588

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17163 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=974723
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=238963
# CPU time returned by wait4() is 15.2137
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.76
CPU time (s): 5000.03
CPU user time (s): 4993.17
CPU system time (s): 6.86
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 6472588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9747
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36421
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= 2930
involuntary context switches= 59

runsolver used 15.2747 second user time and 33.4239 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-13 10:34:33
IDJOB=3498435
IDBENCH=83107
IDSOLVER=1991
FILE ID=node123/3498435-1307954073
RUNJOBID= node123-1307953121-16995
PBS_JOBID= 13559705
Free space on /var/tmp= 2856 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.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-3498435-1307954073/watcher-3498435-1307954073 -o /var/tmp/evaluation-result-3498435-1307954073/solver-3498435-1307954073 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498435-1307954073.cnf -seed 1192808602 -budget 5000

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1192808602

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:       4454040 kB
Buffers:        111560 kB
Cached:       26875280 kB
SwapCached:      10120 kB
Active:       11834704 kB
Inactive:     15772200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4454040 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           36132 kB
Writeback:           0 kB
AnonPages:      617704 kB
Mapped:          18944 kB
Slab:           821292 kB
PageTables:       8832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1117836 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= 2860 MiB
End job on node123 at 2011-06-13 11:57:49