Trace number 3322519

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) 8448.6 5100.04

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.2686
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3322519-1304353867.cnf
0.36/0.67	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.43/0.73	c INFO: computed variable balance statistics
0.43/0.77	c INFO: computed small-clause counts
0.43/0.77	c INFO: computed Horn-clause counts
0.43/0.77	c INFO: computed variable graph statistics
0.43/0.77	c INFO: collected features for HOME/instance-3322519-1304353867.cnf in 0.10 s
0.53/0.80	c INFO: running lingeling-276@0 for 97 with 39999 remaining (b = 0.28)
0.53/0.83	c INFO: running cryptominisat-2.9.0@0 for 485 with 39999 remaining (b = 0.36)
0.53/0.86	c INFO: running lingeling-276@0 for 1261 with 39999 remaining (b = 0.53)
0.53/0.89	c INFO: running lingeling-276@0 for 1261 with 39999 remaining (b = 0.47)
0.63/0.92	c INFO: running precosat-570@0 for 388 with 39999 remaining (b = 0.23)
0.63/0.95	c INFO: running cryptominisat-2.9.0@0 for 485 with 39999 remaining (b = 0.24)
0.63/0.98	c INFO: running lingeling-276@0 for 1261 with 39999 remaining (b = 0.36)
1.42/1.01	c INFO: running SApperloT@0 for 97 with 39999 remaining (b = 0.03)
793.99/100.22	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39900 remaining (b = 0.47)
799.60/101.01	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39899 remaining (b = 0.42)
988.74/124.69	Process SolverProcess-5:
988.74/124.69	Traceback (most recent call last):
988.74/124.69	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 232, in _bootstrap
988.74/124.69	    self.run()
988.74/124.69	  File "HOME/borg/build/lib/borg/solvers.py", line 86, in run
988.74/124.69	    self.handle_subsolver()
988.74/124.69	  File "HOME/borg/build/lib/borg/solvers.py", line 159, in handle_subsolver
988.74/124.69	    if answer[-1] == 0:
988.74/124.69	IndexError: list index out of range
3548.71/490.48	c INFO: running precosat-570@0 for 1746 with 39510 remaining (b = 0.37)
3553.61/491.13	c INFO: running lingeling-276@0 for 485 with 39509 remaining (b = 0.18)
5377.73/751.88	Traceback (most recent call last):
5377.73/751.88	  File "HOME/solve", line 33, in <module>
5377.73/751.88	    plac.call(main)
5377.73/751.88	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
5377.73/751.88	    cmd, result = parser_from(obj).consume(arglist)
5377.73/751.88	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
5377.73/751.88	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
5377.73/751.88	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
5377.73/751.88	    (_, answer, _) = solver(input_path, budget, cores)
5377.73/751.88	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
5377.73/751.88	    process.die()
5377.73/751.88	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
5377.73/751.88	    os.kill(self._process.pid, signal.SIGUSR1)
5377.73/751.88	OSError: [Errno 3] No such process

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-3322519-1304353867/watcher-3322519-1304353867 -o /tmp/evaluation-result-3322519-1304353867/solver-3322519-1304353867 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322519-1304353867.cnf -seed 167091855 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.93 8.71 8.46 1/250 2025
/proc/meminfo: memFree=20736160/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=15080 CPUtime=0 cores=0-7
/proc/2025/stat : 2025 (python) R 2023 2025 1502 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 546984959 15441920 545 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2025/statm: 3770 545 312 364 0 257 0

[startup+0.092577 s]
/proc/loadavg: 8.93 8.71 8.46 1/250 2025
/proc/meminfo: memFree=20736160/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=84472 CPUtime=0.05 cores=0-7
/proc/2025/stat : 2025 (python) R 2023 2025 1502 0 -1 4202496 2397 0 0 0 4 1 0 0 18 0 1 0 546984959 86499328 2125 33554432000 4194304 5683644 140736137657488 18446744073709551615 4651433 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2025/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.100575 s]
/proc/loadavg: 8.93 8.71 8.46 1/250 2025
/proc/meminfo: memFree=20736160/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=87704 CPUtime=0.06 cores=0-7
/proc/2025/stat : 2025 (python) S 2023 2025 1502 0 -1 4202496 2638 0 0 0 4 2 0 0 18 0 1 0 546984959 89808896 2354 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/2025/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300546 s]
/proc/loadavg: 8.93 8.71 8.46 1/250 2025
/proc/meminfo: memFree=20736160/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=135748 CPUtime=0.18 cores=0-7
/proc/2025/stat : 2025 (python) R 2023 2025 1502 0 -1 4202496 5966 931 1 0 13 5 0 0 18 0 1 0 546984959 139005952 4150 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516830213 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/2025/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700508 s]
/proc/loadavg: 8.93 8.71 8.46 1/250 2025
/proc/meminfo: memFree=20736160/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=278468 CPUtime=0.43 cores=0-7
/proc/2025/stat : 2025 (python) R 2023 2025 1502 0 -1 4202496 9358 931 1 0 32 11 0 0 17 0 1 0 546984959 285151232 7023 33554432000 4194304 5683644 140736137657488 18446744073709551615 47281464013151 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2025/statm: 69617 7023 1826 364 0 5541 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278468

