Trace number 3317726

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.01 1212.86

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.67	c INFO: solving HOME/instance-3317726-1304267715.cnf
0.32/0.67	c INFO: computing task features
1.00/1.39	c INFO: computed variable-clause graph statistics
1.10/1.41	c INFO: computed clause balance statistics
4.80/5.11	c INFO: computed variable balance statistics
7.60/7.97	c INFO: computed small-clause counts
7.60/8.00	c INFO: computed Horn-clause counts
13.40/13.74	c INFO: computed variable graph statistics
13.40/13.74	c INFO: collected features for HOME/instance-3317726-1304267715.cnf in 13.04 s
13.40/13.76	c INFO: running lingeling-276@0 for 97 with 4786 remaining (b = 0.35)
13.40/13.79	c INFO: running cryptominisat-2.9.0@0 for 485 with 4786 remaining (b = 0.32)
13.49/13.81	c INFO: running lingeling-276@0 for 1261 with 4786 remaining (b = 0.47)
13.49/13.84	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4786 remaining (b = 0.54)
413.27/113.91	c INFO: running lingeling-276@0 for 97 with 4686 remaining (b = 0.10)
793.17/209.04	c INFO: running lingeling-276@94 for 97 with 4591 remaining (b = 0.10)
1196.95/310.18	c INFO: running lingeling-276@195 for 97 with 4490 remaining (b = 0.10)
1577.11/405.31	c INFO: running SApperloT@0 for 97 with 4395 remaining (b = 0.16)
1957.69/500.68	c INFO: running precosat-570@0 for 291 with 4300 remaining (b = 0.21)
1976.82/505.47	c INFO: running lingeling-276@0 for 1261 with 4295 remaining (b = 0.37)
3125.40/793.05	c INFO: running precosat-570@99 for 97 with 4007 remaining (b = 0.07)
3529.13/894.19	c INFO: running precosat-570@200 for 97 with 3906 remaining (b = 0.07)
3909.30/989.33	c INFO: running lingeling-276@0 for 97 with 3811 remaining (b = 0.06)
4308.29/1089.48	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3711 remaining (b = 0.42)
4800.01/1212.84	c INFO: running precosat-570@295 for 97 with 3587 remaining (b = 0.05)
4800.01/1212.84	Traceback (most recent call last):
4800.01/1212.84	  File "HOME/solve", line 33, in <module>
4800.01/1212.84	    plac.call(main)
4800.01/1212.84	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
4800.01/1212.84	    cmd, result = parser_from(obj).consume(arglist)
4800.01/1212.84	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
4800.01/1212.84	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.01/1212.84	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.01/1212.84	    (_, answer, _) = solver(input_path, budget, cores)
4800.01/1212.84	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.01/1212.84	    solver.go(max_cost * borg.defaults.machine_speed)
4800.01/1212.84	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.01/1212.84	    self._process.start()
4800.01/1212.84	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.01/1212.84	    assert self._popen is None, 'cannot start a process twice'
4800.01/1212.84	AssertionError: cannot start a process twice

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-3317726-1304267715/watcher-3317726-1304267715 -o /tmp/evaluation-result-3317726-1304267715/solver-3317726-1304267715 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317726-1304267715.cnf -seed 30873738 -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.20 5.69 2.60 5/194 21212
/proc/meminfo: memFree=28885140/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 538369424 15548416 622 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550535680 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 3796 622 322 364 0 283 0

[startup+0.064809 s]
/proc/loadavg: 8.20 5.69 2.60 5/194 21212
/proc/meminfo: memFree=28885140/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=30112 CPUtime=0.03 cores=0,2,4,6
/proc/21212/stat : 21212 (python) S 21210 21212 21052 0 -1 4202496 1511 0 0 0 3 0 0 0 25 0 1 0 538369424 30834688 1348 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/21212/statm: 7528 1348 443 364 0 898 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30112

