Trace number 3317910

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.18 1212.55

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

Solver Data

0.33/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.67	c INFO: solving HOME/instance-3317910-1304269850.cnf
0.33/0.67	c INFO: computing task features
1.01/1.38	c INFO: computed variable-clause graph statistics
1.11/1.40	c INFO: computed clause balance statistics
4.91/5.20	c INFO: computed variable balance statistics
7.71/8.04	c INFO: computed small-clause counts
7.71/8.07	c INFO: computed Horn-clause counts
13.31/13.63	c INFO: computed variable graph statistics
13.31/13.63	c INFO: collected features for HOME/instance-3317910-1304269850.cnf in 12.93 s
13.31/13.65	c INFO: running lingeling-276@0 for 97 with 4787 remaining (b = 0.36)
13.31/13.68	c INFO: running cryptominisat-2.9.0@0 for 485 with 4787 remaining (b = 0.33)
13.40/13.70	c INFO: running lingeling-276@0 for 1261 with 4786 remaining (b = 0.46)
13.40/13.73	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4786 remaining (b = 0.50)
409.10/112.84	c INFO: running lingeling-276@0 for 1164 with 4687 remaining (b = 0.38)
1970.19/503.80	c INFO: running lingeling-276@0 for 97 with 4296 remaining (b = 0.28)
2366.25/602.98	c INFO: running precosat-570@0 for 291 with 4197 remaining (b = 0.16)
3546.07/898.44	c INFO: running lingeling-276@97 for 1164 with 3902 remaining (b = 0.29)

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-3317910-1304269850/watcher-3317910-1304269850 -o /tmp/evaluation-result-3317910-1304269850/solver-3317910-1304269850 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317910-1304269850.cnf -seed 824782661 -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: 5.09 5.10 5.15 5/231 20144
/proc/meminfo: memFree=20192392/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/20144/stat : 20144 (python) S 20142 20144 19634 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 538583882 15749120 681 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20144/statm: 3845 681 322 364 0 332 0

[startup+0.0159891 s]
/proc/loadavg: 5.09 5.10 5.15 5/231 20144
/proc/meminfo: memFree=20192392/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 538583882 16625664 868 33554432000 4194304 5683644 140734963580480 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 4059 868 368 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100975 s]
/proc/loadavg: 5.09 5.10 5.15 5/231 20144
/proc/meminfo: memFree=20192392/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=91824 CPUtime=0.05 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 2678 0 0 0 4 1 0 0 25 0 1 0 538583882 94027776 2393 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 22956 2393 755 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91824

[startup+0.301008 s]
/proc/loadavg: 5.09 5.10 5.15 5/231 20144
/proc/meminfo: memFree=20192392/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 5965 932 1 0 14 4 0 0 25 0 1 0 538583882 139005952 4150 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20144/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700926 s]
/proc/loadavg: 5.09 5.10 5.15 5/231 20144
/proc/meminfo: memFree=20192392/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=284152 CPUtime=0.41 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 10675 932 1 0 31 10 0 0 25 0 1 0 538583882 290971648 8354 33554432000 4194304 5683644 140734963580480 18446744073709551615 47271319688509 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 71038 8354 1761 364 0 6962 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 284152

[startup+1.50079 s]
/proc/loadavg: 5.01 5.08 5.15 6/232 20149
/proc/meminfo: memFree=20145140/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=326940 CPUtime=1.21 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 26907 932 1 0 109 12 0 0 25 0 1 0 538583882 334786560 19120 33554432000 4194304 5683644 140734963580480 18446744073709551615 47271149114279 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 81735 19120 1826 364 0 17659 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 326940

[startup+3.10044 s]
/proc/loadavg: 5.01 5.08 5.15 6/232 20149
/proc/meminfo: memFree=20119596/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=326940 CPUtime=2.81 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 26907 932 1 0 268 13 0 0 25 0 1 0 538583882 334786560 19120 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272347635 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 81735 19120 1826 364 0 17659 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 326940