[startup+1.50128 s]
/proc/loadavg: 8.21 8.56 8.41 9/271 2050
/proc/meminfo: memFree=20683408/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=426428 CPUtime=0.74 cores=0-7
/proc/2025/stat : 2025 (python) S 2023 2025 1502 0 -1 4202496 14673 931 1 0 61 13 0 0 19 0 9 0 546984959 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2025/statm: 106607 7376 1889 364 0 42504 0
[pid=2031] ppid=2025 vsize=278492 CPUtime=0 cores=0-7
/proc/2031/stat : 2031 (python) S 2025 2025 1502 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 1 0 546985040 285175808 5551 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854287 0 0 16781312 514 4127303871687032831 0 0 17 1 0 0 0
/proc/2031/statm: 69623 5551 347 364 0 5541 0
[pid=2033] ppid=2031 vsize=6380 CPUtime=0.68 cores=0-7
/proc/2033/stat : 2033 (lingeling) R 2031 2033 2033 0 -1 4202496 1205 0 0 0 68 0 0 0 21 0 1 0 546985040 6533120 796 33554432000 4194304 4352236 140734676942704 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2033/statm: 1595 796 129 39 0 675 0
[pid=2034] ppid=2025 vsize=289112 CPUtime=0 cores=0-7
/proc/2034/stat : 2034 (python) S 2025 2025 1502 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 546985042 296050688 5630 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 9782442917548228865 0 0 17 1 0 0 0
/proc/2034/statm: 72278 5630 348 364 0 8193 0
[pid=2036] ppid=2034 vsize=31408 CPUtime=0.65 cores=0-7
/proc/2036/stat : 2036 (cryptominisat-2) R 2034 2036 2036 0 -1 4202496 1593 0 0 0 65 0 0 0 22 0 1 0 546985043 32161792 952 33554432000 4194304 4677096 140734317586768 18446744073709551615 4319588 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2036/statm: 7852 952 391 118 0 2811 0
[pid=2037] ppid=2025 vsize=364904 CPUtime=0 cores=0-7
/proc/2037/stat : 2037 (python) S 2025 2025 1502 0 -1 4202560 694 0 0 0 0 0 0 0 20 0 1 0 546985045 373661696 5747 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 4077160643902308351 0 0 17 1 0 0 0
/proc/2037/statm: 91226 5747 344 364 0 27138 0
[pid=2039] ppid=2037 vsize=6644 CPUtime=0.63 cores=0-7
/proc/2039/stat : 2039 (lingeling) R 2037 2039 2039 0 -1 4202496 1189 0 0 0 63 0 0 0 24 0 1 0 546985046 6803456 863 33554432000 4194304 4352236 140736273225040 18446744073709551615 4295769 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2039/statm: 1661 863 129 39 0 741 0
[pid=2040] ppid=2025 vsize=375160 CPUtime=0 cores=0-7
/proc/2040/stat : 2040 (python) S 2025 2025 1502 0 -1 4202560 700 0 0 0 0 0 0 0 19 0 1 0 546985048 384163840 5730 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 9020997305330827263 0 0 17 0 0 0 0
/proc/2040/statm: 93790 5730 344 364 0 29699 0
[pid=2042] ppid=2040 vsize=6392 CPUtime=0.6 cores=0-7
/proc/2042/stat : 2042 (lingeling) R 2040 2042 2042 0 -1 4202496 1127 0 0 0 60 0 0 0 22 0 1 0 546985049 6545408 799 33554432000 4194304 4352236 140736041566800 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2042/statm: 1598 799 129 39 0 678 0
[pid=2043] ppid=2025 vsize=385416 CPUtime=0 cores=0-7
/proc/2043/stat : 2043 (python) S 2025 2025 1502 0 -1 4202560 705 0 0 0 0 0 0 0 19 0 1 0 546985051 394665984 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 2031518435791339519 0 0 17 1 0 0 0
/proc/2043/statm: 96354 5804 344 364 0 32260 0
[pid=2045] ppid=2043 vsize=3616 CPUtime=0.57 cores=0-7
/proc/2045/stat : 2045 (precosat) R 2043 2045 2045 0 -1 4202496 1018 0 0 0 57 0 0 0 22 0 1 0 546985052 3702784 760 33554432000 4194304 4890832 140736580967696 18446744073709551615 4299124 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2045/statm: 904 760 86 171 0 731 0
[pid=2046] ppid=2025 vsize=395672 CPUtime=0 cores=0-7
/proc/2046/stat : 2046 (python) S 2025 2025 1502 0 -1 4202560 739 0 0 0 0 0 0 0 17 0 1 0 546985054 405168128 5812 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 15412694517714747652 0 0 17 1 0 0 0
/proc/2046/statm: 98918 5812 348 364 0 34821 0
[pid=2048] ppid=2046 vsize=31256 CPUtime=0.54 cores=0-7
/proc/2048/stat : 2048 (cryptominisat-2) R 2046 2048 2048 0 -1 4202496 1484 0 0 0 54 0 0 0 25 0 1 0 546985054 32006144 889 33554432000 4194304 4677096 140735210103552 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2048/statm: 7814 889 391 118 0 2773 0
[pid=2049] ppid=2025 vsize=405928 CPUtime=0 cores=0-7
/proc/2049/stat : 2049 (python) S 2025 2025 1502 0 -1 4202560 724 0 0 0 0 0 0 0 19 0 1 0 546985057 415670272 5754 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 4232266550209413119 0 0 17 2 0 0 0
/proc/2049/statm: 101482 5754 344 364 0 37382 0
[pid=2025/tid=2032] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2032/stat : 2032 (python) S 2023 2025 1502 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 546985040 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 0 0 0 0
[pid=2025/tid=2035] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2035/stat : 2035 (python) S 2023 2025 1502 0 -1 4202560 24 931 0 0 0 0 0 0 18 0 9 0 546985043 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 3 0 0 0
[pid=2025/tid=2038] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2038/stat : 2038 (python) S 2023 2025 1502 0 -1 4202560 74 931 0 0 0 0 0 0 20 0 9 0 546985045 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 6 0 0 0
[pid=2025/tid=2041] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2041/stat : 2041 (python) S 2023 2025 1502 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 546985048 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 0 0 0 0
[pid=2025/tid=2044] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2044/stat : 2044 (python) S 2023 2025 1502 0 -1 4202560 35 931 0 0 0 0 0 0 19 0 9 0 546985051 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 0 0 0 0
[pid=2025/tid=2047] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2047/stat : 2047 (python) S 2023 2025 1502 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 546985054 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 7 0 0 0
[pid=2025/tid=2050] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2050/stat : 2050 (python) S 2023 2025 1502 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 546985057 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 3006808

