Trace number 3317923

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.11 1203.06

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.39/0.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.52	c INFO: solving HOME/instance-3317923-1307741615.cnf
0.39/0.52	c INFO: computing task features
0.39/0.54	c INFO: computed variable-clause graph statistics
0.39/0.54	c INFO: computed clause balance statistics
0.50/0.66	c INFO: computed variable balance statistics
0.59/0.73	c INFO: computed small-clause counts
0.59/0.73	c INFO: computed Horn-clause counts
0.59/0.74	c INFO: computed variable graph statistics
0.59/0.74	c INFO: collected features for HOME/instance-3317923-1307741615.cnf in 0.22 s
0.59/0.76	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.59/0.78	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.68/0.81	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.45)
0.68/0.83	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.47)
396.47/99.91	c INFO: running cryptominisat-2.9.0@0 for 485 with 4700 remaining (b = 0.26)
1956.60/490.53	c INFO: running precosat-570@0 for 388 with 4310 remaining (b = 0.20)
2343.58/587.41	c INFO: running lingeling-276@0 for 485 with 4213 remaining (b = 0.23)
3495.72/875.91	c INFO: running lingeling-276@0 for 97 with 3924 remaining (b = 0.13)
3532.02/885.02	c INFO: running cryptominisat-2.9.0@0 for 388 with 3915 remaining (b = 0.15)
3895.19/976.07	c INFO: running cryptominisat-2.9.0@488 for 97 with 3824 remaining (b = 0.05)
4290.09/1075.05	c INFO: running lingeling-276@393 for 97 with 3725 remaining (b = 0.05)
4300.84/1077.76	c INFO: running precosat-570@0 for 97 with 3722 remaining (b = 0.10)
4677.39/1172.21	c INFO: running cryptominisat-2.9.0@975 for 97 with 3628 remaining (b = 0.06)
4700.08/1177.93	c INFO: running lingeling-276@494 for 97 with 3622 remaining (b = 0.05)
4800.11/1203.04	c INFO: running lingeling-276@875 for 194 with 3597 remaining (b = 0.07)
4800.11/1203.04	Traceback (most recent call last):
4800.11/1203.04	  File "HOME/solve", line 33, in <module>
4800.11/1203.04	    plac.call(main)
4800.11/1203.04	  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.11/1203.05	    cmd, result = parser_from(obj).consume(arglist)
4800.11/1203.05	  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.11/1203.05	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.11/1203.05	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.11/1203.05	    (_, answer, _) = solver(input_path, budget, cores)
4800.11/1203.05	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.11/1203.05	    solver.go(max_cost * borg.defaults.machine_speed)
4800.11/1203.05	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.11/1203.05	    self._process.start()
4800.11/1203.05	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.11/1203.05	    assert self._popen is None, 'cannot start a process twice'
4800.11/1203.05	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.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317923-1307741615/watcher-3317923-1307741615 -o /tmp/evaluation-result-3317923-1307741615/solver-3317923-1307741615 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317923-1307741615.cnf -seed 856754262 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.77 0.16 0.05 3/172 26577
/proc/meminfo: memFree=31673284/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/26577/stat : 26577 (python) R 26575 26577 26332 0 -1 4202496 809 0 0 0 0 0 0 0 21 0 1 0 885762512 15753216 693 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613110416 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26577/statm: 3846 693 332 364 0 333 0

[startup+0.0481061 s]
/proc/loadavg: 0.77 0.16 0.05 3/172 26577
/proc/meminfo: memFree=31673284/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=29792 CPUtime=0.02 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 1442 0 0 0 2 0 0 0 22 0 1 0 885762512 30507008 1283 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/26577/statm: 7448 1283 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29792

[startup+0.10133 s]
/proc/loadavg: 0.77 0.16 0.05 3/172 26577
/proc/meminfo: memFree=31673284/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=99376 CPUtime=0.06 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 2867 0 0 0 4 2 0 0 17 0 1 0 885762512 101761024 2564 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/26577/statm: 24844 2564 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.302078 s]
/proc/loadavg: 0.77 0.16 0.05 3/172 26577
/proc/meminfo: memFree=31673284/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=135752 CPUtime=0.22 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 6012 934 1 0 15 7 0 0 17 0 1 0 885762512 139010048 4173 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/26577/statm: 33938 4173 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752