[startup+6.30087 s]
/proc/loadavg: 5.01 5.08 5.14 6/232 20149
/proc/meminfo: memFree=20110808/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=326940 CPUtime=6.01 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 26908 932 1 0 588 13 0 0 25 0 1 0 538583882 334786560 19121 33554432000 4194304 5683644 140734963580480 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 81735 19121 1827 364 0 17659 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 326940

[startup+12.7007 s]
/proc/loadavg: 5.00 5.08 5.14 6/232 20149
/proc/meminfo: memFree=20091956/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=326940 CPUtime=12.41 cores=0,2,4,6
/proc/20144/stat : 20144 (python) R 20142 20144 19634 0 -1 4202496 26914 932 1 0 1228 13 0 0 25 0 1 0 538583882 334786560 19127 33554432000 4194304 5683644 140734963580480 18446744073709551615 47271148837004 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20144/statm: 81735 19127 1833 364 0 17659 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 326940

[startup+25.5014 s]
/proc/loadavg: 5.74 5.24 5.19 9/244 20162
/proc/meminfo: memFree=19642448/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=364236 CPUtime=13.44 cores=0,2,4,6
/proc/20144/stat : 20144 (python) S 20142 20144 19634 0 -1 4202496 29662 932 1 0 1330 14 0 0 25 0 5 0 538583882 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20144/statm: 91059 18256 1881 364 0 26968 0
[pid=20150] ppid=20144 vsize=323224 CPUtime=0.01 cores=0,2,4,6
/proc/20150/stat : 20150 (python) S 20144 20144 19634 0 -1 4202560 992 0 0 0 1 0 0 0 18 0 1 0 538585248 330981376 16740 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709135 0 0 16781312 514 2963192632949309700 0 0 17 6 0 0 0
/proc/20150/statm: 80806 16740 381 364 0 16724 0
[pid=20152] ppid=20150 vsize=25364 CPUtime=11.83 cores=0,2,4,6
/proc/20152/stat : 20152 (lingeling) R 20150 20152 20152 0 -1 4202496 8952 0 0 0 1182 1 0 0 25 0 1 0 538585248 25972736 5451 33554432000 4194304 4352236 140736120243712 18446744073709551615 4208789 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20152/statm: 6341 5451 129 39 0 5421 0
[pid=20153] ppid=20144 vsize=333480 CPUtime=0.02 cores=0,2,4,6
/proc/20153/stat : 20153 (python) S 20144 20144 19634 0 -1 4202560 911 0 0 0 1 1 0 0 15 0 1 0 538585250 341483520 16733 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 1995358522010730756 0 0 17 2 0 0 0
/proc/20153/statm: 83370 16733 370 364 0 19285 0
[pid=20155] ppid=20153 vsize=267572 CPUtime=11.81 cores=0,2,4,6
/proc/20155/stat : 20155 (cryptominisat-2) R 20153 20155 20155 0 -1 4202496 59611 0 0 0 1173 8 0 0 25 0 1 0 538585250 273993728 54263 33554432000 4194304 4677096 140736553525984 18446744073709551615 4237758 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20155/statm: 66893 54263 393 118 0 61852 0
[pid=20156] ppid=20144 vsize=343736 CPUtime=0.02 cores=0,2,4,6
/proc/20156/stat : 20156 (python) S 20144 20144 19634 0 -1 4202560 909 0 0 0 1 1 0 0 18 0 1 0 538585253 351985664 16737 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309698 0 0 17 2 0 0 0
/proc/20156/statm: 85934 16737 370 364 0 21846 0
[pid=20158] ppid=20156 vsize=27160 CPUtime=11.73 cores=0,2,4,6
/proc/20158/stat : 20158 (lingeling) R 20156 20158 20158 0 -1 4202496 9462 0 0 0 1172 1 0 0 25 0 1 0 538585253 27811840 5961 33554432000 4194304 4352236 140734508469760 18446744073709551615 4213666 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20158/statm: 6790 5961 129 39 0 5870 0
[pid=20159] ppid=20144 vsize=353992 CPUtime=0.01 cores=0,2,4,6
/proc/20159/stat : 20159 (python) S 20144 20144 19634 0 -1 4202560 953 0 0 0 0 1 0 0 15 0 1 0 538585255 362487808 16741 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 4567643984960127236 0 0 17 6 0 0 0
/proc/20159/statm: 88498 16741 370 364 0 24407 0
[pid=20161] ppid=20159 vsize=266440 CPUtime=11.62 cores=0,2,4,6
/proc/20161/stat : 20161 (cryptominisat-2) R 20159 20161 20161 0 -1 4202496 59341 0 0 0 1156 6 0 0 25 0 1 0 538585256 272834560 54588 33554432000 4194304 4677096 140737439305888 18446744073709551615 4319818 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20161/statm: 66610 54588 393 118 0 61569 0
[pid=20144/tid=20151] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20151/stat : 20151 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538585248 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 0 0 0 0
[pid=20144/tid=20154] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20154/stat : 20154 (python) S 20142 20144 19634 0 -1 4202560 19 932 0 0 0 0 0 0 25 0 5 0 538585250 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20157] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20157/stat : 20157 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538585253 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20160] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20160/stat : 20160 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 538585256 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 60.49
Current children cumulated vsize (KiB) 2305204

