Trace number 3498457

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.86

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.30/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.68	c INFO: solving HOME/instance-3498457-1307954433.cnf
0.30/0.68	c INFO: computing task features
0.47/0.86	c INFO: computed variable-clause graph statistics
0.47/0.86	c INFO: computed clause balance statistics
1.37/1.73	c INFO: computed variable balance statistics
1.77/2.14	c INFO: computed small-clause counts
1.77/2.14	c INFO: computed Horn-clause counts
1.77/2.18	c INFO: computed variable graph statistics
1.77/2.18	c INFO: collected features for HOME/instance-3498457-1307954433.cnf in 1.49 s
1.87/2.21	c INFO: running lingeling-276@0 for 97 with 4998 remaining (b = 0.27)
102.07/102.33	c INFO: running lingeling-276@100 for 485 with 4898 remaining (b = 0.40)
588.15/587.83	c INFO: running SApperloT@0 for 97 with 4412 remaining (b = 0.15)
688.33/687.96	c INFO: running cryptominisat-2.9.0@0 for 485 with 4312 remaining (b = 0.39)
1177.84/1176.83	c INFO: running precosat-570@0 for 388 with 3824 remaining (b = 0.28)
1566.70/1565.24	c INFO: running lingeling-276@0 for 582 with 3435 remaining (b = 0.35)
2153.99/2151.87	c INFO: running lingeling-276@0 for 97 with 2849 remaining (b = 0.08)
2254.29/2252.00	c INFO: running cryptominisat-2.9.0@488 for 97 with 2749 remaining (b = 0.07)
2348.85/2346.49	c INFO: running cryptominisat-2.9.0@0 for 485 with 2654 remaining (b = 0.20)
2840.47/2837.30	c INFO: running lingeling-276@100 for 97 with 2164 remaining (b = 0.05)
2937.71/2934.43	c INFO: running precosat-570@0 for 194 with 2067 remaining (b = 0.08)
3133.16/3129.69	c INFO: running lingeling-276@585 for 485 with 1872 remaining (b = 0.17)
3621.43/3617.26	c INFO: running cryptominisat-2.9.0@582 for 1384 with 1384 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-3498457-1307954433/watcher-3498457-1307954433 -o /tmp/evaluation-result-3498457-1307954433/solver-3498457-1307954433 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498457-1307954433.cnf -seed 1844482515 -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.96 1.48 2/178 26663
/proc/meminfo: memFree=30554752/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 726 0 0 0 0 0 0 0 24 0 1 0 907041251 15548416 615 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/26663/statm: 3796 615 321 364 0 283 0

[startup+0.080308 s]
/proc/loadavg: 2.00 1.96 1.48 2/178 26663
/proc/meminfo: memFree=30554752/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=45820 CPUtime=0.04 cores=1,3,5,7
/proc/26663/stat : 26663 (python) R 26661 26663 26390 0 -1 4202496 1928 0 0 0 3 1 0 0 17 0 1 0 907041251 46919680 1699 33554432000 4194304 5683644 140737263134368 18446744073709551615 4870108 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26663/statm: 11455 1699 470 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45820

[startup+0.100304 s]
/proc/loadavg: 2.00 1.96 1.48 2/178 26663
/proc/meminfo: memFree=30554752/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=85624 CPUtime=0.06 cores=1,3,5,7
/proc/26663/stat : 26663 (python) R 26661 26663 26390 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 907041251 87678976 2348 33554432000 4194304 5683644 140737263134368 18446744073709551615 4908751 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26663/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.30027 s]
/proc/loadavg: 2.00 1.96 1.48 2/178 26663
/proc/meminfo: memFree=30554752/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=135752 CPUtime=0.16 cores=1,3,5,7
/proc/26663/stat : 26663 (python) R 26661 26663 26390 0 -1 4202496 5971 932 1 0 13 3 0 0 18 0 1 0 907041251 139010048 4148 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377297413 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26663/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700197 s]
/proc/loadavg: 2.00 1.96 1.48 2/178 26663
/proc/meminfo: memFree=30554752/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=279620 CPUtime=0.36 cores=1,3,5,7
/proc/26663/stat : 26663 (python) R 26661 26663 26390 0 -1 4202496 9575 932 1 0 28 8 0 0 16 0 1 0 907041251 286330880 7244 33554432000 4194304 5683644 140737263134368 18446744073709551615 255376998600 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26663/statm: 69905 7249 1761 364 0 5829 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 279620