[startup+0.701021 s]
/proc/loadavg: 0.77 0.16 0.05 3/172 26577
/proc/meminfo: memFree=31673284/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=279340 CPUtime=0.59 cores=1,3,5,7
/proc/26577/stat : 26577 (python) R 26575 26577 26332 0 -1 4202496 9577 934 1 0 47 12 0 0 17 0 1 0 885762512 286044160 7240 33554432000 4194304 5683644 140735649962288 18446744073709551615 4527938 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26577/statm: 69835 7240 1827 364 0 5759 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279340

[startup+1.50085 s]
/proc/loadavg: 1.11 0.24 0.08 6/190 26607
/proc/meminfo: memFree=31582036/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=320376 CPUtime=0.71 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 12302 934 1 0 59 12 0 0 22 0 5 0 885762512 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26577/statm: 80094 7310 1881 364 0 16003 0
[pid=26596] ppid=26577 vsize=279364 CPUtime=0 cores=1,3,5,7
/proc/26596/stat : 26596 (python) S 26577 26577 26332 0 -1 4202560 786 0 0 0 0 0 0 0 19 0 1 0 885762588 286068736 5765 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130767 0 0 16781312 514 6459714655240585215 0 0 17 7 0 0 0
/proc/26596/statm: 69841 5765 352 364 0 5759 0
[pid=26598] ppid=26596 vsize=6272 CPUtime=0.73 cores=1,3,5,7
/proc/26598/stat : 26598 (lingeling) R 26596 26598 26598 0 -1 4202496 1054 0 0 0 73 0 0 0 22 0 1 0 885762589 6422528 769 33554432000 4194304 4352236 140736266237520 18446744073709551615 4276778 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26598/statm: 1568 769 129 39 0 648 0
[pid=26599] ppid=26577 vsize=289620 CPUtime=0 cores=1,3,5,7
/proc/26599/stat : 26599 (python) S 26577 26577 26332 0 -1 4202560 748 0 0 0 0 0 0 0 16 0 1 0 885762591 296570880 5765 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 17819468296311767304 0 0 17 7 0 0 0
/proc/26599/statm: 72405 5765 348 364 0 8320 0
[pid=26601] ppid=26599 vsize=32184 CPUtime=0.7 cores=1,3,5,7
/proc/26601/stat : 26601 (cryptominisat-2) R 26599 26601 26601 0 -1 4202496 2269 0 0 0 70 0 0 0 25 0 1 0 885762591 32956416 1130 33554432000 4194304 4677096 140734869277488 18446744073709551615 270612807316 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26601/statm: 8046 1130 391 118 0 3005 0
[pid=26602] ppid=26577 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26577 26577 26332 0 -1 4202560 722 0 0 0 0 0 0 0 19 0 1 0 885762593 307073024 5765 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 4485973085882679295 0 0 17 1 0 0 0
/proc/26602/statm: 74969 5765 344 364 0 10881 0
[pid=26604] ppid=26602 vsize=5584 CPUtime=0.68 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 882 0 0 0 68 0 0 0 22 0 1 0 885762593 5718016 597 33554432000 4194304 4352236 140735378520512 18446744073709551615 4277025 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 1396 597 129 39 0 476 0
[pid=26605] ppid=26577 vsize=310132 CPUtime=0 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26577 26577 26332 0 -1 4202560 737 0 0 0 0 0 0 0 21 0 1 0 885762595 317575168 5769 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 4372432842274111487 0 0 17 5 0 0 0
/proc/26605/statm: 77533 5769 344 364 0 13442 0
[pid=26607] ppid=26605 vsize=6724 CPUtime=0.65 cores=1,3,5,7
/proc/26607/stat : 26607 (lingeling) R 26605 26607 26607 0 -1 4202496 1169 0 0 0 65 0 0 0 25 0 1 0 885762596 6885376 882 33554432000 4194304 4352236 140734324420688 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26607/statm: 1681 882 129 39 0 761 0
[pid=26577/tid=26597] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26597/stat : 26597 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 885762589 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26600] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26600/stat : 26600 (python) S 26575 26577 26332 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 885762591 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26603] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26603/stat : 26603 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 885762593 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26606] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26606/stat : 26606 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 885762596 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1550132

