Trace number 3317712

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.43 1205.56

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.67	c INFO: solving HOME/instance-3317712-1304270881.cnf
0.38/0.67	c INFO: computing task features
0.66/0.96	c INFO: computed variable-clause graph statistics
0.66/0.97	c INFO: computed clause balance statistics
2.16/2.46	c INFO: computed variable balance statistics
3.26/3.50	c INFO: computed small-clause counts
3.26/3.51	c INFO: computed Horn-clause counts
3.46/3.74	c INFO: computed variable graph statistics
3.46/3.74	c INFO: collected features for HOME/instance-3317712-1304270881.cnf in 3.06 s
3.46/3.76	c INFO: running lingeling-276@0 for 97 with 4796 remaining (b = 0.29)
3.46/3.79	c INFO: running cryptominisat-2.9.0@0 for 485 with 4796 remaining (b = 0.33)
3.55/3.81	c INFO: running lingeling-276@0 for 1261 with 4796 remaining (b = 0.48)
3.55/3.83	c INFO: running lingeling-276@0 for 1261 with 4796 remaining (b = 0.42)
399.33/103.13	c INFO: running SApperloT@0 for 97 with 4697 remaining (b = 0.03)
799.09/203.30	c INFO: running precosat-570@0 for 291 with 4597 remaining (b = 0.15)
1957.60/493.36	c INFO: running cryptominisat-2.9.0@0 for 388 with 4307 remaining (b = 0.19)
1987.18/500.71	c INFO: running cryptominisat-2.9.0@0 for 485 with 4299 remaining (b = 0.21)
3505.31/880.93	c INFO: running cryptominisat-2.9.0@295 for 97 with 3919 remaining (b = 0.05)
3909.87/982.25	c INFO: running cryptominisat-2.9.0@395 for 97 with 3818 remaining (b = 0.08)
3942.58/990.47	c INFO: running lingeling-276@0 for 485 with 3810 remaining (b = 0.20)
4301.13/1080.21	c INFO: running lingeling-276@0 for 97 with 3720 remaining (b = 0.06)
4699.99/1180.36	c INFO: running cryptominisat-2.9.0@386 for 194 with 3620 remaining (b = 0.09)
4800.43/1205.55	c INFO: running precosat-570@488 for 291 with 3595 remaining (b = 0.13)
4800.43/1205.55	Traceback (most recent call last):
4800.43/1205.55	  File "HOME/solve", line 33, in <module>
4800.43/1205.55	    plac.call(main)
4800.43/1205.55	  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.43/1205.55	    cmd, result = parser_from(obj).consume(arglist)
4800.43/1205.55	  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.43/1205.55	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.43/1205.55	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.43/1205.55	    (_, answer, _) = solver(input_path, budget, cores)
4800.43/1205.55	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.43/1205.55	    solver.go(max_cost * borg.defaults.machine_speed)
4800.43/1205.55	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.43/1205.55	    self._process.start()
4800.43/1205.55	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.43/1205.55	    assert self._popen is None, 'cannot start a process twice'
4800.43/1205.55	AssertionError: cannot start a process twice

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317712-1304270881/watcher-3317712-1304270881 -o /tmp/evaluation-result-3317712-1304270881/solver-3317712-1304270881 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317712-1304270881.cnf -seed 212463474 -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: 7.22 7.59 6.65 5/208 12052
/proc/meminfo: memFree=28613864/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/12052/stat : 12052 (python) S 12050 12052 11084 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 538686153 15548416 617 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/12052/statm: 3796 617 322 364 0 283 0

[startup+0.029116 s]
/proc/loadavg: 7.22 7.59 6.65 5/208 12052
/proc/meminfo: memFree=28613864/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=16400 CPUtime=0.01 cores=1,3,5,7
/proc/12052/stat : 12052 (python) R 12050 12052 11084 0 -1 4202496 1118 0 0 0 1 0 0 0 17 0 1 0 538686153 16793600 985 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12052/statm: 4100 985 409 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.101108 s]
/proc/loadavg: 7.22 7.59 6.65 5/208 12052
/proc/meminfo: memFree=28613864/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=87708 CPUtime=0.06 cores=1,3,5,7
/proc/12052/stat : 12052 (python) S 12050 12052 11084 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 538686153 89812992 2354 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/12052/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.301101 s]
/proc/loadavg: 7.22 7.59 6.65 5/208 12052
/proc/meminfo: memFree=28613864/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/12052/stat : 12052 (python) R 12050 12052 11084 0 -1 4202496 5966 934 1 0 14 5 0 0 17 0 1 0 538686153 139010048 4150 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122710021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12052/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700997 s]
/proc/loadavg: 7.22 7.59 6.65 5/208 12052
/proc/meminfo: memFree=28613864/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=281532 CPUtime=0.46 cores=1,3,5,7
/proc/12052/stat : 12052 (python) R 12050 12052 11084 0 -1 4202496 10016 934 1 0 34 12 0 0 15 0 1 0 538686153 288288768 7695 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122379800 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12052/statm: 70383 7696 1761 364 0 6307 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 281532

