Trace number 3317922

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4065.41 1300.05

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.45	c INFO: solving HOME/instance-3317922-1304270450.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.55	c INFO: computed variable balance statistics
0.51/0.61	c INFO: computed small-clause counts
0.51/0.61	c INFO: computed Horn-clause counts
0.51/0.62	c INFO: computed variable graph statistics
0.51/0.62	c INFO: collected features for HOME/instance-3317922-1304270450.cnf in 0.17 s
0.51/0.64	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.51/0.66	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.51/0.69	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.46)
0.60/0.71	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.47)
588.67/196.90	c INFO: running cryptominisat-2.9.0@0 for 485 with 4603 remaining (b = 0.26)
1572.57/525.18	c INFO: running precosat-570@0 for 388 with 4275 remaining (b = 0.20)
2605.66/870.21	c INFO: running lingeling-276@0 for 485 with 3930 remaining (b = 0.23)
2778.72/919.66	c INFO: running lingeling-276@0 for 97 with 3880 remaining (b = 0.13)
3232.83/1061.85	c INFO: running cryptominisat-2.9.0@0 for 388 with 3738 remaining (b = 0.15)
3758.31/1212.13	c INFO: running cryptominisat-2.9.0@490 for 97 with 3588 remaining (b = 0.05)
4065.41/1300.03	c INFO: running lingeling-276@99 for 1164 with 3500 remaining (b = 0.30)
4065.41/1300.04	c INFO: running SApperloT@0 for 97 with 3500 remaining (b = 0.09)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317922-1304270450/watcher-3317922-1304270450 -o /tmp/evaluation-result-3317922-1304270450/solver-3317922-1304270450 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317922-1304270450.cnf -seed 639388414 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.83 8.88 7.70 7/191 21647
/proc/meminfo: memFree=28739908/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/21647/stat : 21647 (python) R 21645 21647 20627 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 538645730 16158720 784 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921775104 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21647/statm: 3945 784 346 364 0 432 0

[startup+0.057229 s]
/proc/loadavg: 8.83 8.88 7.70 7/191 21647
/proc/meminfo: memFree=28739908/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=36840 CPUtime=0.04 cores=1,3,5,7
/proc/21647/stat : 21647 (python) R 21645 21647 20627 0 -1 4202496 1622 0 0 0 3 1 0 0 25 0 1 0 538645730 37724160 1452 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921775104 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21647/statm: 9210 1452 452 364 0 1027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36840

[startup+0.100223 s]
/proc/loadavg: 8.83 8.88 7.70 7/191 21647
/proc/meminfo: memFree=28739908/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=104620 CPUtime=0.07 cores=1,3,5,7
/proc/21647/stat : 21647 (python) R 21645 21647 20627 0 -1 4202496 3143 0 0 0 5 2 0 0 25 0 1 0 538645730 107130880 2822 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921775104 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21647/statm: 26155 2822 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.300186 s]
/proc/loadavg: 8.83 8.88 7.70 7/191 21647
/proc/meminfo: memFree=28739908/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=198920 CPUtime=0.22 cores=1,3,5,7
/proc/21647/stat : 21647 (python) R 21645 21647 20627 0 -1 4202496 7021 937 1 0 17 5 0 0 17 0 1 0 538645730 203694080 5053 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921473456 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21647/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700081 s]
/proc/loadavg: 8.83 8.88 7.70 7/191 21647
/proc/meminfo: memFree=28739908/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=309936 CPUtime=0.6 cores=1,3,5,7
/proc/21647/stat : 21647 (python) R 21645 21647 20627 0 -1 4202496 11878 937 1 0 51 9 0 0 20 0 4 0 538645730 317374464 7236 33554432000 4194304 5683644 140737097606432 18446744073709551615 47922677602590 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21647/statm: 77484 7236 1877 364 0 13396 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 309936

