Trace number 3317905

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) 4800.06 1210.66

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

Solver Data

0.38/0.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.52	c INFO: solving HOME/instance-3317905-1307741615.cnf
0.38/0.52	c INFO: computing task features
0.98/1.15	c INFO: computed variable-clause graph statistics
0.98/1.18	c INFO: computed clause balance statistics
4.28/4.42	c INFO: computed variable balance statistics
6.68/6.84	c INFO: computed small-clause counts
6.68/6.86	c INFO: computed Horn-clause counts
11.38/11.55	c INFO: computed variable graph statistics
11.38/11.55	c INFO: collected features for HOME/instance-3317905-1307741615.cnf in 11.00 s
11.38/11.58	c INFO: running lingeling-276@0 for 97 with 4788 remaining (b = 0.36)
11.47/11.60	c INFO: running cryptominisat-2.9.0@0 for 485 with 4788 remaining (b = 0.33)
11.47/11.63	c INFO: running lingeling-276@0 for 1261 with 4788 remaining (b = 0.47)
11.47/11.65	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4788 remaining (b = 0.50)
411.22/111.73	c INFO: running lingeling-276@0 for 1164 with 4688 remaining (b = 0.38)
1957.87/498.91	c INFO: running lingeling-276@0 for 97 with 4301 remaining (b = 0.28)
2357.66/599.06	c INFO: running lingeling-276@98 for 97 with 4201 remaining (b = 0.08)
2757.89/699.21	c INFO: running SApperloT@0 for 97 with 4101 remaining (b = 0.12)
3157.61/799.36	c INFO: running precosat-570@0 for 291 with 4001 remaining (b = 0.19)
4325.27/1091.74	c INFO: running lingeling-276@197 for 291 with 3708 remaining (b = 0.14)
4800.06/1210.63	c INFO: running lingeling-276@0 for 97 with 3589 remaining (b = 0.08)

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: 988)

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-3317905-1307741615/watcher-3317905-1307741615 -o /tmp/evaluation-result-3317905-1307741615/solver-3317905-1307741615 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317905-1307741615.cnf -seed 856754262 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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: 0.77 0.16 0.05 1/177 26586
/proc/meminfo: memFree=31667912/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/26586/stat : 26586 (python) S 26584 26586 26332 0 -1 4202496 735 0 0 0 0 0 0 0 17 0 1 0 885762520 15548416 622 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26586/statm: 3796 622 322 364 0 283 0

[startup+0.023971 s]
/proc/loadavg: 0.77 0.16 0.05 1/177 26586
/proc/meminfo: memFree=31667912/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 1153 0 0 0 1 0 0 0 17 0 1 0 885762520 16789504 1017 33554432000 4194304 5683644 140736160874576 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26586/statm: 4099 1019 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100997 s]
/proc/loadavg: 0.77 0.16 0.05 1/177 26586
/proc/meminfo: memFree=31667912/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=99376 CPUtime=0.06 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 2869 0 0 0 4 2 0 0 17 0 1 0 885762520 101761024 2565 33554432000 4194304 5683644 140736160874576 18446744073709551615 4881171 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26586/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.300964 s]
/proc/loadavg: 0.77 0.16 0.05 1/177 26586
/proc/meminfo: memFree=31667912/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=135752 CPUtime=0.21 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 6010 936 1 0 15 6 0 0 17 0 1 0 885762520 139010048 4171 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613106693 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26586/statm: 33938 4171 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.7009 s]
/proc/loadavg: 0.77 0.16 0.05 1/177 26586
/proc/meminfo: memFree=31667912/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=290992 CPUtime=0.58 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 12388 936 1 0 47 11 0 0 17 0 1 0 885762520 297975808 10065 33554432000 4194304 5683644 140736160874576 18446744073709551615 47405695468805 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26586/statm: 72748 10066 1761 364 0 8672 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 290992

[startup+1.5007 s]
/proc/loadavg: 1.11 0.24 0.08 6/190 26607
/proc/meminfo: memFree=31578812/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=315480 CPUtime=1.38 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 24906 936 1 0 125 13 0 0 18 0 1 0 885762520 323051520 16255 33554432000 4194304 5683644 140736160874576 18446744073709551615 4299504 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26586/statm: 78870 16255 1826 364 0 14794 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 315480