[startup+1.50086 s]
/proc/loadavg: 7.22 7.59 6.65 6/209 12057
/proc/meminfo: memFree=28572316/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=296648 CPUtime=1.26 cores=1,3,5,7
/proc/12052/stat : 12052 (python) R 12050 12052 11084 0 -1 4202496 16027 934 1 0 113 13 0 0 16 0 1 0 538686153 303767552 11546 33554432000 4194304 5683644 140734840108176 18446744073709551615 47443700327470 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12052/statm: 74162 11546 1826 364 0 10086 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 296648

[startup+3.10056 s]
/proc/loadavg: 7.22 7.59 6.65 6/209 12057
/proc/meminfo: memFree=28570952/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=296648 CPUtime=2.86 cores=1,3,5,7
/proc/12052/stat : 12052 (python) R 12050 12052 11084 0 -1 4202496 16028 934 1 0 273 13 0 0 18 0 1 0 538686153 303767552 11547 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122373484 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12052/statm: 74162 11547 1827 364 0 10086 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 296648

[startup+6.30095 s]
/proc/loadavg: 7.28 7.60 6.65 9/221 12069
/proc/meminfo: memFree=28522884/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=327740 CPUtime=3.59 cores=1,3,5,7
/proc/12052/stat : 12052 (python) S 12050 12052 11084 0 -1 4202496 18774 934 1 0 345 14 0 0 20 0 5 0 538686153 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12052/statm: 81935 9131 1881 364 0 17844 0
[pid=12058] ppid=12052 vsize=286964 CPUtime=0 cores=1,3,5,7
/proc/12058/stat : 12058 (python) S 12052 12052 11084 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 538686530 293851136 7480 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734095 0 0 16781312 514 10517130814792106248 0 0 17 1 0 0 0
/proc/12058/statm: 71741 7480 360 364 0 7659 0
[pid=12060] ppid=12058 vsize=11932 CPUtime=2.31 cores=1,3,5,7
/proc/12060/stat : 12060 (lingeling) R 12058 12060 12060 0 -1 4202496 3234 0 0 0 231 0 0 0 25 0 1 0 538686530 12218368 2151 33554432000 4194304 4352236 140733918005952 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/12060/statm: 2983 2151 127 39 0 2063 0
[pid=12061] ppid=12052 vsize=297648 CPUtime=0 cores=1,3,5,7
/proc/12061/stat : 12061 (python) S 12052 12052 11084 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 538686532 304791552 7498 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 7947094127999418630 0 0 17 1 0 0 0
/proc/12061/statm: 74412 7498 349 364 0 10327 0
[pid=12063] ppid=12061 vsize=51956 CPUtime=2.3 cores=1,3,5,7
/proc/12063/stat : 12063 (cryptominisat-2) R 12061 12063 12063 0 -1 4202496 7931 0 0 0 229 1 0 0 25 0 1 0 538686532 53202944 6441 33554432000 4194304 4677096 140736800398176 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12063/statm: 12989 6441 387 118 0 7948 0
[pid=12064] ppid=12052 vsize=307612 CPUtime=0 cores=1,3,5,7
/proc/12064/stat : 12064 (python) S 12052 12052 11084 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538686534 314994688 7592 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 742842979282026760 0 0 17 3 0 0 0
/proc/12064/statm: 76903 7592 349 364 0 12815 0
[pid=12066] ppid=12064 vsize=11932 CPUtime=2.29 cores=1,3,5,7
/proc/12066/stat : 12066 (lingeling) R 12064 12066 12066 0 -1 4202496 3233 0 0 0 229 0 0 0 25 0 1 0 538686535 12218368 2151 33554432000 4194304 4352236 140733618468192 18446744073709551615 4298797 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12066/statm: 2983 2151 127 39 0 2063 0
[pid=12067] ppid=12052 vsize=317800 CPUtime=0 cores=1,3,5,7
/proc/12067/stat : 12067 (python) S 12052 12052 11084 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 538686537 325427200 7596 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 10517119269920014600 0 0 17 5 0 0 0
/proc/12067/statm: 79450 7596 349 364 0 15359 0
[pid=12069] ppid=12067 vsize=11932 CPUtime=2.31 cores=1,3,5,7
/proc/12069/stat : 12069 (lingeling) R 12067 12069 12069 0 -1 4202496 3237 0 0 0 231 0 0 0 25 0 1 0 538686537 12218368 2151 33554432000 4194304 4352236 140734423098160 18446744073709551615 4228399 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12069/statm: 2983 2151 127 39 0 2063 0
[pid=12052/tid=12059] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12059/stat : 12059 (python) S 12050 12052 11084 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 538686530 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12062] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12062/stat : 12062 (python) S 12050 12052 11084 0 -1 4202560 23 934 0 0 0 0 0 0 24 0 5 0 538686532 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12065] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12065/stat : 12065 (python) S 12050 12052 11084 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538686534 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12068] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12068/stat : 12068 (python) S 12050 12052 11084 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 538686537 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 1625516

