Trace number 3317921

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.12 1213.76

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.68	c INFO: solving HOME/instance-3317921-1304270525.cnf
0.36/0.68	c INFO: computing task features
0.36/0.69	c INFO: computed variable-clause graph statistics
0.36/0.69	c INFO: computed clause balance statistics
0.44/0.75	c INFO: computed variable balance statistics
0.54/0.80	c INFO: computed small-clause counts
0.54/0.80	c INFO: computed Horn-clause counts
0.54/0.81	c INFO: computed variable graph statistics
0.54/0.81	c INFO: collected features for HOME/instance-3317921-1304270525.cnf in 0.13 s
0.54/0.83	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.54/0.85	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.54/0.88	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.46)
0.63/0.90	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.47)
418.44/106.99	c INFO: running cryptominisat-2.9.0@0 for 485 with 4693 remaining (b = 0.26)
1947.98/489.94	c INFO: running precosat-570@0 for 388 with 4310 remaining (b = 0.21)
2385.04/599.83	c INFO: running lingeling-276@0 for 485 with 4200 remaining (b = 0.23)
3501.54/888.01	c INFO: running lingeling-276@0 for 97 with 3912 remaining (b = 0.13)
3559.02/902.47	c INFO: running cryptominisat-2.9.0@0 for 388 with 3898 remaining (b = 0.15)
3901.09/988.16	c INFO: running cryptominisat-2.9.0@488 for 97 with 3812 remaining (b = 0.05)
4281.74/1083.62	c INFO: running lingeling-276@390 for 97 with 3717 remaining (b = 0.05)
4316.79/1092.50	c INFO: running SApperloT@0 for 97 with 3708 remaining (b = 0.08)
4668.64/1180.77	c INFO: running precosat-570@489 for 194 with 3619 remaining (b = 0.10)
4716.04/1192.65	c INFO: running precosat-570@0 for 194 with 3608 remaining (b = 0.10)
4800.12/1213.75	c INFO: running lingeling-276@876 for 194 with 3586 remaining (b = 0.07)
4800.12/1213.75	Traceback (most recent call last):
4800.12/1213.75	  File "HOME/solve", line 33, in <module>
4800.12/1213.75	    plac.call(main)
4800.12/1213.75	  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.12/1213.75	    cmd, result = parser_from(obj).consume(arglist)
4800.12/1213.75	  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.12/1213.75	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.12/1213.75	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.12/1213.75	    (_, answer, _) = solver(input_path, budget, cores)
4800.12/1213.75	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.12/1213.75	    solver.go(max_cost * borg.defaults.machine_speed)
4800.12/1213.75	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.12/1213.75	    self._process.start()
4800.12/1213.75	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.12/1213.75	    assert self._popen is None, 'cannot start a process twice'
4800.12/1213.75	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-3317921-1304270525/watcher-3317921-1304270525 -o /tmp/evaluation-result-3317921-1304270525/solver-3317921-1304270525 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317921-1304270525.cnf -seed 13984815 -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: 8.12 7.58 6.05 5/202 10580
/proc/meminfo: memFree=27274704/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 538652179 15548416 615 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/10580/statm: 3796 615 321 364 0 283 0

[startup+0.041059 s]
/proc/loadavg: 8.12 7.58 6.05 5/202 10580
/proc/meminfo: memFree=27274704/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=18884 CPUtime=0.01 cores=1,3,5,7
/proc/10580/stat : 10580 (python) R 10578 10580 9915 0 -1 4202496 1274 0 0 0 1 0 0 0 25 0 1 0 538652179 19337216 1126 33554432000 4194304 5683644 140735961973216 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10580/statm: 4721 1126 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101051 s]
/proc/loadavg: 8.12 7.58 6.05 5/202 10580
/proc/meminfo: memFree=27274704/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=85620 CPUtime=0.07 cores=1,3,5,7
/proc/10580/stat : 10580 (python) R 10578 10580 9915 0 -1 4202496 2631 0 0 0 5 2 0 0 17 0 1 0 538652179 87674880 2348 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664804197 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10580/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.301017 s]
/proc/loadavg: 8.12 7.58 6.05 5/202 10580
/proc/meminfo: memFree=27274704/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 5963 933 1 0 13 6 0 0 17 0 1 0 538652179 139005952 4150 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/10580/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700945 s]
/proc/loadavg: 8.12 7.58 6.05 5/202 10580
/proc/meminfo: memFree=27274704/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=278692 CPUtime=0.44 cores=1,3,5,7
/proc/10580/stat : 10580 (python) R 10578 10580 9915 0 -1 4202496 9412 933 1 0 31 13 0 0 15 0 1 0 538652179 285380608 7081 33554432000 4194304 5683644 140735961973216 18446744073709551615 47358149248918 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10580/statm: 69673 7081 1826 364 0 5597 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278692