[startup+3.10057 s]
/proc/loadavg: 1.11 0.24 0.08 6/190 26607
/proc/meminfo: memFree=31559716/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=320376 CPUtime=0.71 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 12302 934 1 0 59 12 0 0 22 0 5 0 885762512 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26577/statm: 80094 7310 1881 364 0 16003 0
[pid=26596] ppid=26577 vsize=279364 CPUtime=0 cores=1,3,5,7
/proc/26596/stat : 26596 (python) S 26577 26577 26332 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 885762588 286068736 5772 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130767 0 0 16781312 514 6459714655240552712 0 0 17 7 0 0 0
/proc/26596/statm: 69841 5772 359 364 0 5759 0
[pid=26598] ppid=26596 vsize=6924 CPUtime=2.32 cores=1,3,5,7
/proc/26598/stat : 26598 (lingeling) R 26596 26598 26598 0 -1 4202496 1409 0 0 0 232 0 0 0 25 0 1 0 885762589 7090176 932 33554432000 4194304 4352236 140736266237520 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26598/statm: 1731 932 129 39 0 811 0
[pid=26599] ppid=26577 vsize=289620 CPUtime=0 cores=1,3,5,7
/proc/26599/stat : 26599 (python) S 26577 26577 26332 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 885762591 296570880 5765 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 5616707489518027016 0 0 17 7 0 0 0
/proc/26599/statm: 72405 5765 348 364 0 8320 0
[pid=26601] ppid=26599 vsize=44716 CPUtime=2.29 cores=1,3,5,7
/proc/26601/stat : 26601 (cryptominisat-2) R 26599 26601 26601 0 -1 4202496 4645 0 0 0 229 0 0 0 25 0 1 0 885762591 45789184 2552 33554432000 4194304 4677096 140734869277488 18446744073709551615 4338608 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26601/statm: 11179 2552 392 118 0 6138 0
[pid=26602] ppid=26577 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26577 26577 26332 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 885762593 307073024 5769 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 4485973085882646791 0 0 17 1 0 0 0
/proc/26602/statm: 74969 5769 348 364 0 10881 0
[pid=26604] ppid=26602 vsize=6356 CPUtime=2.28 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 1139 0 0 0 228 0 0 0 25 0 1 0 885762593 6508544 790 33554432000 4194304 4352236 140735378520512 18446744073709551615 4329047 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 1589 790 129 39 0 669 0
[pid=26605] ppid=26577 vsize=310132 CPUtime=0 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26577 26577 26332 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 885762595 317575168 5773 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 4372432842274078984 0 0 17 5 0 0 0
/proc/26605/statm: 77533 5773 348 364 0 13442 0
[pid=26607] ppid=26605 vsize=6728 CPUtime=2.24 cores=1,3,5,7
/proc/26607/stat : 26607 (lingeling) R 26605 26607 26607 0 -1 4202496 1362 0 0 0 224 0 0 0 25 0 1 0 885762596 6889472 851 33554432000 4194304 4352236 140734324420688 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26607/statm: 1682 851 129 39 0 762 0
[pid=26577/tid=26597] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26597/stat : 26597 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 885762589 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26600] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26600/stat : 26600 (python) S 26575 26577 26332 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 885762591 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26603] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26603/stat : 26603 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 885762593 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26606] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26606/stat : 26606 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 885762596 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 1564092

