Trace number 3317886

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.3 1203.26

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3317886-1304267379.cnf
0.35/0.67	c INFO: computing task features
0.42/0.71	c INFO: computed variable-clause graph statistics
0.42/0.71	c INFO: computed clause balance statistics
0.62/0.93	c INFO: computed variable balance statistics
0.72/1.08	c INFO: computed small-clause counts
0.72/1.08	c INFO: computed Horn-clause counts
0.82/1.12	c INFO: computed variable graph statistics
0.82/1.12	c INFO: collected features for HOME/instance-3317886-1304267379.cnf in 0.45 s
0.82/1.15	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.82/1.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.35)
0.92/1.20	c INFO: running lingeling-276@0 for 1067 with 4799 remaining (b = 0.49)
0.92/1.22	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.46)
400.35/101.29	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.26)
1941.76/487.10	c INFO: running precosat-570@0 for 388 with 4313 remaining (b = 0.21)
2365.89/593.37	c INFO: running lingeling-276@0 for 485 with 4207 remaining (b = 0.23)
3516.89/881.58	c INFO: running lingeling-276@0 for 97 with 3919 remaining (b = 0.13)
3916.99/981.73	c INFO: running cryptominisat-2.9.0@485 for 1164 with 3818 remaining (b = 0.36)
4279.17/1072.47	c INFO: running SApperloT@0 for 97 with 3728 remaining (b = 0.03)
4301.05/1077.98	c INFO: running lingeling-276@393 for 97 with 3722 remaining (b = 0.05)
4678.39/1172.63	c INFO: running precosat-570@490 for 194 with 3628 remaining (b = 0.10)
4700.31/1178.13	c INFO: running lingeling-276@493 for 97 with 3622 remaining (b = 0.05)
4800.30/1203.23	c INFO: running cryptominisat-2.9.0@0 for 388 with 3597 remaining (b = 0.17)
4800.30/1203.23	Traceback (most recent call last):
4800.30/1203.23	  File "HOME/solve", line 33, in <module>
4800.30/1203.23	    plac.call(main)
4800.30/1203.23	  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.30/1203.23	    cmd, result = parser_from(obj).consume(arglist)
4800.30/1203.23	  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.30/1203.23	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.30/1203.23	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.30/1203.23	    (_, answer, _) = solver(input_path, budget, cores)
4800.30/1203.23	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.30/1203.23	    solver.go(max_cost * borg.defaults.machine_speed)
4800.30/1203.23	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.30/1203.23	    self._process.start()
4800.30/1203.23	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.30/1203.23	    assert self._popen is None, 'cannot start a process twice'
4800.30/1203.23	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-3317886-1304267379/watcher-3317886-1304267379 -o /tmp/evaluation-result-3317886-1304267379/solver-3317886-1304267379 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317886-1304267379.cnf -seed 867666104 -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: 2.85 0.82 0.28 2/177 25429
/proc/meminfo: memFree=20571884/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 538337668 15548416 622 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25429/statm: 3796 622 322 364 0 283 0

[startup+0.0974031 s]
/proc/loadavg: 2.85 0.82 0.28 2/177 25429
/proc/meminfo: memFree=20571884/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 2629 0 0 0 5 1 0 0 25 0 1 0 538337668 87674880 2348 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/25429/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100506 s]
/proc/loadavg: 2.85 0.82 0.28 2/177 25429
/proc/meminfo: memFree=20571884/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/25429/stat : 25429 (python) R 25427 25429 25339 0 -1 4202496 2672 0 0 0 5 1 0 0 25 0 1 0 538337668 91922432 2388 33554432000 4194304 5683644 140736270470208 18446744073709551615 237273955975 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/25429/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300463 s]
/proc/loadavg: 2.85 0.82 0.28 2/177 25429
/proc/meminfo: memFree=20571884/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 5964 933 1 0 13 5 0 0 17 0 1 0 538337668 139005952 4150 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278875653 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/25429/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70443 s]
/proc/loadavg: 2.85 0.82 0.28 2/177 25429
/proc/meminfo: memFree=20571884/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=280384 CPUtime=0.42 cores=0,2,4,6
/proc/25429/stat : 25429 (python) R 25427 25429 25339 0 -1 4202496 9740 933 1 0 32 10 0 0 16 0 1 0 538337668 287113216 7420 33554432000 4194304 5683644 140736270470208 18446744073709551615 47341242986690 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25429/statm: 70096 7420 1761 364 0 6020 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280384