[startup+3.10041 s]
/proc/loadavg: 1.11 0.24 0.08 6/190 26607
/proc/meminfo: memFree=31559592/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=315480 CPUtime=2.98 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 24906 936 1 0 285 13 0 0 21 0 1 0 885762520 323051520 16255 33554432000 4194304 5683644 140736160874576 18446744073709551615 4620202 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26586/statm: 78870 16255 1826 364 0 14794 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 315480

[startup+6.30084 s]
/proc/loadavg: 1.11 0.24 0.08 7/190 26607
/proc/meminfo: memFree=31549960/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=315480 CPUtime=6.18 cores=0,2,4,6
/proc/26586/stat : 26586 (python) R 26584 26586 26332 0 -1 4202496 24907 936 1 0 605 13 0 0 25 0 1 0 885762520 323051520 16256 33554432000 4194304 5683644 140736160874576 18446744073709551615 47405532086594 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26586/statm: 78870 16256 1827 364 0 14794 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 315480

[startup+12.7007 s]
/proc/loadavg: 1.70 0.40 0.13 9/202 26619
/proc/meminfo: memFree=31457552/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=354960 CPUtime=11.53 cores=0,2,4,6
/proc/26586/stat : 26586 (python) S 26584 26586 26332 0 -1 4202496 28024 936 1 0 1139 14 0 0 22 0 5 0 885762520 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26586/statm: 88740 15937 1881 364 0 24649 0
[pid=26608] ppid=26586 vsize=313948 CPUtime=0 cores=0,2,4,6
/proc/26608/stat : 26608 (python) S 26586 26586 26332 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 885763678 321482752 14398 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130767 0 0 16781312 514 4350222157637222399 0 0 17 6 0 0 0
/proc/26608/statm: 78487 14398 358 364 0 14405 0
[pid=26610] ppid=26608 vsize=18576 CPUtime=1.1 cores=0,2,4,6
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 7731 0 0 0 110 0 0 0 25 0 1 0 885763678 19021824 3799 33554432000 4194304 4352236 140736249729216 18446744073709551615 4319003 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26610/statm: 4644 3799 121 39 0 3724 0
[pid=26611] ppid=26586 vsize=324204 CPUtime=0 cores=0,2,4,6
/proc/26611/stat : 26611 (python) S 26586 26586 26332 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 885763680 331984896 14391 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 10625310939215266052 0 0 17 0 0 0 0
/proc/26611/statm: 81051 14391 347 364 0 16966 0
[pid=26613] ppid=26611 vsize=59336 CPUtime=1.08 cores=0,2,4,6
/proc/26613/stat : 26613 (cryptominisat-2) R 26611 26613 26613 0 -1 4202496 9540 0 0 0 107 1 0 0 24 0 1 0 885763681 60760064 8227 33554432000 4194304 4677096 140736791703696 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 14834 8227 361 118 0 9793 0
[pid=26614] ppid=26586 vsize=334460 CPUtime=0 cores=0,2,4,6
/proc/26614/stat : 26614 (python) S 26586 26586 26332 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 885763683 342487040 14395 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 4354461324718112767 0 0 17 6 0 0 0
/proc/26614/statm: 83615 14395 347 364 0 19527 0
[pid=26616] ppid=26614 vsize=18600 CPUtime=1.06 cores=0,2,4,6
/proc/26616/stat : 26616 (lingeling) R 26614 26616 26616 0 -1 4202496 7711 0 0 0 105 1 0 0 24 0 1 0 885763683 19046400 3806 33554432000 4194304 4352236 140737361099424 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26616/statm: 4650 3806 121 39 0 3730 0
[pid=26617] ppid=26586 vsize=344716 CPUtime=0 cores=0,2,4,6
/proc/26617/stat : 26617 (python) S 26586 26586 26332 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 885763685 352989184 14399 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 2892252147020169476 0 0 17 6 0 0 0
/proc/26617/statm: 86179 14399 347 364 0 22088 0
[pid=26619] ppid=26617 vsize=55304 CPUtime=1.02 cores=0,2,4,6
/proc/26619/stat : 26619 (cryptominisat-2) R 26617 26619 26619 0 -1 4202496 8551 0 0 0 101 1 0 0 25 0 1 0 885763686 56631296 7236 33554432000 4194304 4677096 140736918775056 18446744073709551615 4320288 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26619/statm: 13826 7236 361 118 0 8785 0
[pid=26586/tid=26609] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26609/stat : 26609 (python) S 26584 26586 26332 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 885763678 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26612] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26612/stat : 26612 (python) S 26584 26586 26332 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 885763680 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26615] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26615/stat : 26615 (python) S 26584 26586 26332 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 5 0 885763683 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26618] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26618/stat : 26618 (python) S 26584 26586 26332 0 -1 4202560 29 936 0 0 0 0 0 0 22 0 5 0 885763686 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.79
Current children cumulated vsize (KiB) 1824104