[startup+51.1009 s]
/proc/loadavg: 6.21 5.38 5.24 9/229 20206
/proc/meminfo: memFree=25540516/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=364236 CPUtime=13.44 cores=0,2,4,6
/proc/20144/stat : 20144 (python) S 20142 20144 19634 0 -1 4202496 29662 932 1 0 1330 14 0 0 25 0 5 0 538583882 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20144/statm: 91059 18256 1881 364 0 26968 0
[pid=20150] ppid=20144 vsize=323224 CPUtime=0.04 cores=0,2,4,6
/proc/20150/stat : 20150 (python) S 20144 20144 19634 0 -1 4202560 1005 0 0 0 2 2 0 0 18 0 1 0 538585248 330981376 16740 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709135 0 0 16781312 514 2963192632949309700 0 0 17 6 0 0 0
/proc/20150/statm: 80806 16740 381 364 0 16724 0
[pid=20152] ppid=20150 vsize=26740 CPUtime=37.43 cores=0,2,4,6
/proc/20152/stat : 20152 (lingeling) R 20150 20152 20152 0 -1 4202496 9357 0 0 0 3742 1 0 0 25 0 1 0 538585248 27381760 5855 33554432000 4194304 4352236 140736120243712 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20152/statm: 6685 5855 129 39 0 5765 0
[pid=20153] ppid=20144 vsize=333480 CPUtime=0.05 cores=0,2,4,6
/proc/20153/stat : 20153 (python) S 20144 20144 19634 0 -1 4202560 926 0 0 0 3 2 0 0 15 0 1 0 538585250 341483520 16733 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 1995358522010730756 0 0 17 2 0 0 0
/proc/20153/statm: 83370 16733 370 364 0 19285 0
[pid=20155] ppid=20153 vsize=309152 CPUtime=37.4 cores=0,2,4,6
/proc/20155/stat : 20155 (cryptominisat-2) R 20153 20155 20155 0 -1 4202496 82367 0 0 0 3727 13 0 0 25 0 1 0 538585250 316571648 64366 33554432000 4194304 4677096 140736553525984 18446744073709551615 4346376 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20155/statm: 77288 64366 393 118 0 72247 0
[pid=20156] ppid=20144 vsize=343736 CPUtime=0.05 cores=0,2,4,6
/proc/20156/stat : 20156 (python) S 20144 20144 19634 0 -1 4202560 922 0 0 0 3 2 0 0 18 0 1 0 538585253 351985664 16737 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309698 0 0 17 2 0 0 0
/proc/20156/statm: 85934 16737 370 364 0 21846 0
[pid=20158] ppid=20156 vsize=27156 CPUtime=37.25 cores=0,2,4,6
/proc/20158/stat : 20158 (lingeling) R 20156 20158 20158 0 -1 4202496 9462 0 0 0 3723 2 0 0 25 0 1 0 538585253 27807744 5960 33554432000 4194304 4352236 140734508469760 18446744073709551615 4207589 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20158/statm: 6789 5960 129 39 0 5869 0
[pid=20159] ppid=20144 vsize=353992 CPUtime=0.07 cores=0,2,4,6
/proc/20159/stat : 20159 (python) S 20144 20144 19634 0 -1 4202560 981 0 0 0 4 3 0 0 15 0 1 0 538585255 362487808 16741 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 4567643984960127236 0 0 17 6 0 0 0
/proc/20159/statm: 88498 16741 370 364 0 24407 0
[pid=20161] ppid=20159 vsize=311640 CPUtime=36.96 cores=0,2,4,6
/proc/20161/stat : 20161 (cryptominisat-2) R 20159 20161 20161 0 -1 4202496 79196 0 0 0 3687 9 0 0 25 0 1 0 538585256 319119360 64034 33554432000 4194304 4677096 140737439305888 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20161/statm: 77910 64034 393 118 0 72869 0
[pid=20144/tid=20151] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20151/stat : 20151 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538585248 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 0 0 0 0
[pid=20144/tid=20154] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20154/stat : 20154 (python) S 20142 20144 19634 0 -1 4202560 19 932 0 0 0 0 0 0 25 0 5 0 538585250 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20157] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20157/stat : 20157 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538585253 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20160] ppid=20142 vsize=364236 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20160/stat : 20160 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 5 0 538585256 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.69
Current children cumulated vsize (KiB) 2393356

