Trace number 3498454

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.08 4993.96

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3498454-1307954393.cnf
0.31/0.68	c INFO: computing task features
0.68/1.01	c INFO: computed variable-clause graph statistics
0.68/1.02	c INFO: computed clause balance statistics
2.38/2.76	c INFO: computed variable balance statistics
3.68/4.08	c INFO: computed small-clause counts
3.68/4.08	c INFO: computed Horn-clause counts
5.08/5.46	c INFO: computed variable graph statistics
5.08/5.46	c INFO: collected features for HOME/instance-3498454-1307954393.cnf in 4.77 s
5.08/5.48	c INFO: running lingeling-276@0 for 97 with 4995 remaining (b = 0.32)
105.38/105.61	c INFO: running cryptominisat-2.9.0@0 for 485 with 4895 remaining (b = 0.33)
596.28/595.99	c INFO: running lingeling-276@100 for 388 with 4405 remaining (b = 0.32)
982.17/981.39	c INFO: running lingeling-276@0 for 97 with 4019 remaining (b = 0.25)
1082.48/1081.53	c INFO: running lingeling-276@100 for 97 with 3919 remaining (b = 0.09)
1177.70/1176.65	c INFO: running precosat-570@0 for 97 with 3824 remaining (b = 0.15)
1277.93/1276.80	c INFO: running cryptominisat-2.9.0@489 for 97 with 3724 remaining (b = 0.08)
1374.07/1372.78	c INFO: running lingeling-276@195 for 97 with 3628 remaining (b = 0.07)
1471.41/1469.92	c INFO: running precosat-570@100 for 97 with 3531 remaining (b = 0.08)
1568.65/1567.06	c INFO: running lingeling-276@0 for 194 with 3434 remaining (b = 0.17)
1765.21/1763.31	c INFO: running cryptominisat-2.9.0@0 for 97 with 3237 remaining (b = 0.07)
1862.62/1860.65	c INFO: running precosat-570@197 for 97 with 3140 remaining (b = 0.04)
1959.85/1957.79	c INFO: running lingeling-276@485 for 97 with 3043 remaining (b = 0.04)
2057.17/2054.92	c INFO: running cryptominisat-2.9.0@97 for 388 with 2946 remaining (b = 0.15)
2449.76/2446.91	c INFO: running precosat-570@0 for 97 with 2554 remaining (b = 0.07)
2549.98/2547.06	c INFO: running cryptominisat-2.9.0@488 for 97 with 2454 remaining (b = 0.04)
2645.40/2642.38	c INFO: running precosat-570@294 for 97 with 2359 remaining (b = 0.04)
2742.73/2739.51	c INFO: running lingeling-276@582 for 679 with 2262 remaining (b = 0.21)
3423.46/3419.31	c INFO: running lingeling-276@292 for 194 with 1582 remaining (b = 0.08)
3616.92/3612.55	c INFO: running cryptominisat-2.9.0@585 for 1389 with 1389 remaining (b = 0.38)

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 /tmp/evaluation-result-3498454-1307954393/watcher-3498454-1307954393 -o /tmp/evaluation-result-3498454-1307954393/solver-3498454-1307954393 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498454-1307954393.cnf -seed 1878568651 -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.01 1.97 1.46 2/189 11424
/proc/meminfo: memFree=28138988/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/11424/stat : 11424 (python) R 11422 11424 11136 0 -1 4202496 725 0 0 0 0 0 0 0 24 0 1 0 907041731 15548416 615 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/11424/statm: 3796 615 321 364 0 283 0