[startup+0.100827 s]
/proc/loadavg: 8.20 5.69 2.60 5/194 21212
/proc/meminfo: memFree=28885140/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 2644 0 0 0 5 1 0 0 25 0 1 0 538369424 91922432 2359 33554432000 4194304 5683644 140734614825632 18446744073709551615 47753598636208 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 22442 2361 723 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300762 s]
/proc/loadavg: 8.20 5.69 2.60 5/194 21212
/proc/meminfo: memFree=28885140/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 5964 935 1 0 13 5 0 0 17 0 1 0 538369424 139005952 4150 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550533637 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70073 s]
/proc/loadavg: 8.20 5.69 2.60 5/194 21212
/proc/meminfo: memFree=28885140/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=283956 CPUtime=0.4 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 10617 935 1 0 29 11 0 0 16 0 1 0 538369424 290770944 8297 33554432000 4194304 5683644 140734614825632 18446744073709551615 4603041 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 70989 8297 1761 364 0 6913 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283956

[startup+1.50061 s]
/proc/loadavg: 8.20 5.69 2.60 6/195 21217
/proc/meminfo: memFree=28837640/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=327284 CPUtime=1.2 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 27037 935 1 0 107 13 0 0 17 0 1 0 538369424 335138816 19206 33554432000 4194304 5683644 140734614825632 18446744073709551615 47753605448714 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 81821 19206 1826 364 0 17745 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 327284

[startup+3.1003 s]
/proc/loadavg: 7.94 5.68 2.61 7/195 21217
/proc/meminfo: memFree=28812468/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=327284 CPUtime=2.8 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 27037 935 1 0 267 13 0 0 19 0 1 0 538369424 335138816 19206 33554432000 4194304 5683644 140734614825632 18446744073709551615 47753612583311 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 81821 19206 1826 364 0 17745 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 327284

[startup+6.30073 s]
/proc/loadavg: 7.94 5.68 2.61 6/195 21217
/proc/meminfo: memFree=28807780/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=327284 CPUtime=6 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 27038 935 1 0 587 13 0 0 25 0 1 0 538369424 335138816 19207 33554432000 4194304 5683644 140734614825632 18446744073709551615 47753607945573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 81821 19207 1827 364 0 17745 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 327284

[startup+12.7006 s]
/proc/loadavg: 7.57 5.67 2.64 6/195 21217
/proc/meminfo: memFree=28795800/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=327284 CPUtime=12.4 cores=0,2,4,6
/proc/21212/stat : 21212 (python) R 21210 21212 21052 0 -1 4202496 27044 935 1 0 1227 13 0 0 25 0 1 0 538369424 335138816 19213 33554432000 4194304 5683644 140734614825632 18446744073709551615 47753605171340 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21212/statm: 81821 19213 1833 364 0 17745 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 327284

[startup+25.5012 s]
/proc/loadavg: 7.63 5.75 2.70 9/207 21229
/proc/meminfo: memFree=28573852/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=364560 CPUtime=13.54 cores=0,2,4,6
/proc/21212/stat : 21212 (python) S 21210 21212 21052 0 -1 4202496 29743 935 1 0 1339 15 0 0 20 0 5 0 538369424 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21212/statm: 91140 18337 1881 364 0 27049 0
[pid=21218] ppid=21212 vsize=323548 CPUtime=0.01 cores=0,2,4,6
/proc/21218/stat : 21218 (python) S 21212 21212 21052 0 -1 4202560 997 0 0 0 0 1 0 0 18 0 1 0 538370800 331313152 16821 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557711 0 0 16781312 514 9053026899386663172 0 0 17 4 0 0 0
/proc/21218/statm: 80887 16821 381 364 0 16805 0
[pid=21220] ppid=21218 vsize=33804 CPUtime=11.72 cores=0,2,4,6
/proc/21220/stat : 21220 (lingeling) R 21218 21220 21220 0 -1 4202496 11478 0 0 0 1170 2 0 0 25 0 1 0 538370801 34615296 7622 33554432000 4194304 4352236 140733790719488 18446744073709551615 4281293 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21220/statm: 8451 7622 129 39 0 7531 0
[pid=21221] ppid=21212 vsize=333804 CPUtime=0.01 cores=0,2,4,6
/proc/21221/stat : 21221 (python) S 21212 21212 21052 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 538370803 341815296 16814 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663172 0 0 17 6 0 0 0
/proc/21221/statm: 83451 16814 370 364 0 19366 0
[pid=21223] ppid=21221 vsize=139528 CPUtime=11.67 cores=0,2,4,6
/proc/21223/stat : 21223 (cryptominisat-2) R 21221 21223 21223 0 -1 4202496 22157 0 0 0 1165 2 0 0 25 0 1 0 538370803 142876672 19788 33554432000 4194304 4677096 140735063056992 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21223/statm: 34882 19788 392 118 0 29841 0
[pid=21224] ppid=21212 vsize=344060 CPUtime=0.01 cores=0,2,4,6
/proc/21224/stat : 21224 (python) S 21212 21212 21052 0 -1 4202560 930 0 0 0 0 1 0 0 18 0 1 0 538370805 352317440 16818 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 6 0 0 0
/proc/21224/statm: 86015 16818 370 364 0 21927 0
[pid=21226] ppid=21224 vsize=33804 CPUtime=11.56 cores=0,2,4,6
/proc/21226/stat : 21226 (lingeling) R 21224 21226 21226 0 -1 4202496 11476 0 0 0 1155 1 0 0 25 0 1 0 538370806 34615296 7621 33554432000 4194304 4352236 140734268611072 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21226/statm: 8451 7621 129 39 0 7531 0
[pid=21227] ppid=21212 vsize=354316 CPUtime=0.01 cores=0,2,4,6
/proc/21227/stat : 21227 (python) S 21212 21212 21052 0 -1 4202560 951 0 0 0 1 0 0 0 15 0 1 0 538370808 362819584 16822 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 2 0 0 0
/proc/21227/statm: 88579 16822 370 364 0 24488 0
[pid=21229] ppid=21227 vsize=106716 CPUtime=11.63 cores=0,2,4,6
/proc/21229/stat : 21229 (cryptominisat-2) R 21227 21229 21229 0 -1 4202496 21992 0 0 0 1161 2 0 0 25 0 1 0 538370808 109277184 19626 33554432000 4194304 4677096 140733298197744 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21229/statm: 26679 19626 392 118 0 21638 0
[pid=21212/tid=21219] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21219/stat : 21219 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 538370801 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 4 0 0 0
[pid=21212/tid=21222] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21222/stat : 21222 (python) S 21210 21212 21052 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538370803 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21225] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21225/stat : 21225 (python) S 21210 21212 21052 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538370806 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 538370808 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 60.16
Current children cumulated vsize (KiB) 2034140