[startup+102.308 s]
/proc/loadavg: 7.27 5.79 5.39 9/229 20208
/proc/meminfo: memFree=25272804/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=364236 CPUtime=13.44 cores=0,2,4,6
/proc/20144/stat : 20144 (python) S 20142 20144 19634 0 -1 4202496 29662 932 1 0 1330 14 0 0 25 0 5 0 538583882 372977664 18256 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20144/statm: 91059 18256 1881 364 0 26968 0
[pid=20150] ppid=20144 vsize=323224 CPUtime=0.12 cores=0,2,4,6
/proc/20150/stat : 20150 (python) S 20144 20144 19634 0 -1 4202560 1030 0 0 0 6 6 0 0 18 0 1 0 538585248 330981376 16740 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709135 0 0 16781312 514 2963192632949309700 0 0 17 6 0 0 0
/proc/20150/statm: 80806 16740 381 364 0 16724 0
[pid=20152] ppid=20150 vsize=28268 CPUtime=88.63 cores=0,2,4,6
/proc/20152/stat : 20152 (lingeling) R 20150 20152 20152 0 -1 4202496 9739 0 0 0 8862 1 0 0 25 0 1 0 538585248 28946432 6237 33554432000 4194304 4352236 140736120243712 18446744073709551615 4328991 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20152/statm: 7067 6237 129 39 0 6147 0
[pid=20153] ppid=20144 vsize=333480 CPUtime=0.15 cores=0,2,4,6
/proc/20153/stat : 20153 (python) S 20144 20144 19634 0 -1 4202560 949 0 0 0 8 7 0 0 15 0 1 0 538585250 341483520 16733 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309700 0 0 17 2 0 0 0
/proc/20153/statm: 83370 16733 370 364 0 19285 0
[pid=20155] ppid=20153 vsize=405944 CPUtime=88.61 cores=0,2,4,6
/proc/20155/stat : 20155 (cryptominisat-2) R 20153 20155 20155 0 -1 4202496 100104 0 0 0 8844 17 0 0 25 0 1 0 538585250 415686656 80015 33554432000 4194304 4677096 140736553525984 18446744073709551615 4320139 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20155/statm: 101486 80015 393 118 0 96445 0

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