[startup+0.0201641 s]
/proc/loadavg: 2.01 1.97 1.46 2/189 11424
/proc/meminfo: memFree=28138988/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/11424/stat : 11424 (python) R 11422 11424 11136 0 -1 4202496 1047 0 0 0 0 0 0 0 23 0 1 0 907041731 16629760 918 33554432000 4194304 5683644 140737418419728 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11424/statm: 4060 918 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100142 s]
/proc/loadavg: 2.01 1.97 1.46 2/189 11424
/proc/meminfo: memFree=28138988/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=85620 CPUtime=0.05 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 907041731 87674880 2348 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/11424/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.301152 s]
/proc/loadavg: 2.01 1.97 1.46 2/189 11424
/proc/meminfo: memFree=28138988/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=135752 CPUtime=0.16 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 5969 933 1 0 12 4 0 0 18 0 1 0 907041731 139010048 4148 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/11424/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.701037 s]
/proc/loadavg: 2.01 1.97 1.46 2/189 11424
/proc/meminfo: memFree=28138988/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=281400 CPUtime=0.38 cores=1,3,5,7
/proc/11424/stat : 11424 (python) R 11422 11424 11136 0 -1 4202496 9997 933 1 0 30 8 0 0 16 0 1 0 907041731 288153600 7672 33554432000 4194304 5683644 140737418419728 18446744073709551615 4531696 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11424/statm: 70350 7672 1761 364 0 6274 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281400

[startup+1.50088 s]
/proc/loadavg: 2.01 1.97 1.46 3/190 11429
/proc/meminfo: memFree=28095856/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=301352 CPUtime=1.18 cores=1,3,5,7
/proc/11424/stat : 11424 (python) R 11422 11424 11136 0 -1 4202496 17659 933 1 0 109 9 0 0 16 0 1 0 907041731 308584448 12723 33554432000 4194304 5683644 140737418419728 18446744073709551615 212439425713 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11424/statm: 75338 12723 1826 364 0 11262 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 301352

[startup+3.10061 s]
/proc/loadavg: 2.01 1.97 1.46 3/190 11429
/proc/meminfo: memFree=28093868/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=301352 CPUtime=2.78 cores=1,3,5,7
/proc/11424/stat : 11424 (python) R 11422 11424 11136 0 -1 4202496 17660 933 1 0 269 9 0 0 18 0 1 0 907041731 308584448 12724 33554432000 4194304 5683644 140737418419728 18446744073709551615 212435677155 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11424/statm: 75338 12724 1827 364 0 11262 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 301352

[startup+6.30098 s]
/proc/loadavg: 2.00 1.97 1.46 3/190 11429
/proc/meminfo: memFree=28093744/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=309832 CPUtime=5.17 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18025 933 1 0 507 10 0 0 20 0 2 0 907041731 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 77458 12321 1867 364 0 13376 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 309832

[startup+12.7008 s]
/proc/loadavg: 2.00 1.97 1.46 3/193 11432
/proc/meminfo: memFree=28081020/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=309832 CPUtime=5.17 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18025 933 1 0 507 10 0 0 20 0 2 0 907041731 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 77458 12321 1867 364 0 13376 0
[pid=11430] ppid=11424 vsize=299588 CPUtime=0 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 968 0 0 0 0 0 0 0 18 0 1 0 907042280 306778112 10830 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037135 0 0 16781312 514 4490400269451886856 0 0 17 1 0 0 0
/proc/11430/statm: 74897 10830 380 364 0 10815 0
[pid=11432] ppid=11430 vsize=15460 CPUtime=7.2 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) R 11430 11432 11432 0 -1 4202496 4875 0 0 0 720 0 0 0 25 0 1 0 907042280 15831040 3035 33554432000 4194304 4352236 140736037019184 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11432/statm: 3865 3035 129 39 0 2945 0
[pid=11424/tid=11431] ppid=11422 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 907042280 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 624880

[startup+25.5004 s]
/proc/loadavg: 2.00 1.97 1.47 3/193 11433
/proc/meminfo: memFree=28037876/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=309832 CPUtime=5.17 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18025 933 1 0 507 10 0 0 20 0 2 0 907041731 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 77458 12321 1867 364 0 13376 0
[pid=11430] ppid=11424 vsize=299588 CPUtime=0.01 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 974 0 0 0 1 0 0 0 18 0 1 0 907042280 306778112 10831 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037135 0 0 16781312 514 11250853886287642888 0 0 17 1 0 0 0
/proc/11430/statm: 74897 10831 381 364 0 10815 0
[pid=11432] ppid=11430 vsize=17036 CPUtime=20 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) R 11430 11432 11432 0 -1 4202496 5269 0 0 0 2000 0 0 0 25 0 1 0 907042280 17444864 3429 33554432000 4194304 4352236 140736037019184 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11432/statm: 4259 3429 129 39 0 3339 0
[pid=11424/tid=11431] ppid=11422 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 907042280 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 626456