[startup+25.5014 s]
/proc/loadavg: 2.67 0.65 0.22 9/202 26619
/proc/meminfo: memFree=30815504/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=354960 CPUtime=11.53 cores=0,2,4,6
/proc/26586/stat : 26586 (python) S 26584 26586 26332 0 -1 4202496 28024 936 1 0 1139 14 0 0 22 0 5 0 885762520 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26586/statm: 88740 15937 1881 364 0 24649 0
[pid=26608] ppid=26586 vsize=313948 CPUtime=0 cores=0,2,4,6
/proc/26608/stat : 26608 (python) S 26586 26586 26332 0 -1 4202560 995 0 0 0 0 0 0 0 18 0 1 0 885763678 321482752 14421 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130767 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26608/statm: 78487 14421 381 364 0 14405 0
[pid=26610] ppid=26608 vsize=21340 CPUtime=13.91 cores=0,2,4,6
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 9495 0 0 0 1390 1 0 0 25 0 1 0 885763678 21852160 4504 33554432000 4194304 4352236 140736249729216 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26610/statm: 5335 4504 129 39 0 4415 0
[pid=26611] ppid=26586 vsize=324204 CPUtime=0 cores=0,2,4,6
/proc/26611/stat : 26611 (python) S 26586 26586 26332 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 1 0 885763680 331984896 14414 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 10625310939215266052 0 0 17 0 0 0 0
/proc/26611/statm: 81051 14414 370 364 0 16966 0
[pid=26613] ppid=26611 vsize=401652 CPUtime=13.88 cores=0,2,4,6
/proc/26613/stat : 26613 (cryptominisat-2) R 26611 26613 26613 0 -1 4202496 85915 0 0 0 1378 10 0 0 25 0 1 0 885763681 411291648 83022 33554432000 4194304 4677096 140736791703696 18446744073709551615 270612807191 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 100413 83022 393 118 0 95372 0
[pid=26614] ppid=26586 vsize=334460 CPUtime=0 cores=0,2,4,6
/proc/26614/stat : 26614 (python) S 26586 26586 26332 0 -1 4202560 921 0 0 0 0 0 0 0 18 0 1 0 885763683 342487040 14418 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26614/statm: 83615 14418 370 364 0 19527 0
[pid=26616] ppid=26614 vsize=21428 CPUtime=13.84 cores=0,2,4,6
/proc/26616/stat : 26616 (lingeling) R 26614 26616 26616 0 -1 4202496 9490 0 0 0 1383 1 0 0 25 0 1 0 885763683 21942272 4526 33554432000 4194304 4352236 140737361099424 18446744073709551615 4231066 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26616/statm: 5357 4526 129 39 0 4437 0
[pid=26617] ppid=26586 vsize=344716 CPUtime=0.01 cores=0,2,4,6
/proc/26617/stat : 26617 (python) S 26586 26586 26332 0 -1 4202560 924 0 0 0 1 0 0 0 15 0 1 0 885763685 352989184 14422 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 2892252147020169476 0 0 17 6 0 0 0
/proc/26617/statm: 86179 14422 370 364 0 22088 0
[pid=26619] ppid=26617 vsize=401528 CPUtime=13.7 cores=0,2,4,6
/proc/26619/stat : 26619 (cryptominisat-2) R 26617 26619 26619 0 -1 4202496 85811 0 0 0 1360 10 0 0 25 0 1 0 885763686 411164672 82951 33554432000 4194304 4677096 140736918775056 18446744073709551615 4564230 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26619/statm: 100382 82951 393 118 0 95341 0
[pid=26586/tid=26609] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26609/stat : 26609 (python) S 26584 26586 26332 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 885763678 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26612] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26612/stat : 26612 (python) S 26584 26586 26332 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 885763680 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26615] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26615/stat : 26615 (python) S 26584 26586 26332 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 5 0 885763683 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26618] ppid=26584 vsize=354960 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26618/stat : 26618 (python) S 26584 26586 26332 0 -1 4202560 29 936 0 0 0 0 0 0 22 0 5 0 885763686 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 66.87
Current children cumulated vsize (KiB) 2518236