[startup+1.50093 s]
/proc/loadavg: 8.60 8.83 7.69 10/204 21664
/proc/meminfo: memFree=28696640/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=320192 CPUtime=0.61 cores=1,3,5,7
/proc/21647/stat : 21647 (python) S 21645 21647 20627 0 -1 4202496 12289 937 1 0 52 9 0 0 21 0 5 0 538645730 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21647/statm: 80048 7244 1881 364 0 15957 0
[pid=21653] ppid=21647 vsize=278972 CPUtime=0 cores=1,3,5,7
/proc/21653/stat : 21653 (python) S 21647 21647 20627 0 -1 4202560 785 0 0 0 0 0 0 0 18 0 1 0 538645795 285667328 5656 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797135 0 0 16781312 514 16478391490012250111 0 0 17 7 0 0 0
/proc/21653/statm: 69743 5656 352 364 0 5661 0
[pid=21655] ppid=21653 vsize=5332 CPUtime=0.51 cores=1,3,5,7
/proc/21655/stat : 21655 (lingeling) R 21653 21655 21655 0 -1 4202496 811 0 0 0 51 0 0 0 20 0 1 0 538645795 5459968 501 33554432000 4194304 4352236 140737276165392 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21655/statm: 1333 501 128 39 0 413 0
[pid=21656] ppid=21647 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21647 21647 20627 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 538645797 296382464 5699 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 827479261219619080 0 0 17 1 0 0 0
/proc/21656/statm: 72359 5699 348 364 0 8274 0
[pid=21658] ppid=21656 vsize=31992 CPUtime=0.82 cores=1,3,5,7
/proc/21658/stat : 21658 (cryptominisat-2) R 21656 21658 21658 0 -1 4202496 1843 0 0 0 82 0 0 0 23 0 1 0 538645797 32759808 1069 33554432000 4194304 4677096 140736962959344 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21658/statm: 7998 1069 391 118 0 2957 0
[pid=21659] ppid=21647 vsize=299692 CPUtime=0 cores=1,3,5,7
/proc/21659/stat : 21659 (python) S 21647 21647 20627 0 -1 4202560 716 0 0 0 0 0 0 0 19 0 1 0 538645799 306884608 5699 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 10367233844821622783 0 0 17 3 0 0 0
/proc/21659/statm: 74923 5699 344 364 0 10835 0
[pid=21663] ppid=21659 vsize=5428 CPUtime=0.77 cores=1,3,5,7
/proc/21663/stat : 21663 (lingeling) R 21659 21663 21663 0 -1 4202496 866 0 0 0 77 0 0 0 22 0 1 0 538645802 5558272 557 33554432000 4194304 4352236 140737425679232 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21663/statm: 1357 557 128 39 0 437 0
[pid=21661] ppid=21647 vsize=309948 CPUtime=0 cores=1,3,5,7
/proc/21661/stat : 21661 (python) S 21647 21647 20627 0 -1 4202560 730 0 0 0 0 0 0 0 21 0 1 0 538645802 317386752 5703 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 4511968014664466431 0 0 17 3 0 0 0
/proc/21661/statm: 77487 5703 344 364 0 13396 0
[pid=21664] ppid=21661 vsize=4908 CPUtime=0.32 cores=1,3,5,7
/proc/21664/stat : 21664 (lingeling) R 21661 21664 21664 0 -1 4202496 740 0 0 0 32 0 0 0 24 0 1 0 538645802 5025792 427 33554432000 4194304 4352236 140735143009584 18446744073709551615 4328456 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21664/statm: 1227 427 128 39 0 307 0
[pid=21647/tid=21654] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21654/stat : 21654 (python) S 21645 21647 20627 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 5 0 538645795 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 1 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21657/stat : 21657 (python) S 21645 21647 20627 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 538645797 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 7 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21660/stat : 21660 (python) S 21645 21647 20627 0 -1 4202560 35 937 0 0 0 0 0 0 20 0 5 0 538645800 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21662/stat : 21662 (python) S 21645 21647 20627 0 -1 4202560 16 937 0 0 0 0 0 0 22 0 5 0 538645802 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 1545900