[startup+1.50077 s]
/proc/loadavg: 8.12 7.58 6.05 9/215 10597
/proc/meminfo: memFree=27233912/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=320024 CPUtime=0.64 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 12117 933 1 0 50 14 0 0 22 0 5 0 538652179 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10580/statm: 80006 7215 1881 364 0 15915 0
[pid=10586] ppid=10580 vsize=278716 CPUtime=0 cores=1,3,5,7
/proc/10586/stat : 10586 (python) S 10580 10580 9915 0 -1 4202560 780 0 0 0 0 0 0 0 18 0 1 0 538652262 285405184 5609 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828431 0 0 16781312 514 3627904315961638911 0 0 17 3 0 0 0
/proc/10586/statm: 69679 5609 352 364 0 5597 0
[pid=10588] ppid=10586 vsize=5664 CPUtime=0.65 cores=1,3,5,7
/proc/10588/stat : 10588 (lingeling) R 10586 10588 10588 0 -1 4202496 974 0 0 0 65 0 0 0 21 0 1 0 538652263 5799936 617 33554432000 4194304 4352236 140735025523968 18446744073709551615 4276680 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10588/statm: 1416 617 129 39 0 496 0
[pid=10589] ppid=10580 vsize=288972 CPUtime=0 cores=1,3,5,7
/proc/10589/stat : 10589 (python) S 10580 10580 9915 0 -1 4202560 745 0 0 0 0 0 0 0 17 0 1 0 538652265 295907328 5609 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 3850230240022331656 0 0 17 7 0 0 0
/proc/10589/statm: 72243 5609 348 364 0 8158 0
[pid=10591] ppid=10589 vsize=31380 CPUtime=0.63 cores=1,3,5,7
/proc/10591/stat : 10591 (cryptominisat-2) R 10589 10591 10591 0 -1 4202496 1573 0 0 0 63 0 0 0 22 0 1 0 538652265 32133120 1082 33554432000 4194304 4677096 140733697198064 18446744073709551615 4321064 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10591/statm: 7845 1082 391 118 0 2804 0
[pid=10592] ppid=10580 vsize=299524 CPUtime=0 cores=1,3,5,7
/proc/10592/stat : 10592 (python) S 10580 10580 9915 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 538652267 306712576 5658 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 16661307618798600191 0 0 17 5 0 0 0
/proc/10592/statm: 74881 5658 344 364 0 10793 0
[pid=10594] ppid=10592 vsize=5540 CPUtime=0.6 cores=1,3,5,7
/proc/10594/stat : 10594 (lingeling) R 10592 10594 10594 0 -1 4202496 882 0 0 0 60 0 0 0 22 0 1 0 538652267 5672960 586 33554432000 4194304 4352236 140734332518336 18446744073709551615 4331507 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10594/statm: 1385 586 129 39 0 465 0
[pid=10595] ppid=10580 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/10595/stat : 10595 (python) S 10580 10580 9915 0 -1 4202560 731 0 0 0 0 0 0 0 21 0 1 0 538652270 317214720 5674 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 3841963286971023359 0 0 17 5 0 0 0
/proc/10595/statm: 77445 5674 344 364 0 13354 0
[pid=10597] ppid=10595 vsize=5248 CPUtime=0.58 cores=1,3,5,7
/proc/10597/stat : 10597 (lingeling) R 10595 10597 10597 0 -1 4202496 811 0 0 0 58 0 0 0 25 0 1 0 538652270 5373952 513 33554432000 4194304 4352236 140733869121648 18446744073709551615 4328079 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10597/statm: 1312 513 129 39 0 392 0
[pid=10580/tid=10587] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10587/stat : 10587 (python) S 10578 10580 9915 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 538652263 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 3 0 0 0
[pid=10580/tid=10590] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10590/stat : 10590 (python) S 10578 10580 9915 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538652265 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 7 0 0 0
[pid=10580/tid=10593] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10593/stat : 10593 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 538652267 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10596] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10596/stat : 10596 (python) S 10578 10580 9915 0 -1 4202560 21 933 0 0 0 0 0 0 22 0 5 0 538652270 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1544848