[startup+12.7008 s]
/proc/loadavg: 7.34 7.60 6.66 9/221 12070
/proc/meminfo: memFree=28507364/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=327740 CPUtime=3.59 cores=1,3,5,7
/proc/12052/stat : 12052 (python) S 12050 12052 11084 0 -1 4202496 18774 934 1 0 345 14 0 0 20 0 5 0 538686153 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12052/statm: 81935 9131 1881 364 0 17844 0
[pid=12058] ppid=12052 vsize=286964 CPUtime=0 cores=1,3,5,7
/proc/12058/stat : 12058 (python) S 12052 12052 11084 0 -1 4202560 983 0 0 0 0 0 0 0 18 0 1 0 538686530 293851136 7503 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734095 0 0 16781312 514 10517130814792106248 0 0 17 1 0 0 0
/proc/12058/statm: 71741 7503 383 364 0 7659 0
[pid=12060] ppid=12058 vsize=12816 CPUtime=8.68 cores=1,3,5,7
/proc/12060/stat : 12060 (lingeling) R 12058 12060 12060 0 -1 4202496 3589 0 0 0 868 0 0 0 25 0 1 0 538686530 13123584 2374 33554432000 4194304 4352236 140733918005952 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/12060/statm: 3204 2374 129 39 0 2284 0
[pid=12061] ppid=12052 vsize=297648 CPUtime=0 cores=1,3,5,7
/proc/12061/stat : 12061 (python) S 12052 12052 11084 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 538686532 304791552 7521 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 5601800839149617414 0 0 17 1 0 0 0
/proc/12061/statm: 74412 7521 372 364 0 10327 0
[pid=12063] ppid=12061 vsize=67120 CPUtime=8.69 cores=1,3,5,7
/proc/12063/stat : 12063 (cryptominisat-2) R 12061 12063 12063 0 -1 4202496 12205 0 0 0 867 2 0 0 25 0 1 0 538686532 68730880 9951 33554432000 4194304 4677096 140736800398176 18446744073709551615 4318789 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12063/statm: 16780 9951 392 118 0 11739 0
[pid=12064] ppid=12052 vsize=307612 CPUtime=0 cores=1,3,5,7
/proc/12064/stat : 12064 (python) S 12052 12052 11084 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 538686534 314994688 7615 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 742842979282026760 0 0 17 3 0 0 0
/proc/12064/statm: 76903 7615 372 364 0 12815 0
[pid=12066] ppid=12064 vsize=12824 CPUtime=8.65 cores=1,3,5,7
/proc/12066/stat : 12066 (lingeling) R 12064 12066 12066 0 -1 4202496 3590 0 0 0 865 0 0 0 25 0 1 0 538686535 13131776 2376 33554432000 4194304 4352236 140733618468192 18446744073709551615 4328403 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12066/statm: 3206 2376 129 39 0 2286 0
[pid=12067] ppid=12052 vsize=317800 CPUtime=0 cores=1,3,5,7
/proc/12067/stat : 12067 (python) S 12052 12052 11084 0 -1 4202560 919 0 0 0 0 0 0 0 18 0 1 0 538686537 325427200 7619 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 10517119269920014600 0 0 17 5 0 0 0
/proc/12067/statm: 79450 7619 372 364 0 15359 0
[pid=12069] ppid=12067 vsize=12784 CPUtime=8.7 cores=1,3,5,7
/proc/12069/stat : 12069 (lingeling) R 12067 12069 12069 0 -1 4202496 3584 0 0 0 870 0 0 0 25 0 1 0 538686537 13090816 2366 33554432000 4194304 4352236 140734423098160 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12069/statm: 3196 2366 129 39 0 2276 0
[pid=12052/tid=12059] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12059/stat : 12059 (python) S 12050 12052 11084 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 538686530 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12062] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12062/stat : 12062 (python) S 12050 12052 11084 0 -1 4202560 23 934 0 0 0 0 0 0 24 0 5 0 538686532 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12065] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12065/stat : 12065 (python) S 12050 12052 11084 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538686534 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12068] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12068/stat : 12068 (python) S 12050 12052 11084 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 538686537 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.31
Current children cumulated vsize (KiB) 1643308