[startup+1.50105 s]
/proc/loadavg: 2.00 1.96 1.48 3/179 26668
/proc/meminfo: memFree=30522820/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=288960 CPUtime=1.17 cores=1,3,5,7
/proc/26663/stat : 26663 (python) R 26661 26663 26390 0 -1 4202496 13175 932 1 0 108 9 0 0 16 0 1 0 907041251 295895040 9624 33554432000 4194304 5683644 140737263134368 18446744073709551615 47845246067904 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26663/statm: 72240 9624 1826 364 0 8164 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 288960

[startup+3.1007 s]
/proc/loadavg: 2.00 1.96 1.48 3/179 26668
/proc/meminfo: memFree=30522696/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.88 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13553 932 1 0 179 9 0 0 19 0 2 0 907041251 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8329 1875 364 0 9345 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 293708
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 2.00 1.96 1.48 3/182 26671
/proc/meminfo: memFree=30517484/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.88 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13553 932 1 0 179 9 0 0 19 0 2 0 907041251 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8329 1875 364 0 9345 0
[pid=26669] ppid=26663 vsize=284324 CPUtime=0 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 968 0 0 0 0 0 0 0 18 0 1 0 907041472 291147776 6833 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321487 0 0 16781312 514 4435073668975919368 0 0 17 1 0 0 0
/proc/26669/statm: 71081 6833 382 364 0 6999 0
[pid=26671] ppid=26669 vsize=11540 CPUtime=4.08 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 3100 0 0 0 408 0 0 0 25 0 1 0 907041473 11816960 2069 33554432000 4194304 4352236 140734806459024 18446744073709551615 4267918 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 2885 2069 129 39 0 1965 0
[pid=26663/tid=26670] ppid=26661 vsize=293708 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 907041472 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 589572

[startup+12.701 s]
/proc/loadavg: 2.00 1.96 1.49 3/182 26672
/proc/meminfo: memFree=30515884/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.88 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13553 932 1 0 179 9 0 0 19 0 2 0 907041251 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8329 1875 364 0 9345 0
[pid=26669] ppid=26663 vsize=284324 CPUtime=0 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 907041472 291147776 6833 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321487 0 0 16781312 514 15253709530089881864 0 0 17 1 0 0 0
/proc/26669/statm: 71081 6833 382 364 0 6999 0
[pid=26671] ppid=26669 vsize=13088 CPUtime=10.48 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 3951 0 0 0 1048 0 0 0 25 0 1 0 907041473 13402112 2472 33554432000 4194304 4352236 140734806459024 18446744073709551615 4331117 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 3272 2472 129 39 0 2352 0
[pid=26663/tid=26670] ppid=26661 vsize=293708 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 907041472 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 591120

[startup+25.5006 s]
/proc/loadavg: 2.00 1.96 1.49 3/182 26672
/proc/meminfo: memFree=30514528/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.88 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13553 932 1 0 179 9 0 0 19 0 2 0 907041251 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8329 1875 364 0 9345 0
[pid=26669] ppid=26663 vsize=284324 CPUtime=0.02 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 979 0 0 0 1 1 0 0 18 0 1 0 907041472 291147776 6834 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321487 0 0 16781312 514 15253709530089881864 0 0 17 1 0 0 0
/proc/26669/statm: 71081 6834 383 364 0 6999 0
[pid=26671] ppid=26669 vsize=13860 CPUtime=23.27 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 7216 0 0 0 2327 0 0 0 25 0 1 0 907041473 14192640 2665 33554432000 4194304 4352236 140734806459024 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 3465 2665 129 39 0 2545 0
[pid=26663/tid=26670] ppid=26661 vsize=293708 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 907041472 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 591892