[startup+1.50023 s]
/proc/loadavg: 2.85 0.82 0.28 3/178 25434
/proc/meminfo: memFree=20547820/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=321056 CPUtime=0.95 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 12875 933 1 0 83 12 0 0 20 0 5 0 538337668 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25429/statm: 80264 7461 1881 364 0 16173 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 321056

[startup+3.1009 s]
/proc/loadavg: 2.85 0.82 0.28 6/190 25446
/proc/meminfo: memFree=20520320/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=321056 CPUtime=0.95 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 12875 933 1 0 83 12 0 0 20 0 5 0 538337668 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25429/statm: 80264 7461 1881 364 0 16173 0
[pid=25435] ppid=25429 vsize=279684 CPUtime=0 cores=0,2,4,6
/proc/25435/stat : 25435 (python) S 25429 25429 25339 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 538337783 286396416 5865 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899727 0 0 16781312 514 2299588166736150527 0 0 17 6 0 0 0
/proc/25435/statm: 69921 5865 359 364 0 5839 0
[pid=25437] ppid=25435 vsize=7292 CPUtime=1.94 cores=0,2,4,6
/proc/25437/stat : 25437 (lingeling) R 25435 25437 25437 0 -1 4202496 1454 0 0 0 194 0 0 0 25 0 1 0 538337784 7467008 1025 33554432000 4194304 4352236 140734260135648 18446744073709551615 4327836 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25437/statm: 1823 1025 129 39 0 903 0
[pid=25438] ppid=25429 vsize=290300 CPUtime=0 cores=0,2,4,6
/proc/25438/stat : 25438 (python) S 25429 25429 25339 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 538337786 297267200 5916 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 9308597386441883908 0 0 17 0 0 0 0
/proc/25438/statm: 72575 5916 348 364 0 8490 0
[pid=25440] ppid=25438 vsize=35136 CPUtime=1.91 cores=0,2,4,6
/proc/25440/stat : 25440 (cryptominisat-2) R 25438 25440 25440 0 -1 4202496 3172 0 0 0 191 0 0 0 25 0 1 0 538337786 35979264 1807 33554432000 4194304 4677096 140733293088832 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25440/statm: 8784 1807 390 118 0 3743 0
[pid=25441] ppid=25429 vsize=300556 CPUtime=0 cores=0,2,4,6
/proc/25441/stat : 25441 (python) S 25429 25429 25339 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538337788 307769344 5920 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 4502327496712126463 0 0 17 0 0 0 0
/proc/25441/statm: 75139 5920 348 364 0 11051 0
[pid=25443] ppid=25441 vsize=7256 CPUtime=1.89 cores=0,2,4,6
/proc/25443/stat : 25443 (lingeling) R 25441 25443 25443 0 -1 4202496 1573 0 0 0 189 0 0 0 25 0 1 0 538337789 7430144 1016 33554432000 4194304 4352236 140733818099456 18446744073709551615 4328979 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25443/statm: 1814 1016 129 39 0 894 0
[pid=25444] ppid=25429 vsize=310812 CPUtime=0 cores=0,2,4,6
/proc/25444/stat : 25444 (python) S 25429 25429 25339 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538337791 318271488 5924 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 4295316395236786175 0 0 17 4 0 0 0
/proc/25444/statm: 77703 5924 348 364 0 13612 0
[pid=25446] ppid=25444 vsize=7796 CPUtime=1.86 cores=0,2,4,6
/proc/25446/stat : 25446 (lingeling) R 25444 25446 25446 0 -1 4202496 1655 0 0 0 186 0 0 0 25 0 1 0 538337791 7983104 1151 33554432000 4194304 4352236 140735191646624 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25446/statm: 1949 1151 129 39 0 1029 0
[pid=25429/tid=25436] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25436/stat : 25436 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 5 0 538337784 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25439] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25439/stat : 25439 (python) S 25427 25429 25339 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538337786 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25442] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25442/stat : 25442 (python) S 25427 25429 25339 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 538337788 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 0 0 0 0
[pid=25429/tid=25445] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25445/stat : 25445 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 538337791 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1559888