[startup+25.5015 s]
/proc/loadavg: 7.49 7.62 6.68 9/221 12070
/proc/meminfo: memFree=28486916/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=327740 CPUtime=3.59 cores=1,3,5,7
/proc/12052/stat : 12052 (python) S 12050 12052 11084 0 -1 4202496 18774 934 1 0 345 14 0 0 20 0 5 0 538686153 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12052/statm: 81935 9131 1881 364 0 17844 0
[pid=12058] ppid=12052 vsize=286964 CPUtime=0.02 cores=1,3,5,7
/proc/12058/stat : 12058 (python) S 12052 12052 11084 0 -1 4202560 989 0 0 0 1 1 0 0 18 0 1 0 538686530 293851136 7503 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734095 0 0 16781312 514 6175543396845715720 0 0 17 1 0 0 0
/proc/12058/statm: 71741 7503 383 364 0 7659 0
[pid=12060] ppid=12058 vsize=14460 CPUtime=21.43 cores=1,3,5,7
/proc/12060/stat : 12060 (lingeling) R 12058 12060 12060 0 -1 4202496 3873 0 0 0 2143 0 0 0 25 0 1 0 538686530 14807040 2658 33554432000 4194304 4352236 140733918005952 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/12060/statm: 3615 2658 129 39 0 2695 0
[pid=12061] ppid=12052 vsize=297648 CPUtime=0.04 cores=1,3,5,7
/proc/12061/stat : 12061 (python) S 12052 12052 11084 0 -1 4202560 916 0 0 0 2 2 0 0 15 0 1 0 538686532 304791552 7521 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 7947094127999418630 0 0 17 1 0 0 0
/proc/12061/statm: 74412 7521 372 364 0 10327 0
[pid=12063] ppid=12061 vsize=68116 CPUtime=21.48 cores=1,3,5,7
/proc/12063/stat : 12063 (cryptominisat-2) R 12061 12063 12063 0 -1 4202496 15448 0 0 0 2145 3 0 0 25 0 1 0 538686532 69750784 10379 33554432000 4194304 4677096 140736800398176 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12063/statm: 17029 10379 392 118 0 11988 0
[pid=12064] ppid=12052 vsize=307612 CPUtime=0.02 cores=1,3,5,7
/proc/12064/stat : 12064 (python) S 12052 12052 11084 0 -1 4202560 918 0 0 0 1 1 0 0 18 0 1 0 538686534 314994688 7615 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 6175543396845715720 0 0 17 3 0 0 0
/proc/12064/statm: 76903 7615 372 364 0 12815 0
[pid=12066] ppid=12064 vsize=17924 CPUtime=21.37 cores=1,3,5,7
/proc/12066/stat : 12066 (lingeling) R 12064 12066 12066 0 -1 4202496 4865 0 0 0 2137 0 0 0 25 0 1 0 538686535 18354176 3651 33554432000 4194304 4352236 140733618468192 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12066/statm: 4481 3651 129 39 0 3561 0
[pid=12067] ppid=12052 vsize=317800 CPUtime=0.02 cores=1,3,5,7
/proc/12067/stat : 12067 (python) S 12052 12052 11084 0 -1 4202560 925 0 0 0 1 1 0 0 18 0 1 0 538686537 325427200 7619 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 6175543396845715720 0 0 17 5 0 0 0
/proc/12067/statm: 79450 7619 372 364 0 15359 0
[pid=12069] ppid=12067 vsize=15452 CPUtime=21.48 cores=1,3,5,7
/proc/12069/stat : 12069 (lingeling) R 12067 12069 12069 0 -1 4202496 4251 0 0 0 2148 0 0 0 25 0 1 0 538686537 15822848 3033 33554432000 4194304 4352236 140734423098160 18446744073709551615 4278776 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12069/statm: 3863 3033 129 39 0 2943 0
[pid=12052/tid=12059] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12059/stat : 12059 (python) S 12050 12052 11084 0 -1 4202560 24 934 0 0 0 0 0 0 22 0 5 0 538686530 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12062] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12062/stat : 12062 (python) S 12050 12052 11084 0 -1 4202560 23 934 0 0 0 0 0 0 24 0 5 0 538686532 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12065] ppid=12050 vsize=327740 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12065/stat : 12065 (python) S 12050 12052 11084 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538686534 335605760 9131 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0

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

