Trace number 3317727

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 1297.28

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
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 variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3317727-1304268320.cnf
0.33/0.67	c INFO: computing task features
4.91/5.21	c INFO: computed variable-clause graph statistics
5.01/5.35	c INFO: computed clause balance statistics
25.41/25.74	c INFO: computed variable balance statistics
41.91/42.21	c INFO: computed small-clause counts
42.31/42.60	c INFO: computed Horn-clause counts
125.41/125.79	c INFO: computed variable graph statistics
125.41/125.79	c INFO: collected features for HOME/instance-3317727-1304268320.cnf in 124.99 s
125.52/125.81	c INFO: running cryptominisat-2.9.0@0 for 485 with 4674 remaining (b = 0.32)
125.52/125.84	c INFO: running SApperloT@0 for 97 with 4674 remaining (b = 0.06)
125.52/125.87	c INFO: running lingeling-276@0 for 1261 with 4674 remaining (b = 0.39)
125.61/125.91	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4674 remaining (b = 0.33)
525.49/226.02	c INFO: running lingeling-276@0 for 679 with 4574 remaining (b = 0.23)
2073.10/613.51	c INFO: running cryptominisat-2.9.0@0 for 97 with 4187 remaining (b = 0.06)
2464.91/711.63	c INFO: running precosat-570@0 for 388 with 4089 remaining (b = 0.10)
3244.97/906.90	c INFO: running lingeling-276@0 for 97 with 3893 remaining (b = 0.04)
3643.84/1007.08	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3793 remaining (b = 0.34)
4034.74/1105.17	c INFO: running precosat-570@679 for 97 with 3695 remaining (b = 0.02)
4423.63/1202.71	c INFO: running lingeling-276@486 for 97 with 3597 remaining (b = 0.02)
4437.97/1206.31	c INFO: running cryptominisat-2.9.0@97 for 1746 with 3594 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-3317727-1304268320/watcher-3317727-1304268320 -o /tmp/evaluation-result-3317727-1304268320/solver-3317727-1304268320 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317727-1304268320.cnf -seed 979871631 -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: 8.16 7.64 4.86 5/198 25927
/proc/meminfo: memFree=26521232/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 791 0 0 0 0 0 0 0 21 0 1 0 538432619 15749120 678 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25927/statm: 3845 678 322 364 0 332 0

[startup+0.0519189 s]
/proc/loadavg: 8.16 7.64 4.86 5/198 25927
/proc/meminfo: memFree=26521232/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=23180 CPUtime=0.02 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 1323 0 0 0 2 0 0 0 21 0 1 0 538432619 23736320 1172 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/25927/statm: 5795 1172 432 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23180

[startup+0.100925 s]
/proc/loadavg: 8.16 7.64 4.86 5/198 25927
/proc/meminfo: memFree=26521232/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=87700 CPUtime=0.06 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 538432619 89804800 2353 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/25927/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.301343 s]
/proc/loadavg: 8.16 7.64 4.86 5/198 25927
/proc/meminfo: memFree=26521232/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=135744 CPUtime=0.19 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 5963 934 1 0 13 6 0 0 17 0 1 0 538432619 139001856 4149 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/25927/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.700801 s]
/proc/loadavg: 8.16 7.64 4.86 5/198 25927
/proc/meminfo: memFree=26521232/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=304716 CPUtime=0.41 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 15819 934 1 0 27 14 0 0 16 0 1 0 538432619 312029184 13501 33554432000 4194304 5683644 140737463181696 18446744073709551615 47032004662281 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25927/statm: 76179 13501 1761 364 0 12103 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 304716

[startup+1.5007 s]
/proc/loadavg: 8.16 7.64 4.86 6/199 25932
/proc/meminfo: memFree=26449428/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=360820 CPUtime=1.21 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 29671 934 1 0 105 16 0 0 17 0 1 0 538432619 369479680 27354 33554432000 4194304 5683644 140737463181696 18446744073709551615 47032004674310 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25927/statm: 90205 27354 1761 364 0 26129 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 360820