[startup+51.1009 s]
/proc/loadavg: 2.00 1.97 1.51 3/182 26673
/proc/meminfo: memFree=30508760/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.88 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13553 932 1 0 179 9 0 0 19 0 2 0 907041251 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8329 1875 364 0 9345 0
[pid=26669] ppid=26663 vsize=284324 CPUtime=0.04 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 986 0 0 0 2 2 0 0 18 0 1 0 907041472 291147776 6834 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321487 0 0 16781312 514 15253709530089881864 0 0 17 1 0 0 0
/proc/26669/statm: 71081 6834 383 364 0 6999 0
[pid=26671] ppid=26669 vsize=18348 CPUtime=48.88 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 12754 0 0 0 4887 1 0 0 25 0 1 0 907041473 18788352 3787 33554432000 4194304 4352236 140734806459024 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 4587 3787 129 39 0 3667 0
[pid=26663/tid=26670] ppid=26661 vsize=293708 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 907041472 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 596380

[startup+102.306 s]
/proc/loadavg: 2.04 1.98 1.54 3/182 26674
/proc/meminfo: memFree=30509476/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.88 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13553 932 1 0 179 9 0 0 19 0 2 0 907041251 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8329 1875 364 0 9345 0
[pid=26669] ppid=26663 vsize=284324 CPUtime=0.1 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 1002 0 0 0 6 4 0 0 18 0 1 0 907041472 291147776 6834 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321487 0 0 16781312 514 15253709530089881864 0 0 17 1 0 0 0
/proc/26669/statm: 71081 6834 383 364 0 6999 0
[pid=26671] ppid=26669 vsize=18672 CPUtime=100.09 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 17715 0 0 0 10007 2 0 0 25 0 1 0 907041473 19120128 3868 33554432000 4194304 4352236 140734806459024 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 4668 3868 129 39 0 3748 0
[pid=26663/tid=26670] ppid=26661 vsize=293708 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 907041472 300756992 8329 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 596704

[startup+162.3 s]
/proc/loadavg: 2.01 1.98 1.56 3/183 26677
/proc/meminfo: memFree=30507944/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.9 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13979 932 1 0 181 9 0 0 18 0 2 0 907041251 300756992 8330 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8330 1876 364 0 9345 0
[pid=26669] ppid=26663 vsize=294568 CPUtime=0.18 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 1183 0 0 0 10 8 0 0 18 0 2 0 907041472 301637632 6872 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26669/statm: 73642 6872 416 364 0 9560 0
[pid=26671] ppid=26669 vsize=18928 CPUtime=160.06 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 20083 0 0 0 16004 2 0 0 25 0 1 0 907041473 19382272 3932 33554432000 4194304 4352236 140734806459024 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 4732 3932 129 39 0 3812 0
[pid=26669/tid=26675] ppid=26663 vsize=294568 CPUtime=0 cores=1,3,5,7
/proc/26669/task/26675/stat : 26675 (python) S 26663 26663 26390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907051483 301637632 6872 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471125183488 0 0 -1 1 0 0 0
[pid=26663/tid=26670] ppid=26661 vsize=293708 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 907041472 300756992 8330 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 607204

[startup+222.301 s]
/proc/loadavg: 2.00 1.98 1.58 3/183 26678
/proc/meminfo: memFree=30510496/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=293708 CPUtime=1.9 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 13979 932 1 0 181 9 0 0 18 0 2 0 907041251 300756992 8330 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26663/statm: 73427 8330 1876 364 0 9345 0
[pid=26669] ppid=26663 vsize=294568 CPUtime=0.24 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 1201 0 0 0 13 11 0 0 18 0 2 0 907041472 301637632 6872 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26669/statm: 73642 6872 416 364 0 9560 0
[pid=26671] ppid=26669 vsize=16112 CPUtime=220.06 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) R 26669 26671 26671 0 -1 4202496 25139 0 0 0 22004 2 0 0 25 0 1 0 907041473 16498688 3228 33554432000 4194304 4352236 140734806459024 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26671/statm: 4028 3228 129 39 0 3108 0
[pid=26669/tid=26675] ppid=26663 vsize=294568 CPUtime=0 cores=1,3,5,7

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