[startup+3.10099 s]
/proc/loadavg: 8.21 8.56 8.41 9/275 2054
/proc/meminfo: memFree=20664280/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=426428 CPUtime=0.74 cores=0-7
/proc/2025/stat : 2025 (python) S 2023 2025 1502 0 -1 4202496 14673 931 1 0 61 13 0 0 19 0 9 0 546984959 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2025/statm: 106607 7376 1889 364 0 42504 0
[pid=2031] ppid=2025 vsize=278492 CPUtime=0 cores=0-7
/proc/2031/stat : 2031 (python) S 2025 2025 1502 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 546985040 285175808 5558 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854287 0 0 16781312 514 4127303871687000321 0 0 17 1 0 0 0
/proc/2031/statm: 69623 5558 354 364 0 5541 0
[pid=2033] ppid=2031 vsize=6516 CPUtime=2.28 cores=0-7
/proc/2033/stat : 2033 (lingeling) R 2031 2033 2033 0 -1 4202496 1431 0 0 0 228 0 0 0 25 0 1 0 546985040 6672384 830 33554432000 4194304 4352236 140734676942704 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2033/statm: 1629 830 129 39 0 709 0
[pid=2034] ppid=2025 vsize=289112 CPUtime=0 cores=0-7
/proc/2034/stat : 2034 (python) S 2025 2025 1502 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 546985042 296050688 5630 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 9782442917548228865 0 0 17 1 0 0 0
/proc/2034/statm: 72278 5630 348 364 0 8193 0
[pid=2036] ppid=2034 vsize=37112 CPUtime=2.24 cores=0-7
/proc/2036/stat : 2036 (cryptominisat-2) R 2034 2036 2036 0 -1 4202496 3661 0 0 0 224 0 0 0 25 0 1 0 546985043 38002688 2443 33554432000 4194304 4677096 140734317586768 18446744073709551615 4336368 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2036/statm: 9278 2443 392 118 0 4237 0
[pid=2037] ppid=2025 vsize=364904 CPUtime=0 cores=0-7
/proc/2037/stat : 2037 (python) S 2025 2025 1502 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 546985045 373661696 5751 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 4077160643902275842 0 0 17 1 0 0 0
/proc/2037/statm: 91226 5751 348 364 0 27138 0
[pid=2039] ppid=2037 vsize=6836 CPUtime=2.23 cores=0-7
/proc/2039/stat : 2039 (lingeling) R 2037 2039 2039 0 -1 4202496 1589 0 0 0 223 0 0 0 25 0 1 0 546985046 7000064 911 33554432000 4194304 4352236 140736273225040 18446744073709551615 4329315 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2039/statm: 1709 911 129 39 0 789 0
[pid=2040] ppid=2025 vsize=375160 CPUtime=0 cores=0-7
/proc/2040/stat : 2040 (python) S 2025 2025 1502 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 546985048 384163840 5734 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 9020997305330794755 0 0 17 0 0 0 0
/proc/2040/statm: 93790 5734 348 364 0 29699 0
[pid=2042] ppid=2040 vsize=6700 CPUtime=2.2 cores=0-7
/proc/2042/stat : 2042 (lingeling) R 2040 2042 2042 0 -1 4202496 1546 0 0 0 220 0 0 0 25 0 1 0 546985049 6860800 876 33554432000 4194304 4352236 140736041566800 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2042/statm: 1675 876 129 39 0 755 0
[pid=2043] ppid=2025 vsize=385416 CPUtime=0 cores=0-7
/proc/2043/stat : 2043 (python) S 2025 2025 1502 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 546985051 394665984 5808 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 2031518435791307012 0 0 17 1 0 0 0
/proc/2043/statm: 96354 5808 348 364 0 32260 0
[pid=2045] ppid=2043 vsize=4976 CPUtime=2.16 cores=0-7
/proc/2045/stat : 2045 (precosat) R 2043 2045 2045 0 -1 4202496 1368 0 0 0 216 0 0 0 25 0 1 0 546985052 5095424 1110 33554432000 4194304 4890832 140736580967696 18446744073709551615 4460893 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2045/statm: 1244 1110 86 171 0 1071 0
[pid=2046] ppid=2025 vsize=395672 CPUtime=0 cores=0-7
/proc/2046/stat : 2046 (python) S 2025 2025 1502 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 546985054 405168128 5812 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 15412694517714747652 0 0 17 1 0 0 0
/proc/2046/statm: 98918 5812 348 364 0 34821 0
[pid=2048] ppid=2046 vsize=36800 CPUtime=2.13 cores=0-7
/proc/2048/stat : 2048 (cryptominisat-2) R 2046 2048 2048 0 -1 4202496 3732 0 0 0 213 0 0 0 25 0 1 0 546985054 37683200 2297 33554432000 4194304 4677096 140735210103552 18446744073709551615 246516530714 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2048/statm: 9200 2297 392 118 0 4159 0
[pid=2049] ppid=2025 vsize=405928 CPUtime=0 cores=0-7
/proc/2049/stat : 2049 (python) S 2025 2025 1502 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 546985057 415670272 5758 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 4232266550209380610 0 0 17 2 0 0 0
/proc/2049/statm: 101482 5758 348 364 0 37382 0
[pid=2053] ppid=2049 vsize=6832 CPUtime=2.08 cores=0-7
/proc/2053/stat : 2053 (lingeling) R 2049 2053 2053 0 -1 4202496 1354 0 0 0 208 0 0 0 25 0 1 0 546985061 6995968 909 33554432000 4194304 4352236 140733834198560 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2053/statm: 1708 909 129 39 0 788 0
[pid=2051] ppid=2025 vsize=416184 CPUtime=0 cores=0-7
/proc/2051/stat : 2051 (python) S 2025 2025 1502 0 -1 4202560 772 0 0 0 0 0 0 0 18 0 1 0 546985060 426172416 5837 33554432000 4194304 5683644 140736137657488 18446744073709551615 246516854342 0 0 16781312 514 4232262701918683393 0 0 17 7 0 0 0
/proc/2051/statm: 104046 5837 354 364 0 39943 0
[pid=2054] ppid=2051 vsize=2456 CPUtime=2.07 cores=0-7
/proc/2054/stat : 2054 (SApperloT-base) R 2051 2054 2054 0 -1 4202496 644 0 0 0 207 0 0 0 25 0 1 0 546985061 2514944 383 33554432000 134512640 135674940 4294934496 18446744073709551615 134579809 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2054/statm: 614 383 100 284 0 328 0
[pid=2025/tid=2032] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2032/stat : 2032 (python) S 2023 2025 1502 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 546985040 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 0 0 0 0
[pid=2025/tid=2035] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2035/stat : 2035 (python) S 2023 2025 1502 0 -1 4202560 24 931 0 0 0 0 0 0 18 0 9 0 546985043 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 3 0 0 0
[pid=2025/tid=2038] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2038/stat : 2038 (python) S 2023 2025 1502 0 -1 4202560 74 931 0 0 0 0 0 0 20 0 9 0 546985045 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 6 0 0 0
[pid=2025/tid=2041] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2041/stat : 2041 (python) S 2023 2025 1502 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 546985048 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 0 0 0 0
[pid=2025/tid=2044] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2044/stat : 2044 (python) S 2023 2025 1502 0 -1 4202560 35 931 0 0 0 0 0 0 19 0 9 0 546985051 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 0 0 0 0
[pid=2025/tid=2047] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2047/stat : 2047 (python) S 2023 2025 1502 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 546985054 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 7 0 0 0
[pid=2025/tid=2050] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2050/stat : 2050 (python) S 2023 2025 1502 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 9 0 546985057 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 1 0 0 0
[pid=2025/tid=2052] ppid=2023 vsize=426428 CPUtime=0 cores=0-7
/proc/2025/task/2052/stat : 2052 (python) S 2023 2025 1502 0 -1 4202560 33 931 0 0 0 0 0 0 19 0 9 0 546985061 436662272 7376 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 2 18446604448764681152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.13
Current children cumulated vsize (KiB) 3445524