[startup+6.301 s]
/proc/loadavg: 1.11 0.24 0.08 6/190 26607
/proc/meminfo: memFree=31549960/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=320376 CPUtime=0.71 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 12302 934 1 0 59 12 0 0 22 0 5 0 885762512 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26577/statm: 80094 7310 1881 364 0 16003 0
[pid=26596] ppid=26577 vsize=279364 CPUtime=0 cores=1,3,5,7
/proc/26596/stat : 26596 (python) S 26577 26577 26332 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 885762588 286068736 5795 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130767 0 0 16781312 514 6459714655240552712 0 0 17 7 0 0 0
/proc/26596/statm: 69841 5795 382 364 0 5759 0
[pid=26598] ppid=26596 vsize=6932 CPUtime=5.5 cores=1,3,5,7
/proc/26598/stat : 26598 (lingeling) R 26596 26598 26598 0 -1 4202496 2019 0 0 0 549 1 0 0 25 0 1 0 885762589 7098368 934 33554432000 4194304 4352236 140736266237520 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26598/statm: 1733 934 129 39 0 813 0
[pid=26599] ppid=26577 vsize=289620 CPUtime=0 cores=1,3,5,7
/proc/26599/stat : 26599 (python) S 26577 26577 26332 0 -1 4202560 904 0 0 0 0 0 0 0 15 0 1 0 885762591 296570880 5788 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 5616707502402928904 0 0 17 7 0 0 0
/proc/26599/statm: 72405 5788 371 364 0 8320 0
[pid=26601] ppid=26599 vsize=53948 CPUtime=5.49 cores=1,3,5,7
/proc/26601/stat : 26601 (cryptominisat-2) R 26599 26601 26601 0 -1 4202496 7402 0 0 0 548 1 0 0 25 0 1 0 885762591 55242752 3923 33554432000 4194304 4677096 140734869277488 18446744073709551615 4318969 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26601/statm: 13487 3923 392 118 0 8446 0
[pid=26602] ppid=26577 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26577 26577 26332 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 885762593 307073024 5791 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 4485973085882646791 0 0 17 1 0 0 0
/proc/26602/statm: 74969 5791 370 364 0 10881 0
[pid=26604] ppid=26602 vsize=7256 CPUtime=5.48 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) R 26602 26604 26604 0 -1 4202496 1812 0 0 0 548 0 0 0 25 0 1 0 885762593 7430144 1015 33554432000 4194304 4352236 140735378520512 18446744073709551615 4329279 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26604/statm: 1814 1015 129 39 0 894 0
[pid=26605] ppid=26577 vsize=310132 CPUtime=0 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26577 26577 26332 0 -1 4202560 925 0 0 0 0 0 0 0 18 0 1 0 885762595 317575168 5796 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 4372432842274078984 0 0 17 5 0 0 0
/proc/26605/statm: 77533 5796 371 364 0 13442 0
[pid=26607] ppid=26605 vsize=7112 CPUtime=5.41 cores=1,3,5,7
/proc/26607/stat : 26607 (lingeling) R 26605 26607 26607 0 -1 4202496 1794 0 0 0 541 0 0 0 25 0 1 0 885762596 7282688 963 33554432000 4194304 4352236 140734324420688 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26607/statm: 1778 963 129 39 0 858 0
[pid=26577/tid=26597] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26597/stat : 26597 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 885762589 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26600] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26600/stat : 26600 (python) S 26575 26577 26332 0 -1 4202560 20 934 0 0 0 0 0 0 22 0 5 0 885762591 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26603] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26603/stat : 26603 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 885762593 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26606] ppid=26575 vsize=320376 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26606/stat : 26606 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 5 0 885762596 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.59
Current children cumulated vsize (KiB) 1574616

[startup+12.7009 s]
/proc/loadavg: 1.70 0.40 0.13 9/202 26619
/proc/meminfo: memFree=31461644/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=320376 CPUtime=0.71 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 12302 934 1 0 59 12 0 0 22 0 5 0 885762512 328065024 7310 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26577/statm: 80094 7310 1881 364 0 16003 0
[pid=26596] ppid=26577 vsize=279364 CPUtime=0 cores=1,3,5,7
/proc/26596/stat : 26596 (python) S 26577 26577 26332 0 -1 4202560 978 0 0 0 0 0 0 0 18 0 1 0 885762588 286068736 5795 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130767 0 0 16781312 514 9777948109718913288 0 0 17 7 0 0 0
/proc/26596/statm: 69841 5795 382 364 0 5759 0
[pid=26598] ppid=26596 vsize=8316 CPUtime=11.89 cores=1,3,5,7
/proc/26598/stat : 26598 (lingeling) R 26596 26598 26598 0 -1 4202496 3365 0 0 0 1188 1 0 0 25 0 1 0 885762589 8515584 1280 33554432000 4194304 4352236 140736266237520 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26598/statm: 2079 1280 129 39 0 1159 0
[pid=26599] ppid=26577 vsize=289620 CPUtime=0.01 cores=1,3,5,7

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