[startup+51.1005 s]
/proc/loadavg: 2.00 1.97 1.48 3/193 11433
/proc/meminfo: memFree=28025644/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=309832 CPUtime=5.17 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18025 933 1 0 507 10 0 0 20 0 2 0 907041731 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 77458 12321 1867 364 0 13376 0
[pid=11430] ppid=11424 vsize=299588 CPUtime=0.04 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 981 0 0 0 2 2 0 0 18 0 1 0 907042280 306778112 10831 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037135 0 0 16781312 514 11250853886287642888 0 0 17 1 0 0 0
/proc/11430/statm: 74897 10831 381 364 0 10815 0
[pid=11432] ppid=11430 vsize=20408 CPUtime=45.6 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) R 11430 11432 11432 0 -1 4202496 6112 0 0 0 4560 0 0 0 25 0 1 0 907042280 20897792 4272 33554432000 4194304 4352236 140736037019184 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11432/statm: 5102 4272 129 39 0 4182 0
[pid=11424/tid=11431] ppid=11422 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 907042280 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 629828

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.50 3/196 11438
/proc/meminfo: memFree=28004496/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=309832 CPUtime=5.17 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18025 933 1 0 507 10 0 0 20 0 2 0 907041731 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 77458 12321 1867 364 0 13376 0
[pid=11430] ppid=11424 vsize=299588 CPUtime=0.1 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 999 0 0 0 5 5 0 0 18 0 1 0 907042280 306778112 10831 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037135 0 0 16781312 514 11250853886287642888 0 0 17 1 0 0 0
/proc/11430/statm: 74897 10831 381 364 0 10815 0
[pid=11432] ppid=11430 vsize=25524 CPUtime=96.81 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) R 11430 11432 11432 0 -1 4202496 9440 0 0 0 9681 0 0 0 25 0 1 0 907042280 26136576 5551 33554432000 4194304 4352236 140736037019184 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11432/statm: 6381 5551 129 39 0 5461 0
[pid=11424/tid=11431] ppid=11422 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 2 0 907042280 317267968 12321 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 634944

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.53 3/200 11443
/proc/meminfo: memFree=27842592/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=320088 CPUtime=5.19 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18806 933 1 0 509 10 0 0 20 0 3 0 907041731 327770112 12336 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 80022 12336 1878 364 0 15937 0
[pid=11430] ppid=11424 vsize=309832 CPUtime=0.11 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 1158 0 0 0 6 5 0 0 19 0 2 0 907042280 317267968 10869 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11430/statm: 77458 10869 414 364 0 13376 0
[pid=11432] ppid=11430 vsize=25524 CPUtime=100.09 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) T 11430 11432 11432 0 -1 4202496 9440 0 0 0 10009 0 0 0 25 0 1 0 907042280 26136576 5551 33554432000 4194304 4352236 140736037019184 18446744073709551615 4329333 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11432/statm: 6381 5551 129 39 0 5461 0
[pid=11430/tid=11439] ppid=11424 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (python) S 11424 11424 11136 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907052291 317267968 10869 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471138065216 0 0 -1 1 0 0 0
[pid=11440] ppid=11424 vsize=309844 CPUtime=0.08 cores=1,3,5,7
/proc/11440/stat : 11440 (python) S 11424 11424 11136 0 -1 4202560 931 0 0 0 5 3 0 0 15 0 1 0 907052293 317280256 10824 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037190 0 0 16781312 514 4523817451476975880 0 0 17 3 0 0 0
/proc/11440/statm: 77461 10824 370 364 0 13376 0
[pid=11442] ppid=11440 vsize=157184 CPUtime=56.67 cores=1,3,5,7
/proc/11442/stat : 11442 (cryptominisat-2) R 11440 11442 11442 0 -1 4202496 63665 0 0 0 5660 7 0 0 25 0 1 0 907052293 160956416 31822 33554432000 4194304 4677096 140735982853408 18446744073709551615 4249354 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11442/statm: 39296 31822 393 118 0 34255 0
[pid=11424/tid=11431] ppid=11422 vsize=320088 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 907042280 327770112 12336 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11441] ppid=11422 vsize=320088 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11441/stat : 11441 (python) S 11422 11424 11136 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 907052293 327770112 12336 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1122472

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.56 3/201 11446
/proc/meminfo: memFree=27793308/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=320088 CPUtime=5.19 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 18806 933 1 0 509 10 0 0 20 0 3 0 907041731 327770112 12336 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11424/statm: 80022 12336 1878 364 0 15937 0
[pid=11430] ppid=11424 vsize=309832 CPUtime=0.11 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 1158 0 0 0 6 5 0 0 19 0 2 0 907042280 317267968 10869 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11430/statm: 77458 10869 414 364 0 13376 0
[pid=11432] ppid=11430 vsize=25524 CPUtime=100.09 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) T 11430 11432 11432 0 -1 4202496 9440 0 0 0 10009 0 0 0 25 0 1 0 907042280 26136576 5551 33554432000 4194304 4352236 140736037019184 18446744073709551615 4329333 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11432/statm: 6381 5551 129 39 0 5461 0
[pid=11430/tid=11439] ppid=11424 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (python) S 11424 11424 11136 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907052291 317267968 10869 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471138065216 0 0 -1 1 0 0 0

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