[startup+6.3014 s]

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


[startup+5022.3 s]
/proc/loadavg: 0.12 0.04 0.13 1/266 2218
/proc/meminfo: memFree=20473856/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=375244 CPUtime=2113.21 cores=0-7
/proc/2025/stat : 2025 (python) S 2023 2025 1502 0 -1 4202496 17518 357042 1 0 76 14 210941 290 17 0 1 0 546984959 384249856 7355 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528664383 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/2025/statm: 93811 7355 1897 364 0 29699 0
[pid=2031] ppid=2025 vsize=288736 CPUtime=1.09 cores=0-7
/proc/2031/stat : 2031 (python) S 2025 2025 1502 0 -1 4202560 1126 0 0 0 57 52 0 0 18 0 2 0 546985040 295665664 5620 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2031/statm: 72184 5620 411 364 0 8102 0
[pid=2033] ppid=2031 vsize=23028 CPUtime=587.99 cores=0-7
/proc/2033/stat : 2033 (lingeling) T 2031 2033 2033 0 -1 4202496 55262 0 0 0 58791 8 0 0 25 0 1 0 546985040 23580672 4959 33554432000 4194304 4352236 140734676942704 18446744073709551615 4328184 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2033/statm: 5757 4959 129 39 0 4837 0
[pid=2031/tid=2062] ppid=2025 vsize=288736 CPUtime=0 cores=0-7
/proc/2031/task/2062/stat : 2062 (python) S 2025 2025 1502 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 546995057 295665664 5620 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453873656064 0 0 -1 4 0 0 0
[pid=2037] ppid=2025 vsize=364904 CPUtime=2.42 cores=0-7
/proc/2037/stat : 2037 (python) S 2025 2025 1502 0 -1 4202560 1003 0 0 0 129 113 0 0 18 0 2 0 546985045 373661696 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2037/statm: 91226 5804 400 364 0 27138 0
[pid=2039] ppid=2037 vsize=28204 CPUtime=1265.25 cores=0-7
/proc/2039/stat : 2039 (lingeling) T 2037 2039 2039 0 -1 4202496 93723 0 0 0 126513 12 0 0 25 0 1 0 546985046 28880896 6253 33554432000 4194304 4352236 140736273225040 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2039/statm: 7051 6253 129 39 0 6131 0
[pid=2037/tid=2103] ppid=2025 vsize=364904 CPUtime=0 cores=0-7
/proc/2037/task/2103/stat : 2103 (python) S 2025 2025 1502 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 2 0 547111567 373661696 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453861981184 0 0 -1 1 0 0 0
[pid=2040] ppid=2025 vsize=375160 CPUtime=2.47 cores=0-7
/proc/2040/stat : 2040 (python) S 2025 2025 1502 0 -1 4202560 972 0 0 0 136 111 0 0 19 0 2 0 546985048 384163840 5787 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2040/statm: 93790 5787 400 364 0 29699 0
[pid=2042] ppid=2040 vsize=39400 CPUtime=1263.21 cores=0-7
/proc/2042/stat : 2042 (lingeling) T 2040 2042 2042 0 -1 4202496 90733 0 0 0 126310 11 0 0 25 0 1 0 546985049 40345600 9051 33554432000 4194304 4352236 140736041566800 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2042/statm: 9850 9051 129 39 0 8930 0
[pid=2040/tid=2105] ppid=2025 vsize=375160 CPUtime=0 cores=0-7
/proc/2040/task/2105/stat : 2105 (python) S 2025 2025 1502 0 -1 4202560 70 0 0 0 0 0 0 0 19 0 2 0 547111673 384163840 5787 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604450718090560 0 0 -1 1 0 0 0
[pid=2049] ppid=2025 vsize=405928 CPUtime=2.38 cores=0-7
/proc/2049/stat : 2049 (python) S 2025 2025 1502 0 -1 4202560 1003 0 0 0 119 119 0 0 19 0 2 0 546985057 415670272 5811 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2049/statm: 101482 5811 400 364 0 37382 0
[pid=2053] ppid=2049 vsize=35288 CPUtime=1265.19 cores=0-7
/proc/2053/stat : 2053 (lingeling) T 2049 2053 2053 0 -1 4202496 88113 0 0 0 126509 10 0 0 25 0 1 0 546985061 36134912 8024 33554432000 4194304 4352236 140733834198560 18446744073709551615 4328047 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2053/statm: 8822 8024 129 39 0 7902 0
[pid=2049/tid=2104] ppid=2025 vsize=405928 CPUtime=0 cores=0-7
/proc/2049/task/2104/stat : 2104 (python) S 2025 2025 1502 0 -1 4202560 73 0 0 0 0 0 0 0 19 0 2 0 547111581 415670272 5811 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453898094592 0 0 -1 7 0 0 0
[pid=2063] ppid=2025 vsize=436696 CPUtime=3.7 cores=0-7
/proc/2063/stat : 2063 (python) S 2025 2025 1502 0 -1 4202560 1070 0 0 0 200 170 0 0 17 0 2 0 546995061 447176704 5865 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2063/statm: 109174 5865 401 364 0 45065 0
[pid=2065] ppid=2063 vsize=142836 CPUtime=1941.69 cores=0-7
/proc/2065/stat : 2065 (cryptominisat-2) T 2063 2065 2065 0 -1 4202496 244766 0 0 0 194111 58 0 0 25 0 1 0 546995061 146264064 27829 33554432000 4194304 4677096 140733276961024 18446744073709551615 4319550 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/2065/statm: 35709 27829 392 118 0 30668 0
[pid=2063/tid=2139] ppid=2025 vsize=436696 CPUtime=0 cores=0-7
/proc/2063/task/2139/stat : 2139 (python) S 2025 2025 1502 0 -1 4202560 76 0 0 0 0 0 0 0 17 0 2 0 547189506 447176704 5865 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604444241654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8448.6
Current children cumulated vsize (KiB) 2515424