[startup+51.1005 s]
/proc/loadavg: 7.83 5.95 2.84 9/207 21230
/proc/meminfo: memFree=28582896/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=364560 CPUtime=13.54 cores=0,2,4,6
/proc/21212/stat : 21212 (python) S 21210 21212 21052 0 -1 4202496 29743 935 1 0 1339 15 0 0 20 0 5 0 538369424 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21212/statm: 91140 18337 1881 364 0 27049 0
[pid=21218] ppid=21212 vsize=323548 CPUtime=0.04 cores=0,2,4,6
/proc/21218/stat : 21218 (python) S 21212 21212 21052 0 -1 4202560 1008 0 0 0 2 2 0 0 18 0 1 0 538370800 331313152 16821 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557711 0 0 16781312 514 9053026899386663172 0 0 17 4 0 0 0
/proc/21218/statm: 80887 16821 381 364 0 16805 0
[pid=21220] ppid=21218 vsize=33804 CPUtime=37.32 cores=0,2,4,6
/proc/21220/stat : 21220 (lingeling) R 21218 21220 21220 0 -1 4202496 11478 0 0 0 3730 2 0 0 25 0 1 0 538370801 34615296 7622 33554432000 4194304 4352236 140733790719488 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21220/statm: 8451 7622 129 39 0 7531 0
[pid=21221] ppid=21212 vsize=333804 CPUtime=0.04 cores=0,2,4,6
/proc/21221/stat : 21221 (python) S 21212 21212 21052 0 -1 4202560 927 0 0 0 3 1 0 0 15 0 1 0 538370803 341815296 16814 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 4367502082379317508 0 0 17 6 0 0 0
/proc/21221/statm: 83451 16814 370 364 0 19366 0
[pid=21223] ppid=21221 vsize=110572 CPUtime=37.24 cores=0,2,4,6
/proc/21223/stat : 21223 (cryptominisat-2) R 21221 21223 21223 0 -1 4202496 24702 0 0 0 3721 3 0 0 25 0 1 0 538370803 113225728 19098 33554432000 4194304 4677096 140735063056992 18446744073709551615 4318983 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21223/statm: 27643 19098 393 118 0 22602 0
[pid=21224] ppid=21212 vsize=344060 CPUtime=0.04 cores=0,2,4,6
/proc/21224/stat : 21224 (python) S 21212 21212 21052 0 -1 4202560 941 0 0 0 3 1 0 0 18 0 1 0 538370805 352317440 16818 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 6 0 0 0
/proc/21224/statm: 86015 16818 370 364 0 21927 0
[pid=21226] ppid=21224 vsize=33804 CPUtime=36.95 cores=0,2,4,6
/proc/21226/stat : 21226 (lingeling) R 21224 21226 21226 0 -1 4202496 11476 0 0 0 3694 1 0 0 25 0 1 0 538370806 34615296 7621 33554432000 4194304 4352236 140734268611072 18446744073709551615 4281225 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21226/statm: 8451 7621 129 39 0 7531 0
[pid=21227] ppid=21212 vsize=354316 CPUtime=0.04 cores=0,2,4,6
/proc/21227/stat : 21227 (python) S 21212 21212 21052 0 -1 4202560 963 0 0 0 3 1 0 0 15 0 1 0 538370808 362819584 16822 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 10346373635341517057 0 0 17 2 0 0 0
/proc/21227/statm: 88579 16822 370 364 0 24488 0
[pid=21229] ppid=21227 vsize=111760 CPUtime=37.19 cores=0,2,4,6
/proc/21229/stat : 21229 (cryptominisat-2) R 21227 21229 21229 0 -1 4202496 25160 0 0 0 3716 3 0 0 25 0 1 0 538370808 114442240 19465 33554432000 4194304 4677096 140733298197744 18446744073709551615 4232888 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21229/statm: 27940 19465 393 118 0 22899 0
[pid=21212/tid=21219] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21219/stat : 21219 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 5 0 538370801 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 4 0 0 0
[pid=21212/tid=21222] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21222/stat : 21222 (python) S 21210 21212 21052 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538370803 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21225] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21225/stat : 21225 (python) S 21210 21212 21052 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538370806 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=364560 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 5 0 538370808 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 2010228