[startup+6.30133 s]
/proc/loadavg: 3.02 0.89 0.31 6/190 25446
/proc/meminfo: memFree=20511024/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=321056 CPUtime=0.95 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 12875 933 1 0 83 12 0 0 20 0 5 0 538337668 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25429/statm: 80264 7461 1881 364 0 16173 0
[pid=25435] ppid=25429 vsize=279684 CPUtime=0 cores=0,2,4,6
/proc/25435/stat : 25435 (python) S 25429 25429 25339 0 -1 4202560 979 0 0 0 0 0 0 0 18 0 1 0 538337783 286396416 5888 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899727 0 0 16781312 514 2299588166736118020 0 0 17 6 0 0 0
/proc/25435/statm: 69921 5888 382 364 0 5839 0
[pid=25437] ppid=25435 vsize=7428 CPUtime=5.13 cores=0,2,4,6
/proc/25437/stat : 25437 (lingeling) R 25435 25437 25437 0 -1 4202496 2000 0 0 0 513 0 0 0 25 0 1 0 538337784 7606272 1059 33554432000 4194304 4352236 140734260135648 18446744073709551615 4328432 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25437/statm: 1857 1059 129 39 0 937 0
[pid=25438] ppid=25429 vsize=290300 CPUtime=0 cores=0,2,4,6
/proc/25438/stat : 25438 (python) S 25429 25429 25339 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 1 0 538337786 297267200 5939 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 9308597386441883908 0 0 17 0 0 0 0
/proc/25438/statm: 72575 5939 371 364 0 8490 0
[pid=25440] ppid=25438 vsize=45608 CPUtime=5.1 cores=0,2,4,6
/proc/25440/stat : 25440 (cryptominisat-2) R 25438 25440 25440 0 -1 4202496 5070 0 0 0 510 0 0 0 25 0 1 0 538337786 46702592 2846 33554432000 4194304 4677096 140733293088832 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25440/statm: 11402 2846 391 118 0 6361 0
[pid=25441] ppid=25429 vsize=300556 CPUtime=0 cores=0,2,4,6
/proc/25441/stat : 25441 (python) S 25429 25429 25339 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 538337788 307769344 5943 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 4502327496712093953 0 0 17 0 0 0 0
/proc/25441/statm: 75139 5943 371 364 0 11051 0
[pid=25443] ppid=25441 vsize=8928 CPUtime=5.07 cores=0,2,4,6
/proc/25443/stat : 25443 (lingeling) R 25441 25443 25443 0 -1 4202496 2599 0 0 0 507 0 0 0 25 0 1 0 538337789 9142272 1434 33554432000 4194304 4352236 140733818099456 18446744073709551615 4207798 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25443/statm: 2232 1434 129 39 0 1312 0
[pid=25444] ppid=25429 vsize=310812 CPUtime=0 cores=0,2,4,6
/proc/25444/stat : 25444 (python) S 25429 25429 25339 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 538337791 318271488 5947 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 4295316395236753665 0 0 17 4 0 0 0
/proc/25444/statm: 77703 5947 371 364 0 13612 0
[pid=25446] ppid=25444 vsize=8448 CPUtime=5.03 cores=0,2,4,6
/proc/25446/stat : 25446 (lingeling) R 25444 25446 25446 0 -1 4202496 2325 0 0 0 503 0 0 0 25 0 1 0 538337791 8650752 1314 33554432000 4194304 4352236 140735191646624 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25446/statm: 2112 1314 129 39 0 1192 0
[pid=25429/tid=25436] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25436/stat : 25436 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 5 0 538337784 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25439] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25439/stat : 25439 (python) S 25427 25429 25339 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538337786 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25442] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25442/stat : 25442 (python) S 25427 25429 25339 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 538337788 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 0 0 0 0
[pid=25429/tid=25445] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25445/stat : 25445 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 538337791 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 1572820