[startup+3.10064 s]
/proc/loadavg: 8.60 8.83 7.69 10/204 21664
/proc/meminfo: memFree=28690068/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=320192 CPUtime=0.61 cores=1,3,5,7
/proc/21647/stat : 21647 (python) S 21645 21647 20627 0 -1 4202496 12289 937 1 0 52 9 0 0 21 0 5 0 538645730 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21647/statm: 80048 7244 1881 364 0 15957 0
[pid=21653] ppid=21647 vsize=278972 CPUtime=0 cores=1,3,5,7
/proc/21653/stat : 21653 (python) S 21647 21647 20627 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 538645795 285667328 5663 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797135 0 0 16781312 514 16478391490012217606 0 0 17 7 0 0 0
/proc/21653/statm: 69743 5663 359 364 0 5661 0
[pid=21655] ppid=21653 vsize=6620 CPUtime=1.31 cores=1,3,5,7
/proc/21655/stat : 21655 (lingeling) R 21653 21655 21655 0 -1 4202496 1165 0 0 0 131 0 0 0 23 0 1 0 538645795 6778880 855 33554432000 4194304 4352236 140737276165392 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21655/statm: 1655 855 128 39 0 735 0
[pid=21656] ppid=21647 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21647 21647 20627 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 538645797 296382464 5699 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 10367241541402984712 0 0 17 1 0 0 0
/proc/21656/statm: 72359 5699 348 364 0 8274 0
[pid=21658] ppid=21656 vsize=32720 CPUtime=2.42 cores=1,3,5,7
/proc/21658/stat : 21658 (cryptominisat-2) R 21656 21658 21658 0 -1 4202496 2841 0 0 0 242 0 0 0 25 0 1 0 538645797 33505280 1337 33554432000 4194304 4677096 140736962959344 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21658/statm: 8180 1337 392 118 0 3139 0
[pid=21659] ppid=21647 vsize=299692 CPUtime=0 cores=1,3,5,7
/proc/21659/stat : 21659 (python) S 21647 21647 20627 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 538645799 306884608 5703 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 10367233844821590277 0 0 17 3 0 0 0
/proc/21659/statm: 74923 5703 348 364 0 10835 0
[pid=21663] ppid=21659 vsize=6716 CPUtime=2.37 cores=1,3,5,7
/proc/21663/stat : 21663 (lingeling) R 21659 21663 21663 0 -1 4202496 1188 0 0 0 237 0 0 0 25 0 1 0 538645802 6877184 879 33554432000 4194304 4352236 140737425679232 18446744073709551615 4281059 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21663/statm: 1679 879 128 39 0 759 0
[pid=21661] ppid=21647 vsize=309948 CPUtime=0 cores=1,3,5,7
/proc/21661/stat : 21661 (python) S 21647 21647 20627 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538645802 317386752 5707 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 4511968014664433926 0 0 17 3 0 0 0
/proc/21661/statm: 77487 5707 348 364 0 13396 0
[pid=21664] ppid=21661 vsize=5616 CPUtime=1.11 cores=1,3,5,7
/proc/21664/stat : 21664 (lingeling) R 21661 21664 21664 0 -1 4202496 885 0 0 0 111 0 0 0 25 0 1 0 538645802 5750784 572 33554432000 4194304 4352236 140735143009584 18446744073709551615 4328894 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21664/statm: 1404 572 128 39 0 484 0
[pid=21647/tid=21654] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21654/stat : 21654 (python) S 21645 21647 20627 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 5 0 538645795 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 1 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21657/stat : 21657 (python) S 21645 21647 20627 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 538645797 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 7 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21660/stat : 21660 (python) S 21645 21647 20627 0 -1 4202560 35 937 0 0 0 0 0 0 20 0 5 0 538645800 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21662/stat : 21662 (python) S 21645 21647 20627 0 -1 4202560 16 937 0 0 0 0 0 0 22 0 5 0 538645802 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1549912