[startup+3.1005 s]
/proc/loadavg: 8.12 7.58 6.05 10/215 10597
/proc/meminfo: memFree=27224736/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=320024 CPUtime=0.64 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 12117 933 1 0 50 14 0 0 22 0 5 0 538652179 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10580/statm: 80006 7215 1881 364 0 15915 0
[pid=10586] ppid=10580 vsize=278716 CPUtime=0 cores=1,3,5,7
/proc/10586/stat : 10586 (python) S 10580 10580 9915 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 538652262 285405184 5616 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828431 0 0 16781312 514 3627904315961606408 0 0 17 3 0 0 0
/proc/10586/statm: 69679 5616 359 364 0 5597 0
[pid=10588] ppid=10586 vsize=6828 CPUtime=2.25 cores=1,3,5,7
/proc/10588/stat : 10588 (lingeling) R 10586 10588 10588 0 -1 4202496 1393 0 0 0 225 0 0 0 25 0 1 0 538652263 6991872 908 33554432000 4194304 4352236 140735025523968 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10588/statm: 1707 908 129 39 0 787 0
[pid=10589] ppid=10580 vsize=288972 CPUtime=0 cores=1,3,5,7
/proc/10589/stat : 10589 (python) S 10580 10580 9915 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 538652265 295907328 5609 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 3850230240022331656 0 0 17 7 0 0 0
/proc/10589/statm: 72243 5609 348 364 0 8158 0
[pid=10591] ppid=10589 vsize=38524 CPUtime=2.22 cores=1,3,5,7
/proc/10591/stat : 10591 (cryptominisat-2) R 10589 10591 10591 0 -1 4202496 4217 0 0 0 222 0 0 0 25 0 1 0 538652265 39448576 2753 33554432000 4194304 4677096 140733697198064 18446744073709551615 4483221 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10591/statm: 9631 2753 392 118 0 4590 0
[pid=10592] ppid=10580 vsize=299524 CPUtime=0 cores=1,3,5,7
/proc/10592/stat : 10592 (python) S 10580 10580 9915 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538652267 306712576 5662 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 16661307618798567688 0 0 17 5 0 0 0
/proc/10592/statm: 74881 5662 348 364 0 10793 0
[pid=10594] ppid=10592 vsize=6512 CPUtime=2.19 cores=1,3,5,7
/proc/10594/stat : 10594 (lingeling) R 10592 10594 10594 0 -1 4202496 1397 0 0 0 219 0 0 0 25 0 1 0 538652267 6668288 829 33554432000 4194304 4352236 140734332518336 18446744073709551615 4328471 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10594/statm: 1628 829 129 39 0 708 0
[pid=10595] ppid=10580 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/10595/stat : 10595 (python) S 10580 10580 9915 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 538652270 317214720 5678 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 3841963286970990855 0 0 17 5 0 0 0
/proc/10595/statm: 77445 5678 348 364 0 13354 0
[pid=10597] ppid=10595 vsize=5772 CPUtime=2.18 cores=1,3,5,7
/proc/10597/stat : 10597 (lingeling) R 10595 10597 10597 0 -1 4202496 1198 0 0 0 218 0 0 0 25 0 1 0 538652270 5910528 644 33554432000 4194304 4352236 140733869121648 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10597/statm: 1443 644 129 39 0 523 0
[pid=10580/tid=10587] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10587/stat : 10587 (python) S 10578 10580 9915 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 538652263 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 3 0 0 0
[pid=10580/tid=10590] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10590/stat : 10590 (python) S 10578 10580 9915 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538652265 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 7 0 0 0
[pid=10580/tid=10593] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10593/stat : 10593 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 538652267 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10596] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10596/stat : 10596 (python) S 10578 10580 9915 0 -1 4202560 21 933 0 0 0 0 0 0 22 0 5 0 538652270 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 1554652