[pid=11430] ppid=11424 vsize=309832 CPUtime=1.62 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 1204 0 0 0 88 74 0 0 18 0 2 0 907042280 317267968 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11430/statm: 77458 10870 415 364 0 13376 0
[pid=11432] ppid=11430 vsize=49600 CPUtime=1262.42 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) T 11430 11432 11432 0 -1 4202496 62307 0 0 0 126236 6 0 0 25 0 1 0 907042280 50790400 11570 33554432000 4194304 4352236 140736037019184 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11432/statm: 12400 11570 129 39 0 11480 0
[pid=11430/tid=11439] ppid=11424 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (python) S 11424 11424 11136 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907052291 317267968 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471138065216 0 0 -1 1 0 0 0
[pid=11440] ppid=11424 vsize=309844 CPUtime=2.44 cores=1,3,5,7
/proc/11440/stat : 11440 (python) S 11424 11424 11136 0 -1 4202560 1161 0 0 0 127 117 0 0 15 0 2 0 907052293 317280256 10854 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11440/statm: 77461 10854 399 364 0 13376 0
[pid=11442] ppid=11440 vsize=575312 CPUtime=1967.74 cores=1,3,5,7
/proc/11442/stat : 11442 (cryptominisat-2) R 11440 11442 11442 0 -1 4202496 714759 0 0 0 196637 137 0 0 25 0 1 0 907052293 589119488 118928 33554432000 4194304 4677096 140735982853408 18446744073709551615 4355192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11442/statm: 143828 118928 399 118 0 138787 0
[pid=11440/tid=11461] ppid=11424 vsize=309844 CPUtime=0 cores=1,3,5,7
/proc/11440/task/11461/stat : 11461 (python) S 11424 11424 11136 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907101328 317280256 10854 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471107935168 0 0 -1 3 0 0 0
[pid=11472] ppid=11424 vsize=320100 CPUtime=0.64 cores=1,3,5,7
/proc/11472/stat : 11472 (python) S 11424 11424 11136 0 -1 4202560 1150 0 0 0 33 31 0 0 15 0 2 0 907139871 327782400 10858 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11472/statm: 80025 10858 399 364 0 15937 0
[pid=11474] ppid=11472 vsize=35028 CPUtime=485.57 cores=1,3,5,7
/proc/11474/stat : 11474 (lingeling) T 11472 11474 11474 0 -1 4202496 17446 0 0 0 48555 2 0 0 25 0 1 0 907139871 35868672 7927 33554432000 4194304 4352236 140734291205424 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11474/statm: 8757 7927 129 39 0 7837 0
[pid=11472/tid=11481] ppid=11424 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/11472/task/11481/stat : 11481 (python) S 11424 11424 11136 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907149882 327782400 10858 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471116665856 0 0 -1 3 0 0 0
[pid=11485] ppid=11424 vsize=330356 CPUtime=0.53 cores=1,3,5,7
/proc/11485/stat : 11485 (python) S 11424 11424 11136 0 -1 4202560 1160 0 0 0 28 25 0 0 15 0 2 0 907159397 338284544 10862 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11485/statm: 82589 10862 399 364 0 18498 0
[pid=11487] ppid=11485 vsize=53140 CPUtime=391.47 cores=1,3,5,7
/proc/11487/stat : 11487 (precosat) T 11485 11487 11487 0 -1 4202496 19673 0 0 0 39145 2 0 0 25 0 1 0 907159397 54415360 12824 33554432000 4194304 4890832 140737359296080 18446744073709551615 4235423 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/11487/statm: 13285 12824 86 171 0 13112 0
[pid=11485/tid=11500] ppid=11424 vsize=330356 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11500/stat : 11500 (python) S 11424 11424 11136 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907169409 338284544 10862 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604459843034048 0 0 -1 7 0 0 0
[pid=11512] ppid=11424 vsize=340612 CPUtime=0.26 cores=1,3,5,7
/proc/11512/stat : 11512 (python) S 11424 11424 11136 0 -1 4202560 1146 0 0 0 13 13 0 0 19 0 2 0 907198437 348786688 10866 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11512/statm: 85153 10866 399 364 0 21059 0
[pid=11514] ppid=11512 vsize=31680 CPUtime=196.22 cores=1,3,5,7
/proc/11514/stat : 11514 (lingeling) T 11512 11514 11514 0 -1 4202496 12005 0 0 0 19621 1 0 0 25 0 1 0 907198438 32440320 7090 33554432000 4194304 4352236 140736610750224 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11514/statm: 7920 7090 129 39 0 7000 0
[pid=11512/tid=11520] ppid=11424 vsize=340612 CPUtime=0 cores=1,3,5,7
/proc/11512/task/11520/stat : 11520 (python) S 11424 11424 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907218061 348786688 10866 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604459843033152 0 0 -1 3 0 0 0
[pid=11521] ppid=11424 vsize=350868 CPUtime=0.83 cores=1,3,5,7
/proc/11521/stat : 11521 (python) S 11424 11424 11136 0 -1 4202560 1169 0 0 0 44 39 0 0 15 0 2 0 907218063 359288832 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11521/statm: 87717 10870 399 364 0 23620 0
[pid=11523] ppid=11521 vsize=400696 CPUtime=584.58 cores=1,3,5,7
/proc/11523/stat : 11523 (cryptominisat-2) T 11521 11523 11523 0 -1 4202496 328803 0 0 0 58403 55 0 0 25 0 1 0 907218063 410312704 74064 33554432000 4194304 4677096 140733614777152 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/11523/statm: 100174 74064 393 118 0 95133 0
[pid=11521/tid=11527] ppid=11424 vsize=350868 CPUtime=0 cores=1,3,5,7
/proc/11521/task/11527/stat : 11527 (python) S 11424 11424 11136 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 907227795 359288832 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471093022912 0 0 -1 3 0 0 0
[pid=11543] ppid=11424 vsize=361124 CPUtime=0.13 cores=1,3,5,7
/proc/11543/stat : 11543 (python) S 11424 11424 11136 0 -1 4202560 1107 0 0 0 7 6 0 0 19 0 2 0 907286423 369790976 10874 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11543/statm: 90281 10874 399 364 0 26181 0
[pid=11545] ppid=11543 vsize=37980 CPUtime=100.11 cores=1,3,5,7
/proc/11545/stat : 11545 (precosat) T 11543 11545 11545 0 -1 4202496 11666 0 0 0 10010 1 0 0 25 0 1 0 907286424 38891520 9290 33554432000 4194304 4890832 140734219608944 18446744073709551615 4273686 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/11545/statm: 9495 9290 86 171 0 9322 0
[pid=11543/tid=11549] ppid=11424 vsize=361124 CPUtime=0 cores=1,3,5,7
/proc/11543/task/11549/stat : 11549 (python) S 11424 11424 11136 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907296436 369790976 10874 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471161275456 0 0 -1 3 0 0 0
[pid=11424/tid=11431] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 41 933 0 0 0 0 0 0 18 0 8 0 907042280 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11441] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11441/stat : 11441 (python) S 11422 11424 11136 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 907052293 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 1 0 0 0
[pid=11424/tid=11473] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11473/stat : 11473 (python) S 11422 11424 11136 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 8 0 907139871 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11486] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11486/stat : 11486 (python) S 11422 11424 11136 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 8 0 907159397 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11513] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11513/stat : 11513 (python) S 11422 11424 11136 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 907198438 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 5 0 0 0
[pid=11424/tid=11522] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11522/stat : 11522 (python) S 11422 11424 11136 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 907218063 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 5 0 0 0
[pid=11424/tid=11544] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11544/stat : 11544 (python) S 11422 11424 11136 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 907286423 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 3877540

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

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