[pid=26713] ppid=26663 vsize=315092 CPUtime=0.45 cores=1,3,5,7
/proc/26713/stat : 26713 (python) S 26663 26663 26390 0 -1 4202560 1153 0 0 0 23 22 0 0 19 0 2 0 907158934 322654208 6881 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26713/statm: 78773 6881 400 364 0 14682 0
[pid=26715] ppid=26713 vsize=55404 CPUtime=388.39 cores=1,3,5,7
/proc/26715/stat : 26715 (precosat) T 26713 26715 26715 0 -1 4202496 14501 0 0 0 38836 3 0 0 25 0 1 0 907158935 56733696 13705 33554432000 4194304 4890832 140733645907696 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/26715/statm: 13851 13705 86 171 0 13678 0
[pid=26713/tid=26738] ppid=26663 vsize=315092 CPUtime=0 cores=1,3,5,7
/proc/26713/task/26738/stat : 26738 (python) S 26663 26663 26390 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907197774 322654208 6881 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604454223865728 0 0 -1 7 0 0 0
[pid=26739] ppid=26663 vsize=325348 CPUtime=0.7 cores=1,3,5,7
/proc/26739/stat : 26739 (python) S 26663 26663 26390 0 -1 4202560 1153 0 0 0 35 35 0 0 19 0 2 0 907197776 333156352 6885 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26739/statm: 81337 6885 400 364 0 17243 0
[pid=26741] ppid=26739 vsize=29772 CPUtime=586.61 cores=1,3,5,7
/proc/26741/stat : 26741 (lingeling) T 26739 26741 26741 0 -1 4202496 59145 0 0 0 58654 7 0 0 25 0 1 0 907197777 30486528 6639 33554432000 4194304 4352236 140736589691360 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26741/statm: 7443 6639 129 39 0 6523 0
[pid=26739/tid=26765] ppid=26663 vsize=325348 CPUtime=0 cores=1,3,5,7
/proc/26739/task/26765/stat : 26765 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907256437 333156352 6885 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26766] ppid=26663 vsize=335684 CPUtime=0.26 cores=1,3,5,7
/proc/26766/stat : 26766 (python) S 26663 26663 26390 0 -1 4202560 1142 0 0 0 13 13 0 0 18 0 2 0 907256439 343740416 6889 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26766/statm: 83921 6889 400 364 0 19824 0
[pid=26768] ppid=26766 vsize=22996 CPUtime=197.22 cores=1,3,5,7
/proc/26768/stat : 26768 (lingeling) T 26766 26768 26768 0 -1 4202496 33706 0 0 0 19718 4 0 0 25 0 1 0 907256439 23547904 4949 33554432000 4194304 4352236 140736612146320 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26768/statm: 5749 4949 129 39 0 4829 0
[pid=26766/tid=26814] ppid=26663 vsize=335684 CPUtime=0 cores=1,3,5,7
/proc/26766/task/26814/stat : 26814 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907266450 343740416 6889 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471126733248 0 0 -1 1 0 0 0
[pid=26818] ppid=26663 vsize=345948 CPUtime=0.73 cores=1,3,5,7
/proc/26818/stat : 26818 (python) S 26663 26663 26390 0 -1 4202560 1181 0 0 0 40 33 0 0 16 0 2 0 907275900 354250752 6937 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26818/statm: 86487 6937 401 364 0 22387 0
[pid=26820] ppid=26818 vsize=130260 CPUtime=490.8 cores=1,3,5,7
/proc/26820/stat : 26820 (cryptominisat-2) T 26818 26820 26820 0 -1 4202496 179100 0 0 0 49041 39 0 0 25 0 1 0 907275901 133386240 25845 33554432000 4194304 4677096 140734831390832 18446744073709551615 4320062 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/26820/statm: 32565 25845 417 118 0 27524 0
[pid=26818/tid=26837] ppid=26663 vsize=345948 CPUtime=0 cores=1,3,5,7
/proc/26818/task/26837/stat : 26837 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 907324980 354250752 6937 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471145540544 0 0 -1 3 0 0 0
[pid=26845] ppid=26663 vsize=356212 CPUtime=0.26 cores=1,3,5,7
/proc/26845/stat : 26845 (python) S 26663 26663 26390 0 -1 4202560 1186 0 0 0 15 11 0 0 19 0 2 0 907334695 364761088 6946 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26845/statm: 89053 6946 406 364 0 24950 0
[pid=26847] ppid=26845 vsize=43396 CPUtime=195.23 cores=1,3,5,7
/proc/26847/stat : 26847 (precosat) T 26845 26847 26847 0 -1 4202496 11272 0 0 0 19521 2 0 0 25 0 1 0 907334695 44437504 10712 33554432000 4194304 4890832 140736127702224 18446744073709551615 4238604 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/26847/statm: 10849 10712 86 171 0 10676 0
[pid=26845/tid=26854] ppid=26663 vsize=356212 CPUtime=0 cores=1,3,5,7
/proc/26845/task/26854/stat : 26854 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907354219 364761088 6946 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471145538752 0 0 -1 7 0 0 0
[pid=26663/tid=26670] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 32 932 0 0 0 0 0 0 15 0 9 0 907041472 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26690] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26690/stat : 26690 (python) S 26661 26663 26390 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 907100035 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 7 0 0 0
[pid=26663/tid=26697] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26697/stat : 26697 (python) S 26661 26663 26390 0 -1 4202560 44 932 0 0 0 0 0 0 18 0 9 0 907110048 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26714] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26714/stat : 26714 (python) S 26661 26663 26390 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907158934 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26740] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26740/stat : 26740 (python) S 26661 26663 26390 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 907197776 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 3 0 0 0
[pid=26663/tid=26767] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26767/stat : 26767 (python) S 26661 26663 26390 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 907256439 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26819] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26819/stat : 26819 (python) S 26661 26663 26390 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907275900 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 3 0 0 0
[pid=26663/tid=26846] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26846/stat : 26846 (python) S 26661 26663 26390 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907334695 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4968.52
Current children cumulated vsize (KiB) 3598156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.8 s]
/proc/loadavg: 1.00 1.07 1.40 2/205 26956
/proc/meminfo: memFree=31552596/32951124 swapFree=67072804/67111528
[pid=26663] ppid=26661 vsize=365868 CPUtime=2.09 cores=1,3,5,7
/proc/26663/stat : 26663 (python) S 26661 26663 26390 0 -1 4202496 19985 932 1 0 199 10 0 0 18 0 9 0 907041251 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26663/statm: 91467 8432 1890 364 0 27364 0
[pid=26669] ppid=26663 vsize=294568 CPUtime=1.33 cores=1,3,5,7
/proc/26669/stat : 26669 (python) S 26663 26663 26390 0 -1 4202560 1203 0 0 0 71 62 0 0 18 0 2 0 907041472 301637632 6872 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26669/statm: 73642 6872 416 364 0 9560 0
[pid=26671] ppid=26669 vsize=32384 CPUtime=1073.17 cores=1,3,5,7
/proc/26671/stat : 26671 (lingeling) T 26669 26671 26671 0 -1 4202496 94456 0 0 0 107307 10 0 0 25 0 1 0 907041473 33161216 7296 33554432000 4194304 4352236 140734806459024 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26671/statm: 8096 7296 129 39 0 7176 0
[pid=26669/tid=26675] ppid=26663 vsize=294568 CPUtime=0 cores=1,3,5,7
/proc/26669/task/26675/stat : 26675 (python) S 26663 26663 26390 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907051483 301637632 6872 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471125183488 0 0 -1 1 0 0 0
[pid=26689] ppid=26663 vsize=294580 CPUtime=0.11 cores=1,3,5,7
/proc/26689/stat : 26689 (python) S 26663 26663 26390 0 -1 4202560 1089 0 0 0 5 6 0 0 19 0 2 0 907100035 301649920 6873 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26689/statm: 73645 6873 400 364 0 9560 0
[pid=26691] ppid=26689 vsize=33556 CPUtime=100.09 cores=1,3,5,7
/proc/26691/stat : 26691 (SApperloT-base) T 26689 26691 26691 0 -1 4202496 8010 0 0 0 10008 1 0 0 25 0 1 0 907100035 34361344 7742 33554432000 134512640 135674940 4291824192 18446744073709551615 134564231 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/26691/statm: 8389 7742 100 284 0 8103 0
[pid=26689/tid=26695] ppid=26663 vsize=294580 CPUtime=0 cores=1,3,5,7
/proc/26689/task/26695/stat : 26695 (python) S 26663 26663 26390 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907110046 301649920 6873 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471138828480 0 0 -1 5 0 0 0
[pid=26696] ppid=26663 vsize=304836 CPUtime=2.78 cores=1,3,5,7
/proc/26696/stat : 26696 (python) S 26663 26663 26390 0 -1 4202560 1236 0 0 0 142 136 0 0 15 0 2 0 907110048 312152064 6878 33554432000 4194304 5683644 140737263134368 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26696/statm: 76209 6878 401 364 0 12121 0
[pid=26698] ppid=26696 vsize=207104 CPUtime=1959.86 cores=1,3,5,7
/proc/26698/stat : 26698 (cryptominisat-2) R 26696 26698 26698 0 -1 4202496 416770 0 1 0 195876 110 0 0 25 0 1 0 907110048 212074496 43228 33554432000 4194304 4677096 140736992424912 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/26698/statm: 51776 43228 392 118 0 46735 0
[pid=26696/tid=26712] ppid=26663 vsize=304836 CPUtime=0 cores=1,3,5,7
/proc/26696/task/26712/stat : 26712 (python) S 26663 26663 26390 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907158932 312152064 6878 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471165530496 0 0 -1 5 0 0 0
[pid=26713] ppid=26663 vsize=315092 CPUtime=0.45 cores=1,3,5,7
/proc/26713/stat : 26713 (python) S 26663 26663 26390 0 -1 4202560 1153 0 0 0 23 22 0 0 19 0 2 0 907158934 322654208 6881 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26713/statm: 78773 6881 400 364 0 14682 0
[pid=26715] ppid=26713 vsize=55404 CPUtime=388.39 cores=1,3,5,7
/proc/26715/stat : 26715 (precosat) T 26713 26715 26715 0 -1 4202496 14501 0 0 0 38836 3 0 0 25 0 1 0 907158935 56733696 13705 33554432000 4194304 4890832 140733645907696 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/26715/statm: 13851 13705 86 171 0 13678 0
[pid=26713/tid=26738] ppid=26663 vsize=315092 CPUtime=0 cores=1,3,5,7
/proc/26713/task/26738/stat : 26738 (python) S 26663 26663 26390 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907197774 322654208 6881 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604454223865728 0 0 -1 7 0 0 0
[pid=26739] ppid=26663 vsize=325348 CPUtime=0.7 cores=1,3,5,7
/proc/26739/stat : 26739 (python) S 26663 26663 26390 0 -1 4202560 1153 0 0 0 35 35 0 0 19 0 2 0 907197776 333156352 6885 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26739/statm: 81337 6885 400 364 0 17243 0
[pid=26741] ppid=26739 vsize=29772 CPUtime=586.61 cores=1,3,5,7
/proc/26741/stat : 26741 (lingeling) T 26739 26741 26741 0 -1 4202496 59145 0 0 0 58654 7 0 0 25 0 1 0 907197777 30486528 6639 33554432000 4194304 4352236 140736589691360 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26741/statm: 7443 6639 129 39 0 6523 0
[pid=26739/tid=26765] ppid=26663 vsize=325348 CPUtime=0 cores=1,3,5,7
/proc/26739/task/26765/stat : 26765 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907256437 333156352 6885 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471125181696 0 0 -1 1 0 0 0
[pid=26766] ppid=26663 vsize=335684 CPUtime=0.26 cores=1,3,5,7
/proc/26766/stat : 26766 (python) S 26663 26663 26390 0 -1 4202560 1142 0 0 0 13 13 0 0 18 0 2 0 907256439 343740416 6889 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26766/statm: 83921 6889 400 364 0 19824 0
[pid=26768] ppid=26766 vsize=22996 CPUtime=197.22 cores=1,3,5,7
/proc/26768/stat : 26768 (lingeling) T 26766 26768 26768 0 -1 4202496 33706 0 0 0 19718 4 0 0 25 0 1 0 907256439 23547904 4949 33554432000 4194304 4352236 140736612146320 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/26768/statm: 5749 4949 129 39 0 4829 0
[pid=26766/tid=26814] ppid=26663 vsize=335684 CPUtime=0 cores=1,3,5,7
/proc/26766/task/26814/stat : 26814 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907266450 343740416 6889 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471126733248 0 0 -1 1 0 0 0
[pid=26818] ppid=26663 vsize=345948 CPUtime=0.73 cores=1,3,5,7
/proc/26818/stat : 26818 (python) S 26663 26663 26390 0 -1 4202560 1181 0 0 0 40 33 0 0 16 0 2 0 907275900 354250752 6937 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/26818/statm: 86487 6937 401 364 0 22387 0
[pid=26820] ppid=26818 vsize=130260 CPUtime=490.8 cores=1,3,5,7
/proc/26820/stat : 26820 (cryptominisat-2) T 26818 26820 26820 0 -1 4202496 179100 0 0 0 49041 39 0 0 25 0 1 0 907275901 133386240 25845 33554432000 4194304 4677096 140734831390832 18446744073709551615 4320062 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/26820/statm: 32565 25845 417 118 0 27524 0
[pid=26818/tid=26837] ppid=26663 vsize=345948 CPUtime=0 cores=1,3,5,7
/proc/26818/task/26837/stat : 26837 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 907324980 354250752 6937 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471145540544 0 0 -1 3 0 0 0
[pid=26845] ppid=26663 vsize=356212 CPUtime=0.26 cores=1,3,5,7
/proc/26845/stat : 26845 (python) S 26663 26663 26390 0 -1 4202560 1186 0 0 0 15 11 0 0 19 0 2 0 907334695 364761088 6946 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26845/statm: 89053 6946 406 364 0 24950 0
[pid=26847] ppid=26845 vsize=43396 CPUtime=195.23 cores=1,3,5,7
/proc/26847/stat : 26847 (precosat) T 26845 26847 26847 0 -1 4202496 11272 0 0 0 19521 2 0 0 25 0 1 0 907334695 44437504 10712 33554432000 4194304 4890832 140736127702224 18446744073709551615 4238604 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/26847/statm: 10849 10712 86 171 0 10676 0
[pid=26845/tid=26854] ppid=26663 vsize=356212 CPUtime=0 cores=1,3,5,7
/proc/26845/task/26854/stat : 26854 (python) S 26663 26663 26390 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907354219 364761088 6946 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 514 18446604471145538752 0 0 -1 7 0 0 0
[pid=26663/tid=26670] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26670/stat : 26670 (python) S 26661 26663 26390 0 -1 4202560 32 932 0 0 0 0 0 0 15 0 9 0 907041472 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26690] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26690/stat : 26690 (python) S 26661 26663 26390 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 907100035 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 7 0 0 0
[pid=26663/tid=26697] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26697/stat : 26697 (python) S 26661 26663 26390 0 -1 4202560 44 932 0 0 0 0 0 0 18 0 9 0 907110048 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26714] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26714/stat : 26714 (python) S 26661 26663 26390 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907158934 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26740] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26740/stat : 26740 (python) S 26661 26663 26390 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 907197776 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 3 0 0 0
[pid=26663/tid=26767] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26767/stat : 26767 (python) S 26661 26663 26390 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 907256439 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 1 0 0 0
[pid=26663/tid=26819] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26819/stat : 26819 (python) S 26661 26663 26390 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907275900 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 3 0 0 0
[pid=26663/tid=26846] ppid=26661 vsize=365868 CPUtime=0 cores=1,3,5,7
/proc/26663/task/26846/stat : 26846 (python) S 26661 26663 26390 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 907334695 374648832 8432 33554432000 4194304 5683644 140737263134368 18446744073709551615 255389125041 0 0 16781312 2 18446604470896981056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 3493008

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26663 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=992697
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 2.10568
# 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.86
CPU time (s): 5000.08
CPU user time (s): 4995.04
CPU system time (s): 5.04
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 3619412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9927
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20921
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= 2901
involuntary context switches= 32

runsolver used 15.6746 second user time and 36.3075 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-13 10:40:34
IDJOB=3498457
IDBENCH=83408
IDSOLVER=1991
FILE ID=node135/3498457-1307954433
RUNJOBID= node135-1307953114-26409
PBS_JOBID= 13559693
Free space on /tmp= 73692 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.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-3498457-1307954433/watcher-3498457-1307954433 -o /tmp/evaluation-result-3498457-1307954433/solver-3498457-1307954433 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498457-1307954433.cnf -seed 1844482515 -budget 5000

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1844482515

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30555552 kB
Buffers:        185336 kB
Cached:         598592 kB
SwapCached:       6348 kB
Active:        1850296 kB
Inactive:       333256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30555552 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           32656 kB
Writeback:           0 kB
AnonPages:     1398588 kB
Mapped:          16048 kB
Slab:           144344 kB
PageTables:       7280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1558496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73856 MiB
End job on node135 at 2011-06-13 12:03:50