[startup+3.10043 s]
/proc/loadavg: 7.98 7.61 4.87 6/199 25932
/proc/meminfo: memFree=26376248/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=470260 CPUtime=2.81 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 56993 934 1 0 262 19 0 0 19 0 1 0 538432619 481546240 54675 33554432000 4194304 5683644 140737463181696 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25927/statm: 117565 54675 1761 364 0 53489 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 470260

[startup+6.30082 s]
/proc/loadavg: 7.98 7.61 4.87 6/199 25932
/proc/meminfo: memFree=26215296/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=560792 CPUtime=6.01 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 111941 934 1 0 576 25 0 0 25 0 1 0 538432619 574251008 77583 33554432000 4194304 5683644 140737463181696 18446744073709551615 230808833021 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25927/statm: 140198 77583 1826 364 0 76122 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 560792

[startup+12.7006 s]
/proc/loadavg: 7.52 7.52 4.87 6/199 25933
/proc/meminfo: memFree=26214184/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=560792 CPUtime=12.41 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 111941 934 1 0 1216 25 0 0 25 0 1 0 538432619 574251008 77583 33554432000 4194304 5683644 140737463181696 18446744073709551615 230808832980 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25927/statm: 140198 77583 1826 364 0 76122 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 560792

[startup+25.5003 s]
/proc/loadavg: 7.14 7.44 4.87 6/199 25933
/proc/meminfo: memFree=26213416/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=560792 CPUtime=25.21 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 111941 934 1 0 2496 25 0 0 25 0 1 0 538432619 574251008 77583 33554432000 4194304 5683644 140737463181696 18446744073709551615 4619662 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25927/statm: 140198 77583 1826 364 0 76122 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 560792

[startup+51.1007 s]
/proc/loadavg: 5.74 7.09 4.83 3/183 25966
/proc/meminfo: memFree=26305572/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=560792 CPUtime=50.81 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 111948 934 1 0 5056 25 0 0 25 0 1 0 538432619 574251008 77590 33554432000 4194304 5683644 140737463181696 18446744073709551615 47031833811084 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25927/statm: 140198 77590 1833 364 0 76122 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 560792

[startup+102.306 s]
/proc/loadavg: 3.55 6.25 4.67 3/183 25967
/proc/meminfo: memFree=26298404/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=560792 CPUtime=102.02 cores=0,2,4,6
/proc/25927/stat : 25927 (python) R 25925 25927 25680 0 -1 4202496 111948 934 1 0 10177 25 0 0 25 0 1 0 538432619 574251008 77590 33554432000 4194304 5683644 140737463181696 18446744073709551615 47031833811072 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25927/statm: 140198 77590 1833 364 0 76122 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 560792