[startup+6.30094 s]
/proc/loadavg: 8.11 7.59 6.06 9/215 10597
/proc/meminfo: memFree=27212832/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=320024 CPUtime=0.64 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 12117 933 1 0 50 14 0 0 22 0 5 0 538652179 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10580/statm: 80006 7215 1881 364 0 15915 0
[pid=10586] ppid=10580 vsize=278716 CPUtime=0 cores=1,3,5,7
/proc/10586/stat : 10586 (python) S 10580 10580 9915 0 -1 4202560 969 0 0 0 0 0 0 0 18 0 1 0 538652262 285405184 5639 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828431 0 0 16781312 514 3627904315961606408 0 0 17 3 0 0 0
/proc/10586/statm: 69679 5639 382 364 0 5597 0
[pid=10588] ppid=10586 vsize=6656 CPUtime=4.39 cores=1,3,5,7
/proc/10588/stat : 10588 (lingeling) R 10586 10588 10588 0 -1 4202496 1523 0 0 0 436 3 0 0 25 0 1 0 538652263 6815744 866 33554432000 4194304 4352236 140735025523968 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10588/statm: 1664 866 129 39 0 744 0
[pid=10589] ppid=10580 vsize=288972 CPUtime=0 cores=1,3,5,7
/proc/10589/stat : 10589 (python) S 10580 10580 9915 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538652265 295907328 5632 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 3850230240022331656 0 0 17 7 0 0 0
/proc/10589/statm: 72243 5632 371 364 0 8158 0
[pid=10591] ppid=10589 vsize=39024 CPUtime=5.42 cores=1,3,5,7
/proc/10591/stat : 10591 (cryptominisat-2) R 10589 10591 10591 0 -1 4202496 5755 0 0 0 541 1 0 0 25 0 1 0 538652265 39960576 2801 33554432000 4194304 4677096 140733697198064 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10591/statm: 9756 2801 392 118 0 4715 0
[pid=10592] ppid=10580 vsize=299524 CPUtime=0 cores=1,3,5,7
/proc/10592/stat : 10592 (python) S 10580 10580 9915 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 538652267 306712576 5685 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 16661307618798567688 0 0 17 5 0 0 0
/proc/10592/statm: 74881 5685 371 364 0 10793 0
[pid=10594] ppid=10592 vsize=6888 CPUtime=5.36 cores=1,3,5,7
/proc/10594/stat : 10594 (lingeling) R 10592 10594 10594 0 -1 4202496 1943 0 0 0 536 0 0 0 25 0 1 0 538652267 7053312 923 33554432000 4194304 4352236 140734332518336 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10594/statm: 1722 923 129 39 0 802 0
[pid=10595] ppid=10580 vsize=309780 CPUtime=0 cores=1,3,5,7
/proc/10595/stat : 10595 (python) S 10580 10580 9915 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538652270 317214720 5701 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 3841963286970990855 0 0 17 5 0 0 0
/proc/10595/statm: 77445 5701 371 364 0 13354 0
[pid=10597] ppid=10595 vsize=6736 CPUtime=5.27 cores=1,3,5,7
/proc/10597/stat : 10597 (lingeling) R 10595 10597 10597 0 -1 4202496 1535 0 0 0 527 0 0 0 25 0 1 0 538652270 6897664 853 33554432000 4194304 4352236 140733869121648 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10597/statm: 1684 853 129 39 0 764 0
[pid=10580/tid=10587] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10587/stat : 10587 (python) S 10578 10580 9915 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 538652263 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 3 0 0 0
[pid=10580/tid=10590] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10590/stat : 10590 (python) S 10578 10580 9915 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 538652265 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 7 0 0 0
[pid=10580/tid=10593] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10593/stat : 10593 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 538652267 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10596] ppid=10578 vsize=320024 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10596/stat : 10596 (python) S 10578 10580 9915 0 -1 4202560 21 933 0 0 0 0 0 0 22 0 5 0 538652270 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.08
Current children cumulated vsize (KiB) 1556320

[startup+12.7008 s]
/proc/loadavg: 8.26 7.63 6.08 9/215 10597
/proc/meminfo: memFree=27220180/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=320024 CPUtime=0.64 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 12117 933 1 0 50 14 0 0 22 0 5 0 538652179 327704576 7215 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10580/statm: 80006 7215 1881 364 0 15915 0
[pid=10586] ppid=10580 vsize=278716 CPUtime=0 cores=1,3,5,7
/proc/10586/stat : 10586 (python) S 10580 10580 9915 0 -1 4202560 974 0 0 0 0 0 0 0 18 0 1 0 538652262 285405184 5639 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828431 0 0 16781312 514 8655689785387483400 0 0 17 3 0 0 0
/proc/10586/statm: 69679 5639 382 364 0 5597 0
[pid=10588] ppid=10586 vsize=6656 CPUtime=7.09 cores=1,3,5,7
/proc/10588/stat : 10588 (lingeling) R 10586 10588 10588 0 -1 4202496 1523 0 0 0 694 15 0 0 25 0 1 0 538652263 6815744 866 33554432000 4194304 4352236 140735025523968 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10588/statm: 1664 866 129 39 0 744 0
[pid=10589] ppid=10580 vsize=288972 CPUtime=0.02 cores=1,3,5,7

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