[startup+51.1009 s]
/proc/loadavg: 4.62 1.27 0.43 9/202 26620
/proc/meminfo: memFree=30721064/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=354960 CPUtime=11.53 cores=0,2,4,6
/proc/26586/stat : 26586 (python) S 26584 26586 26332 0 -1 4202496 28024 936 1 0 1139 14 0 0 22 0 5 0 885762520 363479040 15937 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26586/statm: 88740 15937 1881 364 0 24649 0
[pid=26608] ppid=26586 vsize=313948 CPUtime=0.04 cores=0,2,4,6
/proc/26608/stat : 26608 (python) S 26586 26586 26332 0 -1 4202560 1008 0 0 0 2 2 0 0 18 0 1 0 885763678 321482752 14421 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130767 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26608/statm: 78487 14421 381 364 0 14405 0
[pid=26610] ppid=26608 vsize=21328 CPUtime=39.51 cores=0,2,4,6
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 10519 0 0 0 3950 1 0 0 25 0 1 0 885763678 21839872 4501 33554432000 4194304 4352236 140736249729216 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26610/statm: 5332 4501 129 39 0 4412 0
[pid=26611] ppid=26586 vsize=324204 CPUtime=0.05 cores=0,2,4,6
/proc/26611/stat : 26611 (python) S 26586 26586 26332 0 -1 4202560 943 0 0 0 3 2 0 0 15 0 1 0 885763680 331984896 14414 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 0 0 0 0
/proc/26611/statm: 81051 14414 370 364 0 16966 0
[pid=26613] ppid=26611 vsize=441360 CPUtime=39.48 cores=0,2,4,6
/proc/26613/stat : 26613 (cryptominisat-2) R 26611 26613 26613 0 -1 4202496 103849 0 0 0 3935 13 0 0 25 0 1 0 885763681 451952640 92501 33554432000 4194304 4677096 140736791703696 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 110340 92501 393 118 0 105299 0
[pid=26614] ppid=26586 vsize=334460 CPUtime=0.04 cores=0,2,4,6
/proc/26614/stat : 26614 (python) S 26586 26586 26332 0 -1 4202560 935 0 0 0 2 2 0 0 18 0 1 0 885763683 342487040 14418 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26614/statm: 83615 14418 370 364 0 19527 0
[pid=26616] ppid=26614 vsize=21416 CPUtime=39.4 cores=0,2,4,6
/proc/26616/stat : 26616 (lingeling) R 26614 26616 26616 0 -1 4202496 9490 0 0 0 3939 1 0 0 25 0 1 0 885763683 21929984 4523 33554432000 4194304 4352236 140737361099424 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26616/statm: 5354 4523 129 39 0 4434 0
[pid=26617] ppid=26586 vsize=344716 CPUtime=0.05 cores=0,2,4,6
/proc/26617/stat : 26617 (python) S 26586 26586 26332 0 -1 4202560 939 0 0 0 3 2 0 0 15 0 1 0 885763685 352989184 14422 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26617/statm: 86179 14422 370 364 0 22088 0

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