[startup+4993.9 s]
/proc/loadavg: 1.00 1.01 1.25 2/200 11648
/proc/meminfo: memFree=31204100/32951124 swapFree=67050540/67111528
[pid=11424] ppid=11422 vsize=371368 CPUtime=5.52 cores=1,3,5,7
/proc/11424/stat : 11424 (python) S 11422 11424 11136 0 -1 4202496 23760 933 1 0 540 12 0 0 18 0 8 0 907041731 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11424/statm: 92842 12366 1888 364 0 28742 0
[pid=11430] ppid=11424 vsize=309832 CPUtime=1.62 cores=1,3,5,7
/proc/11430/stat : 11430 (python) S 11424 11424 11136 0 -1 4202560 1204 0 0 0 88 74 0 0 18 0 2 0 907042280 317267968 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11430/statm: 77458 10870 415 364 0 13376 0
[pid=11432] ppid=11430 vsize=49600 CPUtime=1262.42 cores=1,3,5,7
/proc/11432/stat : 11432 (lingeling) T 11430 11432 11432 0 -1 4202496 62307 0 0 0 126236 6 0 0 25 0 1 0 907042280 50790400 11570 33554432000 4194304 4352236 140736037019184 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11432/statm: 12400 11570 129 39 0 11480 0
[pid=11430/tid=11439] ppid=11424 vsize=309832 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (python) S 11424 11424 11136 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907052291 317267968 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471138065216 0 0 -1 1 0 0 0
[pid=11440] ppid=11424 vsize=309844 CPUtime=2.44 cores=1,3,5,7
/proc/11440/stat : 11440 (python) S 11424 11424 11136 0 -1 4202560 1161 0 0 0 127 117 0 0 15 0 2 0 907052293 317280256 10854 33554432000 4194304 5683644 140737418419728 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11440/statm: 77461 10854 399 364 0 13376 0
[pid=11442] ppid=11440 vsize=575312 CPUtime=1967.74 cores=1,3,5,7
/proc/11442/stat : 11442 (cryptominisat-2) R 11440 11442 11442 0 -1 4202496 714759 0 0 0 196637 137 0 0 25 0 1 0 907052293 589119488 118928 33554432000 4194304 4677096 140735982853408 18446744073709551615 4355192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11442/statm: 143828 118928 399 118 0 138787 0
[pid=11440/tid=11461] ppid=11424 vsize=309844 CPUtime=0 cores=1,3,5,7
/proc/11440/task/11461/stat : 11461 (python) S 11424 11424 11136 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907101328 317280256 10854 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471107935168 0 0 -1 3 0 0 0
[pid=11472] ppid=11424 vsize=320100 CPUtime=0.64 cores=1,3,5,7
/proc/11472/stat : 11472 (python) S 11424 11424 11136 0 -1 4202560 1150 0 0 0 33 31 0 0 15 0 2 0 907139871 327782400 10858 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11472/statm: 80025 10858 399 364 0 15937 0
[pid=11474] ppid=11472 vsize=35028 CPUtime=485.57 cores=1,3,5,7
/proc/11474/stat : 11474 (lingeling) T 11472 11474 11474 0 -1 4202496 17446 0 0 0 48555 2 0 0 25 0 1 0 907139871 35868672 7927 33554432000 4194304 4352236 140734291205424 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/11474/statm: 8757 7927 129 39 0 7837 0
[pid=11472/tid=11481] ppid=11424 vsize=320100 CPUtime=0 cores=1,3,5,7
/proc/11472/task/11481/stat : 11481 (python) S 11424 11424 11136 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907149882 327782400 10858 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471116665856 0 0 -1 3 0 0 0
[pid=11485] ppid=11424 vsize=330356 CPUtime=0.53 cores=1,3,5,7
/proc/11485/stat : 11485 (python) S 11424 11424 11136 0 -1 4202560 1160 0 0 0 28 25 0 0 15 0 2 0 907159397 338284544 10862 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11485/statm: 82589 10862 399 364 0 18498 0
[pid=11487] ppid=11485 vsize=53140 CPUtime=391.47 cores=1,3,5,7
/proc/11487/stat : 11487 (precosat) T 11485 11487 11487 0 -1 4202496 19673 0 0 0 39145 2 0 0 25 0 1 0 907159397 54415360 12824 33554432000 4194304 4890832 140737359296080 18446744073709551615 4235423 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/11487/statm: 13285 12824 86 171 0 13112 0
[pid=11485/tid=11500] ppid=11424 vsize=330356 CPUtime=0 cores=1,3,5,7
/proc/11485/task/11500/stat : 11500 (python) S 11424 11424 11136 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907169409 338284544 10862 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604459843034048 0 0 -1 7 0 0 0
[pid=11512] ppid=11424 vsize=340612 CPUtime=0.26 cores=1,3,5,7
/proc/11512/stat : 11512 (python) S 11424 11424 11136 0 -1 4202560 1146 0 0 0 13 13 0 0 19 0 2 0 907198437 348786688 10866 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11512/statm: 85153 10866 399 364 0 21059 0
[pid=11514] ppid=11512 vsize=31680 CPUtime=196.22 cores=1,3,5,7
/proc/11514/stat : 11514 (lingeling) T 11512 11514 11514 0 -1 4202496 12005 0 0 0 19621 1 0 0 25 0 1 0 907198438 32440320 7090 33554432000 4194304 4352236 140736610750224 18446744073709551615 4328063 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/11514/statm: 7920 7090 129 39 0 7000 0
[pid=11512/tid=11520] ppid=11424 vsize=340612 CPUtime=0 cores=1,3,5,7
/proc/11512/task/11520/stat : 11520 (python) S 11424 11424 11136 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907218061 348786688 10866 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604459843033152 0 0 -1 3 0 0 0
[pid=11521] ppid=11424 vsize=350868 CPUtime=0.83 cores=1,3,5,7
/proc/11521/stat : 11521 (python) S 11424 11424 11136 0 -1 4202560 1169 0 0 0 44 39 0 0 15 0 2 0 907218063 359288832 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11521/statm: 87717 10870 399 364 0 23620 0
[pid=11523] ppid=11521 vsize=400696 CPUtime=584.58 cores=1,3,5,7
/proc/11523/stat : 11523 (cryptominisat-2) T 11521 11523 11523 0 -1 4202496 328803 0 0 0 58403 55 0 0 25 0 1 0 907218063 410312704 74064 33554432000 4194304 4677096 140733614777152 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/11523/statm: 100174 74064 393 118 0 95133 0
[pid=11521/tid=11527] ppid=11424 vsize=350868 CPUtime=0 cores=1,3,5,7
/proc/11521/task/11527/stat : 11527 (python) S 11424 11424 11136 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 907227795 359288832 10870 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471093022912 0 0 -1 3 0 0 0
[pid=11543] ppid=11424 vsize=361124 CPUtime=0.13 cores=1,3,5,7
/proc/11543/stat : 11543 (python) S 11424 11424 11136 0 -1 4202560 1107 0 0 0 7 6 0 0 19 0 2 0 907286423 369790976 10874 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11543/statm: 90281 10874 399 364 0 26181 0
[pid=11545] ppid=11543 vsize=37980 CPUtime=100.11 cores=1,3,5,7
/proc/11545/stat : 11545 (precosat) T 11543 11545 11545 0 -1 4202496 11666 0 0 0 10010 1 0 0 25 0 1 0 907286424 38891520 9290 33554432000 4194304 4890832 140734219608944 18446744073709551615 4273686 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/11545/statm: 9495 9290 86 171 0 9322 0
[pid=11543/tid=11549] ppid=11424 vsize=361124 CPUtime=0 cores=1,3,5,7
/proc/11543/task/11549/stat : 11549 (python) S 11424 11424 11136 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907296436 369790976 10874 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 514 18446604471161275456 0 0 -1 3 0 0 0
[pid=11424/tid=11431] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11431/stat : 11431 (python) S 11422 11424 11136 0 -1 4202560 41 933 0 0 0 0 0 0 18 0 8 0 907042280 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11441] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11441/stat : 11441 (python) S 11422 11424 11136 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 907052293 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 1 0 0 0
[pid=11424/tid=11473] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11473/stat : 11473 (python) S 11422 11424 11136 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 8 0 907139871 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11486] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11486/stat : 11486 (python) S 11422 11424 11136 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 8 0 907159397 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 3 0 0 0
[pid=11424/tid=11513] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11513/stat : 11513 (python) S 11422 11424 11136 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 907198438 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 5 0 0 0
[pid=11424/tid=11522] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11522/stat : 11522 (python) S 11422 11424 11136 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 907218063 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 5 0 0 0
[pid=11424/tid=11544] ppid=11422 vsize=371368 CPUtime=0 cores=1,3,5,7
/proc/11424/task/11544/stat : 11544 (python) S 11422 11424 11136 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 907286423 380280832 12366 33554432000 4194304 5683644 140737418419728 18446744073709551615 212447840689 0 0 16781312 2 18446604471162065984 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 3877540

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11424 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=407177
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=125980
# CPU time returned by wait4() is 5.53316
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.96
CPU time (s): 5000.08
CPU user time (s): 4994.87
CPU system time (s): 5.21
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 3901880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.40718
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24694
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= 2910
involuntary context switches= 62

runsolver used 14.6668 second user time and 29.0316 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-13 10:39:54
IDJOB=3498454
IDBENCH=83134
IDSOLVER=1991
FILE ID=node102/3498454-1307954393
RUNJOBID= node102-1307953128-11155
PBS_JOBID= 13559726
Free space on /tmp= 74092 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom17.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498454-1307954393/watcher-3498454-1307954393 -o /tmp/evaluation-result-3498454-1307954393/solver-3498454-1307954393 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498454-1307954393.cnf -seed 1878568651 -budget 5000

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1878568651

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28139292 kB
Buffers:        174556 kB
Cached:         334180 kB
SwapCached:      25152 kB
Active:        4369196 kB
Inactive:       231240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28139292 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           33788 kB
Writeback:           0 kB
AnonPages:     4089372 kB
Mapped:          15716 kB
Slab:           133940 kB
PageTables:      15848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4882240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74100 MiB
End job on node102 at 2011-06-13 12:03:10