[startup+12.7012 s]
/proc/loadavg: 3.26 0.98 0.34 6/190 25446
/proc/meminfo: memFree=20503288/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=321056 CPUtime=0.95 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 12875 933 1 0 83 12 0 0 20 0 5 0 538337668 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25429/statm: 80264 7461 1881 364 0 16173 0
[pid=25435] ppid=25429 vsize=279684 CPUtime=0.01 cores=0,2,4,6
/proc/25435/stat : 25435 (python) S 25429 25429 25339 0 -1 4202560 983 0 0 0 1 0 0 0 18 0 1 0 538337783 286396416 5888 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899727 0 0 16781312 514 9830144125712695556 0 0 17 6 0 0 0
/proc/25435/statm: 69921 5888 382 364 0 5839 0
[pid=25437] ppid=25435 vsize=8972 CPUtime=11.53 cores=0,2,4,6
/proc/25437/stat : 25437 (lingeling) R 25435 25437 25437 0 -1 4202496 3276 0 0 0 1153 0 0 0 25 0 1 0 538337784 9187328 1445 33554432000 4194304 4352236 140734260135648 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25437/statm: 2243 1445 129 39 0 1323 0
[pid=25438] ppid=25429 vsize=290300 CPUtime=0.01 cores=0,2,4,6
/proc/25438/stat : 25438 (python) S 25429 25429 25339 0 -1 4202560 920 0 0 0 1 0 0 0 15 0 1 0 538337786 297267200 5939 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 5601785798174146820 0 0 17 0 0 0 0
/proc/25438/statm: 72575 5939 371 364 0 8490 0
[pid=25440] ppid=25438 vsize=46160 CPUtime=11.49 cores=0,2,4,6
/proc/25440/stat : 25440 (cryptominisat-2) R 25438 25440 25440 0 -1 4202496 9284 0 0 0 1148 1 0 0 25 0 1 0 538337786 47267840 4886 33554432000 4194304 4677096 140733293088832 18446744073709551615 4319352 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25440/statm: 11540 4886 391 118 0 6499 0
[pid=25441] ppid=25429 vsize=300556 CPUtime=0.01 cores=0,2,4,6
/proc/25441/stat : 25441 (python) S 25429 25429 25339 0 -1 4202560 930 0 0 0 0 1 0 0 18 0 1 0 538337788 307769344 5943 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 9830144125712695553 0 0 17 0 0 0 0
/proc/25441/statm: 75139 5943 371 364 0 11051 0
[pid=25443] ppid=25441 vsize=9060 CPUtime=11.45 cores=0,2,4,6
/proc/25443/stat : 25443 (lingeling) R 25441 25443 25443 0 -1 4202496 3048 0 0 0 1145 0 0 0 25 0 1 0 538337789 9277440 1467 33554432000 4194304 4352236 140733818099456 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25443/statm: 2265 1467 129 39 0 1345 0
[pid=25444] ppid=25429 vsize=310812 CPUtime=0 cores=0,2,4,6
/proc/25444/stat : 25444 (python) S 25429 25429 25339 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538337791 318271488 5947 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 9830144125712695553 0 0 17 4 0 0 0
/proc/25444/statm: 77703 5947 371 364 0 13612 0
[pid=25446] ppid=25444 vsize=9444 CPUtime=11.39 cores=0,2,4,6
/proc/25446/stat : 25446 (lingeling) R 25444 25446 25446 0 -1 4202496 3381 0 0 0 1139 0 0 0 25 0 1 0 538337791 9670656 1538 33554432000 4194304 4352236 140735191646624 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25446/statm: 2361 1538 129 39 0 1441 0
[pid=25429/tid=25436] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25436/stat : 25436 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 5 0 538337784 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25439] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25439/stat : 25439 (python) S 25427 25429 25339 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538337786 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25442] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25442/stat : 25442 (python) S 25427 25429 25339 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 5 0 538337788 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 0 0 0 0
[pid=25429/tid=25445] ppid=25427 vsize=321056 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25445/stat : 25445 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 538337791 328761344 7461 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.84
Current children cumulated vsize (KiB) 1576044

[startup+25.5009 s]
/proc/loadavg: 3.65 1.17 0.41 6/190 25446
/proc/meminfo: memFree=20488284/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=321056 CPUtime=0.95 cores=0,2,4,6

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