[startup+162.301 s]
/proc/loadavg: 5.91 6.37 4.80 9/207 25993
/proc/meminfo: memFree=24331112/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=580320 CPUtime=125.63 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 114683 934 1 0 12533 30 0 0 22 0 5 0 538432619 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25927/statm: 145080 72277 1881 364 0 80989 0
[pid=25981] ppid=25927 vsize=539308 CPUtime=0.05 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25927 25927 25680 0 -1 4202560 1009 0 0 0 2 3 0 0 15 0 1 0 538445200 552251392 70762 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185807 0 0 16781312 514 8121643793637146884 0 0 17 2 0 0 0
/proc/25981/statm: 134827 70762 382 364 0 70745 0
[pid=25983] ppid=25981 vsize=670096 CPUtime=36.36 cores=0,2,4,6
/proc/25983/stat : 25983 (cryptominisat-2) R 25981 25983 25983 0 -1 4202496 141624 0 0 0 3615 21 0 0 25 0 1 0 538445201 686178304 132859 33554432000 4194304 4677096 140735236168592 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25983/statm: 167524 132859 387 118 0 162483 0
[pid=25984] ppid=25927 vsize=549564 CPUtime=0.05 cores=0,2,4,6
/proc/25984/stat : 25984 (python) S 25927 25927 25680 0 -1 4202560 914 0 0 0 2 3 0 0 18 0 1 0 538445203 562753536 70754 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 8121643793637146884 0 0 17 4 0 0 0
/proc/25984/statm: 137391 70754 370 364 0 73306 0
[pid=25986] ppid=25984 vsize=94824 CPUtime=36.37 cores=0,2,4,6
/proc/25986/stat : 25986 (SApperloT-base) R 25984 25986 25986 0 -1 4202496 23399 0 0 0 3630 7 0 0 25 0 1 0 538445205 97099776 21916 33554432000 134512640 135674940 4289542096 18446744073709551615 134551616 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25986/statm: 23706 21916 99 284 0 23420 0
[pid=25987] ppid=25927 vsize=559820 CPUtime=0.05 cores=0,2,4,6
/proc/25987/stat : 25987 (python) S 25927 25927 25680 0 -1 4202560 934 0 0 0 2 3 0 0 18 0 1 0 538445207 573255680 70758 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 8121643793637146884 0 0 17 0 0 0 0
/proc/25987/statm: 139955 70758 370 364 0 75867 0
[pid=25989] ppid=25987 vsize=91664 CPUtime=36.33 cores=0,2,4,6
/proc/25989/stat : 25989 (lingeling) R 25987 25989 25989 0 -1 4202496 35549 0 0 0 3628 5 0 0 25 0 1 0 538445208 93863936 22086 33554432000 4194304 4352236 140733495945024 18446744073709551615 4241364 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25989/statm: 22916 22086 129 39 0 21996 0
[pid=25990] ppid=25927 vsize=570076 CPUtime=0.05 cores=0,2,4,6
/proc/25990/stat : 25990 (python) S 25927 25927 25680 0 -1 4202560 949 0 0 0 2 3 0 0 15 0 1 0 538445210 583757824 70762 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 4186214605191610625 0 0 17 4 0 0 0
/proc/25990/statm: 142519 70762 370 364 0 78428 0
[pid=25992] ppid=25990 vsize=664032 CPUtime=36.16 cores=0,2,4,6
/proc/25992/stat : 25992 (cryptominisat-2) R 25990 25992 25992 0 -1 4202496 139834 0 0 0 3595 21 0 0 25 0 1 0 538445211 679968768 131067 33554432000 4194304 4677096 140734348070896 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25992/statm: 166008 131067 387 118 0 160967 0
[pid=25927/tid=25982] ppid=25925 vsize=580320 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25982/stat : 25982 (python) S 25925 25927 25680 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538445201 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 6 0 0 0
[pid=25927/tid=25985] ppid=25925 vsize=580320 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25985/stat : 25985 (python) S 25925 25927 25680 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 5 0 538445204 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 2 0 0 0
[pid=25927/tid=25988] ppid=25925 vsize=580320 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25988/stat : 25988 (python) S 25925 25927 25680 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 5 0 538445208 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 0 0 0 0
[pid=25927/tid=25991] ppid=25925 vsize=580320 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25991/stat : 25991 (python) S 25925 25927 25680 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 538445211 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 271.05
Current children cumulated vsize (KiB) 4319704