/proc/meminfo: memFree=29893128/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=385728 CPUtime=11.67 cores=0,2,4,6
/proc/26586/stat : 26586 (python) S 26584 26586 26332 0 -1 4202496 31064 936 1 0 1152 15 0 0 18 0 8 0 885762520 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26586/statm: 96432 15956 1888 364 0 32332 0
[pid=26608] ppid=26586 vsize=324192 CPUtime=1.58 cores=0,2,4,6
/proc/26608/stat : 26608 (python) S 26586 26586 26332 0 -1 4202560 1223 0 0 0 80 78 0 0 18 0 2 0 885763678 331972608 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26608/statm: 81048 14460 415 364 0 16966 0
[pid=26610] ppid=26608 vsize=57160 CPUtime=1163.2 cores=0,2,4,6
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 64279 0 0 0 116312 8 0 0 25 0 1 0 885763678 58531840 13459 33554432000 4194304 4352236 140736249729216 18446744073709551615 4328778 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26610/statm: 14290 13459 129 39 0 13370 0
[pid=26608/tid=26627] ppid=26586 vsize=324192 CPUtime=0 cores=0,2,4,6
/proc/26608/task/26627/stat : 26627 (python) S 26586 26586 26332 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 885773690 331972608 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604453925558272 0 0 -1 6 0 0 0
[pid=26611] ppid=26586 vsize=324204 CPUtime=0.68 cores=0,2,4,6
/proc/26611/stat : 26611 (python) S 26586 26586 26332 0 -1 4202560 1158 0 0 0 38 30 0 0 16 0 2 0 885763680 331984896 14444 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26611/statm: 81051 14444 399 364 0 16966 0
[pid=26613] ppid=26611 vsize=539988 CPUtime=487.24 cores=0,2,4,6
/proc/26613/stat : 26613 (cryptominisat-2) T 26611 26613 26613 0 -1 4202496 287094 0 0 0 48669 55 0 0 25 0 1 0 885763681 552947712 115491 33554432000 4194304 4677096 140736791703696 18446744073709551615 4319571 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/26613/statm: 134997 115491 393 118 0 129956 0
[pid=26611/tid=26642] ppid=26586 vsize=324204 CPUtime=0 cores=0,2,4,6
/proc/26611/task/26642/stat : 26642 (python) S 26586 26586 26332 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 885812409 331984896 14444 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604453895504192 0 0 -1 0 0 0 0
[pid=26614] ppid=26586 vsize=334460 CPUtime=1.57 cores=0,2,4,6
/proc/26614/stat : 26614 (python) S 26586 26586 26332 0 -1 4202560 991 0 0 0 81 76 0 0 18 0 1 0 885763683 342487040 14418 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26614/statm: 83615 14418 370 364 0 19527 0
[pid=26616] ppid=26614 vsize=55964 CPUtime=1169.99 cores=0,2,4,6
/proc/26616/stat : 26616 (lingeling) R 26614 26616 26616 0 -1 4202496 56274 0 0 0 116992 7 0 0 25 0 1 0 885763683 57307136 13161 33554432000 4194304 4352236 140737361099424 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26616/statm: 13991 13161 129 39 0 13071 0
[pid=26617] ppid=26586 vsize=344716 CPUtime=1.62 cores=0,2,4,6
/proc/26617/stat : 26617 (python) S 26586 26586 26332 0 -1 4202560 1002 0 0 0 85 77 0 0 15 0 1 0 885763685 352989184 14423 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 2 0 0 0
/proc/26617/statm: 86179 14423 371 364 0 22088 0
[pid=26619] ppid=26617 vsize=602768 CPUtime=1169.16 cores=0,2,4,6
/proc/26619/stat : 26619 (cryptominisat-2) R 26617 26619 26619 0 -1 4202496 455982 0 0 0 116802 114 0 0 25 0 1 0 885763686 617234432 132164 33554432000 4194304 4677096 140736918775056 18446744073709551615 4320144 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26619/statm: 150692 132164 395 118 0 145651 0
[pid=26643] ppid=26586 vsize=354972 CPUtime=0.4 cores=0,2,4,6
/proc/26643/stat : 26643 (python) S 26586 26586 26332 0 -1 4202560 1177 0 0 0 18 22 0 0 18 0 2 0 885812412 363491328 14456 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26643/statm: 88743 14456 399 364 0 24649 0
[pid=26645] ppid=26643 vsize=42136 CPUtime=287.51 cores=0,2,4,6
/proc/26645/stat : 26645 (lingeling) R 26643 26645 26645 0 -1 4202496 19790 0 0 0 28749 2 0 0 25 0 1 0 885812412 43147264 9704 33554432000 4194304 4352236 140736598083920 18446744073709551615 4328316 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26645/statm: 10534 9704 129 39 0 9614 0
[pid=26643/tid=26650] ppid=26586 vsize=354972 CPUtime=0 cores=0,2,4,6
/proc/26643/task/26650/stat : 26650 (python) S 26586 26586 26332 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 885822424 363491328 14456 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604440278206464 0 0 -1 6 0 0 0
[pid=26653] ppid=26586 vsize=365228 CPUtime=0.14 cores=0,2,4,6
/proc/26653/stat : 26653 (python) S 26586 26586 26332 0 -1 4202560 1137 0 0 0 7 7 0 0 19 0 2 0 885832441 373993472 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26653/statm: 91307 14460 399 364 0 27210 0
[pid=26655] ppid=26653 vsize=68008 CPUtime=99.97 cores=0,2,4,6
/proc/26655/stat : 26655 (SApperloT-base) T 26653 26655 26655 0 -1 4202496 16734 0 0 0 9992 5 0 0 25 0 1 0 885832441 69640192 16184 33554432000 134512640 135674940 4288799424 18446744073709551615 134564271 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26655/statm: 17002 16184 100 284 0 16716 0
[pid=26653/tid=26659] ppid=26586 vsize=365228 CPUtime=0 cores=0,2,4,6
/proc/26653/task/26659/stat : 26659 (python) S 26586 26586 26332 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885842454 373993472 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604450303076480 0 0 -1 4 0 0 0
[pid=26660] ppid=26586 vsize=375484 CPUtime=0.39 cores=0,2,4,6
/proc/26660/stat : 26660 (python) S 26586 26586 26332 0 -1 4202560 1174 0 0 0 20 19 0 0 19 0 2 0 885842456 384495616 14464 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26660/statm: 93871 14464 399 364 0 29771 0
[pid=26662] ppid=26660 vsize=56692 CPUtime=291.92 cores=0,2,4,6
/proc/26662/stat : 26662 (precosat) T 26660 26662 26662 0 -1 4202496 14876 0 0 0 29190 2 0 0 25 0 1 0 885842457 58052608 13658 33554432000 4194304 4890832 140736879486336 18446744073709551615 4238594 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/26662/statm: 14173 13658 86 171 0 14000 0
[pid=26660/tid=26680] ppid=26586 vsize=375484 CPUtime=0 cores=0,2,4,6
/proc/26660/task/26680/stat : 26680 (python) S 26586 26586 26332 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885871691 384495616 14464 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604441138393216 0 0 -1 4 0 0 0
[pid=26586/tid=26609] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26609/stat : 26609 (python) S 26584 26586 26332 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 8 0 885763678 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26612] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26612/stat : 26612 (python) S 26584 26586 26332 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 8 0 885763680 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26615] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26615/stat : 26615 (python) S 26584 26586 26332 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 8 0 885763683 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26618] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26618/stat : 26618 (python) S 26584 26586 26332 0 -1 4202560 29 936 0 0 0 0 0 0 22 0 8 0 885763686 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26644] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26644/stat : 26644 (python) S 26584 26586 26332 0 -1 4202560 37 936 0 0 0 0 0 0 18 0 8 0 885812412 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26654] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26654/stat : 26654 (python) S 26584 26586 26332 0 -1 4202560 33 936 0 0 0 0 0 0 20 0 8 0 885832441 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26661] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26661/stat : 26661 (python) S 26584 26586 26332 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 885842456 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4687.04
Current children cumulated vsize (KiB) 4231700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.6 s]
/proc/loadavg: 7.59 7.90 5.89 6/198 26710
/proc/meminfo: memFree=30360616/32951124 swapFree=67052292/67111528
[pid=26586] ppid=26584 vsize=385728 CPUtime=11.67 cores=0,2,4,6
/proc/26586/stat : 26586 (python) S 26584 26586 26332 0 -1 4202496 31064 936 1 0 1152 15 0 0 18 0 8 0 885762520 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26586/statm: 96432 15956 1888 364 0 32332 0
[pid=26608] ppid=26586 vsize=324192 CPUtime=1.61 cores=0,2,4,6
/proc/26608/stat : 26608 (python) S 26586 26586 26332 0 -1 4202560 1223 0 0 0 82 79 0 0 18 0 2 0 885763678 331972608 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26608/statm: 81048 14460 415 364 0 16966 0
[pid=26610] ppid=26608 vsize=58184 CPUtime=1191.51 cores=0,2,4,6
/proc/26610/stat : 26610 (lingeling) R 26608 26610 26610 0 -1 4202496 65047 0 0 0 119142 9 0 0 25 0 1 0 885763678 59580416 13715 33554432000 4194304 4352236 140736249729216 18446744073709551615 4277100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26610/statm: 14546 13715 129 39 0 13626 0
[pid=26608/tid=26627] ppid=26586 vsize=324192 CPUtime=0 cores=0,2,4,6
/proc/26608/task/26627/stat : 26627 (python) S 26586 26586 26332 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 885773690 331972608 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604453925558272 0 0 -1 6 0 0 0
[pid=26611] ppid=26586 vsize=324204 CPUtime=0.68 cores=0,2,4,6
/proc/26611/stat : 26611 (python) S 26586 26586 26332 0 -1 4202560 1158 0 0 0 38 30 0 0 16 0 2 0 885763680 331984896 14444 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26611/statm: 81051 14444 399 364 0 16966 0
[pid=26613] ppid=26611 vsize=539988 CPUtime=487.24 cores=0,2,4,6
/proc/26613/stat : 26613 (cryptominisat-2) T 26611 26613 26613 0 -1 4202496 287094 0 0 0 48669 55 0 0 25 0 1 0 885763681 552947712 115491 33554432000 4194304 4677096 140736791703696 18446744073709551615 4319571 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/26613/statm: 134997 115491 393 118 0 129956 0
[pid=26611/tid=26642] ppid=26586 vsize=324204 CPUtime=0 cores=0,2,4,6
/proc/26611/task/26642/stat : 26642 (python) S 26586 26586 26332 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 885812409 331984896 14444 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604453895504192 0 0 -1 0 0 0 0
[pid=26614] ppid=26586 vsize=334460 CPUtime=1.6 cores=0,2,4,6
/proc/26614/stat : 26614 (python) S 26586 26586 26332 0 -1 4202560 991 0 0 0 83 77 0 0 18 0 1 0 885763683 342487040 14418 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 6 0 0 0
/proc/26614/statm: 83615 14418 370 364 0 19527 0
[pid=26616] ppid=26614 vsize=56988 CPUtime=1198.3 cores=0,2,4,6
/proc/26616/stat : 26616 (lingeling) R 26614 26616 26616 0 -1 4202496 56530 0 0 0 119822 8 0 0 25 0 1 0 885763683 58355712 13417 33554432000 4194304 4352236 140737361099424 18446744073709551615 4328051 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26616/statm: 14247 13417 129 39 0 13327 0
[pid=26617] ppid=26586 vsize=344716 CPUtime=1.65 cores=0,2,4,6
/proc/26617/stat : 26617 (python) S 26586 26586 26332 0 -1 4202560 1002 0 0 0 87 78 0 0 15 0 1 0 885763685 352989184 14423 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 8244701135017836804 0 0 17 2 0 0 0
/proc/26617/statm: 86179 14423 371 364 0 22088 0
[pid=26619] ppid=26617 vsize=602660 CPUtime=1197.44 cores=0,2,4,6
/proc/26619/stat : 26619 (cryptominisat-2) R 26617 26619 26619 0 -1 4202496 461652 0 0 0 119628 116 0 0 25 0 1 0 885763686 617123840 132200 33554432000 4194304 4677096 140736918775056 18446744073709551615 4320052 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26619/statm: 150665 132200 395 118 0 145624 0
[pid=26643] ppid=26586 vsize=354972 CPUtime=0.42 cores=0,2,4,6
/proc/26643/stat : 26643 (python) S 26586 26586 26332 0 -1 4202560 1177 0 0 0 19 23 0 0 18 0 2 0 885812412 363491328 14456 33554432000 4194304 5683644 140736160874576 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26643/statm: 88743 14456 399 364 0 24649 0
[pid=26645] ppid=26643 vsize=44184 CPUtime=315.52 cores=0,2,4,6
/proc/26645/stat : 26645 (lingeling) R 26643 26645 26645 0 -1 4202496 22350 0 0 0 31549 3 0 0 25 0 1 0 885812412 45244416 10216 33554432000 4194304 4352236 140736598083920 18446744073709551615 4328181 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26645/statm: 11046 10216 129 39 0 10126 0
[pid=26643/tid=26650] ppid=26586 vsize=354972 CPUtime=0 cores=0,2,4,6
/proc/26643/task/26650/stat : 26650 (python) S 26586 26586 26332 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 885822424 363491328 14456 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604440278206464 0 0 -1 6 0 0 0
[pid=26653] ppid=26586 vsize=365228 CPUtime=0.14 cores=0,2,4,6
/proc/26653/stat : 26653 (python) S 26586 26586 26332 0 -1 4202560 1137 0 0 0 7 7 0 0 19 0 2 0 885832441 373993472 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26653/statm: 91307 14460 399 364 0 27210 0
[pid=26655] ppid=26653 vsize=68008 CPUtime=99.97 cores=0,2,4,6
/proc/26655/stat : 26655 (SApperloT-base) T 26653 26655 26655 0 -1 4202496 16734 0 0 0 9992 5 0 0 25 0 1 0 885832441 69640192 16184 33554432000 134512640 135674940 4288799424 18446744073709551615 134564271 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/26655/statm: 17002 16184 100 284 0 16716 0
[pid=26653/tid=26659] ppid=26586 vsize=365228 CPUtime=0 cores=0,2,4,6
/proc/26653/task/26659/stat : 26659 (python) S 26586 26586 26332 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885842454 373993472 14460 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604450303076480 0 0 -1 4 0 0 0
[pid=26660] ppid=26586 vsize=375484 CPUtime=0.39 cores=0,2,4,6
/proc/26660/stat : 26660 (python) S 26586 26586 26332 0 -1 4202560 1174 0 0 0 20 19 0 0 19 0 2 0 885842456 384495616 14464 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26660/statm: 93871 14464 399 364 0 29771 0
[pid=26662] ppid=26660 vsize=56692 CPUtime=291.92 cores=0,2,4,6
/proc/26662/stat : 26662 (precosat) T 26660 26662 26662 0 -1 4202496 14876 0 0 0 29190 2 0 0 25 0 1 0 885842457 58052608 13658 33554432000 4194304 4890832 140736879486336 18446744073709551615 4238594 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/26662/statm: 14173 13658 86 171 0 14000 0
[pid=26660/tid=26680] ppid=26586 vsize=375484 CPUtime=0 cores=0,2,4,6
/proc/26660/task/26680/stat : 26680 (python) S 26586 26586 26332 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885871691 384495616 14464 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 514 18446604441138393216 0 0 -1 4 0 0 0
[pid=26586/tid=26609] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26609/stat : 26609 (python) S 26584 26586 26332 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 8 0 885763678 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26612] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26612/stat : 26612 (python) S 26584 26586 26332 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 8 0 885763680 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26615] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26615/stat : 26615 (python) S 26584 26586 26332 0 -1 4202560 20 936 0 0 0 0 0 0 20 0 8 0 885763683 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 0 0 0 0
[pid=26586/tid=26618] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26618/stat : 26618 (python) S 26584 26586 26332 0 -1 4202560 29 936 0 0 0 0 0 0 22 0 8 0 885763686 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26644] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26644/stat : 26644 (python) S 26584 26586 26332 0 -1 4202560 37 936 0 0 0 0 0 0 18 0 8 0 885812412 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26654] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26654/stat : 26654 (python) S 26584 26586 26332 0 -1 4202560 33 936 0 0 0 0 0 0 20 0 8 0 885832441 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
[pid=26586/tid=26661] ppid=26584 vsize=385728 CPUtime=0 cores=0,2,4,6
/proc/26586/task/26661/stat : 26661 (python) S 26584 26586 26332 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 885842456 394985472 15956 33554432000 4194304 5683644 140736160874576 18446744073709551615 270624934321 0 0 16781312 2 18446604451334761408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 4235688

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 26586 and gives
#  childrusage.ru_utime.tv_sec=2403
#  childrusage.ru_utime.tv_usec=273646
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=228661
# CPU time returned by wait4() is 2405.5
# while last known CPU time is 4800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1210.66
CPU time (s): 4800.06
CPU user time (s): 4794.8
CPU system time (s): 5.26
CPU usage (%): 396.484
Max. virtual memory (cumulated for all children) (KiB): 4317844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2403.27
system time used= 2.22866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157868
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= 6597
involuntary context switches= 15590

runsolver used 2.22866 second user time and 5.10122 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-10 23:33:35
IDJOB=3317905
IDBENCH=83114
IDSOLVER=1706
FILE ID=node108/3317905-1307741615
RUNJOBID= node108-1307741614-26558
PBS_JOBID= 13550804
Free space on /tmp= 74096 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top23.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-3317905-1307741615/watcher-3317905-1307741615 -o /tmp/evaluation-result-3317905-1307741615/solver-3317905-1307741615 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317905-1307741615.cnf -seed 856754262 -budget 4800 -cores 4

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=856754262

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31669208 kB
Buffers:        255320 kB
Cached:         770472 kB
SwapCached:      25932 kB
Active:         550116 kB
Inactive:       512208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31669208 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           70356 kB
Writeback:           0 kB
AnonPages:       31688 kB
Mapped:           9724 kB
Slab:           154916 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212644 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= 74064 MiB
End job on node108 at 2011-06-10 23:53:48