/proc/25443/stat : 25443 (lingeling) T 25441 25443 25443 0 -1 4202496 63694 0 0 0 106938 11 0 0 25 0 1 0 538337789 27910144 5991 33554432000 4194304 4352236 140733818099456 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/25443/statm: 6814 5991 129 39 0 5894 0
[pid=25441/tid=25563] ppid=25429 vsize=300556 CPUtime=0 cores=0,2,4,6
/proc/25441/task/25563/stat : 25563 (python) S 25429 25429 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538444913 307769344 5973 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453960973056 0 0 -1 0 0 0 0
[pid=25444] ppid=25429 vsize=310812 CPUtime=1.55 cores=0,2,4,6
/proc/25444/stat : 25444 (python) S 25429 25429 25339 0 -1 4202560 995 0 0 0 84 71 0 0 18 0 1 0 538337791 318271488 5947 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 9830144125712695553 0 0 17 4 0 0 0
/proc/25444/statm: 77703 5947 371 364 0 13612 0
[pid=25446] ppid=25444 vsize=34132 CPUtime=1171.97 cores=0,2,4,6
/proc/25446/stat : 25446 (lingeling) R 25444 25446 25446 0 -1 4202496 79773 0 0 0 117185 12 0 0 25 0 1 0 538337791 34951168 7735 33554432000 4194304 4352236 140735191646624 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25446/statm: 8533 7735 129 39 0 7613 0
[pid=25506] ppid=25429 vsize=321068 CPUtime=1.02 cores=0,2,4,6
/proc/25506/stat : 25506 (python) S 25429 25429 25339 0 -1 4202560 1191 0 0 0 57 45 0 0 15 0 2 0 538347798 328773632 5982 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25506/statm: 80267 5982 401 364 0 16173 0
[pid=25508] ppid=25506 vsize=95456 CPUtime=691.52 cores=0,2,4,6
/proc/25508/stat : 25508 (cryptominisat-2) R 25506 25508 25508 0 -1 4202496 130538 0 0 0 69111 41 0 0 25 0 1 0 538347798 97746944 17995 33554432000 4194304 4677096 140734043396848 18446744073709551615 4337685 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25508/statm: 23864 17995 391 118 0 18823 0
[pid=25506/tid=25537] ppid=25429 vsize=321068 CPUtime=0 cores=0,2,4,6
/proc/25506/task/25537/stat : 25537 (python) S 25429 25429 25339 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538397003 328773632 5982 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604451263724544 0 0 -1 4 0 0 0
[pid=25526] ppid=25429 vsize=331324 CPUtime=0.53 cores=0,2,4,6
/proc/25526/stat : 25526 (python) S 25429 25429 25339 0 -1 4202560 1164 0 0 0 28 25 0 0 18 0 2 0 538386378 339275776 5985 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25526/statm: 82831 5985 400 364 0 18734 0
[pid=25528] ppid=25526 vsize=35244 CPUtime=402.82 cores=0,2,4,6
/proc/25528/stat : 25528 (precosat) R 25526 25528 25528 0 -1 4202496 9249 0 0 0 40280 2 0 0 25 0 1 0 538386379 36089856 8563 33554432000 4194304 4890832 140735474358832 18446744073709551615 4238622 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/25528/statm: 8811 8563 86 171 0 8638 0
[pid=25526/tid=25549] ppid=25429 vsize=331324 CPUtime=0 cores=0,2,4,6
/proc/25526/task/25549/stat : 25549 (python) S 25429 25429 25339 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538425825 339275776 5985 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604445524341760 0 0 -1 4 0 0 0
[pid=25550] ppid=25429 vsize=341712 CPUtime=0.13 cores=0,2,4,6
/proc/25550/stat : 25550 (python) S 25429 25429 25339 0 -1 4202560 1140 0 0 0 8 5 0 0 19 0 2 0 538425827 349913088 6022 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25550/statm: 85428 6022 400 364 0 21328 0
[pid=25552] ppid=25550 vsize=13120 CPUtime=99.98 cores=0,2,4,6
/proc/25552/stat : 25552 (lingeling) T 25550 25552 25552 0 -1 4202496 11875 0 0 0 9997 1 0 0 25 0 1 0 538425827 13434880 2482 33554432000 4194304 4352236 140735862313632 18446744073709551615 4295610 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/25552/statm: 3280 2482 129 39 0 2360 0
[pid=25550/tid=25559] ppid=25429 vsize=341712 CPUtime=0 cores=0,2,4,6
/proc/25550/task/25559/stat : 25559 (python) S 25429 25429 25339 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538435840 349913088 6022 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453915369664 0 0 -1 2 0 0 0
[pid=25564] ppid=25429 vsize=351968 CPUtime=0.13 cores=0,2,4,6
/proc/25564/stat : 25564 (python) S 25429 25429 25339 0 -1 4202560 1182 0 0 0 7 6 0 0 19 0 2 0 538444916 360415232 6034 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25564/statm: 87992 6034 406 364 0 23889 0
[pid=25566] ppid=25564 vsize=11088 CPUtime=99.97 cores=0,2,4,6
/proc/25566/stat : 25566 (SApperloT-base) T 25564 25566 25566 0 -1 4202496 2726 0 0 0 9997 0 0 0 25 0 1 0 538444917 11354112 2452 33554432000 134512640 135674940 4287460784 18446744073709551615 134579793 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25566/statm: 2772 2452 100 284 0 2486 0
[pid=25564/tid=25570] ppid=25429 vsize=351968 CPUtime=0 cores=0,2,4,6
/proc/25564/task/25570/stat : 25570 (python) S 25429 25429 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538454929 360415232 6034 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453902960704 0 0 -1 2 0 0 0
[pid=25429/tid=25436] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25436/stat : 25436 (python) S 25427 25429 25339 0 -1 4202560 37 933 0 0 0 0 0 0 18 0 9 0 538337784 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25439] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25439/stat : 25439 (python) S 25427 25429 25339 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538337786 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25442] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25442/stat : 25442 (python) S 25427 25429 25339 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 538337788 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 0 0 0 0
[pid=25429/tid=25445] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25445/stat : 25445 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 538337791 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25507] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25507/stat : 25507 (python) S 25427 25429 25339 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 538347798 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25527] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25527/stat : 25527 (python) S 25427 25429 25339 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 538386379 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25551] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25551/stat : 25551 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 538425827 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25565] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25565/stat : 25565 (python) S 25427 25429 25339 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 538444916 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4717.01
Current children cumulated vsize (KiB) 3230224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.16 7.99 5.90 9/239 25571
/proc/meminfo: memFree=17751696/32950904 swapFree=67082284/67111528
[pid=25429] ppid=25427 vsize=362212 CPUtime=1.15 cores=0,2,4,6
/proc/25429/stat : 25429 (python) S 25427 25429 25339 0 -1 4202496 16937 933 1 0 102 13 0 0 18 0 9 0 538337668 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25429/statm: 90553 7540 1890 364 0 26450 0
[pid=25435] ppid=25429 vsize=289928 CPUtime=0.95 cores=0,2,4,6
/proc/25435/stat : 25435 (python) S 25429 25429 25339 0 -1 4202560 1211 0 0 0 48 47 0 0 18 0 2 0 538337783 296886272 5927 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25435/statm: 72482 5927 416 364 0 8400 0
[pid=25437] ppid=25435 vsize=22404 CPUtime=709.15 cores=0,2,4,6
/proc/25437/stat : 25437 (lingeling) R 25435 25437 25437 0 -1 4202496 48708 0 0 0 70909 6 0 0 25 0 1 0 538337784 22941696 4803 33554432000 4194304 4352236 140734260135648 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25437/statm: 5601 4803 129 39 0 4681 0
[pid=25435/tid=25505] ppid=25429 vsize=289928 CPUtime=0 cores=0,2,4,6
/proc/25435/task/25505/stat : 25505 (python) S 25429 25429 25339 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538347796 296886272 5927 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604440563205952 0 0 -1 6 0 0 0
[pid=25438] ppid=25429 vsize=290300 CPUtime=0.7 cores=0,2,4,6
/proc/25438/stat : 25438 (python) S 25429 25429 25339 0 -1 4202560 1142 0 0 0 39 31 0 0 16 0 2 0 538337786 297267200 5970 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25438/statm: 72575 5970 401 364 0 8490 0
[pid=25440] ppid=25438 vsize=91900 CPUtime=485.4 cores=0,2,4,6
/proc/25440/stat : 25440 (cryptominisat-2) T 25438 25440 25440 0 -1 4202496 105845 0 0 0 48511 29 0 0 25 0 1 0 538337786 94105600 16951 33554432000 4194304 4677096 140733293088832 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/25440/statm: 22975 16951 391 118 0 17934 0
[pid=25438/tid=25525] ppid=25429 vsize=290300 CPUtime=0 cores=0,2,4,6
/proc/25438/task/25525/stat : 25525 (python) S 25429 25429 25339 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538386376 297267200 5970 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453937961088 0 0 -1 2 0 0 0
[pid=25441] ppid=25429 vsize=300556 CPUtime=1.41 cores=0,2,4,6
/proc/25441/stat : 25441 (python) S 25429 25429 25339 0 -1 4202560 1154 0 0 0 82 59 0 0 19 0 2 0 538337788 307769344 5973 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25441/statm: 75139 5973 400 364 0 11051 0
[pid=25443] ppid=25441 vsize=27256 CPUtime=1069.49 cores=0,2,4,6
/proc/25443/stat : 25443 (lingeling) T 25441 25443 25443 0 -1 4202496 63694 0 0 0 106938 11 0 0 25 0 1 0 538337789 27910144 5991 33554432000 4194304 4352236 140733818099456 18446744073709551615 4328055 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/25443/statm: 6814 5991 129 39 0 5894 0
[pid=25441/tid=25563] ppid=25429 vsize=300556 CPUtime=0 cores=0,2,4,6
/proc/25441/task/25563/stat : 25563 (python) S 25429 25429 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538444913 307769344 5973 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453960973056 0 0 -1 0 0 0 0
[pid=25444] ppid=25429 vsize=310812 CPUtime=1.58 cores=0,2,4,6
/proc/25444/stat : 25444 (python) S 25429 25429 25339 0 -1 4202560 995 0 0 0 85 73 0 0 18 0 1 0 538337791 318271488 5947 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 9830144125712695553 0 0 17 4 0 0 0
/proc/25444/statm: 77703 5947 371 364 0 13612 0
[pid=25446] ppid=25444 vsize=25556 CPUtime=1192.87 cores=0,2,4,6
/proc/25446/stat : 25446 (lingeling) R 25444 25446 25446 0 -1 4202496 79773 0 0 0 119275 12 0 0 25 0 1 0 538337791 26169344 5591 33554432000 4194304 4352236 140735191646624 18446744073709551615 4278648 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/25446/statm: 6389 5591 129 39 0 5469 0
[pid=25506] ppid=25429 vsize=321068 CPUtime=1.04 cores=0,2,4,6
/proc/25506/stat : 25506 (python) S 25429 25429 25339 0 -1 4202560 1191 0 0 0 58 46 0 0 15 0 2 0 538347798 328773632 5982 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25506/statm: 80267 5982 401 364 0 16173 0
[pid=25508] ppid=25506 vsize=95560 CPUtime=712.42 cores=0,2,4,6
/proc/25508/stat : 25508 (cryptominisat-2) R 25506 25508 25508 0 -1 4202496 133214 0 0 0 71200 42 0 0 25 0 1 0 538347798 97853440 17071 33554432000 4194304 4677096 140734043396848 18446744073709551615 4319588 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25508/statm: 23890 17071 391 118 0 18849 0
[pid=25506/tid=25537] ppid=25429 vsize=321068 CPUtime=0 cores=0,2,4,6
/proc/25506/task/25537/stat : 25537 (python) S 25429 25429 25339 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538397003 328773632 5982 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604451263724544 0 0 -1 4 0 0 0
[pid=25526] ppid=25429 vsize=331324 CPUtime=0.56 cores=0,2,4,6
/proc/25526/stat : 25526 (python) S 25429 25429 25339 0 -1 4202560 1164 0 0 0 30 26 0 0 18 0 2 0 538386378 339275776 5985 33554432000 4194304 5683644 140736270470208 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25526/statm: 82831 5985 400 364 0 18734 0
[pid=25528] ppid=25526 vsize=35244 CPUtime=423.37 cores=0,2,4,6
/proc/25528/stat : 25528 (precosat) R 25526 25528 25528 0 -1 4202496 9285 0 0 0 42335 2 0 0 25 0 1 0 538386379 36089856 8599 33554432000 4194304 4890832 140735474358832 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/25528/statm: 8811 8599 86 171 0 8638 0
[pid=25526/tid=25549] ppid=25429 vsize=331324 CPUtime=0 cores=0,2,4,6
/proc/25526/task/25549/stat : 25549 (python) S 25429 25429 25339 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538425825 339275776 5985 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604445524341760 0 0 -1 4 0 0 0
[pid=25550] ppid=25429 vsize=341712 CPUtime=0.13 cores=0,2,4,6
/proc/25550/stat : 25550 (python) S 25429 25429 25339 0 -1 4202560 1140 0 0 0 8 5 0 0 19 0 2 0 538425827 349913088 6022 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25550/statm: 85428 6022 400 364 0 21328 0
[pid=25552] ppid=25550 vsize=13120 CPUtime=99.98 cores=0,2,4,6
/proc/25552/stat : 25552 (lingeling) T 25550 25552 25552 0 -1 4202496 11875 0 0 0 9997 1 0 0 25 0 1 0 538425827 13434880 2482 33554432000 4194304 4352236 140735862313632 18446744073709551615 4295610 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/25552/statm: 3280 2482 129 39 0 2360 0
[pid=25550/tid=25559] ppid=25429 vsize=341712 CPUtime=0 cores=0,2,4,6
/proc/25550/task/25559/stat : 25559 (python) S 25429 25429 25339 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 538435840 349913088 6022 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453915369664 0 0 -1 2 0 0 0
[pid=25564] ppid=25429 vsize=351968 CPUtime=0.13 cores=0,2,4,6
/proc/25564/stat : 25564 (python) S 25429 25429 25339 0 -1 4202560 1182 0 0 0 7 6 0 0 19 0 2 0 538444916 360415232 6034 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25564/statm: 87992 6034 406 364 0 23889 0
[pid=25566] ppid=25564 vsize=11088 CPUtime=99.97 cores=0,2,4,6
/proc/25566/stat : 25566 (SApperloT-base) T 25564 25566 25566 0 -1 4202496 2726 0 0 0 9997 0 0 0 25 0 1 0 538444917 11354112 2452 33554432000 134512640 135674940 4287460784 18446744073709551615 134579793 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25566/statm: 2772 2452 100 284 0 2486 0
[pid=25564/tid=25570] ppid=25429 vsize=351968 CPUtime=0 cores=0,2,4,6
/proc/25564/task/25570/stat : 25570 (python) S 25429 25429 25339 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538454929 360415232 6034 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 514 18446604453902960704 0 0 -1 2 0 0 0
[pid=25429/tid=25436] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25436/stat : 25436 (python) S 25427 25429 25339 0 -1 4202560 37 933 0 0 0 0 0 0 18 0 9 0 538337784 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25439] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25439/stat : 25439 (python) S 25427 25429 25339 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538337786 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 6 0 0 0
[pid=25429/tid=25442] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25442/stat : 25442 (python) S 25427 25429 25339 0 -1 4202560 26 933 0 0 0 0 0 0 22 0 9 0 538337788 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 0 0 0 0
[pid=25429/tid=25445] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25445/stat : 25445 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 538337791 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25507] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25507/stat : 25507 (python) S 25427 25429 25339 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 538347798 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25527] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25527/stat : 25527 (python) S 25427 25429 25339 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 538386379 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25551] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25551/stat : 25551 (python) S 25427 25429 25339 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 538425827 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
[pid=25429/tid=25565] ppid=25427 vsize=362212 CPUtime=0 cores=0,2,4,6
/proc/25429/task/25565/stat : 25565 (python) S 25427 25429 25339 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 538444916 370905088 7540 33554432000 4194304 5683644 140736270470208 18446744073709551615 237290703281 0 0 16781312 2 18446604449063541824 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 3222008

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 25429 and gives
#  childrusage.ru_utime.tv_sec=1906
#  childrusage.ru_utime.tv_usec=556159
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=335492
# CPU time returned by wait4() is 1909.89
# while last known CPU time is 4800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.26
CPU time (s): 4800.3
CPU user time (s): 4796.21
CPU system time (s): 4.09
CPU usage (%): 398.942
Max. virtual memory (cumulated for all children) (KiB): 3292756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1906.56
system time used= 3.33549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157659
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= 8658
involuntary context switches= 18364

runsolver used 2.6366 second user time and 5.83011 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-01 18:29:39
IDJOB=3317886
IDBENCH=70785
IDSOLVER=1706
FILE ID=node121/3317886-1304267379
RUNJOBID= node121-1304267283-25357
PBS_JOBID= 13173958
Free space on /tmp= 73576 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.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-3317886-1304267379/watcher-3317886-1304267379 -o /tmp/evaluation-result-3317886-1304267379/solver-3317886-1304267379 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317886-1304267379.cnf -seed 867666104 -budget 4800 -cores 4

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=867666104

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20572164 kB
Buffers:       2190412 kB
Cached:        9457780 kB
SwapCached:       2776 kB
Active:        8865560 kB
Inactive:      2997368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20572164 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           34676 kB
Writeback:           0 kB
AnonPages:      212392 kB
Mapped:          19308 kB
Slab:           451680 kB
PageTables:       5604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   387292 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= 73552 MiB
End job on node121 at 2011-05-01 18:49:44