[startup+102.307 s]
/proc/loadavg: 8.01 6.32 3.15 9/207 21232
/proc/meminfo: memFree=28496044/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=364560 CPUtime=13.54 cores=0,2,4,6
/proc/21212/stat : 21212 (python) S 21210 21212 21052 0 -1 4202496 29743 935 1 0 1339 15 0 0 20 0 5 0 538369424 373309440 18337 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21212/statm: 91140 18337 1881 364 0 27049 0
[pid=21218] ppid=21212 vsize=323548 CPUtime=0.11 cores=0,2,4,6
/proc/21218/stat : 21218 (python) S 21212 21212 21052 0 -1 4202560 1030 0 0 0 5 6 0 0 18 0 1 0 538370800 331313152 16821 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557711 0 0 16781312 514 9053026899386663172 0 0 17 4 0 0 0
/proc/21218/statm: 80887 16821 381 364 0 16805 0
[pid=21220] ppid=21218 vsize=33804 CPUtime=88.53 cores=0,2,4,6
/proc/21220/stat : 21220 (lingeling) R 21218 21220 21220 0 -1 4202496 11478 0 0 0 8851 2 0 0 25 0 1 0 538370801 34615296 7622 33554432000 4194304 4352236 140733790719488 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21220/statm: 8451 7622 129 39 0 7531 0
[pid=21221] ppid=21212 vsize=333804 CPUtime=0.11 cores=0,2,4,6
/proc/21221/stat : 21221 (python) S 21212 21212 21052 0 -1 4202560 948 0 0 0 7 4 0 0 15 0 1 0 538370803 341815296 16814 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 4367502082379317508 0 0 17 6 0 0 0
/proc/21221/statm: 83451 16814 370 364 0 19366 0
[pid=21223] ppid=21221 vsize=124888 CPUtime=88.38 cores=0,2,4,6
/proc/21223/stat : 21223 (cryptominisat-2) R 21221 21223 21223 0 -1 4202496 32665 0 0 0 8833 5 0 0 25 0 1 0 538370803 127885312 24187 33554432000 4194304 4677096 140735063056992 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21223/statm: 31222 24187 393 118 0 26181 0

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