/proc/26604/stat : 26604 (lingeling) T 26602 26604 26604 0 -1 4202496 42810 0 0 0 87502 6 0 0 25 0 1 0 885762593 24297472 5133 33554432000 4194304 4352236 140735378520512 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/26604/statm: 5932 5133 129 39 0 5012 0
[pid=26602/tid=26665] ppid=26577 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26665/stat : 26665 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 885850101 307073024 5822 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604471137034432 0 0 -1 1 0 0 0
[pid=26605] ppid=26577 vsize=310132 CPUtime=1.6 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26577 26577 26332 0 -1 4202560 985 0 0 0 79 81 0 0 18 0 1 0 885762595 317575168 5796 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 9777948109718913288 0 0 17 5 0 0 0
/proc/26605/statm: 77533 5796 371 364 0 13442 0
[pid=26607] ppid=26605 vsize=20764 CPUtime=1171.28 cores=1,3,5,7
/proc/26607/stat : 26607 (lingeling) R 26605 26607 26607 0 -1 4202496 48807 0 0 0 117117 11 0 0 25 0 1 0 885762596 21262336 4392 33554432000 4194304 4352236 140734324420688 18446744073709551615 4331604 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26607/statm: 5191 4392 129 39 0 4271 0
[pid=26623] ppid=26577 vsize=320388 CPUtime=0.84 cores=1,3,5,7
/proc/26623/stat : 26623 (python) S 26577 26577 26332 0 -1 4202560 1163 0 0 0 42 42 0 0 15 0 2 0 885772503 328077312 5830 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26623/statm: 80097 5830 400 364 0 16003 0
[pid=26625] ppid=26623 vsize=157188 CPUtime=597.84 cores=1,3,5,7
/proc/26625/stat : 26625 (cryptominisat-2) R 26623 26625 26625 0 -1 4202496 184785 0 0 0 59723 61 0 0 25 0 1 0 885772504 160960512 32286 33554432000 4194304 4677096 140733668851296 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26625/statm: 39297 32286 392 118 0 34256 0
[pid=26623/tid=26648] ppid=26577 vsize=320388 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26648/stat : 26648 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 885821251 328077312 5830 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604459689157760 0 0 -1 5 0 0 0
[pid=26639] ppid=26577 vsize=330644 CPUtime=0.52 cores=1,3,5,7
/proc/26639/stat : 26639 (python) S 26577 26577 26332 0 -1 4202560 1147 0 0 0 22 30 0 0 19 0 2 0 885811565 338579456 5834 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26639/statm: 82661 5834 400 364 0 18564 0
[pid=26641] ppid=26639 vsize=37304 CPUtime=393.28 cores=1,3,5,7
/proc/26641/stat : 26641 (precosat) T 26639 26641 26641 0 -1 4202496 9707 0 0 0 39324 4 0 0 25 0 1 0 885811566 38199296 9123 33554432000 4194304 4890832 140736615519024 18446744073709551615 4239043 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/26641/statm: 9326 9123 86 171 0 9153 0
[pid=26639/tid=26669] ppid=26577 vsize=330644 CPUtime=0 cores=1,3,5,7
/proc/26639/task/26669/stat : 26669 (python) S 26577 26577 26332 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 885851012 338579456 5834 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604471139169408 0 0 -1 1 0 0 0
[pid=26666] ppid=26577 vsize=340900 CPUtime=0.3 cores=1,3,5,7
/proc/26666/stat : 26666 (python) S 26577 26577 26332 0 -1 4202560 1149 0 0 0 13 17 0 0 18 0 2 0 885850103 349081600 5844 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26666/statm: 85225 5844 400 364 0 21125 0
[pid=26668] ppid=26666 vsize=13028 CPUtime=201.16 cores=1,3,5,7
/proc/26668/stat : 26668 (lingeling) R 26666 26668 26668 0 -1 4202496 15649 0 0 0 20114 2 0 0 25 0 1 0 885850104 13340672 2457 33554432000 4194304 4352236 140736651608816 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26668/statm: 3257 2457 129 39 0 2337 0
[pid=26666/tid=26673] ppid=26577 vsize=340900 CPUtime=0 cores=1,3,5,7
/proc/26666/task/26673/stat : 26673 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 885860117 349081600 5844 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604461525457856 0 0 -1 5 0 0 0
[pid=26676] ppid=26577 vsize=351276 CPUtime=0.14 cores=1,3,5,7
/proc/26676/stat : 26676 (python) S 26577 26577 26332 0 -1 4202560 1152 0 0 0 7 7 0 0 19 0 2 0 885870289 359706624 5877 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26676/statm: 87819 5877 406 364 0 23716 0
[pid=26678] ppid=26676 vsize=21392 CPUtime=99.66 cores=1,3,5,7
/proc/26678/stat : 26678 (precosat) T 26676 26678 26678 0 -1 4202496 5553 0 0 0 9964 2 0 0 25 0 1 0 885870289 21905408 5206 33554432000 4194304 4890832 140735242778928 18446744073709551615 4238604 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/26678/statm: 5348 5206 86 171 0 5175 0
[pid=26676/tid=26683] ppid=26577 vsize=351276 CPUtime=0 cores=1,3,5,7
/proc/26676/task/26683/stat : 26683 (python) S 26577 26577 26332 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 885880303 359706624 5877 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604461525456960 0 0 -1 5 0 0 0
[pid=26577/tid=26597] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26597/stat : 26597 (python) S 26575 26577 26332 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 885762589 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26600] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26600/stat : 26600 (python) S 26575 26577 26332 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 885762591 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26603] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26603/stat : 26603 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 885762593 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26606] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26606/stat : 26606 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 885762596 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26624] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26624/stat : 26624 (python) S 26575 26577 26332 0 -1 4202560 38 934 0 0 0 0 0 0 18 0 9 0 885772504 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26640] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26640/stat : 26640 (python) S 26575 26577 26332 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 885811565 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26667] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26667/stat : 26667 (python) S 26575 26577 26332 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 885850104 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26677] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26677/stat : 26677 (python) S 26575 26577 26332 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 885870289 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.61
Current children cumulated vsize (KiB) 3348812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.15 8.02 5.91 9/235 26684
/proc/meminfo: memFree=29879952/32951124 swapFree=67052292/67111528
[pid=26577] ppid=26575 vsize=361676 CPUtime=0.95 cores=1,3,5,7
/proc/26577/stat : 26577 (python) S 26575 26577 26332 0 -1 4202496 16399 934 1 0 81 14 0 0 18 0 9 0 885762512 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26577/statm: 90419 7384 1890 364 0 26316 0
[pid=26596] ppid=26577 vsize=289608 CPUtime=0.8 cores=1,3,5,7
/proc/26596/stat : 26596 (python) S 26577 26577 26332 0 -1 4202560 1207 0 0 0 39 41 0 0 18 0 2 0 885762588 296558592 5834 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26596/statm: 72402 5834 416 364 0 8320 0
[pid=26598] ppid=26596 vsize=16616 CPUtime=586.2 cores=1,3,5,7
/proc/26598/stat : 26598 (lingeling) T 26596 26598 26598 0 -1 4202496 34728 0 0 0 58614 6 0 0 25 0 1 0 885762589 17014784 3355 33554432000 4194304 4352236 140736266237520 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/26598/statm: 4154 3355 129 39 0 3234 0
[pid=26596/tid=26622] ppid=26577 vsize=289608 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26622/stat : 26622 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 885772501 296558592 5834 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604463006647360 0 0 -1 7 0 0 0
[pid=26599] ppid=26577 vsize=289620 CPUtime=1.12 cores=1,3,5,7
/proc/26599/stat : 26599 (python) S 26577 26577 26332 0 -1 4202560 1161 0 0 0 55 57 0 0 15 0 2 0 885762591 296570880 5818 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26599/statm: 72405 5818 400 364 0 8320 0
[pid=26601] ppid=26599 vsize=164776 CPUtime=806.4 cores=1,3,5,7
/proc/26601/stat : 26601 (cryptominisat-2) R 26599 26601 26601 0 -1 4202496 203793 0 0 0 80579 61 0 0 25 0 1 0 885762591 168730624 32993 33554432000 4194304 4677096 140734869277488 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26601/statm: 41194 32993 392 118 0 36153 0
[pid=26599/tid=26638] ppid=26577 vsize=289620 CPUtime=0 cores=1,3,5,7
/proc/26599/task/26638/stat : 26638 (python) S 26577 26577 26332 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 885811563 296570880 5818 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604471110601472 0 0 -1 1 0 0 0
[pid=26602] ppid=26577 vsize=299876 CPUtime=1.16 cores=1,3,5,7
/proc/26602/stat : 26602 (python) S 26577 26577 26332 0 -1 4202560 1128 0 0 0 57 59 0 0 19 0 2 0 885762593 307073024 5822 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26602/statm: 74969 5822 400 364 0 10881 0
[pid=26604] ppid=26602 vsize=23728 CPUtime=875.08 cores=1,3,5,7
/proc/26604/stat : 26604 (lingeling) T 26602 26604 26604 0 -1 4202496 42810 0 0 0 87502 6 0 0 25 0 1 0 885762593 24297472 5133 33554432000 4194304 4352236 140735378520512 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/26604/statm: 5932 5133 129 39 0 5012 0
[pid=26602/tid=26665] ppid=26577 vsize=299876 CPUtime=0 cores=1,3,5,7
/proc/26602/task/26665/stat : 26665 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 885850101 307073024 5822 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604471137034432 0 0 -1 1 0 0 0
[pid=26605] ppid=26577 vsize=310132 CPUtime=1.63 cores=1,3,5,7
/proc/26605/stat : 26605 (python) S 26577 26577 26332 0 -1 4202560 985 0 0 0 80 83 0 0 18 0 1 0 885762595 317575168 5796 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 9777948109718913288 0 0 17 5 0 0 0
/proc/26605/statm: 77533 5796 371 364 0 13442 0
[pid=26607] ppid=26605 vsize=21276 CPUtime=1191.66 cores=1,3,5,7
/proc/26607/stat : 26607 (lingeling) R 26605 26607 26607 0 -1 4202496 48935 0 0 0 119155 11 0 0 25 0 1 0 885762596 21786624 4520 33554432000 4194304 4352236 140734324420688 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26607/statm: 5319 4520 129 39 0 4399 0
[pid=26623] ppid=26577 vsize=320388 CPUtime=0.88 cores=1,3,5,7
/proc/26623/stat : 26623 (python) S 26577 26577 26332 0 -1 4202560 1163 0 0 0 45 43 0 0 15 0 2 0 885772503 328077312 5830 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26623/statm: 80097 5830 400 364 0 16003 0
[pid=26625] ppid=26623 vsize=183104 CPUtime=618.45 cores=1,3,5,7
/proc/26625/stat : 26625 (cryptominisat-2) R 26623 26625 26625 0 -1 4202496 195391 0 0 0 61781 64 0 0 25 0 1 0 885772504 187498496 38371 33554432000 4194304 4677096 140733668851296 18446744073709551615 4454520 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26625/statm: 45776 38371 392 118 0 40735 0
[pid=26623/tid=26648] ppid=26577 vsize=320388 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26648/stat : 26648 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 885821251 328077312 5830 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604459689157760 0 0 -1 5 0 0 0
[pid=26639] ppid=26577 vsize=330644 CPUtime=0.52 cores=1,3,5,7
/proc/26639/stat : 26639 (python) S 26577 26577 26332 0 -1 4202560 1147 0 0 0 22 30 0 0 19 0 2 0 885811565 338579456 5834 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26639/statm: 82661 5834 400 364 0 18564 0
[pid=26641] ppid=26639 vsize=37304 CPUtime=393.28 cores=1,3,5,7
/proc/26641/stat : 26641 (precosat) T 26639 26641 26641 0 -1 4202496 9707 0 0 0 39324 4 0 0 25 0 1 0 885811566 38199296 9123 33554432000 4194304 4890832 140736615519024 18446744073709551615 4239043 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/26641/statm: 9326 9123 86 171 0 9153 0
[pid=26639/tid=26669] ppid=26577 vsize=330644 CPUtime=0 cores=1,3,5,7
/proc/26639/task/26669/stat : 26669 (python) S 26577 26577 26332 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 885851012 338579456 5834 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604471139169408 0 0 -1 1 0 0 0
[pid=26666] ppid=26577 vsize=340900 CPUtime=0.34 cores=1,3,5,7
/proc/26666/stat : 26666 (python) S 26577 26577 26332 0 -1 4202560 1151 0 0 0 15 19 0 0 18 0 2 0 885850103 349081600 5844 33554432000 4194304 5683644 140735649962288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26666/statm: 85225 5844 400 364 0 21125 0
[pid=26668] ppid=26666 vsize=14180 CPUtime=221.84 cores=1,3,5,7
/proc/26668/stat : 26668 (lingeling) R 26666 26668 26668 0 -1 4202496 15937 0 0 0 22182 2 0 0 25 0 1 0 885850104 14520320 2745 33554432000 4194304 4352236 140736651608816 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26668/statm: 3545 2745 129 39 0 2625 0
[pid=26666/tid=26673] ppid=26577 vsize=340900 CPUtime=0 cores=1,3,5,7
/proc/26666/task/26673/stat : 26673 (python) S 26577 26577 26332 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 885860117 349081600 5844 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604461525457856 0 0 -1 5 0 0 0
[pid=26676] ppid=26577 vsize=351276 CPUtime=0.14 cores=1,3,5,7
/proc/26676/stat : 26676 (python) S 26577 26577 26332 0 -1 4202560 1152 0 0 0 7 7 0 0 19 0 2 0 885870289 359706624 5877 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26676/statm: 87819 5877 406 364 0 23716 0
[pid=26678] ppid=26676 vsize=21392 CPUtime=99.66 cores=1,3,5,7
/proc/26678/stat : 26678 (precosat) T 26676 26678 26678 0 -1 4202496 5553 0 0 0 9964 2 0 0 25 0 1 0 885870289 21905408 5206 33554432000 4194304 4890832 140735242778928 18446744073709551615 4238604 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/26678/statm: 5348 5206 86 171 0 5175 0
[pid=26676/tid=26683] ppid=26577 vsize=351276 CPUtime=0 cores=1,3,5,7
/proc/26676/task/26683/stat : 26683 (python) S 26577 26577 26332 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 885880303 359706624 5877 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 514 18446604461525456960 0 0 -1 5 0 0 0
[pid=26577/tid=26597] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26597/stat : 26597 (python) S 26575 26577 26332 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 885762589 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26600] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26600/stat : 26600 (python) S 26575 26577 26332 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 885762591 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26603] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26603/stat : 26603 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 885762593 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26606] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26606/stat : 26606 (python) S 26575 26577 26332 0 -1 4202560 25 934 0 0 0 0 0 0 22 0 9 0 885762596 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26624] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26624/stat : 26624 (python) S 26575 26577 26332 0 -1 4202560 38 934 0 0 0 0 0 0 18 0 9 0 885772504 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26640] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26640/stat : 26640 (python) S 26575 26577 26332 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 885811565 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26667] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26667/stat : 26667 (python) S 26575 26577 26332 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 885850104 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
[pid=26577/tid=26677] ppid=26575 vsize=361676 CPUtime=0 cores=1,3,5,7
/proc/26577/task/26677/stat : 26677 (python) S 26575 26577 26332 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 885870289 370356224 7384 33554432000 4194304 5683644 140735649962288 18446744073709551615 270624934321 0 0 16781312 2 18446604471145244544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 3376496

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 26577 and gives
#  childrusage.ru_utime.tv_sec=1417
#  childrusage.ru_utime.tv_usec=497507
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=732432
# CPU time returned by wait4() is 1421.23
# while last known CPU time is 4800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.06
CPU time (s): 4800.11
CPU user time (s): 4795.02
CPU system time (s): 5.09
CPU usage (%): 398.992
Max. virtual memory (cumulated for all children) (KiB): 3469840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1417.5
system time used= 3.73243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93467
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= 8889
involuntary context switches= 16214

runsolver used 2.87756 second user time and 6.42102 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-10 23:33:35
IDJOB=3317923
IDBENCH=83418
IDSOLVER=1706
FILE ID=node108/3317923-1307741615
RUNJOBID= node108-1307741614-26559
PBS_JOBID= 13550804
Free space on /tmp= 74100 MiB

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

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=856754262

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31673704 kB
Buffers:        255320 kB
Cached:         770472 kB
SwapCached:      25932 kB
Active:         516628 kB
Inactive:       540844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31673704 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           70356 kB
Writeback:           0 kB
AnonPages:       27032 kB
Mapped:           8560 kB
Slab:           154916 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189884 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= 74032 MiB
End job on node108 at 2011-06-10 23:53:41