[startup+222.301 s]
/proc/loadavg: 7.23 6.66 5.00 9/212 25999
/proc/meminfo: memFree=23106392/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=580320 CPUtime=125.63 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 114683 934 1 0 12533 30 0 0 22 0 5 0 538432619 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25927/statm: 145080 72277 1881 364 0 80989 0
[pid=25981] ppid=25927 vsize=539308 CPUtime=0.14 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25927 25927 25680 0 -1 4202560 1032 0 0 0 8 6 0 0 15 0 1 0 538445200 552251392 70762 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185807 0 0 16781312 514 12538804219173372164 0 0 17 2 0 0 0
/proc/25981/statm: 134827 70762 382 364 0 70745 0
[pid=25983] ppid=25981 vsize=982788 CPUtime=96.18 cores=0,2,4,6
/proc/25983/stat : 25983 (cryptominisat-2) R 25981 25983 25983 0 -1 4202496 220150 0 0 0 9586 32 0 0 25 0 1 0 538445201 1006374912 199808 33554432000 4194304 4677096 140735236168592 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25983/statm: 245697 199808 391 118 0 240656 0
[pid=25984] ppid=25927 vsize=549564 CPUtime=0.13 cores=0,2,4,6
/proc/25984/stat : 25984 (python) S 25927 25927 25680 0 -1 4202560 938 0 0 0 6 7 0 0 18 0 1 0 538445203 562753536 70754 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 8121643793637146884 0 0 17 4 0 0 0
/proc/25984/statm: 137391 70754 370 364 0 73306 0
[pid=25986] ppid=25984 vsize=154400 CPUtime=96.29 cores=0,2,4,6
/proc/25986/stat : 25986 (SApperloT-base) R 25984 25986 25986 0 -1 4202496 38672 0 0 0 9616 13 0 0 25 0 1 0 538445205 158105600 36164 33554432000 134512640 135674940 4289542096 18446744073709551615 134564015 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25986/statm: 38600 36164 99 284 0 38314 0
[pid=25987] ppid=25927 vsize=559820 CPUtime=0.13 cores=0,2,4,6
/proc/25987/stat : 25987 (python) S 25927 25927 25680 0 -1 4202560 956 0 0 0 7 6 0 0 18 0 1 0 538445207 573255680 70758 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 8121643793637146884 0 0 17 0 0 0 0
/proc/25987/statm: 139955 70758 370 364 0 75867 0
[pid=25989] ppid=25987 vsize=91100 CPUtime=96.25 cores=0,2,4,6
/proc/25989/stat : 25989 (lingeling) R 25987 25989 25989 0 -1 4202496 36044 0 0 0 9620 5 0 0 25 0 1 0 538445208 93286400 21945 33554432000 4194304 4352236 140733495945024 18446744073709551615 4234510 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25989/statm: 22775 21945 129 39 0 21855 0
[pid=25990] ppid=25927 vsize=570076 CPUtime=0.14 cores=0,2,4,6
/proc/25990/stat : 25990 (python) S 25927 25927 25680 0 -1 4202560 973 0 0 0 6 8 0 0 15 0 1 0 538445210 583757824 70762 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 4186214605191610625 0 0 17 4 0 0 0
/proc/25990/statm: 142519 70762 370 364 0 78428 0
[pid=25992] ppid=25990 vsize=945960 CPUtime=95.82 cores=0,2,4,6
/proc/25992/stat : 25992 (cryptominisat-2) R 25990 25992 25992 0 -1 4202496 213776 0 0 0 9547 35 0 0 25 0 1 0 538445211 968663040 193428 33554432000 4194304 4677096 140734348070896 18446744073709551615 4236679 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25992/statm: 236490 193428 391 118 0 231449 0
[pid=25927/tid=25982] ppid=25925 vsize=580320 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25982/stat : 25982 (python) S 25925 25927 25680 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 538445201 594247680 72277 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 6 0 0 0

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