/proc/20235/statm: 19652 18303 86 171 0 19479 0
[pid=20233/tid=20251] ppid=20144 vsize=374504 CPUtime=0 cores=0,2,4,6
/proc/20233/task/20251/stat : 20251 (python) S 20144 20144 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538673724 383492096 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453895321536 0 0 -1 2 0 0 0
[pid=20144/tid=20151] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20151/stat : 20151 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 7 0 538585248 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 0 0 0 0
[pid=20144/tid=20154] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20154/stat : 20154 (python) S 20142 20144 19634 0 -1 4202560 19 932 0 0 0 0 0 0 25 0 7 0 538585250 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20157] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20157/stat : 20157 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 7 0 538585253 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20160] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20160/stat : 20160 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 7 0 538585256 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
[pid=20144/tid=20227] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20227/stat : 20227 (python) S 20142 20144 19634 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 7 0 538634263 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
[pid=20144/tid=20234] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20234/stat : 20234 (python) S 20142 20144 19634 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 7 0 538644180 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4679.56
Current children cumulated vsize (KiB) 4833276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1212.5 s]
/proc/loadavg: 8.12 8.05 7.27 9/255 20263
/proc/meminfo: memFree=23152044/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=384748 CPUtime=13.54 cores=0,2,4,6
/proc/20144/stat : 20144 (python) S 20142 20144 19634 0 -1 4202496 31851 932 1 0 1339 15 0 0 18 0 7 0 538583882 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20144/statm: 96187 18269 1886 364 0 32090 0
[pid=20150] ppid=20144 vsize=333468 CPUtime=1.81 cores=0,2,4,6
/proc/20150/stat : 20150 (python) S 20144 20144 19634 0 -1 4202560 1221 0 0 0 91 90 0 0 18 0 2 0 538585248 341471232 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20150/statm: 83367 16779 415 364 0 19285 0
[pid=20152] ppid=20150 vsize=58860 CPUtime=1194.58 cores=0,2,4,6
/proc/20152/stat : 20152 (lingeling) R 20150 20152 20152 0 -1 4202496 35820 0 0 0 119454 4 0 0 25 0 1 0 538585248 60272640 13885 33554432000 4194304 4352236 140736120243712 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20152/statm: 14715 13885 129 39 0 13795 0
[pid=20150/tid=20209] ppid=20144 vsize=333468 CPUtime=0 cores=0,2,4,6
/proc/20150/task/20209/stat : 20209 (python) S 20144 20144 19634 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538595163 341471232 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453652214016 0 0 -1 0 0 0 0
[pid=20153] ppid=20144 vsize=333480 CPUtime=0.77 cores=0,2,4,6
/proc/20153/stat : 20153 (python) S 20144 20144 19634 0 -1 4202560 1134 0 0 0 41 36 0 0 16 0 2 0 538585250 341483520 16763 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20153/statm: 83370 16763 399 364 0 19285 0
[pid=20155] ppid=20153 vsize=965684 CPUtime=490.1 cores=0,2,4,6
/proc/20155/stat : 20155 (cryptominisat-2) T 20153 20155 20155 0 -1 4202496 501615 0 0 0 48907 103 0 0 25 0 1 0 538585250 988860416 202582 33554432000 4194304 4677096 140736553525984 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/20155/statm: 241421 202582 393 118 0 236380 0
[pid=20153/tid=20225] ppid=20144 vsize=333480 CPUtime=0 cores=0,2,4,6
/proc/20153/task/20225/stat : 20225 (python) S 20144 20144 19634 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538634260 341483520 16763 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453931682752 0 0 -1 2 0 0 0
[pid=20156] ppid=20144 vsize=343736 CPUtime=1.8 cores=0,2,4,6
/proc/20156/stat : 20156 (python) S 20144 20144 19634 0 -1 4202560 976 0 0 0 91 89 0 0 18 0 1 0 538585253 351985664 16737 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309698 0 0 17 2 0 0 0
/proc/20156/statm: 85934 16737 370 364 0 21846 0
[pid=20158] ppid=20156 vsize=57364 CPUtime=1196.22 cores=0,2,4,6
/proc/20158/stat : 20158 (lingeling) R 20156 20158 20158 0 -1 4202496 39031 0 0 0 119616 6 0 0 25 0 1 0 538585253 58740736 13512 33554432000 4194304 4352236 140734508469760 18446744073709551615 4328166 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20158/statm: 14341 13512 129 39 0 13421 0
[pid=20159] ppid=20144 vsize=353992 CPUtime=1.86 cores=0,2,4,6
/proc/20159/stat : 20159 (python) S 20144 20144 19634 0 -1 4202560 1046 0 0 0 86 100 0 0 15 0 1 0 538585255 362487808 16742 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309700 0 0 17 6 0 0 0
/proc/20159/statm: 88498 16742 371 364 0 24407 0
[pid=20161] ppid=20159 vsize=1150084 CPUtime=1197.79 cores=0,2,4,6
/proc/20161/stat : 20161 (cryptominisat-2) R 20159 20161 20161 0 -1 4202496 879091 0 0 0 119570 209 0 0 25 0 1 0 538585256 1177686016 239404 33554432000 4194304 4677096 140737439305888 18446744073709551615 4319384 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20161/statm: 287521 239404 393 118 0 282480 0
[pid=20226] ppid=20144 vsize=364248 CPUtime=0.63 cores=0,2,4,6
/proc/20226/stat : 20226 (python) S 20144 20144 19634 0 -1 4202560 1165 0 0 0 33 30 0 0 18 0 2 0 538634262 372989952 16775 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20226/statm: 91062 16775 399 364 0 26968 0
[pid=20228] ppid=20226 vsize=37912 CPUtime=408.75 cores=0,2,4,6
/proc/20228/stat : 20228 (lingeling) R 20226 20228 20228 0 -1 4202496 14202 0 0 0 40873 2 0 0 25 0 1 0 538634263 38821888 8647 33554432000 4194304 4352236 140735125192928 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20228/statm: 9478 8647 129 39 0 8558 0
[pid=20226/tid=20232] ppid=20144 vsize=364248 CPUtime=0 cores=0,2,4,6
/proc/20226/task/20232/stat : 20232 (python) S 20144 20144 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538644177 372989952 16775 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453940098240 0 0 -1 6 0 0 0
[pid=20233] ppid=20144 vsize=374504 CPUtime=0.46 cores=0,2,4,6
/proc/20233/stat : 20233 (python) S 20144 20144 19634 0 -1 4202560 1165 0 0 0 24 22 0 0 19 0 2 0 538644180 383492096 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20233/statm: 93626 16779 399 364 0 29529 0
[pid=20235] ppid=20233 vsize=78608 CPUtime=291.87 cores=0,2,4,6
/proc/20235/stat : 20235 (precosat) T 20233 20235 20235 0 -1 4202496 19630 0 0 0 29185 2 0 0 25 0 1 0 538644180 80494592 18303 33554432000 4194304 4890832 140734475869968 18446744073709551615 4238686 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/20235/statm: 19652 18303 86 171 0 19479 0
[pid=20233/tid=20251] ppid=20144 vsize=374504 CPUtime=0 cores=0,2,4,6
/proc/20233/task/20251/stat : 20251 (python) S 20144 20144 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538673724 383492096 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453895321536 0 0 -1 2 0 0 0
[pid=20144/tid=20151] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20151/stat : 20151 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 7 0 538585248 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 0 0 0 0
[pid=20144/tid=20154] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20154/stat : 20154 (python) S 20142 20144 19634 0 -1 4202560 19 932 0 0 0 0 0 0 25 0 7 0 538585250 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20157] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20157/stat : 20157 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 7 0 538585253 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20160] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20160/stat : 20160 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 7 0 538585256 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
[pid=20144/tid=20227] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20227/stat : 20227 (python) S 20142 20144 19634 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 7 0 538634263 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
[pid=20144/tid=20234] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20234/stat : 20234 (python) S 20142 20144 19634 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 7 0 538644180 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 4836688

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

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