[startup+6.30105 s]
/proc/loadavg: 8.60 8.83 7.69 10/204 21664
/proc/meminfo: memFree=28668300/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=320192 CPUtime=0.61 cores=1,3,5,7
/proc/21647/stat : 21647 (python) S 21645 21647 20627 0 -1 4202496 12289 937 1 0 52 9 0 0 21 0 5 0 538645730 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21647/statm: 80048 7244 1881 364 0 15957 0
[pid=21653] ppid=21647 vsize=278972 CPUtime=0 cores=1,3,5,7
/proc/21653/stat : 21653 (python) S 21647 21647 20627 0 -1 4202560 980 0 0 0 0 0 0 0 18 0 1 0 538645795 285667328 5686 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797135 0 0 16781312 514 16478391490012217606 0 0 17 7 0 0 0
/proc/21653/statm: 69743 5686 382 364 0 5661 0
[pid=21655] ppid=21653 vsize=6628 CPUtime=2.89 cores=1,3,5,7
/proc/21655/stat : 21655 (lingeling) R 21653 21655 21655 0 -1 4202496 1295 0 0 0 289 0 0 0 25 0 1 0 538645795 6787072 857 33554432000 4194304 4352236 140737276165392 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21655/statm: 1657 857 128 39 0 737 0
[pid=21656] ppid=21647 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21647 21647 20627 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 1 0 538645797 296382464 5722 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 5601798953658974472 0 0 17 1 0 0 0
/proc/21656/statm: 72359 5722 371 364 0 8274 0
[pid=21658] ppid=21656 vsize=39216 CPUtime=5.6 cores=1,3,5,7
/proc/21658/stat : 21658 (cryptominisat-2) R 21656 21658 21658 0 -1 4202496 5543 0 0 0 559 1 0 0 25 0 1 0 538645797 40157184 3021 33554432000 4194304 4677096 140736962959344 18446744073709551615 4337926 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21658/statm: 9804 3021 392 118 0 4763 0
[pid=21659] ppid=21647 vsize=299692 CPUtime=0 cores=1,3,5,7
/proc/21659/stat : 21659 (python) S 21647 21647 20627 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 538645799 306884608 5725 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 10367233844821590277 0 0 17 3 0 0 0
/proc/21659/statm: 74923 5725 370 364 0 10835 0
[pid=21663] ppid=21659 vsize=6852 CPUtime=5.58 cores=1,3,5,7
/proc/21663/stat : 21663 (lingeling) R 21659 21663 21663 0 -1 4202496 1574 0 0 0 558 0 0 0 25 0 1 0 538645802 7016448 913 33554432000 4194304 4352236 140737425679232 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21663/statm: 1713 913 128 39 0 793 0
[pid=21661] ppid=21647 vsize=309948 CPUtime=0 cores=1,3,5,7
/proc/21661/stat : 21661 (python) S 21647 21647 20627 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 538645802 317386752 5730 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 4511968014664433926 0 0 17 3 0 0 0
/proc/21661/statm: 77487 5730 371 364 0 13396 0
[pid=21664] ppid=21661 vsize=6648 CPUtime=2.71 cores=1,3,5,7
/proc/21664/stat : 21664 (lingeling) R 21661 21664 21664 0 -1 4202496 1271 0 0 0 271 0 0 0 25 0 1 0 538645802 6807552 830 33554432000 4194304 4352236 140735143009584 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21664/statm: 1662 830 128 39 0 742 0
[pid=21647/tid=21654] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21654/stat : 21654 (python) S 21645 21647 20627 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 5 0 538645795 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 1 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21657/stat : 21657 (python) S 21645 21647 20627 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 538645797 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 7 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21660/stat : 21660 (python) S 21645 21647 20627 0 -1 4202560 35 937 0 0 0 0 0 0 20 0 5 0 538645800 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=320192 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21662/stat : 21662 (python) S 21645 21647 20627 0 -1 4202560 16 937 0 0 0 0 0 0 22 0 5 0 538645802 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 1557584

[startup+12.7009 s]
/proc/loadavg: 8.66 8.84 7.70 10/204 21665
/proc/meminfo: memFree=28691032/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=320192 CPUtime=0.61 cores=1,3,5,7
/proc/21647/stat : 21647 (python) S 21645 21647 20627 0 -1 4202496 12289 937 1 0 52 9 0 0 21 0 5 0 538645730 327876608 7244 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21647/statm: 80048 7244 1881 364 0 15957 0
[pid=21653] ppid=21647 vsize=278972 CPUtime=0 cores=1,3,5,7
/proc/21653/stat : 21653 (python) S 21647 21647 20627 0 -1 4202560 984 0 0 0 0 0 0 0 18 0 1 0 538645795 285667328 5686 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797135 0 0 16781312 514 16751455473353326854 0 0 17 7 0 0 0
/proc/21653/statm: 69743 5686 382 364 0 5661 0
[pid=21655] ppid=21653 vsize=7140 CPUtime=6.04 cores=1,3,5,7
/proc/21655/stat : 21655 (lingeling) R 21653 21655 21655 0 -1 4202496 1488 0 0 0 604 0 0 0 25 0 1 0 538645795 7311360 986 33554432000 4194304 4352236 140737276165392 18446744073709551615 4328496 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21655/statm: 1785 986 128 39 0 865 0
[pid=21656] ppid=21647 vsize=289436 CPUtime=0.01 cores=1,3,5,7

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