/proc/10605/statm: 80009 5735 400 364 0 15915 0
[pid=10607] ppid=10605 vsize=112640 CPUtime=585.23 cores=1,3,5,7
/proc/10607/stat : 10607 (cryptominisat-2) T 10605 10607 10607 0 -1 4202496 125584 0 0 0 58475 48 0 0 25 0 1 0 538662878 115343360 20856 33554432000 4194304 4677096 140735532781360 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/10607/statm: 28160 20856 392 118 0 23119 0
[pid=10605/tid=10837] ppid=10580 vsize=320036 CPUtime=0 cores=1,3,5,7
/proc/10605/task/10837/stat : 10837 (python) S 10580 10580 9915 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538712160 327716864 5735 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604471147831552 0 0 -1 5 0 0 0
[pid=10624] ppid=10580 vsize=330108 CPUtime=0.62 cores=1,3,5,7
/proc/10624/stat : 10624 (python) S 10580 10580 9915 0 -1 4202560 1163 0 0 0 32 30 0 0 18 0 2 0 538701174 338030592 5693 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10624/statm: 82527 5693 409 364 0 18430 0
[pid=10626] ppid=10624 vsize=35288 CPUtime=424.45 cores=1,3,5,7
/proc/10626/stat : 10626 (precosat) R 10624 10626 10626 0 -1 4202496 10942 0 0 0 42346 99 0 0 25 0 1 0 538701174 36134912 8389 33554432000 4194304 4890832 140734585398704 18446744073709551615 4291642 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/10626/statm: 8822 8389 86 171 0 8649 0
[pid=10624/tid=10860] ppid=10580 vsize=330108 CPUtime=0 cores=1,3,5,7
/proc/10624/task/10860/stat : 10860 (python) S 10580 10580 9915 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538742424 338030592 5693 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604471099702016 0 0 -1 5 0 0 0
[pid=10857] ppid=10580 vsize=340692 CPUtime=0.27 cores=1,3,5,7
/proc/10857/stat : 10857 (python) S 10580 10580 9915 0 -1 4202560 1149 0 0 0 13 14 0 0 18 0 2 0 538740980 348868608 5767 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10857/statm: 85173 5767 400 364 0 21073 0
[pid=10859] ppid=10857 vsize=13872 CPUtime=195.55 cores=1,3,5,7
/proc/10859/stat : 10859 (lingeling) T 10857 10859 10859 0 -1 4202496 17836 0 0 0 19552 3 0 0 25 0 1 0 538740981 14204928 2655 33554432000 4194304 4352236 140736374869328 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/10859/statm: 3468 2655 129 39 0 2548 0
[pid=10857/tid=10863] ppid=10580 vsize=340692 CPUtime=0 cores=1,3,5,7
/proc/10857/task/10863/stat : 10863 (python) S 10580 10580 9915 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538750993 348868608 5767 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604461086922624 0 0 -1 5 0 0 0
[pid=10867] ppid=10580 vsize=350988 CPUtime=0.12 cores=1,3,5,7
/proc/10867/stat : 10867 (python) S 10580 10580 9915 0 -1 4202560 1174 0 0 0 6 6 0 0 19 0 2 0 538761429 359411712 5787 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10867/statm: 87747 5787 406 364 0 23644 0
[pid=10869] ppid=10867 vsize=4732 CPUtime=99.57 cores=1,3,5,7
/proc/10869/stat : 10869 (SApperloT-base) T 10867 10869 10869 0 -1 4202496 1203 0 0 0 9957 0 0 0 25 0 1 0 538761429 4845568 933 33554432000 134512640 135674940 4292033552 18446744073709551615 134565273 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10869/statm: 1183 933 100 284 0 897 0
[pid=10867/tid=10873] ppid=10580 vsize=350988 CPUtime=0 cores=1,3,5,7
/proc/10867/task/10873/stat : 10873 (python) S 10580 10580 9915 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538771442 359411712 5787 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604471099699328 0 0 -1 5 0 0 0
[pid=10874] ppid=10580 vsize=361244 CPUtime=0.02 cores=1,3,5,7
/proc/10874/stat : 10874 (python) S 10580 10580 9915 0 -1 4202560 951 0 0 0 1 1 0 0 18 0 1 0 538771444 369913856 5773 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 8655689785387483397 0 0 17 5 0 0 0
/proc/10874/statm: 90311 5773 371 364 0 26205 0
[pid=10876] ppid=10874 vsize=10964 CPUtime=20.95 cores=1,3,5,7
/proc/10876/stat : 10876 (precosat) R 10874 10876 10876 0 -1 4202496 2862 0 0 0 2094 1 0 0 25 0 1 0 538771444 11227136 2586 33554432000 4194304 4890832 140734765884864 18446744073709551615 4235063 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/10876/statm: 2741 2586 86 171 0 2568 0
[pid=10580/tid=10587] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10587/stat : 10587 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 10 0 538652263 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 3 0 0 0
[pid=10580/tid=10590] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10590/stat : 10590 (python) S 10578 10580 9915 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 10 0 538652265 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 7 0 0 0
[pid=10580/tid=10593] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10593/stat : 10593 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 538652267 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10596] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10596/stat : 10596 (python) S 10578 10580 9915 0 -1 4202560 21 933 0 0 0 0 0 0 22 0 10 0 538652270 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10606] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10606/stat : 10606 (python) S 10578 10580 9915 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 10 0 538662878 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 1 0 0 0
[pid=10580/tid=10625] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10625/stat : 10625 (python) S 10578 10580 9915 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 10 0 538701174 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10858] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10858/stat : 10858 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 10 0 538740981 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10868] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10868/stat : 10868 (python) S 10578 10580 9915 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 10 0 538761429 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10875] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10875/stat : 10875 (python) S 10578 10580 9915 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 538771444 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 3638168

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

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