[startup+1212.5 s]
/proc/loadavg: 8.12 8.05 7.27 9/255 20263
/proc/meminfo: memFree=23152044/32950928 swapFree=67111464/67111528
[pid=20144] ppid=20142 vsize=384748 CPUtime=13.54 cores=0,2,4,6
/proc/20144/stat : 20144 (python) S 20142 20144 19634 0 -1 4202496 31851 932 1 0 1339 15 0 0 18 0 7 0 538583882 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20144/statm: 96187 18269 1886 364 0 32090 0
[pid=20150] ppid=20144 vsize=333468 CPUtime=1.81 cores=0,2,4,6
/proc/20150/stat : 20150 (python) S 20144 20144 19634 0 -1 4202560 1221 0 0 0 91 90 0 0 18 0 2 0 538585248 341471232 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20150/statm: 83367 16779 415 364 0 19285 0
[pid=20152] ppid=20150 vsize=58860 CPUtime=1194.58 cores=0,2,4,6
/proc/20152/stat : 20152 (lingeling) R 20150 20152 20152 0 -1 4202496 35820 0 0 0 119454 4 0 0 25 0 1 0 538585248 60272640 13885 33554432000 4194304 4352236 140736120243712 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20152/statm: 14715 13885 129 39 0 13795 0
[pid=20150/tid=20209] ppid=20144 vsize=333468 CPUtime=0 cores=0,2,4,6
/proc/20150/task/20209/stat : 20209 (python) S 20144 20144 19634 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538595163 341471232 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453652214016 0 0 -1 0 0 0 0
[pid=20153] ppid=20144 vsize=333480 CPUtime=0.77 cores=0,2,4,6
/proc/20153/stat : 20153 (python) S 20144 20144 19634 0 -1 4202560 1134 0 0 0 41 36 0 0 16 0 2 0 538585250 341483520 16763 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20153/statm: 83370 16763 399 364 0 19285 0
[pid=20155] ppid=20153 vsize=965684 CPUtime=490.1 cores=0,2,4,6
/proc/20155/stat : 20155 (cryptominisat-2) T 20153 20155 20155 0 -1 4202496 501615 0 0 0 48907 103 0 0 25 0 1 0 538585250 988860416 202582 33554432000 4194304 4677096 140736553525984 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/20155/statm: 241421 202582 393 118 0 236380 0
[pid=20153/tid=20225] ppid=20144 vsize=333480 CPUtime=0 cores=0,2,4,6
/proc/20153/task/20225/stat : 20225 (python) S 20144 20144 19634 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538634260 341483520 16763 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453931682752 0 0 -1 2 0 0 0
[pid=20156] ppid=20144 vsize=343736 CPUtime=1.8 cores=0,2,4,6
/proc/20156/stat : 20156 (python) S 20144 20144 19634 0 -1 4202560 976 0 0 0 91 89 0 0 18 0 1 0 538585253 351985664 16737 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309698 0 0 17 2 0 0 0
/proc/20156/statm: 85934 16737 370 364 0 21846 0
[pid=20158] ppid=20156 vsize=57364 CPUtime=1196.22 cores=0,2,4,6
/proc/20158/stat : 20158 (lingeling) R 20156 20158 20158 0 -1 4202496 39031 0 0 0 119616 6 0 0 25 0 1 0 538585253 58740736 13512 33554432000 4194304 4352236 140734508469760 18446744073709551615 4328166 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20158/statm: 14341 13512 129 39 0 13421 0
[pid=20159] ppid=20144 vsize=353992 CPUtime=1.86 cores=0,2,4,6
/proc/20159/stat : 20159 (python) S 20144 20144 19634 0 -1 4202560 1046 0 0 0 86 100 0 0 15 0 1 0 538585255 362487808 16742 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 2963192632949309700 0 0 17 6 0 0 0
/proc/20159/statm: 88498 16742 371 364 0 24407 0
[pid=20161] ppid=20159 vsize=1150084 CPUtime=1197.79 cores=0,2,4,6
/proc/20161/stat : 20161 (cryptominisat-2) R 20159 20161 20161 0 -1 4202496 879091 0 0 0 119570 209 0 0 25 0 1 0 538585256 1177686016 239404 33554432000 4194304 4677096 140737439305888 18446744073709551615 4319384 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20161/statm: 287521 239404 393 118 0 282480 0
[pid=20226] ppid=20144 vsize=364248 CPUtime=0.63 cores=0,2,4,6
/proc/20226/stat : 20226 (python) S 20144 20144 19634 0 -1 4202560 1165 0 0 0 33 30 0 0 18 0 2 0 538634262 372989952 16775 33554432000 4194304 5683644 140734963580480 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20226/statm: 91062 16775 399 364 0 26968 0
[pid=20228] ppid=20226 vsize=37912 CPUtime=408.75 cores=0,2,4,6
/proc/20228/stat : 20228 (lingeling) R 20226 20228 20228 0 -1 4202496 14202 0 0 0 40873 2 0 0 25 0 1 0 538634263 38821888 8647 33554432000 4194304 4352236 140735125192928 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20228/statm: 9478 8647 129 39 0 8558 0
[pid=20226/tid=20232] ppid=20144 vsize=364248 CPUtime=0 cores=0,2,4,6
/proc/20226/task/20232/stat : 20232 (python) S 20144 20144 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538644177 372989952 16775 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453940098240 0 0 -1 6 0 0 0
[pid=20233] ppid=20144 vsize=374504 CPUtime=0.46 cores=0,2,4,6
/proc/20233/stat : 20233 (python) S 20144 20144 19634 0 -1 4202560 1165 0 0 0 24 22 0 0 19 0 2 0 538644180 383492096 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20233/statm: 93626 16779 399 364 0 29529 0
[pid=20235] ppid=20233 vsize=78608 CPUtime=291.87 cores=0,2,4,6
/proc/20235/stat : 20235 (precosat) T 20233 20235 20235 0 -1 4202496 19630 0 0 0 29185 2 0 0 25 0 1 0 538644180 80494592 18303 33554432000 4194304 4890832 140734475869968 18446744073709551615 4238686 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/20235/statm: 19652 18303 86 171 0 19479 0
[pid=20233/tid=20251] ppid=20144 vsize=374504 CPUtime=0 cores=0,2,4,6
/proc/20233/task/20251/stat : 20251 (python) S 20144 20144 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538673724 383492096 16779 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 514 18446604453895321536 0 0 -1 2 0 0 0
[pid=20144/tid=20151] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20151/stat : 20151 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 7 0 538585248 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 0 0 0 0
[pid=20144/tid=20154] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20154/stat : 20154 (python) S 20142 20144 19634 0 -1 4202560 19 932 0 0 0 0 0 0 25 0 7 0 538585250 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20157] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20157/stat : 20157 (python) S 20142 20144 19634 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 7 0 538585253 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 2 0 0 0
[pid=20144/tid=20160] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20160/stat : 20160 (python) S 20142 20144 19634 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 7 0 538585256 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
[pid=20144/tid=20227] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20227/stat : 20227 (python) S 20142 20144 19634 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 7 0 538634263 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
[pid=20144/tid=20234] ppid=20142 vsize=384748 CPUtime=0 cores=0,2,4,6
/proc/20144/task/20234/stat : 20234 (python) S 20142 20144 19634 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 7 0 538644180 393981952 18269 33554432000 4194304 5683644 140734963580480 18446744073709551615 268284512689 0 0 16781312 2 18446604446392092736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 4836688

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20144 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=403962
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=165974
# CPU time returned by wait4() is 13.5699
# while last known CPU time is 4800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1212.55
CPU time (s): 4800.18
CPU user time (s): 4793.1
CPU system time (s): 7.08
CPU usage (%): 395.875
Max. virtual memory (cumulated for all children) (KiB): 5050128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.404
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32817
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= 2916
involuntary context switches= 179

runsolver used 2.45563 second user time and 5.9231 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-01 19:10:51
IDJOB=3317910
IDBENCH=83109
IDSOLVER=1706
FILE ID=node122/3317910-1304269850
RUNJOBID= node122-1304267283-19652
PBS_JOBID= 13173957
Free space on /tmp= 73332 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=824782661

node122.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	: 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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20192672 kB
Buffers:        360884 kB
Cached:        1944824 kB
SwapCached:         64 kB
Active:       10573660 kB
Inactive:      1801616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20192672 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           35704 kB
Writeback:           0 kB
AnonPages:    10069828 kB
Mapped:          22720 kB
Slab:           286104 kB
PageTables:      35384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13795516 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= 73332 MiB
End job on node122 at 2011-05-01 19:31:05