[pid=21653] ppid=21647 vsize=289216 CPUtime=0.73 cores=1,3,5,7
/proc/21653/stat : 21653 (python) S 21647 21647 20627 0 -1 4202560 1216 0 0 0 36 37 0 0 18 0 2 0 538645795 296157184 5725 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21653/statm: 72304 5725 416 364 0 8222 0
[pid=21655] ppid=21653 vsize=14588 CPUtime=373.61 cores=1,3,5,7
/proc/21655/stat : 21655 (lingeling) R 21653 21655 21655 0 -1 4202496 20726 0 0 0 37359 2 0 0 25 0 1 0 538645795 14938112 2848 33554432000 4194304 4352236 140737276165392 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21655/statm: 3647 2848 128 39 0 2727 0
[pid=21653/tid=21674] ppid=21647 vsize=289216 CPUtime=0 cores=1,3,5,7
/proc/21653/task/21674/stat : 21674 (python) S 21647 21647 20627 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538665419 296157184 5725 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604465339302336 0 0 -1 7 0 0 0
[pid=21656] ppid=21647 vsize=289436 CPUtime=0.97 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21647 21647 20627 0 -1 4202560 1139 0 0 0 50 47 0 0 15 0 2 0 538645797 296382464 5753 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21656/statm: 72359 5753 401 364 0 8274 0
[pid=21658] ppid=21656 vsize=97392 CPUtime=596.3 cores=1,3,5,7
/proc/21658/stat : 21658 (cryptominisat-2) R 21656 21658 21658 0 -1 4202496 118990 0 0 0 59598 32 0 0 25 0 1 0 538645797 99729408 18278 33554432000 4194304 4677096 140736962959344 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21658/statm: 24348 18278 392 118 0 19307 0
[pid=21656/tid=21695] ppid=21647 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/21656/task/21695/stat : 21695 (python) S 21647 21647 20627 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538698246 296382464 5753 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604463916439360 0 0 -1 1 0 0 0
[pid=21659] ppid=21647 vsize=299692 CPUtime=1.61 cores=1,3,5,7
/proc/21659/stat : 21659 (python) S 21647 21647 20627 0 -1 4202560 1124 0 0 0 82 79 0 0 19 0 2 0 538645799 306884608 5756 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21659/statm: 74923 5756 400 364 0 10835 0
[pid=21663] ppid=21659 vsize=26592 CPUtime=873.79 cores=1,3,5,7
/proc/21663/stat : 21663 (lingeling) T 21659 21663 21663 0 -1 4202496 42925 0 0 0 87374 5 0 0 25 0 1 0 538645802 27230208 5848 33554432000 4194304 4352236 140737425679232 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21663/statm: 6648 5848 128 39 0 5728 0
[pid=21659/tid=21747] ppid=21647 vsize=299692 CPUtime=0 cores=1,3,5,7
/proc/21659/task/21747/stat : 21747 (python) S 21647 21647 20627 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538766942 306884608 5756 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604463916437568 0 0 -1 5 0 0 0
[pid=21661] ppid=21647 vsize=309948 CPUtime=1.64 cores=1,3,5,7
/proc/21661/stat : 21661 (python) S 21647 21647 20627 0 -1 4202560 971 0 0 0 87 77 0 0 18 0 1 0 538645802 317386752 5730 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 16751455473353326854 0 0 17 3 0 0 0
/proc/21661/statm: 77487 5730 371 364 0 13396 0
[pid=21664] ppid=21661 vsize=21652 CPUtime=1016.14 cores=1,3,5,7
/proc/21664/stat : 21664 (lingeling) R 21661 21664 21664 0 -1 4202496 46495 0 0 0 101607 7 0 0 25 0 1 0 538645802 22171648 4614 33554432000 4194304 4352236 140735143009584 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21664/statm: 5413 4614 128 39 0 4493 0
[pid=21675] ppid=21647 vsize=320204 CPUtime=0.98 cores=1,3,5,7
/proc/21675/stat : 21675 (python) S 21647 21647 20627 0 -1 4202560 1173 0 0 0 51 47 0 0 15 0 2 0 538665421 327888896 5764 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21675/statm: 80051 5764 400 364 0 15957 0
[pid=21677] ppid=21675 vsize=110240 CPUtime=505.39 cores=1,3,5,7
/proc/21677/stat : 21677 (cryptominisat-2) R 21675 21677 21677 0 -1 4202496 104693 0 0 0 50505 34 0 0 25 0 1 0 538665422 112885760 20937 33554432000 4194304 4677096 140735763713568 18446744073709551615 222921473511 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21677/statm: 27560 20937 392 118 0 22519 0
[pid=21675/tid=21709] ppid=21647 vsize=320204 CPUtime=0 cores=1,3,5,7
/proc/21675/task/21709/stat : 21709 (python) S 21647 21647 20627 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538732750 327888896 5764 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604471128898496 0 0 -1 3 0 0 0
[pid=21696] ppid=21647 vsize=330460 CPUtime=0.52 cores=1,3,5,7
/proc/21696/stat : 21696 (python) S 21647 21647 20627 0 -1 4202560 1161 0 0 0 26 26 0 0 19 0 2 0 538698248 338391040 5768 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21696/statm: 82615 5768 400 364 0 18518 0
[pid=21698] ppid=21696 vsize=30836 CPUtime=392.37 cores=1,3,5,7
/proc/21698/stat : 21698 (precosat) T 21696 21698 21698 0 -1 4202496 8656 0 0 0 39234 3 0 0 25 0 1 0 538698249 31576064 7532 33554432000 4194304 4890832 140734326576608 18446744073709551615 4238643 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/21698/statm: 7709 7532 86 171 0 7536 0
[pid=21696/tid=21734] ppid=21647 vsize=330460 CPUtime=0 cores=1,3,5,7
/proc/21696/task/21734/stat : 21734 (python) S 21647 21647 20627 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538737695 338391040 5768 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604471136699520 0 0 -1 3 0 0 0
[pid=21735] ppid=21647 vsize=340716 CPUtime=0.18 cores=1,3,5,7
/proc/21735/stat : 21735 (python) S 21647 21647 20627 0 -1 4202560 1143 0 0 0 10 8 0 0 19 0 2 0 538737697 348893184 5788 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21735/statm: 85179 5788 400 364 0 21079 0
[pid=21737] ppid=21735 vsize=13140 CPUtime=99.09 cores=1,3,5,7
/proc/21737/stat : 21737 (lingeling) T 21735 21737 21737 0 -1 4202496 8470 0 0 0 9909 0 0 0 25 0 1 0 538737697 13455360 2464 33554432000 4194304 4352236 140733341430832 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21737/statm: 3285 2464 128 39 0 2365 0
[pid=21735/tid=21742] ppid=21647 vsize=340716 CPUtime=0 cores=1,3,5,7
/proc/21735/task/21742/stat : 21742 (python) S 21647 21647 20627 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538751914 348893184 5788 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604471130538048 0 0 -1 3 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21654/stat : 21654 (python) S 21645 21647 20627 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 538645795 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 1 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21657/stat : 21657 (python) S 21645 21647 20627 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 8 0 538645797 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 7 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21660/stat : 21660 (python) S 21645 21647 20627 0 -1 4202560 35 937 0 0 0 0 0 0 20 0 8 0 538645800 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21662/stat : 21662 (python) S 21645 21647 20627 0 -1 4202560 16 937 0 0 0 0 0 0 22 0 8 0 538645802 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21676] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21676/stat : 21676 (python) S 21645 21647 20627 0 -1 4202560 34 937 0 0 0 0 0 0 18 0 8 0 538665422 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21697] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21697/stat : 21697 (python) S 21645 21647 20627 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538698249 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21736] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21736/stat : 21736 (python) S 21645 21647 20627 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538737697 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3864.07
Current children cumulated vsize (KiB) 2845204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.06 6.79 7.62 7/204 21749
/proc/meminfo: memFree=28732052/32951124 swapFree=67110188/67111528
[pid=21647] ppid=21645 vsize=351092 CPUtime=0.75 cores=1,3,5,7
/proc/21647/stat : 21647 (python) S 21645 21647 20627 0 -1 4202496 15283 937 1 0 65 10 0 0 18 0 8 0 538645730 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21647/statm: 87773 7315 1888 364 0 23673 0
[pid=21653] ppid=21647 vsize=289216 CPUtime=0.81 cores=1,3,5,7
/proc/21653/stat : 21653 (python) S 21647 21647 20627 0 -1 4202560 1216 0 0 0 39 42 0 0 18 0 2 0 538645795 296157184 5725 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21653/statm: 72304 5725 416 364 0 8222 0
[pid=21655] ppid=21653 vsize=15100 CPUtime=431.17 cores=1,3,5,7
/proc/21655/stat : 21655 (lingeling) R 21653 21655 21655 0 -1 4202496 23350 0 0 0 43115 2 0 0 25 0 1 0 538645795 15462400 2976 33554432000 4194304 4352236 140737276165392 18446744073709551615 4329205 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21655/statm: 3775 2976 128 39 0 2855 0
[pid=21653/tid=21674] ppid=21647 vsize=289216 CPUtime=0 cores=1,3,5,7
/proc/21653/task/21674/stat : 21674 (python) S 21647 21647 20627 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538665419 296157184 5725 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604465339302336 0 0 -1 7 0 0 0
[pid=21656] ppid=21647 vsize=289436 CPUtime=1.04 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21647 21647 20627 0 -1 4202560 1140 0 0 0 55 49 0 0 15 0 2 0 538645797 296382464 5753 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21656/statm: 72359 5753 401 364 0 8274 0
[pid=21658] ppid=21656 vsize=104144 CPUtime=653.93 cores=1,3,5,7
/proc/21658/stat : 21658 (cryptominisat-2) R 21656 21658 21658 0 -1 4202496 127012 0 0 0 65357 36 0 0 25 0 1 0 538645797 106643456 19685 33554432000 4194304 4677096 140736962959344 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21658/statm: 26036 19685 392 118 0 20995 0
[pid=21656/tid=21695] ppid=21647 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/21656/task/21695/stat : 21695 (python) S 21647 21647 20627 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538698246 296382464 5753 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604463916439360 0 0 -1 1 0 0 0
[pid=21659] ppid=21647 vsize=299692 CPUtime=1.61 cores=1,3,5,7
/proc/21659/stat : 21659 (python) S 21647 21647 20627 0 -1 4202560 1124 0 0 0 82 79 0 0 19 0 2 0 538645799 306884608 5756 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21659/statm: 74923 5756 400 364 0 10835 0
[pid=21663] ppid=21659 vsize=26592 CPUtime=873.79 cores=1,3,5,7
/proc/21663/stat : 21663 (lingeling) T 21659 21663 21663 0 -1 4202496 42925 0 0 0 87374 5 0 0 25 0 1 0 538645802 27230208 5848 33554432000 4194304 4352236 140737425679232 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21663/statm: 6648 5848 128 39 0 5728 0
[pid=21659/tid=21747] ppid=21647 vsize=299692 CPUtime=0 cores=1,3,5,7
/proc/21659/task/21747/stat : 21747 (python) S 21647 21647 20627 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538766942 306884608 5756 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604463916437568 0 0 -1 5 0 0 0
[pid=21661] ppid=21647 vsize=309948 CPUtime=1.72 cores=1,3,5,7
/proc/21661/stat : 21661 (python) S 21647 21647 20627 0 -1 4202560 971 0 0 0 91 81 0 0 18 0 1 0 538645802 317386752 5730 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 16751455473353326854 0 0 17 3 0 0 0
/proc/21661/statm: 77487 5730 371 364 0 13396 0
[pid=21664] ppid=21661 vsize=23444 CPUtime=1073.15 cores=1,3,5,7
/proc/21664/stat : 21664 (lingeling) R 21661 21664 21664 0 -1 4202496 48255 0 0 0 107307 8 0 0 25 0 1 0 538645802 24006656 5062 33554432000 4194304 4352236 140735143009584 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21664/statm: 5861 5062 128 39 0 4941 0
[pid=21675] ppid=21647 vsize=320204 CPUtime=1.05 cores=1,3,5,7
/proc/21675/stat : 21675 (python) S 21647 21647 20627 0 -1 4202560 1173 0 0 0 55 50 0 0 15 0 2 0 538665421 327888896 5764 33554432000 4194304 5683644 140737097606432 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21675/statm: 80051 5764 400 364 0 15957 0
[pid=21677] ppid=21675 vsize=110376 CPUtime=534.23 cores=1,3,5,7
/proc/21677/stat : 21677 (cryptominisat-2) R 21675 21677 21677 0 -1 4202496 108300 0 0 0 53387 36 0 0 25 0 1 0 538665422 113025024 21155 33554432000 4194304 4677096 140735763713568 18446744073709551615 4317843 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21677/statm: 27594 21155 392 118 0 22553 0
[pid=21675/tid=21709] ppid=21647 vsize=320204 CPUtime=0 cores=1,3,5,7
/proc/21675/task/21709/stat : 21709 (python) S 21647 21647 20627 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538732750 327888896 5764 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604471128898496 0 0 -1 3 0 0 0
[pid=21696] ppid=21647 vsize=330460 CPUtime=0.52 cores=1,3,5,7
/proc/21696/stat : 21696 (python) S 21647 21647 20627 0 -1 4202560 1161 0 0 0 26 26 0 0 19 0 2 0 538698248 338391040 5768 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21696/statm: 82615 5768 400 364 0 18518 0
[pid=21698] ppid=21696 vsize=30836 CPUtime=392.37 cores=1,3,5,7
/proc/21698/stat : 21698 (precosat) T 21696 21698 21698 0 -1 4202496 8656 0 0 0 39234 3 0 0 25 0 1 0 538698249 31576064 7532 33554432000 4194304 4890832 140734326576608 18446744073709551615 4238643 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/21698/statm: 7709 7532 86 171 0 7536 0
[pid=21696/tid=21734] ppid=21647 vsize=330460 CPUtime=0 cores=1,3,5,7
/proc/21696/task/21734/stat : 21734 (python) S 21647 21647 20627 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538737695 338391040 5768 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604471136699520 0 0 -1 3 0 0 0
[pid=21735] ppid=21647 vsize=340716 CPUtime=0.18 cores=1,3,5,7
/proc/21735/stat : 21735 (python) S 21647 21647 20627 0 -1 4202560 1143 0 0 0 10 8 0 0 19 0 2 0 538737697 348893184 5788 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21735/statm: 85179 5788 400 364 0 21079 0
[pid=21737] ppid=21735 vsize=13140 CPUtime=99.09 cores=1,3,5,7
/proc/21737/stat : 21737 (lingeling) T 21735 21737 21737 0 -1 4202496 8470 0 0 0 9909 0 0 0 25 0 1 0 538737697 13455360 2464 33554432000 4194304 4352236 140733341430832 18446744073709551615 4329024 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21737/statm: 3285 2464 128 39 0 2365 0
[pid=21735/tid=21742] ppid=21647 vsize=340716 CPUtime=0 cores=1,3,5,7
/proc/21735/task/21742/stat : 21742 (python) S 21647 21647 20627 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538751914 348893184 5788 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 514 18446604471130538048 0 0 -1 3 0 0 0
[pid=21647/tid=21654] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21654/stat : 21654 (python) S 21645 21647 20627 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 538645795 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 1 0 0 0
[pid=21647/tid=21657] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21657/stat : 21657 (python) S 21645 21647 20627 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 8 0 538645797 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 7 0 0 0
[pid=21647/tid=21660] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21660/stat : 21660 (python) S 21645 21647 20627 0 -1 4202560 35 937 0 0 0 0 0 0 20 0 8 0 538645800 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21662] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21662/stat : 21662 (python) S 21645 21647 20627 0 -1 4202560 16 937 0 0 0 0 0 0 22 0 8 0 538645802 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21676] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21676/stat : 21676 (python) S 21645 21647 20627 0 -1 4202560 34 937 0 0 0 0 0 0 18 0 8 0 538665422 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21697] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21697/stat : 21697 (python) S 21645 21647 20627 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538698249 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
[pid=21647/tid=21736] ppid=21645 vsize=351092 CPUtime=0 cores=1,3,5,7
/proc/21647/task/21736/stat : 21736 (python) S 21645 21647 20627 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 8 0 538737697 359518208 7315 33554432000 4194304 5683644 140737097606432 18446744073709551615 222933600689 0 0 16781312 2 18446604471142503680 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4065.41
Current children cumulated vsize (KiB) 2854396

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 21647 and gives
#  childrusage.ru_utime.tv_sec=1508
#  childrusage.ru_utime.tv_usec=567662
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=627448
# CPU time returned by wait4() is 1512.2
# while last known CPU time is 4065.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 4065.41
CPU user time (s): 4061.06
CPU system time (s): 4.35
CPU usage (%): 312.711
Max. virtual memory (cumulated for all children) (KiB): 2911568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1508.57
system time used= 3.62745
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96133
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= 6861
involuntary context switches= 25317

runsolver used 2.67859 second user time and 5.75612 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-01 19:20:50
IDJOB=3317922
IDBENCH=83430
IDSOLVER=1706
FILE ID=node109/3317922-1304270450
RUNJOBID= node109-1304267294-20646
PBS_JOBID= 13173969
Free space on /tmp= 73068 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317922-1304270450/watcher-3317922-1304270450 -o /tmp/evaluation-result-3317922-1304270450/solver-3317922-1304270450 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317922-1304270450.cnf -seed 639388414 -budget 4800 -cores 4

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=639388414

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28740932 kB
Buffers:        825940 kB
Cached:        1427844 kB
SwapCached:        712 kB
Active:        1834744 kB
Inactive:      1973116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28740932 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           32200 kB
Writeback:           0 kB
AnonPages:     1553652 kB
Mapped:          21488 kB
Slab:           331700 kB
PageTables:      10764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2206216 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= 73064 MiB
End job on node109 at 2011-05-01 19:42:32