/proc/25989/stat : 25989 (lingeling) R 25987 25989 25989 0 -1 4202496 115111 0 0 0 111505 19 0 0 25 0 1 0 538445208 143306752 33902 33554432000 4194304 4352236 140733495945024 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25989/statm: 34987 33902 129 39 0 34067 0
[pid=25990] ppid=25927 vsize=570076 CPUtime=1.53 cores=0,2,4,6
/proc/25990/stat : 25990 (python) S 25927 25927 25680 0 -1 4202560 1169 0 0 0 82 71 0 0 17 0 2 0 538445210 583757824 70792 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25990/statm: 142519 70792 399 364 0 78428 0
[pid=25992] ppid=25990 vsize=1945456 CPUtime=1070.78 cores=0,2,4,6
/proc/25992/stat : 25992 (cryptominisat-2) T 25990 25992 25992 0 -1 4202496 469537 0 0 0 106961 117 0 0 25 0 1 0 538445211 1992146944 396475 33554432000 4194304 4677096 140734348070896 18446744073709551615 4336232 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/25992/statm: 486364 396475 391 118 0 481323 0
[pid=25990/tid=26133] ppid=25927 vsize=570076 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26133/stat : 26133 (python) S 25927 25927 25680 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 538552888 583757824 70792 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604444913498240 0 0 -1 6 0 0 0
[pid=26001] ppid=25927 vsize=580332 CPUtime=0.97 cores=0,2,4,6
/proc/26001/stat : 26001 (python) S 25927 25927 25680 0 -1 4202560 1165 0 0 0 53 44 0 0 18 0 2 0 538455221 594259968 70796 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26001/statm: 145083 70796 399 364 0 80989 0
[pid=26003] ppid=26001 vsize=141224 CPUtime=718.89 cores=0,2,4,6
/proc/26003/stat : 26003 (lingeling) R 26001 26003 26003 0 -1 4202496 88898 0 0 0 71877 12 0 0 25 0 1 0 538455222 144613376 32429 33554432000 4194304 4352236 140734904834336 18446744073709551615 4328979 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26003/statm: 35306 32429 129 39 0 34386 0
[pid=26001/tid=26107] ppid=25927 vsize=580332 CPUtime=0 cores=0,2,4,6
/proc/26001/task/26107/stat : 26107 (python) S 25927 25927 25680 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538523307 594259968 70796 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453860491456 0 0 -1 0 0 0 0
[pid=26060] ppid=25927 vsize=590588 CPUtime=0.21 cores=0,2,4,6
/proc/26060/stat : 26060 (python) S 25927 25927 25680 0 -1 4202560 1147 0 0 0 11 10 0 0 15 0 2 0 538493970 604762112 70800 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26060/statm: 147647 70800 399 364 0 83550 0
[pid=26062] ppid=26060 vsize=1261276 CPUtime=133.54 cores=0,2,4,6
/proc/26062/stat : 26062 (cryptominisat-2) R 26060 26062 26062 0 -1 4202496 262395 0 0 0 13312 42 0 0 25 0 1 0 538493972 1291546624 241535 33554432000 4194304 4677096 140736723988688 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26062/statm: 315319 241535 391 118 0 310278 0
[pid=26060/tid=26098] ppid=25927 vsize=590588 CPUtime=0 cores=0,2,4,6
/proc/26060/task/26098/stat : 26098 (python) S 25927 25927 25680 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 538503780 604762112 70800 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453865327680 0 0 -1 4 0 0 0
[pid=26099] ppid=25927 vsize=600844 CPUtime=0.66 cores=0,2,4,6
/proc/26099/stat : 26099 (python) S 25927 25927 25680 0 -1 4202560 1157 0 0 0 39 27 0 0 18 0 2 0 538503783 615264256 70804 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26099/statm: 150211 70804 399 364 0 86111 0
[pid=26101] ppid=26099 vsize=392292 CPUtime=489.72 cores=0,2,4,6
/proc/26101/stat : 26101 (precosat) T 26099 26101 26101 0 -1 4202496 158846 0 0 0 48949 23 0 0 25 0 1 0 538503784 401707008 97205 33554432000 4194304 4890832 140736895600672 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/26101/statm: 98073 97205 86 171 0 97900 0
[pid=26099/tid=26127] ppid=25927 vsize=600844 CPUtime=0 cores=0,2,4,6
/proc/26099/task/26127/stat : 26127 (python) S 25927 25927 25680 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538543134 615264256 70804 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453674349824 0 0 -1 6 0 0 0
[pid=26108] ppid=25927 vsize=611100 CPUtime=0.14 cores=0,2,4,6
/proc/26108/stat : 26108 (python) S 25927 25927 25680 0 -1 4202560 1166 0 0 0 9 5 0 0 19 0 2 0 538523309 625766400 70814 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26108/statm: 152775 70814 405 364 0 88672 0
[pid=26110] ppid=26108 vsize=96340 CPUtime=99.98 cores=0,2,4,6
/proc/26110/stat : 26110 (lingeling) T 26108 26110 26110 0 -1 4202496 36382 0 0 0 9993 5 0 0 25 0 1 0 538523311 98652160 22232 33554432000 4194304 4352236 140734128071008 18446744073709551615 4231337 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/26110/statm: 24085 22232 129 39 0 23165 0
[pid=26108/tid=26123] ppid=25927 vsize=611100 CPUtime=0 cores=0,2,4,6
/proc/26108/task/26123/stat : 26123 (python) S 25927 25927 25680 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533325 625766400 70814 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453891446912 0 0 -1 2 0 0 0
[pid=25927/tid=25982] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25982/stat : 25982 (python) S 25925 25927 25680 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 538445201 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 6 0 0 0
[pid=25927/tid=25985] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25985/stat : 25985 (python) S 25925 25927 25680 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 538445204 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 2 0 0 0
[pid=25927/tid=25988] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25988/stat : 25988 (python) S 25925 25927 25680 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 538445208 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 0 0 0 0
[pid=25927/tid=25991] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25991/stat : 25991 (python) S 25925 25927 25680 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 538445211 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26002] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26002/stat : 26002 (python) S 25925 25927 25680 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 538455222 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26061] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26061/stat : 26061 (python) S 25925 25927 25680 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 538493971 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26100] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26100/stat : 26100 (python) S 25925 25927 25680 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 538503784 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26109] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26109/stat : 26109 (python) S 25925 25927 25680 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 538523310 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4581.41
Current children cumulated vsize (KiB) 11320764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1297.2 s]
/proc/loadavg: 5.06 5.38 5.55 6/214 26136
/proc/meminfo: memFree=20169804/32951124 swapFree=67111448/67111528
[pid=25927] ppid=25925 vsize=621344 CPUtime=125.86 cores=0,2,4,6
/proc/25927/stat : 25927 (python) S 25925 25927 25680 0 -1 4202496 118541 934 1 0 12552 34 0 0 18 0 9 0 538432619 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25927/statm: 155336 72302 1890 364 0 91233 0
[pid=25981] ppid=25927 vsize=549552 CPUtime=1.11 cores=0,2,4,6
/proc/25981/stat : 25981 (python) S 25927 25927 25680 0 -1 4202560 1242 0 0 0 59 52 0 0 15 0 2 0 538445200 562741248 70802 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25981/statm: 137388 70802 417 364 0 73306 0
[pid=25983] ppid=25981 vsize=1958164 CPUtime=775.29 cores=0,2,4,6
/proc/25983/stat : 25983 (cryptominisat-2) R 25981 25983 25983 0 -1 4202496 451309 0 0 0 77435 94 0 0 25 0 1 0 538445201 2005159936 394627 33554432000 4194304 4677096 140735236168592 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25983/statm: 489541 394627 391 118 0 484500 0
[pid=25981/tid=26059] ppid=25927 vsize=549552 CPUtime=0 cores=0,2,4,6
/proc/25981/task/26059/stat : 26059 (python) S 25927 25927 25680 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538493968 562741248 70802 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453856203968 0 0 -1 2 0 0 0
[pid=25984] ppid=25927 vsize=549564 CPUtime=0.14 cores=0,2,4,6
/proc/25984/stat : 25984 (python) S 25927 25927 25680 0 -1 4202560 1097 0 0 0 7 7 0 0 19 0 2 0 538445203 562753536 70784 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25984/statm: 137391 70784 399 364 0 73306 0
[pid=25986] ppid=25984 vsize=160468 CPUtime=99.99 cores=0,2,4,6
/proc/25986/stat : 25986 (SApperloT-base) T 25984 25986 25986 0 -1 4202496 40185 0 0 0 9986 13 0 0 25 0 1 0 538445205 164319232 37677 33554432000 134512640 135674940 4289542096 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25986/statm: 40117 37677 99 284 0 39831 0
[pid=25984/tid=26000] ppid=25927 vsize=549564 CPUtime=0 cores=0,2,4,6
/proc/25984/task/26000/stat : 26000 (python) S 25927 25927 25680 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538455218 562753536 70784 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453985329216 0 0 -1 4 0 0 0
[pid=25987] ppid=25927 vsize=559820 CPUtime=1.56 cores=0,2,4,6
/proc/25987/stat : 25987 (python) S 25927 25927 25680 0 -1 4202560 990 0 0 0 88 68 0 0 18 0 1 0 538445207 573255680 70758 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 8121643793637146884 0 0 17 0 0 0 0
/proc/25987/statm: 139955 70758 370 364 0 75867 0
[pid=25989] ppid=25987 vsize=139948 CPUtime=1170.08 cores=0,2,4,6
/proc/25989/stat : 25989 (lingeling) R 25987 25989 25989 0 -1 4202496 115111 0 0 0 116989 19 0 0 25 0 1 0 538445208 143306752 33902 33554432000 4194304 4352236 140733495945024 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25989/statm: 34987 33902 129 39 0 34067 0
[pid=25990] ppid=25927 vsize=570076 CPUtime=1.53 cores=0,2,4,6
/proc/25990/stat : 25990 (python) S 25927 25927 25680 0 -1 4202560 1169 0 0 0 82 71 0 0 17 0 2 0 538445210 583757824 70792 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25990/statm: 142519 70792 399 364 0 78428 0
[pid=25992] ppid=25990 vsize=1945456 CPUtime=1070.78 cores=0,2,4,6
/proc/25992/stat : 25992 (cryptominisat-2) T 25990 25992 25992 0 -1 4202496 469537 0 0 0 106961 117 0 0 25 0 1 0 538445211 1992146944 396475 33554432000 4194304 4677096 140734348070896 18446744073709551615 4336232 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/25992/statm: 486364 396475 391 118 0 481323 0
[pid=25990/tid=26133] ppid=25927 vsize=570076 CPUtime=0 cores=0,2,4,6
/proc/25990/task/26133/stat : 26133 (python) S 25927 25927 25680 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 538552888 583757824 70792 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604444913498240 0 0 -1 6 0 0 0
[pid=26001] ppid=25927 vsize=580332 CPUtime=1.04 cores=0,2,4,6
/proc/26001/stat : 26001 (python) S 25927 25927 25680 0 -1 4202560 1165 0 0 0 57 47 0 0 18 0 2 0 538455221 594259968 70796 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26001/statm: 145083 70796 399 364 0 80989 0
[pid=26003] ppid=26001 vsize=141224 CPUtime=773.72 cores=0,2,4,6
/proc/26003/stat : 26003 (lingeling) R 26001 26003 26003 0 -1 4202496 98371 0 0 0 77359 13 0 0 25 0 1 0 538455222 144613376 33709 33554432000 4194304 4352236 140734904834336 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26003/statm: 35306 33709 129 39 0 34386 0
[pid=26001/tid=26107] ppid=25927 vsize=580332 CPUtime=0 cores=0,2,4,6
/proc/26001/task/26107/stat : 26107 (python) S 25927 25927 25680 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538523307 594259968 70796 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453860491456 0 0 -1 0 0 0 0
[pid=26060] ppid=25927 vsize=590588 CPUtime=0.29 cores=0,2,4,6
/proc/26060/stat : 26060 (python) S 25927 25927 25680 0 -1 4202560 1162 0 0 0 16 13 0 0 15 0 2 0 538493970 604762112 70800 33554432000 4194304 5683644 140737463181696 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26060/statm: 147647 70800 399 364 0 83550 0
[pid=26062] ppid=26060 vsize=1409648 CPUtime=188.29 cores=0,2,4,6
/proc/26062/stat : 26062 (cryptominisat-2) R 26060 26062 26062 0 -1 4202496 301196 0 0 0 18778 51 0 0 25 0 1 0 538493972 1443479552 273626 33554432000 4194304 4677096 140736723988688 18446744073709551615 4337555 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26062/statm: 352412 273626 391 118 0 347371 0
[pid=26060/tid=26098] ppid=25927 vsize=590588 CPUtime=0 cores=0,2,4,6
/proc/26060/task/26098/stat : 26098 (python) S 25927 25927 25680 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 538503780 604762112 70800 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453865327680 0 0 -1 4 0 0 0
[pid=26099] ppid=25927 vsize=600844 CPUtime=0.66 cores=0,2,4,6
/proc/26099/stat : 26099 (python) S 25927 25927 25680 0 -1 4202560 1157 0 0 0 39 27 0 0 18 0 2 0 538503783 615264256 70804 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26099/statm: 150211 70804 399 364 0 86111 0
[pid=26101] ppid=26099 vsize=392292 CPUtime=489.72 cores=0,2,4,6
/proc/26101/stat : 26101 (precosat) T 26099 26101 26101 0 -1 4202496 158846 0 0 0 48949 23 0 0 25 0 1 0 538503784 401707008 97205 33554432000 4194304 4890832 140736895600672 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/26101/statm: 98073 97205 86 171 0 97900 0
[pid=26099/tid=26127] ppid=25927 vsize=600844 CPUtime=0 cores=0,2,4,6
/proc/26099/task/26127/stat : 26127 (python) S 25927 25927 25680 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538543134 615264256 70804 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453674349824 0 0 -1 6 0 0 0
[pid=26108] ppid=25927 vsize=611100 CPUtime=0.14 cores=0,2,4,6
/proc/26108/stat : 26108 (python) S 25927 25927 25680 0 -1 4202560 1166 0 0 0 9 5 0 0 19 0 2 0 538523309 625766400 70814 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26108/statm: 152775 70814 405 364 0 88672 0
[pid=26110] ppid=26108 vsize=96340 CPUtime=99.98 cores=0,2,4,6
/proc/26110/stat : 26110 (lingeling) T 26108 26110 26110 0 -1 4202496 36382 0 0 0 9993 5 0 0 25 0 1 0 538523311 98652160 22232 33554432000 4194304 4352236 140734128071008 18446744073709551615 4231337 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/26110/statm: 24085 22232 129 39 0 23165 0
[pid=26108/tid=26123] ppid=25927 vsize=611100 CPUtime=0 cores=0,2,4,6
/proc/26108/task/26123/stat : 26123 (python) S 25927 25927 25680 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533325 625766400 70814 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 514 18446604453891446912 0 0 -1 2 0 0 0
[pid=25927/tid=25982] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25982/stat : 25982 (python) S 25925 25927 25680 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 538445201 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 6 0 0 0
[pid=25927/tid=25985] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25985/stat : 25985 (python) S 25925 25927 25680 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 538445204 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 2 0 0 0
[pid=25927/tid=25988] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25988/stat : 25988 (python) S 25925 25927 25680 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 538445208 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 0 0 0 0
[pid=25927/tid=25991] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/25991/stat : 25991 (python) S 25925 25927 25680 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 538445211 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26002] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26002/stat : 26002 (python) S 25925 25927 25680 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 538455222 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26061] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26061/stat : 26061 (python) S 25925 25927 25680 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 538493971 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26100] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26100/stat : 26100 (python) S 25925 25927 25680 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 538503784 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
[pid=25927/tid=26109] ppid=25925 vsize=621344 CPUtime=0 cores=0,2,4,6
/proc/25927/task/26109/stat : 26109 (python) S 25925 25927 25680 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 538523310 636256256 72302 33554432000 4194304 5683644 140737463181696 18446744073709551615 230820989361 0 0 16781312 2 18446604453985331008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 11476760

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 25927 and gives
#  childrusage.ru_utime.tv_sec=125
#  childrusage.ru_utime.tv_usec=528916
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=367944
# CPU time returned by wait4() is 125.897
# 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): 1297.28
CPU time (s): 4800.18
CPU user time (s): 4793.59
CPU system time (s): 6.59
CPU usage (%): 370.02
Max. virtual memory (cumulated for all children) (KiB): 11476764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.529
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119477
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= 2930
involuntary context switches= 321

runsolver used 3.83542 second user time and 7.47386 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-01 18:45:22
IDJOB=3317727
IDBENCH=71036
IDSOLVER=1706
FILE ID=node104/3317727-1304268320
RUNJOBID= node104-1304267294-25698
PBS_JOBID= 13173974
Free space on /tmp= 72732 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.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-3317727-1304268320/watcher-3317727-1304268320 -o /tmp/evaluation-result-3317727-1304268320/solver-3317727-1304268320 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317727-1304268320.cnf -seed 979871631 -budget 4800 -cores 4

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=979871631

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26521520 kB
Buffers:        447732 kB
Cached:        1382632 kB
SwapCached:         80 kB
Active:        4527880 kB
Inactive:      1472656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26521520 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           57768 kB
Writeback:           0 kB
AnonPages:     4170144 kB
Mapped:          22188 kB
Slab:           352640 kB
PageTables:      17824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5390432 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= 72588 MiB
End job on node104 at 2011-05-01 19:07:01