[startup+1213.7 s]
/proc/loadavg: 6.04 6.38 6.64 7/223 10876
/proc/meminfo: memFree=26249984/32951132 swapFree=67111356/67111528
[pid=10580] ppid=10578 vsize=371488 CPUtime=0.87 cores=1,3,5,7
/proc/10580/stat : 10580 (python) S 10578 10580 9915 0 -1 4202496 16395 933 1 0 72 15 0 0 19 0 10 0 538652179 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10580/statm: 92872 7298 1892 364 0 28766 0
[pid=10586] ppid=10580 vsize=288960 CPUtime=0.8 cores=1,3,5,7
/proc/10586/stat : 10586 (python) S 10580 10580 9915 0 -1 4202560 1202 0 0 0 44 36 0 0 18 0 2 0 538652262 295895040 5678 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10586/statm: 72240 5678 416 364 0 8158 0
[pid=10588] ppid=10586 vsize=17668 CPUtime=583.98 cores=1,3,5,7
/proc/10588/stat : 10588 (lingeling) T 10586 10588 10588 0 -1 4202496 39033 0 0 0 58356 42 0 0 25 0 1 0 538652263 18092032 3604 33554432000 4194304 4352236 140735025523968 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/10588/statm: 4417 3604 129 39 0 3497 0
[pid=10586/tid=10604] ppid=10580 vsize=288960 CPUtime=0 cores=1,3,5,7
/proc/10586/task/10604/stat : 10604 (python) S 10580 10580 9915 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538662876 295895040 5678 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604466642282432 0 0 -1 3 0 0 0
[pid=10589] ppid=10580 vsize=288972 CPUtime=1.16 cores=1,3,5,7
/proc/10589/stat : 10589 (python) S 10580 10580 9915 0 -1 4202560 1159 0 0 0 60 56 0 0 15 0 2 0 538652265 295907328 5662 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10589/statm: 72243 5662 400 364 0 8158 0
[pid=10591] ppid=10589 vsize=131816 CPUtime=799.48 cores=1,3,5,7
/proc/10591/stat : 10591 (cryptominisat-2) R 10589 10591 10591 0 -1 4202496 173090 0 0 0 79895 53 0 0 25 0 1 0 538652265 134979584 26525 33554432000 4194304 4677096 140733697198064 18446744073709551615 4454526 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10591/statm: 32954 26525 392 118 0 27913 0
[pid=10589/tid=10623] ppid=10580 vsize=288972 CPUtime=0 cores=1,3,5,7
/proc/10589/task/10623/stat : 10623 (python) S 10580 10580 9915 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538701171 295907328 5662 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604461086921728 0 0 -1 3 0 0 0
[pid=10592] ppid=10580 vsize=299524 CPUtime=1.26 cores=1,3,5,7
/proc/10592/stat : 10592 (python) S 10580 10580 9915 0 -1 4202560 1120 0 0 0 64 62 0 0 19 0 2 0 538652267 306712576 5715 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10592/statm: 74881 5715 400 364 0 10793 0
[pid=10594] ppid=10592 vsize=22680 CPUtime=877.17 cores=1,3,5,7
/proc/10594/stat : 10594 (lingeling) T 10592 10594 10594 0 -1 4202496 60860 0 0 0 87686 31 0 0 25 0 1 0 538652267 23224320 4871 33554432000 4194304 4352236 140734332518336 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/10594/statm: 5670 4871 129 39 0 4750 0
[pid=10592/tid=10856] ppid=10580 vsize=299524 CPUtime=0 cores=1,3,5,7
/proc/10592/task/10856/stat : 10856 (python) S 10580 10580 9915 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538740978 306712576 5715 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604461086923520 0 0 -1 1 0 0 0
[pid=10595] ppid=10580 vsize=309780 CPUtime=1.69 cores=1,3,5,7
/proc/10595/stat : 10595 (python) S 10580 10580 9915 0 -1 4202560 963 0 0 0 91 78 0 0 18 0 1 0 538652270 317214720 5701 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 8655689785387483399 0 0 17 5 0 0 0
/proc/10595/statm: 77445 5701 371 364 0 13354 0
[pid=10597] ppid=10595 vsize=26716 CPUtime=1206.02 cores=1,3,5,7
/proc/10597/stat : 10597 (lingeling) R 10595 10597 10597 0 -1 4202496 56725 0 0 0 120577 25 0 0 25 0 1 0 538652270 27357184 5880 33554432000 4194304 4352236 140733869121648 18446744073709551615 4278838 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/10597/statm: 6679 5880 129 39 0 5759 0
[pid=10605] ppid=10580 vsize=320036 CPUtime=0.91 cores=1,3,5,7
/proc/10605/stat : 10605 (python) S 10580 10580 9915 0 -1 4202560 1167 0 0 0 46 45 0 0 15 0 2 0 538662878 327716864 5735 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10605/statm: 80009 5735 400 364 0 15915 0
[pid=10607] ppid=10605 vsize=112640 CPUtime=585.23 cores=1,3,5,7
/proc/10607/stat : 10607 (cryptominisat-2) T 10605 10607 10607 0 -1 4202496 125584 0 0 0 58475 48 0 0 25 0 1 0 538662878 115343360 20856 33554432000 4194304 4677096 140735532781360 18446744073709551615 4320002 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/10607/statm: 28160 20856 392 118 0 23119 0
[pid=10605/tid=10837] ppid=10580 vsize=320036 CPUtime=0 cores=1,3,5,7
/proc/10605/task/10837/stat : 10837 (python) S 10580 10580 9915 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538712160 327716864 5735 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604471147831552 0 0 -1 5 0 0 0
[pid=10624] ppid=10580 vsize=330108 CPUtime=0.62 cores=1,3,5,7
/proc/10624/stat : 10624 (python) S 10580 10580 9915 0 -1 4202560 1163 0 0 0 32 30 0 0 18 0 2 0 538701174 338030592 5693 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10624/statm: 82527 5693 409 364 0 18430 0
[pid=10626] ppid=10624 vsize=35288 CPUtime=424.45 cores=1,3,5,7
/proc/10626/stat : 10626 (precosat) R 10624 10626 10626 0 -1 4202496 10942 0 0 0 42346 99 0 0 25 0 1 0 538701174 36134912 8389 33554432000 4194304 4890832 140734585398704 18446744073709551615 4291642 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/10626/statm: 8822 8389 86 171 0 8649 0
[pid=10624/tid=10860] ppid=10580 vsize=330108 CPUtime=0 cores=1,3,5,7
/proc/10624/task/10860/stat : 10860 (python) S 10580 10580 9915 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538742424 338030592 5693 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604471099702016 0 0 -1 5 0 0 0
[pid=10857] ppid=10580 vsize=340692 CPUtime=0.27 cores=1,3,5,7
/proc/10857/stat : 10857 (python) S 10580 10580 9915 0 -1 4202560 1149 0 0 0 13 14 0 0 18 0 2 0 538740980 348868608 5767 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10857/statm: 85173 5767 400 364 0 21073 0
[pid=10859] ppid=10857 vsize=13872 CPUtime=195.55 cores=1,3,5,7
/proc/10859/stat : 10859 (lingeling) T 10857 10859 10859 0 -1 4202496 17836 0 0 0 19552 3 0 0 25 0 1 0 538740981 14204928 2655 33554432000 4194304 4352236 140736374869328 18446744073709551615 4328395 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/10859/statm: 3468 2655 129 39 0 2548 0
[pid=10857/tid=10863] ppid=10580 vsize=340692 CPUtime=0 cores=1,3,5,7
/proc/10857/task/10863/stat : 10863 (python) S 10580 10580 9915 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538750993 348868608 5767 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604461086922624 0 0 -1 5 0 0 0
[pid=10867] ppid=10580 vsize=350988 CPUtime=0.12 cores=1,3,5,7
/proc/10867/stat : 10867 (python) S 10580 10580 9915 0 -1 4202560 1174 0 0 0 6 6 0 0 19 0 2 0 538761429 359411712 5787 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10867/statm: 87747 5787 406 364 0 23644 0
[pid=10869] ppid=10867 vsize=4732 CPUtime=99.57 cores=1,3,5,7
/proc/10869/stat : 10869 (SApperloT-base) T 10867 10869 10869 0 -1 4202496 1203 0 0 0 9957 0 0 0 25 0 1 0 538761429 4845568 933 33554432000 134512640 135674940 4292033552 18446744073709551615 134565273 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10869/statm: 1183 933 100 284 0 897 0
[pid=10867/tid=10873] ppid=10580 vsize=350988 CPUtime=0 cores=1,3,5,7
/proc/10867/task/10873/stat : 10873 (python) S 10580 10580 9915 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538771442 359411712 5787 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 514 18446604471099699328 0 0 -1 5 0 0 0
[pid=10874] ppid=10580 vsize=361244 CPUtime=0.02 cores=1,3,5,7
/proc/10874/stat : 10874 (python) S 10580 10580 9915 0 -1 4202560 951 0 0 0 1 1 0 0 18 0 1 0 538771444 369913856 5773 33554432000 4194304 5683644 140735961973216 18446744073709551615 274664828486 0 0 16781312 514 8655689785387483397 0 0 17 5 0 0 0
/proc/10874/statm: 90311 5773 371 364 0 26205 0
[pid=10876] ppid=10874 vsize=10964 CPUtime=20.95 cores=1,3,5,7
/proc/10876/stat : 10876 (precosat) R 10874 10876 10876 0 -1 4202496 2862 0 0 0 2094 1 0 0 25 0 1 0 538771444 11227136 2586 33554432000 4194304 4890832 140734765884864 18446744073709551615 4235063 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/10876/statm: 2741 2586 86 171 0 2568 0
[pid=10580/tid=10587] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10587/stat : 10587 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 10 0 538652263 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 3 0 0 0
[pid=10580/tid=10590] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10590/stat : 10590 (python) S 10578 10580 9915 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 10 0 538652265 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 7 0 0 0
[pid=10580/tid=10593] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10593/stat : 10593 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 538652267 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10596] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10596/stat : 10596 (python) S 10578 10580 9915 0 -1 4202560 21 933 0 0 0 0 0 0 22 0 10 0 538652270 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10606] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10606/stat : 10606 (python) S 10578 10580 9915 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 10 0 538662878 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 1 0 0 0
[pid=10580/tid=10625] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10625/stat : 10625 (python) S 10578 10580 9915 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 10 0 538701174 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10858] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10858/stat : 10858 (python) S 10578 10580 9915 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 10 0 538740981 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10868] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10868/stat : 10868 (python) S 10578 10580 9915 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 10 0 538761429 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
[pid=10580/tid=10875] ppid=10578 vsize=371488 CPUtime=0 cores=1,3,5,7
/proc/10580/task/10875/stat : 10875 (python) S 10578 10580 9915 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 538771444 380403712 7298 33554432000 4194304 5683644 140735961973216 18446744073709551615 274676631985 0 0 16781312 2 18446604471129758400 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 3638168

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10580 and gives
#  childrusage.ru_utime.tv_sec=1633
#  childrusage.ru_utime.tv_usec=655646
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=749278
# CPU time returned by wait4() is 1638.4
# while last known CPU time is 4800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1213.76
CPU time (s): 4800.12
CPU user time (s): 4793.67
CPU system time (s): 6.45
CPU usage (%): 395.474
Max. virtual memory (cumulated for all children) (KiB): 3662376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1633.66
system time used= 4.74928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97763
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= 8674
involuntary context switches= 16519

runsolver used 3.33249 second user time and 6.542 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-01 19:22:05
IDJOB=3317921
IDBENCH=83431
IDSOLVER=1706
FILE ID=node131/3317921-1304270525
RUNJOBID= node131-1304267281-9934
PBS_JOBID= 13173948
Free space on /tmp= 72192 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=13984815

node131.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.830
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.830
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.830
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      27274736 kB
Buffers:        282372 kB
Cached:        1818976 kB
SwapCached:        168 kB
Active:        3608844 kB
Inactive:      1738928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27274736 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           31432 kB
Writeback:           0 kB
AnonPages:     3246252 kB
Mapped:          24008 kB
Slab:           254100 kB
PageTables:      15452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  4070456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72044 MiB
End job on node131 at 2011-05-01 19:42:21