/proc/12063/stat : 12063 (cryptominisat-2) T 12061 12063 12063 0 -1 4202496 192404 0 0 0 107252 84 0 0 25 0 1 0 538686532 198815744 42717 33554432000 4194304 4677096 140736800398176 18446744073709551615 4334785 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/12063/statm: 48539 42717 392 118 0 43498 0
[pid=12061/tid=12114] ppid=12052 vsize=297648 CPUtime=0 cores=1,3,5,7
/proc/12061/task/12114/stat : 12114 (python) S 12052 12052 11084 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538735487 304791552 7551 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604459007056896 0 0 -1 1 0 0 0
[pid=12064] ppid=12052 vsize=307612 CPUtime=1.62 cores=1,3,5,7
/proc/12064/stat : 12064 (python) S 12052 12052 11084 0 -1 4202560 979 0 0 0 97 65 0 0 18 0 1 0 538686534 314994688 7615 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 6175543396845715720 0 0 17 3 0 0 0
/proc/12064/statm: 76903 7615 372 364 0 12815 0
[pid=12066] ppid=12064 vsize=63304 CPUtime=1198.85 cores=1,3,5,7
/proc/12066/stat : 12066 (lingeling) R 12064 12066 12066 0 -1 4202496 142593 0 0 0 119868 17 0 0 25 0 1 0 538686535 64823296 14996 33554432000 4194304 4352236 140733618468192 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12066/statm: 15826 14996 129 39 0 14906 0
[pid=12067] ppid=12052 vsize=317800 CPUtime=1.63 cores=1,3,5,7
/proc/12067/stat : 12067 (python) S 12052 12052 11084 0 -1 4202560 988 0 0 0 87 76 0 0 18 0 1 0 538686537 325427200 7619 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 6175543396845715720 0 0 17 5 0 0 0
/proc/12067/statm: 79450 7619 372 364 0 15359 0
[pid=12069] ppid=12067 vsize=51312 CPUtime=1199.87 cores=1,3,5,7
/proc/12069/stat : 12069 (lingeling) R 12067 12069 12069 0 -1 4202496 143835 0 0 0 119970 17 0 0 25 0 1 0 538686537 52543488 11998 33554432000 4194304 4352236 140734423098160 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12069/statm: 12828 11998 129 39 0 11908 0
[pid=12074] ppid=12052 vsize=328460 CPUtime=0.14 cores=1,3,5,7
/proc/12074/stat : 12074 (python) S 12052 12052 11084 0 -1 4202560 1135 0 0 0 8 6 0 0 19 0 2 0 538696466 336343040 7652 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12074/statm: 82115 7652 400 364 0 18021 0
[pid=12076] ppid=12074 vsize=35740 CPUtime=99.34 cores=1,3,5,7
/proc/12076/stat : 12076 (SApperloT-base) T 12074 12076 12076 0 -1 4202496 8630 0 0 0 9932 2 0 0 25 0 1 0 538696467 36597760 8201 33554432000 134512640 135674940 4293091872 18446744073709551615 134552368 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12076/statm: 8935 8201 100 284 0 8649 0
[pid=12074/tid=12080] ppid=12052 vsize=328460 CPUtime=0 cores=1,3,5,7
/proc/12074/task/12080/stat : 12080 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538706480 336343040 7652 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604471137941376 0 0 -1 7 0 0 0
[pid=12081] ppid=12052 vsize=338492 CPUtime=0.42 cores=1,3,5,7
/proc/12081/stat : 12081 (python) S 12052 12052 11084 0 -1 4202560 1170 0 0 0 22 20 0 0 19 0 2 0 538706483 346615808 7667 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12081/statm: 84623 7667 400 364 0 20526 0
[pid=12083] ppid=12081 vsize=36256 CPUtime=295.1 cores=1,3,5,7
/proc/12083/stat : 12083 (precosat) T 12081 12083 12083 0 -1 4202496 12596 0 0 0 29507 3 0 0 25 0 1 0 538706483 37126144 8830 33554432000 4194304 4890832 140736228297056 18446744073709551615 4239048 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/12083/statm: 9064 8830 86 171 0 8891 0
[pid=12081/tid=12116] ppid=12052 vsize=338492 CPUtime=0 cores=1,3,5,7
/proc/12081/task/12116/stat : 12116 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538736221 346615808 7667 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604467678083776 0 0 -1 7 0 0 0
[pid=12117] ppid=12052 vsize=348768 CPUtime=0.76 cores=1,3,5,7
/proc/12117/stat : 12117 (python) S 12052 12052 11084 0 -1 4202560 1188 0 0 0 39 37 0 0 15 0 2 0 538736224 357138432 7671 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12117/statm: 87192 7671 400 364 0 23092 0
[pid=12119] ppid=12117 vsize=131968 CPUtime=511.48 cores=1,3,5,7
/proc/12119/stat : 12119 (cryptominisat-2) R 12117 12119 12119 0 -1 4202496 116793 0 0 0 51104 44 0 0 25 0 1 0 538736224 135135232 25500 33554432000 4194304 4677096 140734546156368 18446744073709551615 4317807 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12119/statm: 32992 25500 392 118 0 27951 0
[pid=12117/tid=12133] ppid=12052 vsize=348768 CPUtime=0 cores=1,3,5,7
/proc/12117/task/12133/stat : 12133 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538785198 357138432 7671 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604461675583552 0 0 -1 7 0 0 0
[pid=12136] ppid=12052 vsize=359376 CPUtime=0.13 cores=1,3,5,7
/proc/12136/stat : 12136 (python) S 12052 12052 11084 0 -1 4202560 1169 0 0 0 6 7 0 0 19 0 2 0 538794174 368001024 7681 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12136/statm: 89844 7681 406 364 0 25741 0
[pid=12138] ppid=12136 vsize=27336 CPUtime=98.44 cores=1,3,5,7
/proc/12138/stat : 12138 (lingeling) T 12136 12138 12138 0 -1 4202496 8131 0 0 0 9844 0 0 0 25 0 1 0 538794175 27992064 6004 33554432000 4194304 4352236 140734682276656 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12138/statm: 6834 6004 129 39 0 5914 0
[pid=12136/tid=12142] ppid=12052 vsize=359376 CPUtime=0 cores=1,3,5,7
/proc/12136/task/12142/stat : 12142 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538804187 368001024 7681 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604471098581248 0 0 -1 7 0 0 0
[pid=12052/tid=12059] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12059/stat : 12059 (python) S 12050 12052 11084 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 538686530 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12062] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12062/stat : 12062 (python) S 12050 12052 11084 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 538686532 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12065] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12065/stat : 12065 (python) S 12050 12052 11084 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 538686534 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12068] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12068/stat : 12068 (python) S 12050 12052 11084 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 538686537 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12075] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12075/stat : 12075 (python) S 12050 12052 11084 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 538696466 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12082] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12082/stat : 12082 (python) S 12050 12052 11084 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 538706483 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12118] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (python) S 12050 12052 11084 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 538736224 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12137] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12137/stat : 12137 (python) S 12050 12052 11084 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 9 0 538794174 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 3534280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1205.5 s]
/proc/loadavg: 5.09 5.23 5.84 6/216 12142
/proc/meminfo: memFree=28513704/32951124 swapFree=67111444/67111528
[pid=12052] ppid=12050 vsize=368956 CPUtime=3.82 cores=1,3,5,7
/proc/12052/stat : 12052 (python) S 12050 12052 11084 0 -1 4202496 22715 934 1 0 366 16 0 0 18 0 9 0 538686153 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12052/statm: 92239 9204 1890 364 0 28136 0
[pid=12058] ppid=12052 vsize=297208 CPUtime=0.42 cores=1,3,5,7
/proc/12058/stat : 12058 (python) S 12052 12052 11084 0 -1 4202560 1214 0 0 0 25 17 0 0 18 0 2 0 538686530 304340992 7541 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12058/statm: 74302 7541 416 364 0 10220 0
[pid=12060] ppid=12058 vsize=29888 CPUtime=313.44 cores=1,3,5,7
/proc/12060/stat : 12060 (lingeling) R 12058 12060 12060 0 -1 4202496 42245 0 0 0 31339 5 0 0 25 0 1 0 538686530 30605312 6642 33554432000 4194304 4352236 140733918005952 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/12060/statm: 7472 6642 129 39 0 6552 0
[pid=12058/tid=12073] ppid=12052 vsize=297208 CPUtime=0 cores=1,3,5,7
/proc/12058/task/12073/stat : 12073 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538696464 304340992 7541 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604468246305472 0 0 -1 1 0 0 0
[pid=12061] ppid=12052 vsize=297648 CPUtime=1.61 cores=1,3,5,7
/proc/12061/stat : 12061 (python) S 12052 12052 11084 0 -1 4202560 1166 0 0 0 83 78 0 0 15 0 2 0 538686532 304791552 7551 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12061/statm: 74412 7551 401 364 0 10327 0
[pid=12063] ppid=12061 vsize=194156 CPUtime=1073.36 cores=1,3,5,7
/proc/12063/stat : 12063 (cryptominisat-2) T 12061 12063 12063 0 -1 4202496 192404 0 0 0 107252 84 0 0 25 0 1 0 538686532 198815744 42717 33554432000 4194304 4677096 140736800398176 18446744073709551615 4334785 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/12063/statm: 48539 42717 392 118 0 43498 0
[pid=12061/tid=12114] ppid=12052 vsize=297648 CPUtime=0 cores=1,3,5,7
/proc/12061/task/12114/stat : 12114 (python) S 12052 12052 11084 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538735487 304791552 7551 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604459007056896 0 0 -1 1 0 0 0
[pid=12064] ppid=12052 vsize=307612 CPUtime=1.62 cores=1,3,5,7
/proc/12064/stat : 12064 (python) S 12052 12052 11084 0 -1 4202560 979 0 0 0 97 65 0 0 18 0 1 0 538686534 314994688 7615 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 6175543396845715720 0 0 17 3 0 0 0
/proc/12064/statm: 76903 7615 372 364 0 12815 0
[pid=12066] ppid=12064 vsize=63304 CPUtime=1198.85 cores=1,3,5,7
/proc/12066/stat : 12066 (lingeling) R 12064 12066 12066 0 -1 4202496 142593 0 0 0 119868 17 0 0 25 0 1 0 538686535 64823296 14996 33554432000 4194304 4352236 140733618468192 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12066/statm: 15826 14996 129 39 0 14906 0
[pid=12067] ppid=12052 vsize=317800 CPUtime=1.63 cores=1,3,5,7
/proc/12067/stat : 12067 (python) S 12052 12052 11084 0 -1 4202560 988 0 0 0 87 76 0 0 18 0 1 0 538686537 325427200 7619 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 6175543396845715720 0 0 17 5 0 0 0
/proc/12067/statm: 79450 7619 372 364 0 15359 0
[pid=12069] ppid=12067 vsize=51312 CPUtime=1199.87 cores=1,3,5,7
/proc/12069/stat : 12069 (lingeling) R 12067 12069 12069 0 -1 4202496 143835 0 0 0 119970 17 0 0 25 0 1 0 538686537 52543488 11998 33554432000 4194304 4352236 140734423098160 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12069/statm: 12828 11998 129 39 0 11908 0
[pid=12074] ppid=12052 vsize=328460 CPUtime=0.14 cores=1,3,5,7
/proc/12074/stat : 12074 (python) S 12052 12052 11084 0 -1 4202560 1135 0 0 0 8 6 0 0 19 0 2 0 538696466 336343040 7652 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12074/statm: 82115 7652 400 364 0 18021 0
[pid=12076] ppid=12074 vsize=35740 CPUtime=99.34 cores=1,3,5,7
/proc/12076/stat : 12076 (SApperloT-base) T 12074 12076 12076 0 -1 4202496 8630 0 0 0 9932 2 0 0 25 0 1 0 538696467 36597760 8201 33554432000 134512640 135674940 4293091872 18446744073709551615 134552368 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12076/statm: 8935 8201 100 284 0 8649 0
[pid=12074/tid=12080] ppid=12052 vsize=328460 CPUtime=0 cores=1,3,5,7
/proc/12074/task/12080/stat : 12080 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538706480 336343040 7652 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604471137941376 0 0 -1 7 0 0 0
[pid=12081] ppid=12052 vsize=338492 CPUtime=0.42 cores=1,3,5,7
/proc/12081/stat : 12081 (python) S 12052 12052 11084 0 -1 4202560 1170 0 0 0 22 20 0 0 19 0 2 0 538706483 346615808 7667 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12081/statm: 84623 7667 400 364 0 20526 0
[pid=12083] ppid=12081 vsize=36256 CPUtime=295.1 cores=1,3,5,7
/proc/12083/stat : 12083 (precosat) T 12081 12083 12083 0 -1 4202496 12596 0 0 0 29507 3 0 0 25 0 1 0 538706483 37126144 8830 33554432000 4194304 4890832 140736228297056 18446744073709551615 4239048 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/12083/statm: 9064 8830 86 171 0 8891 0
[pid=12081/tid=12116] ppid=12052 vsize=338492 CPUtime=0 cores=1,3,5,7
/proc/12081/task/12116/stat : 12116 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538736221 346615808 7667 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604467678083776 0 0 -1 7 0 0 0
[pid=12117] ppid=12052 vsize=348768 CPUtime=0.76 cores=1,3,5,7
/proc/12117/stat : 12117 (python) S 12052 12052 11084 0 -1 4202560 1188 0 0 0 39 37 0 0 15 0 2 0 538736224 357138432 7671 33554432000 4194304 5683644 140734840108176 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12117/statm: 87192 7671 400 364 0 23092 0
[pid=12119] ppid=12117 vsize=131968 CPUtime=511.48 cores=1,3,5,7
/proc/12119/stat : 12119 (cryptominisat-2) R 12117 12119 12119 0 -1 4202496 116793 0 0 0 51104 44 0 0 25 0 1 0 538736224 135135232 25500 33554432000 4194304 4677096 140734546156368 18446744073709551615 4317807 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12119/statm: 32992 25500 392 118 0 27951 0
[pid=12117/tid=12133] ppid=12052 vsize=348768 CPUtime=0 cores=1,3,5,7
/proc/12117/task/12133/stat : 12133 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538785198 357138432 7671 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604461675583552 0 0 -1 7 0 0 0
[pid=12136] ppid=12052 vsize=359376 CPUtime=0.13 cores=1,3,5,7
/proc/12136/stat : 12136 (python) S 12052 12052 11084 0 -1 4202560 1169 0 0 0 6 7 0 0 19 0 2 0 538794174 368001024 7681 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12136/statm: 89844 7681 406 364 0 25741 0
[pid=12138] ppid=12136 vsize=27336 CPUtime=98.44 cores=1,3,5,7
/proc/12138/stat : 12138 (lingeling) T 12136 12138 12138 0 -1 4202496 8131 0 0 0 9844 0 0 0 25 0 1 0 538794175 27992064 6004 33554432000 4194304 4352236 140734682276656 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/12138/statm: 6834 6004 129 39 0 5914 0
[pid=12136/tid=12142] ppid=12052 vsize=359376 CPUtime=0 cores=1,3,5,7
/proc/12136/task/12142/stat : 12142 (python) S 12052 12052 11084 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538804187 368001024 7681 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 514 18446604471098581248 0 0 -1 7 0 0 0
[pid=12052/tid=12059] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12059/stat : 12059 (python) S 12050 12052 11084 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 538686530 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12062] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12062/stat : 12062 (python) S 12050 12052 11084 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 538686532 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12065] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12065/stat : 12065 (python) S 12050 12052 11084 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 538686534 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 1 0 0 0
[pid=12052/tid=12068] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12068/stat : 12068 (python) S 12050 12052 11084 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 538686537 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12075] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12075/stat : 12075 (python) S 12050 12052 11084 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 538696466 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12082] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12082/stat : 12082 (python) S 12050 12052 11084 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 538706483 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12118] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12118/stat : 12118 (python) S 12050 12052 11084 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 538736224 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
[pid=12052/tid=12137] ppid=12050 vsize=368956 CPUtime=0 cores=1,3,5,7
/proc/12052/task/12137/stat : 12137 (python) S 12050 12052 11084 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 9 0 538794174 377810944 9204 33554432000 4194304 5683644 140734840108176 18446744073709551615 228134537649 0 0 16781312 2 18446604471116001536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 3534280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12052 and gives
#  childrusage.ru_utime.tv_sec=2916
#  childrusage.ru_utime.tv_usec=896564
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=82379
# CPU time returned by wait4() is 2920.98
# while last known CPU time is 4800.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1205.56
CPU time (s): 4800.43
CPU user time (s): 4795.49
CPU system time (s): 4.94
CPU usage (%): 398.189
Max. virtual memory (cumulated for all children) (KiB): 3582616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2916.9
system time used= 4.08238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438328
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= 8454
involuntary context switches= 17644

runsolver used 3.04354 second user time and 6.18606 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-01 19:28:02
IDJOB=3317712
IDBENCH=84215
IDSOLVER=1706
FILE ID=node138/3317712-1304270881
RUNJOBID= node138-1304267281-11103
PBS_JOBID= 13173941
Free space on /tmp= 72420 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.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-3317712-1304270881/watcher-3317712-1304270881 -o /tmp/evaluation-result-3317712-1304270881/solver-3317712-1304270881 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317712-1304270881.cnf -seed 212463474 -budget 4800 -cores 4

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=212463474

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28614144 kB
Buffers:        702888 kB
Cached:        1199656 kB
SwapCached:         84 kB
Active:        2330996 kB
Inactive:      1596584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28614144 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           33204 kB
Writeback:           0 kB
AnonPages:     2024848 kB
Mapped:          24604 kB
Slab:           336948 kB
PageTables:      13376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2740464 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= 72416 MiB
End job on node138 at 2011-05-01 19:48:09