/proc/21223/stat : 21223 (cryptominisat-2) R 21221 21223 21223 0 -1 4202496 77367 0 0 0 57938 16 0 0 25 0 1 0 538370803 218185728 44309 33554432000 4194304 4677096 140735063056992 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21223/statm: 53268 44309 393 118 0 48227 0
[pid=21221/tid=21255] ppid=21212 vsize=333804 CPUtime=0 cores=0,2,4,6
/proc/21221/task/21255/stat : 21255 (python) S 21212 21212 21052 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538419490 341815296 16844 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604448311827200 0 0 -1 6 0 0 0
[pid=21224] ppid=21212 vsize=344060 CPUtime=1.57 cores=0,2,4,6
/proc/21224/stat : 21224 (python) S 21212 21212 21052 0 -1 4202560 999 0 0 0 90 67 0 0 18 0 1 0 538370805 352317440 16818 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 6 0 0 0
/proc/21224/statm: 86015 16818 370 364 0 21927 0
[pid=21226] ppid=21224 vsize=42936 CPUtime=1157.21 cores=0,2,4,6
/proc/21226/stat : 21226 (lingeling) R 21224 21226 21226 0 -1 4202496 13759 0 0 0 115717 4 0 0 25 0 1 0 538370806 43966464 9904 33554432000 4194304 4352236 140734268611072 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21226/statm: 10734 9904 129 39 0 9814 0
[pid=21227] ppid=21212 vsize=354316 CPUtime=1.57 cores=0,2,4,6
/proc/21227/stat : 21227 (python) S 21212 21212 21052 0 -1 4202560 1023 0 0 0 93 64 0 0 15 0 1 0 538370808 362819584 16822 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 2 0 0 0
/proc/21227/statm: 88579 16822 370 364 0 24488 0
[pid=21229] ppid=21227 vsize=202248 CPUtime=1167.64 cores=0,2,4,6
/proc/21229/stat : 21229 (cryptominisat-2) R 21227 21229 21229 0 -1 4202496 104032 0 0 0 116735 29 0 0 25 0 1 0 538370808 207101952 41838 33554432000 4194304 4677096 140733298197744 18446744073709551615 4336125 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21229/statm: 50562 41838 393 118 0 45521 0
[pid=21250] ppid=21212 vsize=364572 CPUtime=0.13 cores=0,2,4,6
/proc/21250/stat : 21250 (python) S 21212 21212 21052 0 -1 4202560 1125 0 0 0 6 7 0 0 19 0 2 0 538409956 373321728 16856 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21250/statm: 91143 16856 399 364 0 27049 0
[pid=21252] ppid=21250 vsize=32236 CPUtime=99.85 cores=0,2,4,6
/proc/21252/stat : 21252 (SApperloT-base) T 21250 21252 21252 0 -1 4202496 7847 0 0 0 9984 1 0 0 25 0 1 0 538409956 33009664 7484 33554432000 134512640 135674940 4293263872 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21252/statm: 8059 7484 99 284 0 7773 0
[pid=21250/tid=21259] ppid=21212 vsize=364572 CPUtime=0 cores=0,2,4,6
/proc/21250/task/21259/stat : 21259 (python) S 21212 21212 21052 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538419969 373321728 16856 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604453885873024 0 0 -1 2 0 0 0
[pid=21256] ppid=21212 vsize=374828 CPUtime=0.65 cores=0,2,4,6
/proc/21256/stat : 21256 (python) S 21212 21212 21052 0 -1 4202560 1174 0 0 0 35 30 0 0 18 0 2 0 538419492 383823872 16860 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21256/statm: 93707 16860 399 364 0 29610 0
[pid=21258] ppid=21256 vsize=80940 CPUtime=487.27 cores=0,2,4,6
/proc/21258/stat : 21258 (precosat) T 21256 21258 21258 0 -1 4202496 29036 0 0 0 48716 11 0 0 25 0 1 0 538419492 82882560 19418 33554432000 4194304 4890832 140735282391840 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/21258/statm: 20235 19418 86 171 0 20062 0
[pid=21256/tid=21276] ppid=21212 vsize=374828 CPUtime=0 cores=0,2,4,6
/proc/21256/task/21276/stat : 21276 (python) S 21212 21212 21052 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538448727 383823872 16860 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604453934966592 0 0 -1 4 0 0 0
[pid=21260] ppid=21212 vsize=385084 CPUtime=0.9 cores=0,2,4,6
/proc/21260/stat : 21260 (python) S 21212 21212 21052 0 -1 4202560 1005 0 0 0 50 40 0 0 18 0 1 0 538419971 394326016 16834 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663172 0 0 17 2 0 0 0
/proc/21260/statm: 96271 16834 370 364 0 32171 0
[pid=21262] ppid=21260 vsize=42288 CPUtime=676.14 cores=0,2,4,6
/proc/21262/stat : 21262 (lingeling) R 21260 21262 21262 0 -1 4202496 13599 0 0 0 67611 3 0 0 25 0 1 0 538419972 43302912 9742 33554432000 4194304 4352236 140737240678960 18446744073709551615 4278806 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21262/statm: 10572 9742 129 39 0 9652 0
[pid=21361] ppid=21212 vsize=395340 CPUtime=0.13 cores=0,2,4,6
/proc/21361/stat : 21361 (python) S 21212 21212 21052 0 -1 4202560 1182 0 0 0 8 5 0 0 19 0 2 0 538468357 404828160 16874 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 98835 16874 405 364 0 34732 0
[pid=21363] ppid=21361 vsize=33804 CPUtime=99.7 cores=0,2,4,6
/proc/21363/stat : 21363 (lingeling) T 21361 21363 21363 0 -1 4202496 11481 0 0 0 9969 1 0 0 25 0 1 0 538468357 34615296 7621 33554432000 4194304 4352236 140734593479968 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21363/statm: 8451 7621 129 39 0 7531 0
[pid=21361/tid=21367] ppid=21212 vsize=395340 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (python) S 21212 21212 21052 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538478370 404828160 16874 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604448311825408 0 0 -1 2 0 0 0
[pid=21212/tid=21219] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21219/stat : 21219 (python) S 21210 21212 21052 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 538370801 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 4 0 0 0
[pid=21212/tid=21222] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21222/stat : 21222 (python) S 21210 21212 21052 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 538370803 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21225] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21225/stat : 21225 (python) S 21210 21212 21052 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 538370806 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 538370808 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21251] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21251/stat : 21251 (python) S 21210 21212 21052 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538409956 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21257] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21257/stat : 21257 (python) S 21210 21212 21052 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 538419492 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21261] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21261/stat : 21261 (python) S 21210 21212 21052 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 538419972 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21362] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21362/stat : 21362 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 538468357 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4678.48
Current children cumulated vsize (KiB) 3975696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1212.8 s]
/proc/loadavg: 6.02 6.75 6.03 7/215 21370
/proc/meminfo: memFree=28435400/32951124 swapFree=67111336/67111528
[pid=21212] ppid=21210 vsize=405584 CPUtime=13.78 cores=0,2,4,6
/proc/21212/stat : 21212 (python) S 21210 21212 21052 0 -1 4202496 33703 935 1 0 1361 17 0 0 18 0 9 0 538369424 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21212/statm: 101396 18362 1890 364 0 37293 0
[pid=21218] ppid=21212 vsize=333792 CPUtime=0.52 cores=0,2,4,6
/proc/21218/stat : 21218 (python) S 21212 21212 21052 0 -1 4202560 1222 0 0 0 26 26 0 0 18 0 2 0 538370800 341803008 16860 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21218/statm: 83448 16860 415 364 0 19366 0
[pid=21220] ppid=21218 vsize=36792 CPUtime=391.07 cores=0,2,4,6
/proc/21220/stat : 21220 (lingeling) T 21218 21220 21220 0 -1 4202496 12225 0 0 0 39105 2 0 0 25 0 1 0 538370801 37675008 8369 33554432000 4194304 4352236 140733790719488 18446744073709551615 4278833 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21220/statm: 9198 8369 129 39 0 8278 0
[pid=21218/tid=21233] ppid=21212 vsize=333792 CPUtime=0 cores=0,2,4,6
/proc/21218/task/21233/stat : 21233 (python) S 21212 21212 21052 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538380813 341803008 16860 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604453950474368 0 0 -1 4 0 0 0
[pid=21221] ppid=21212 vsize=333804 CPUtime=0.85 cores=0,2,4,6
/proc/21221/stat : 21221 (python) S 21212 21212 21052 0 -1 4202560 1159 0 0 0 50 35 0 0 15 0 2 0 538370803 341815296 16844 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21221/statm: 83451 16844 399 364 0 19366 0
[pid=21223] ppid=21221 vsize=213080 CPUtime=610.05 cores=0,2,4,6
/proc/21223/stat : 21223 (cryptominisat-2) R 21221 21223 21223 0 -1 4202496 78876 0 0 0 60988 17 0 0 25 0 1 0 538370803 218193920 43074 33554432000 4194304 4677096 140735063056992 18446744073709551615 4319754 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21223/statm: 53270 43074 393 118 0 48229 0
[pid=21221/tid=21255] ppid=21212 vsize=333804 CPUtime=0 cores=0,2,4,6
/proc/21221/task/21255/stat : 21255 (python) S 21212 21212 21052 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538419490 341815296 16844 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604448311827200 0 0 -1 6 0 0 0
[pid=21224] ppid=21212 vsize=344060 CPUtime=1.61 cores=0,2,4,6
/proc/21224/stat : 21224 (python) S 21212 21212 21052 0 -1 4202560 999 0 0 0 93 68 0 0 18 0 1 0 538370805 352317440 16818 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 6 0 0 0
/proc/21224/statm: 86015 16818 370 364 0 21927 0
[pid=21226] ppid=21224 vsize=42936 CPUtime=1187.15 cores=0,2,4,6
/proc/21226/stat : 21226 (lingeling) R 21224 21226 21226 0 -1 4202496 13759 0 0 0 118711 4 0 0 25 0 1 0 538370806 43966464 9904 33554432000 4194304 4352236 140734268611072 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21226/statm: 10734 9904 129 39 0 9814 0
[pid=21227] ppid=21212 vsize=354316 CPUtime=1.62 cores=0,2,4,6
/proc/21227/stat : 21227 (python) S 21212 21212 21052 0 -1 4202560 1023 0 0 0 95 67 0 0 15 0 1 0 538370808 362819584 16822 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663169 0 0 17 2 0 0 0
/proc/21227/statm: 88579 16822 370 364 0 24488 0
[pid=21229] ppid=21227 vsize=216172 CPUtime=1198.05 cores=0,2,4,6
/proc/21229/stat : 21229 (cryptominisat-2) R 21227 21229 21229 0 -1 4202496 105910 0 0 0 119776 29 0 0 25 0 1 0 538370808 221360128 43716 33554432000 4194304 4677096 140733298197744 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21229/statm: 54043 43716 393 118 0 49002 0
[pid=21250] ppid=21212 vsize=364572 CPUtime=0.13 cores=0,2,4,6
/proc/21250/stat : 21250 (python) S 21212 21212 21052 0 -1 4202560 1125 0 0 0 6 7 0 0 19 0 2 0 538409956 373321728 16856 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21250/statm: 91143 16856 399 364 0 27049 0
[pid=21252] ppid=21250 vsize=32236 CPUtime=99.85 cores=0,2,4,6
/proc/21252/stat : 21252 (SApperloT-base) T 21250 21252 21252 0 -1 4202496 7847 0 0 0 9984 1 0 0 25 0 1 0 538409956 33009664 7484 33554432000 134512640 135674940 4293263872 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21252/statm: 8059 7484 99 284 0 7773 0
[pid=21250/tid=21259] ppid=21212 vsize=364572 CPUtime=0 cores=0,2,4,6
/proc/21250/task/21259/stat : 21259 (python) S 21212 21212 21052 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538419969 373321728 16856 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604453885873024 0 0 -1 2 0 0 0
[pid=21256] ppid=21212 vsize=374828 CPUtime=0.65 cores=0,2,4,6
/proc/21256/stat : 21256 (python) S 21212 21212 21052 0 -1 4202560 1174 0 0 0 35 30 0 0 18 0 2 0 538419492 383823872 16860 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21256/statm: 93707 16860 399 364 0 29610 0
[pid=21258] ppid=21256 vsize=80940 CPUtime=487.27 cores=0,2,4,6
/proc/21258/stat : 21258 (precosat) T 21256 21258 21258 0 -1 4202496 29036 0 0 0 48716 11 0 0 25 0 1 0 538419492 82882560 19418 33554432000 4194304 4890832 140735282391840 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/21258/statm: 20235 19418 86 171 0 20062 0
[pid=21256/tid=21276] ppid=21212 vsize=374828 CPUtime=0 cores=0,2,4,6
/proc/21256/task/21276/stat : 21276 (python) S 21212 21212 21052 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538448727 383823872 16860 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604453934966592 0 0 -1 4 0 0 0
[pid=21260] ppid=21212 vsize=385084 CPUtime=0.93 cores=0,2,4,6
/proc/21260/stat : 21260 (python) S 21212 21212 21052 0 -1 4202560 1005 0 0 0 52 41 0 0 18 0 1 0 538419971 394326016 16834 33554432000 4194304 5683644 140734614825632 18446744073709551615 271550557766 0 0 16781312 514 9053026899386663172 0 0 17 2 0 0 0
/proc/21260/statm: 96271 16834 370 364 0 32171 0
[pid=21262] ppid=21260 vsize=42288 CPUtime=706.65 cores=0,2,4,6
/proc/21262/stat : 21262 (lingeling) R 21260 21262 21262 0 -1 4202496 13599 0 0 0 70662 3 0 0 25 0 1 0 538419972 43302912 9742 33554432000 4194304 4352236 140737240678960 18446744073709551615 4281079 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21262/statm: 10572 9742 129 39 0 9652 0
[pid=21361] ppid=21212 vsize=395340 CPUtime=0.13 cores=0,2,4,6
/proc/21361/stat : 21361 (python) S 21212 21212 21052 0 -1 4202560 1182 0 0 0 8 5 0 0 19 0 2 0 538468357 404828160 16874 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21361/statm: 98835 16874 405 364 0 34732 0
[pid=21363] ppid=21361 vsize=33804 CPUtime=99.7 cores=0,2,4,6
/proc/21363/stat : 21363 (lingeling) T 21361 21363 21363 0 -1 4202496 11481 0 0 0 9969 1 0 0 25 0 1 0 538468357 34615296 7621 33554432000 4194304 4352236 140734593479968 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21363/statm: 8451 7621 129 39 0 7531 0
[pid=21361/tid=21367] ppid=21212 vsize=395340 CPUtime=0 cores=0,2,4,6
/proc/21361/task/21367/stat : 21367 (python) S 21212 21212 21052 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538478370 404828160 16874 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 514 18446604448311825408 0 0 -1 2 0 0 0
[pid=21212/tid=21219] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21219/stat : 21219 (python) S 21210 21212 21052 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 9 0 538370801 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 4 0 0 0
[pid=21212/tid=21222] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21222/stat : 21222 (python) S 21210 21212 21052 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 538370803 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21225] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21225/stat : 21225 (python) S 21210 21212 21052 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 538370806 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 538370808 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21251] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21251/stat : 21251 (python) S 21210 21212 21052 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538409956 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21257] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21257/stat : 21257 (python) S 21210 21212 21052 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 538419492 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21261] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21261/stat : 21261 (python) S 21210 21212 21052 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 538419972 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21212/tid=21362] ppid=21210 vsize=405584 CPUtime=0 cores=0,2,4,6
/proc/21212/task/21362/stat : 21362 (python) S 21210 21212 21052 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 538468357 415318016 18362 33554432000 4194304 5683644 140734614825632 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 3989628

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 21212 and gives
#  childrusage.ru_utime.tv_sec=1911
#  childrusage.ru_utime.tv_usec=117465
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=116526
# CPU time returned by wait4() is 1914.23
# while last known CPU time is 4800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1212.86
CPU time (s): 4800.01
CPU user time (s): 4796.37
CPU system time (s): 3.64
CPU usage (%): 395.76
Max. virtual memory (cumulated for all children) (KiB): 4015836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1911.12
system time used= 3.11653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73216
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= 8318
involuntary context switches= 18027

runsolver used 3.35549 second user time and 6.07608 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-01 18:35:15
IDJOB=3317726
IDBENCH=70830
IDSOLVER=1706
FILE ID=node133/3317726-1304267715
RUNJOBID= node133-1304267282-21070
PBS_JOBID= 13173946
Free space on /tmp= 72856 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.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-3317726-1304267715/watcher-3317726-1304267715 -o /tmp/evaluation-result-3317726-1304267715/solver-3317726-1304267715 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317726-1304267715.cnf -seed 30873738 -budget 4800 -cores 4

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=30873738

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28885296 kB
Buffers:        567744 kB
Cached:        1307384 kB
SwapCached:        124 kB
Active:        2009444 kB
Inactive:      1700136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28885296 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           35764 kB
Writeback:           0 kB
AnonPages:     1833548 kB
Mapped:          21180 kB
Slab:           284956 kB
PageTables:      12884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2925016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72796 MiB
End job on node133 at 2011-05-01 18:55:30