[startup+5082.3 s]
/proc/loadavg: 0.09 0.05 0.12 1/266 2220
/proc/meminfo: memFree=20473832/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=375244 CPUtime=2113.21 cores=0-7
/proc/2025/stat : 2025 (python) S 2023 2025 1502 0 -1 4202496 17518 357042 1 0 76 14 210941 290 17 0 1 0 546984959 384249856 7355 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528664383 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/2025/statm: 93811 7355 1897 364 0 29699 0
[pid=2031] ppid=2025 vsize=288736 CPUtime=1.09 cores=0-7
/proc/2031/stat : 2031 (python) S 2025 2025 1502 0 -1 4202560 1126 0 0 0 57 52 0 0 18 0 2 0 546985040 295665664 5620 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2031/statm: 72184 5620 411 364 0 8102 0
[pid=2033] ppid=2031 vsize=23028 CPUtime=587.99 cores=0-7
/proc/2033/stat : 2033 (lingeling) T 2031 2033 2033 0 -1 4202496 55262 0 0 0 58791 8 0 0 25 0 1 0 546985040 23580672 4959 33554432000 4194304 4352236 140734676942704 18446744073709551615 4328184 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2033/statm: 5757 4959 129 39 0 4837 0
[pid=2031/tid=2062] ppid=2025 vsize=288736 CPUtime=0 cores=0-7
/proc/2031/task/2062/stat : 2062 (python) S 2025 2025 1502 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 546995057 295665664 5620 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453873656064 0 0 -1 4 0 0 0
[pid=2037] ppid=2025 vsize=364904 CPUtime=2.42 cores=0-7
/proc/2037/stat : 2037 (python) S 2025 2025 1502 0 -1 4202560 1003 0 0 0 129 113 0 0 18 0 2 0 546985045 373661696 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2037/statm: 91226 5804 400 364 0 27138 0
[pid=2039] ppid=2037 vsize=28204 CPUtime=1265.25 cores=0-7
/proc/2039/stat : 2039 (lingeling) T 2037 2039 2039 0 -1 4202496 93723 0 0 0 126513 12 0 0 25 0 1 0 546985046 28880896 6253 33554432000 4194304 4352236 140736273225040 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2039/statm: 7051 6253 129 39 0 6131 0
[pid=2037/tid=2103] ppid=2025 vsize=364904 CPUtime=0 cores=0-7
/proc/2037/task/2103/stat : 2103 (python) S 2025 2025 1502 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 2 0 547111567 373661696 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453861981184 0 0 -1 1 0 0 0
[pid=2040] ppid=2025 vsize=375160 CPUtime=2.47 cores=0-7
/proc/2040/stat : 2040 (python) S 2025 2025 1502 0 -1 4202560 972 0 0 0 136 111 0 0 19 0 2 0 546985048 384163840 5787 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2040/statm: 93790 5787 400 364 0 29699 0
[pid=2042] ppid=2040 vsize=39400 CPUtime=1263.21 cores=0-7
/proc/2042/stat : 2042 (lingeling) T 2040 2042 2042 0 -1 4202496 90733 0 0 0 126310 11 0 0 25 0 1 0 546985049 40345600 9051 33554432000 4194304 4352236 140736041566800 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2042/statm: 9850 9051 129 39 0 8930 0
[pid=2040/tid=2105] ppid=2025 vsize=375160 CPUtime=0 cores=0-7
/proc/2040/task/2105/stat : 2105 (python) S 2025 2025 1502 0 -1 4202560 70 0 0 0 0 0 0 0 19 0 2 0 547111673 384163840 5787 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604450718090560 0 0 -1 1 0 0 0
[pid=2049] ppid=2025 vsize=405928 CPUtime=2.38 cores=0-7
/proc/2049/stat : 2049 (python) S 2025 2025 1502 0 -1 4202560 1003 0 0 0 119 119 0 0 19 0 2 0 546985057 415670272 5811 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2049/statm: 101482 5811 400 364 0 37382 0
[pid=2053] ppid=2049 vsize=35288 CPUtime=1265.19 cores=0-7
/proc/2053/stat : 2053 (lingeling) T 2049 2053 2053 0 -1 4202496 88113 0 0 0 126509 10 0 0 25 0 1 0 546985061 36134912 8024 33554432000 4194304 4352236 140733834198560 18446744073709551615 4328047 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2053/statm: 8822 8024 129 39 0 7902 0
[pid=2049/tid=2104] ppid=2025 vsize=405928 CPUtime=0 cores=0-7
/proc/2049/task/2104/stat : 2104 (python) S 2025 2025 1502 0 -1 4202560 73 0 0 0 0 0 0 0 19 0 2 0 547111581 415670272 5811 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453898094592 0 0 -1 7 0 0 0
[pid=2063] ppid=2025 vsize=436696 CPUtime=3.7 cores=0-7
/proc/2063/stat : 2063 (python) S 2025 2025 1502 0 -1 4202560 1070 0 0 0 200 170 0 0 17 0 2 0 546995061 447176704 5865 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2063/statm: 109174 5865 401 364 0 45065 0
[pid=2065] ppid=2063 vsize=142836 CPUtime=1941.69 cores=0-7
/proc/2065/stat : 2065 (cryptominisat-2) T 2063 2065 2065 0 -1 4202496 244766 0 0 0 194111 58 0 0 25 0 1 0 546995061 146264064 27829 33554432000 4194304 4677096 140733276961024 18446744073709551615 4319550 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/2065/statm: 35709 27829 392 118 0 30668 0
[pid=2063/tid=2139] ppid=2025 vsize=436696 CPUtime=0 cores=0-7
/proc/2063/task/2139/stat : 2139 (python) S 2025 2025 1502 0 -1 4202560 76 0 0 0 0 0 0 0 17 0 2 0 547189506 447176704 5865 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604444241654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8448.6
Current children cumulated vsize (KiB) 2515424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.06 0.04 0.12 1/266 2220
/proc/meminfo: memFree=20473820/32951124 swapFree=67102756/67111528
[pid=2025] ppid=2023 vsize=375244 CPUtime=2113.21 cores=0-7
/proc/2025/stat : 2025 (python) S 2023 2025 1502 0 -1 4202496 17518 357042 1 0 76 14 210941 290 17 0 1 0 546984959 384249856 7355 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528664383 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/2025/statm: 93811 7355 1897 364 0 29699 0
[pid=2031] ppid=2025 vsize=288736 CPUtime=1.09 cores=0-7
/proc/2031/stat : 2031 (python) S 2025 2025 1502 0 -1 4202560 1126 0 0 0 57 52 0 0 18 0 2 0 546985040 295665664 5620 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2031/statm: 72184 5620 411 364 0 8102 0
[pid=2033] ppid=2031 vsize=23028 CPUtime=587.99 cores=0-7
/proc/2033/stat : 2033 (lingeling) T 2031 2033 2033 0 -1 4202496 55262 0 0 0 58791 8 0 0 25 0 1 0 546985040 23580672 4959 33554432000 4194304 4352236 140734676942704 18446744073709551615 4328184 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2033/statm: 5757 4959 129 39 0 4837 0
[pid=2031/tid=2062] ppid=2025 vsize=288736 CPUtime=0 cores=0-7
/proc/2031/task/2062/stat : 2062 (python) S 2025 2025 1502 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 546995057 295665664 5620 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453873656064 0 0 -1 4 0 0 0
[pid=2037] ppid=2025 vsize=364904 CPUtime=2.42 cores=0-7
/proc/2037/stat : 2037 (python) S 2025 2025 1502 0 -1 4202560 1003 0 0 0 129 113 0 0 18 0 2 0 546985045 373661696 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2037/statm: 91226 5804 400 364 0 27138 0
[pid=2039] ppid=2037 vsize=28204 CPUtime=1265.25 cores=0-7
/proc/2039/stat : 2039 (lingeling) T 2037 2039 2039 0 -1 4202496 93723 0 0 0 126513 12 0 0 25 0 1 0 546985046 28880896 6253 33554432000 4194304 4352236 140736273225040 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/2039/statm: 7051 6253 129 39 0 6131 0
[pid=2037/tid=2103] ppid=2025 vsize=364904 CPUtime=0 cores=0-7
/proc/2037/task/2103/stat : 2103 (python) S 2025 2025 1502 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 2 0 547111567 373661696 5804 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453861981184 0 0 -1 1 0 0 0
[pid=2040] ppid=2025 vsize=375160 CPUtime=2.47 cores=0-7
/proc/2040/stat : 2040 (python) S 2025 2025 1502 0 -1 4202560 972 0 0 0 136 111 0 0 19 0 2 0 546985048 384163840 5787 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2040/statm: 93790 5787 400 364 0 29699 0
[pid=2042] ppid=2040 vsize=39400 CPUtime=1263.21 cores=0-7
/proc/2042/stat : 2042 (lingeling) T 2040 2042 2042 0 -1 4202496 90733 0 0 0 126310 11 0 0 25 0 1 0 546985049 40345600 9051 33554432000 4194304 4352236 140736041566800 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/2042/statm: 9850 9051 129 39 0 8930 0
[pid=2040/tid=2105] ppid=2025 vsize=375160 CPUtime=0 cores=0-7
/proc/2040/task/2105/stat : 2105 (python) S 2025 2025 1502 0 -1 4202560 70 0 0 0 0 0 0 0 19 0 2 0 547111673 384163840 5787 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604450718090560 0 0 -1 1 0 0 0
[pid=2049] ppid=2025 vsize=405928 CPUtime=2.38 cores=0-7
/proc/2049/stat : 2049 (python) S 2025 2025 1502 0 -1 4202560 1003 0 0 0 119 119 0 0 19 0 2 0 546985057 415670272 5811 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2049/statm: 101482 5811 400 364 0 37382 0
[pid=2053] ppid=2049 vsize=35288 CPUtime=1265.19 cores=0-7
/proc/2053/stat : 2053 (lingeling) T 2049 2053 2053 0 -1 4202496 88113 0 0 0 126509 10 0 0 25 0 1 0 546985061 36134912 8024 33554432000 4194304 4352236 140733834198560 18446744073709551615 4328047 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/2053/statm: 8822 8024 129 39 0 7902 0
[pid=2049/tid=2104] ppid=2025 vsize=405928 CPUtime=0 cores=0-7
/proc/2049/task/2104/stat : 2104 (python) S 2025 2025 1502 0 -1 4202560 73 0 0 0 0 0 0 0 19 0 2 0 547111581 415670272 5811 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604453898094592 0 0 -1 7 0 0 0
[pid=2063] ppid=2025 vsize=436696 CPUtime=3.7 cores=0-7
/proc/2063/stat : 2063 (python) S 2025 2025 1502 0 -1 4202560 1070 0 0 0 200 170 0 0 17 0 2 0 546995061 447176704 5865 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2063/statm: 109174 5865 401 364 0 45065 0
[pid=2065] ppid=2063 vsize=142836 CPUtime=1941.69 cores=0-7
/proc/2065/stat : 2065 (cryptominisat-2) T 2063 2065 2065 0 -1 4202496 244766 0 0 0 194111 58 0 0 25 0 1 0 546995061 146264064 27829 33554432000 4194304 4677096 140733276961024 18446744073709551615 4319550 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/2065/statm: 35709 27829 392 118 0 30668 0
[pid=2063/tid=2139] ppid=2025 vsize=436696 CPUtime=0 cores=0-7
/proc/2063/task/2139/stat : 2139 (python) S 2025 2025 1502 0 -1 4202560 76 0 0 0 0 0 0 0 17 0 2 0 547189506 447176704 5865 33554432000 4194304 5683644 140736137657488 18446744073709551615 246528657841 0 0 16781312 514 18446604444241654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8448.6
Current children cumulated vsize (KiB) 2515424

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 2025 and gives
#  childrusage.ru_utime.tv_sec=2116
#  childrusage.ru_utime.tv_usec=617225
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=736671
# CPU time returned by wait4() is 2125.35
# while last known CPU time is 8448.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.04
CPU time (s): 8448.6
CPU user time (s): 8438.92
CPU system time (s): 9.68
CPU usage (%): 165.657
Max. virtual memory (cumulated for all children) (KiB): 4817912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2116.62
system time used= 8.73667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381570
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= 13322
involuntary context switches= 19284

runsolver used 12.7971 second user time and 31.8412 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-02 18:31:07
IDJOB=3322519
IDBENCH=83432
IDSOLVER=1710
FILE ID=node134/3322519-1304353867
RUNJOBID= node134-1304348218-1516
PBS_JOBID= 13178664
Free space on /tmp= 73144 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_3_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-3322519-1304353867/watcher-3322519-1304353867 -o /tmp/evaluation-result-3322519-1304353867/solver-3322519-1304353867 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322519-1304353867.cnf -seed 167091855 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
RANDOM SEED=167091855

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20736440 kB
Buffers:       1088268 kB
Cached:        2036328 kB
SwapCached:       4840 kB
Active:        9033652 kB
Inactive:      2742624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20736440 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           31956 kB
Writeback:          96 kB
AnonPages:     8649600 kB
Mapped:          21912 kB
Slab:           342912 kB
PageTables:      30112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 36456056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73112 MiB
End job on node134 at 2011-05-02 19:56:10