Trace number 3317866

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.33 1204.26

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.70	c INFO: solving HOME/instance-3317866-1304270940.cnf
0.36/0.70	c INFO: computing task features
0.36/0.74	c INFO: computed variable-clause graph statistics
0.36/0.75	c INFO: computed clause balance statistics
0.56/0.99	c INFO: computed variable balance statistics
0.77/1.18	c INFO: computed small-clause counts
0.77/1.18	c INFO: computed Horn-clause counts
0.87/1.22	c INFO: computed variable graph statistics
0.87/1.22	c INFO: collected features for HOME/instance-3317866-1304270940.cnf in 0.52 s
0.87/1.24	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.27)
0.87/1.27	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.35)
0.87/1.29	c INFO: running lingeling-276@0 for 1067 with 4799 remaining (b = 0.49)
0.95/1.31	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.47)
400.44/101.46	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.25)
1956.94/491.43	c INFO: running precosat-570@0 for 388 with 4309 remaining (b = 0.21)
2369.20/594.73	c INFO: running lingeling-276@0 for 485 with 4205 remaining (b = 0.23)
3528.59/885.22	c INFO: running lingeling-276@0 for 97 with 3915 remaining (b = 0.13)
3928.38/985.44	c INFO: running cryptominisat-2.9.0@485 for 1164 with 3815 remaining (b = 0.36)
4307.04/1080.37	c INFO: running SApperloT@0 for 97 with 3720 remaining (b = 0.03)
4316.15/1082.66	c INFO: running lingeling-276@391 for 97 with 3718 remaining (b = 0.05)
4695.23/1177.86	c INFO: running lingeling-276@485 for 97 with 3622 remaining (b = 0.05)
4706.36/1180.60	c INFO: running precosat-570@490 for 291 with 3620 remaining (b = 0.15)
4800.33/1204.23	c INFO: running cryptominisat-2.9.0@0 for 388 with 3596 remaining (b = 0.17)
4800.33/1204.23	Traceback (most recent call last):
4800.33/1204.23	  File "HOME/solve", line 33, in <module>
4800.33/1204.23	    plac.call(main)
4800.33/1204.23	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
4800.33/1204.24	    cmd, result = parser_from(obj).consume(arglist)
4800.33/1204.24	  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.33/1204.24	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
4800.33/1204.24	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
4800.33/1204.24	    (_, answer, _) = solver(input_path, budget, cores)
4800.33/1204.24	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
4800.33/1204.24	    solver.go(max_cost * borg.defaults.machine_speed)
4800.33/1204.24	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
4800.33/1204.24	    self._process.start()
4800.33/1204.24	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
4800.33/1204.24	    assert self._popen is None, 'cannot start a process twice'
4800.33/1204.24	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-3317866-1304270940/watcher-3317866-1304270940 -o /tmp/evaluation-result-3317866-1304270940/solver-3317866-1304270940 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317866-1304270940.cnf -seed 1618639848 -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: 4.30 6.71 7.78 4/264 7514
/proc/meminfo: memFree=20046048/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 820 0 0 0 0 0 0 0 17 0 1 0 519509648 15753216 704 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/7514/statm: 3846 704 334 364 0 333 0

[startup+0.106805 s]
/proc/loadavg: 4.30 6.71 7.78 4/264 7514
/proc/meminfo: memFree=20046048/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=85364 CPUtime=0.05 cores=1,3,5,7
/proc/7514/stat : 7514 (python) D 7512 7514 5629 0 -1 4202496 2584 0 0 0 4 1 0 0 17 0 1 0 519509648 87412736 2308 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726410807 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/7514/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.200788 s]
/proc/loadavg: 4.30 6.71 7.78 4/264 7514
/proc/meminfo: memFree=20046048/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=119076 CPUtime=0.1 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 3911 0 0 0 8 2 0 0 17 0 1 0 519509648 121933824 3541 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 1
/proc/7514/statm: 29769 3541 940 364 0 2653 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 119076

[startup+0.30077 s]
/proc/loadavg: 4.30 6.71 7.78 4/264 7514
/proc/meminfo: memFree=20046048/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=135752 CPUtime=0.17 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 5960 933 1 0 13 4 0 0 17 0 1 0 519509648 139010048 4150 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 1
/proc/7514/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700701 s]
/proc/loadavg: 4.30 6.71 7.78 4/264 7514
/proc/meminfo: memFree=20046048/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=278124 CPUtime=0.36 cores=1,3,5,7
/proc/7514/stat : 7514 (python) R 7512 7514 5629 0 -1 4202496 9043 933 1 0 27 9 0 0 15 0 1 0 519509648 284798976 6798 33554432000 4194304 5683644 140733660788912 18446744073709551615 47987304663113 0 0 16781312 2 0 0 0 17 1 0 0 1
/proc/7514/statm: 69531 6802 1742 364 0 5455 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 278124

[startup+1.5005 s]
/proc/loadavg: 4.28 6.67 7.76 4/269 7528
/proc/meminfo: memFree=19968572/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=321352 CPUtime=0.97 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 12935 933 1 0 88 9 0 0 20 0 5 0 519509648 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 1
/proc/7514/statm: 80338 7566 1881 364 0 16247 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 321352

[startup+3.1012 s]
/proc/loadavg: 4.28 6.67 7.76 7/281 7540
/proc/meminfo: memFree=19895356/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=321352 CPUtime=0.97 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 12935 933 1 0 88 9 0 0 20 0 5 0 519509648 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 1
/proc/7514/statm: 80338 7566 1881 364 0 16247 0
[pid=7529] ppid=7514 vsize=280340 CPUtime=0 cores=1,3,5,7
/proc/7529/stat : 7529 (python) S 7514 7514 5629 0 -1 4202560 816 0 0 0 0 0 0 0 18 0 1 0 519509773 287068160 6028 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425103 0 0 16781312 514 10756673441676394495 0 0 17 1 0 0 0
/proc/7529/statm: 70085 6028 359 364 0 6003 0
[pid=7531] ppid=7529 vsize=6944 CPUtime=1.84 cores=1,3,5,7
/proc/7531/stat : 7531 (lingeling) R 7529 7531 7531 0 -1 4202496 1675 0 0 0 184 0 0 0 25 0 1 0 519509773 7110656 938 33554432000 4194304 4352236 140734029187744 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7531/statm: 1736 938 129 39 0 816 0
[pid=7532] ppid=7514 vsize=290596 CPUtime=0 cores=1,3,5,7
/proc/7532/stat : 7532 (python) S 7514 7514 5629 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 519509775 297570304 6021 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172807 0 0 17 1 0 0 0
/proc/7532/statm: 72649 6021 348 364 0 8564 0
[pid=7534] ppid=7532 vsize=34804 CPUtime=1.8 cores=1,3,5,7
/proc/7534/stat : 7534 (cryptominisat-2) R 7532 7534 7534 0 -1 4202496 3641 0 0 0 180 0 0 0 25 0 1 0 519509776 35639296 1845 33554432000 4194304 4677096 140733865764000 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7534/statm: 8701 1845 392 118 0 3660 0
[pid=7535] ppid=7514 vsize=300852 CPUtime=0 cores=1,3,5,7
/proc/7535/stat : 7535 (python) S 7514 7514 5629 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 519509778 308072448 6025 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 14908992023234084863 0 0 17 1 0 0 0
/proc/7535/statm: 75213 6025 348 364 0 11125 0
[pid=7537] ppid=7535 vsize=7440 CPUtime=1.79 cores=1,3,5,7
/proc/7537/stat : 7537 (lingeling) R 7535 7537 7537 0 -1 4202496 1768 0 0 0 179 0 0 0 25 0 1 0 519509778 7618560 1030 33554432000 4194304 4352236 140734733408240 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7537/statm: 1860 1030 129 39 0 940 0
[pid=7538] ppid=7514 vsize=311108 CPUtime=0 cores=1,3,5,7
/proc/7538/stat : 7538 (python) S 7514 7514 5629 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 519509780 318574592 6029 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 4490348317527506943 0 0 17 3 0 0 0
/proc/7538/statm: 77777 6029 348 364 0 13686 0
[pid=7540] ppid=7538 vsize=7360 CPUtime=1.77 cores=1,3,5,7
/proc/7540/stat : 7540 (lingeling) R 7538 7540 7540 0 -1 4202496 1623 0 0 0 177 0 0 0 25 0 1 0 519509780 7536640 1011 33554432000 4194304 4352236 140735622872528 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7540/statm: 1840 1011 129 39 0 920 0
[pid=7514/tid=7530] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7530/stat : 7530 (python) S 7512 7514 5629 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 519509773 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7533] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7533/stat : 7533 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 519509776 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 7 0 0 0
[pid=7514/tid=7536] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7536/stat : 7536 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 519509778 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7539] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7539/stat : 7539 (python) S 7512 7514 5629 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 519509780 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1560796

[startup+6.3006 s]
/proc/loadavg: 4.28 6.67 7.76 7/281 7540
/proc/meminfo: memFree=19880228/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=321352 CPUtime=0.97 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 12935 933 1 0 88 9 0 0 20 0 5 0 519509648 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 1
/proc/7514/statm: 80338 7566 1881 364 0 16247 0
[pid=7529] ppid=7514 vsize=280340 CPUtime=0 cores=1,3,5,7
/proc/7529/stat : 7529 (python) S 7514 7514 5629 0 -1 4202560 983 0 0 0 0 0 0 0 18 0 1 0 519509773 287068160 6050 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425103 0 0 16781312 514 10756673441676361992 0 0 17 1 0 0 0
/proc/7529/statm: 70085 6050 381 364 0 6003 0
[pid=7531] ppid=7529 vsize=9260 CPUtime=5.03 cores=1,3,5,7
/proc/7531/stat : 7531 (lingeling) R 7529 7531 7531 0 -1 4202496 2862 0 0 0 503 0 0 0 25 0 1 0 519509773 9482240 1517 33554432000 4194304 4352236 140734029187744 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7531/statm: 2315 1517 129 39 0 1395 0
[pid=7532] ppid=7514 vsize=290596 CPUtime=0.01 cores=1,3,5,7
/proc/7532/stat : 7532 (python) S 7514 7514 5629 0 -1 4202560 915 0 0 0 1 0 0 0 15 0 1 0 519509775 297570304 6043 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172807 0 0 17 1 0 0 0
/proc/7532/statm: 72649 6043 370 364 0 8564 0
[pid=7534] ppid=7532 vsize=43620 CPUtime=4.98 cores=1,3,5,7
/proc/7534/stat : 7534 (cryptominisat-2) R 7532 7534 7534 0 -1 4202496 8399 0 0 0 497 1 0 0 25 0 1 0 519509776 44666880 3848 33554432000 4194304 4677096 140733865764000 18446744073709551615 264726063346 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7534/statm: 10905 3848 392 118 0 5864 0
[pid=7535] ppid=7514 vsize=300852 CPUtime=0 cores=1,3,5,7
/proc/7535/stat : 7535 (python) S 7514 7514 5629 0 -1 4202560 925 0 0 0 0 0 0 0 18 0 1 0 519509778 308072448 6048 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 14908992023234052360 0 0 17 1 0 0 0
/proc/7535/statm: 75213 6048 371 364 0 11125 0
[pid=7537] ppid=7535 vsize=9236 CPUtime=4.95 cores=1,3,5,7
/proc/7537/stat : 7537 (lingeling) R 7535 7537 7537 0 -1 4202496 2537 0 0 0 495 0 0 0 25 0 1 0 519509778 9457664 1479 33554432000 4194304 4352236 140734733408240 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7537/statm: 2309 1479 129 39 0 1389 0
[pid=7538] ppid=7514 vsize=311108 CPUtime=0 cores=1,3,5,7
/proc/7538/stat : 7538 (python) S 7514 7514 5629 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 519509780 318574592 6051 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 4490348317527474440 0 0 17 3 0 0 0
/proc/7538/statm: 77777 6051 370 364 0 13686 0
[pid=7540] ppid=7538 vsize=8900 CPUtime=4.97 cores=1,3,5,7
/proc/7540/stat : 7540 (lingeling) R 7538 7540 7540 0 -1 4202496 2328 0 0 0 497 0 0 0 25 0 1 0 519509780 9113600 1396 33554432000 4194304 4352236 140735622872528 18446744073709551615 4329032 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7540/statm: 2225 1396 129 39 0 1305 0
[pid=7514/tid=7530] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7530/stat : 7530 (python) S 7512 7514 5629 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 519509773 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7533] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7533/stat : 7533 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 519509776 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 7 0 0 0
[pid=7514/tid=7536] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7536/stat : 7536 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 519509778 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7539] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7539/stat : 7539 (python) S 7512 7514 5629 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 519509780 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.91
Current children cumulated vsize (KiB) 1575264

[startup+12.7014 s]
/proc/loadavg: 4.78 6.69 7.75 10/293 7552
/proc/meminfo: memFree=19751240/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=321352 CPUtime=0.97 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 12935 933 1 0 88 9 0 0 20 0 5 0 519509648 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 1
/proc/7514/statm: 80338 7566 1881 364 0 16247 0
[pid=7529] ppid=7514 vsize=280340 CPUtime=0.02 cores=1,3,5,7
/proc/7529/stat : 7529 (python) S 7514 7514 5629 0 -1 4202560 986 0 0 0 1 1 0 0 18 0 1 0 519509773 287068160 6050 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425103 0 0 16781312 514 16888516194825371912 0 0 17 1 0 0 0
/proc/7529/statm: 70085 6050 381 364 0 6003 0
[pid=7531] ppid=7529 vsize=10160 CPUtime=11.41 cores=1,3,5,7
/proc/7531/stat : 7531 (lingeling) R 7529 7531 7531 0 -1 4202496 3823 0 0 0 1141 0 0 0 25 0 1 0 519509773 10403840 1710 33554432000 4194304 4352236 140734029187744 18446744073709551615 4328991 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7531/statm: 2540 1710 129 39 0 1620 0
[pid=7532] ppid=7514 vsize=290596 CPUtime=0.03 cores=1,3,5,7
/proc/7532/stat : 7532 (python) S 7514 7514 5629 0 -1 4202560 921 0 0 0 2 1 0 0 15 0 1 0 519509775 297570304 6044 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 17884783685048172807 0 0 17 1 0 0 0
/proc/7532/statm: 72649 6044 371 364 0 8564 0
[pid=7534] ppid=7532 vsize=52648 CPUtime=11.32 cores=1,3,5,7
/proc/7534/stat : 7534 (cryptominisat-2) R 7532 7534 7534 0 -1 4202496 15279 0 0 0 1131 1 0 0 25 0 1 0 519509776 53911552 6744 33554432000 4194304 4677096 140733865764000 18446744073709551615 4319568 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/7534/statm: 13162 6744 392 118 0 8121 0
[pid=7535] ppid=7514 vsize=300852 CPUtime=0.02 cores=1,3,5,7
/proc/7535/stat : 7535 (python) S 7514 7514 5629 0 -1 4202560 929 0 0 0 1 1 0 0 18 0 1 0 519509778 308072448 6048 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 16888516194825371912 0 0 17 1 0 0 0
/proc/7535/statm: 75213 6048 371 364 0 11125 0
[pid=7537] ppid=7535 vsize=8984 CPUtime=11.31 cores=1,3,5,7
/proc/7537/stat : 7537 (lingeling) R 7535 7537 7537 0 -1 4202496 3402 0 0 0 1131 0 0 0 25 0 1 0 519509778 9199616 1416 33554432000 4194304 4352236 140734733408240 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7537/statm: 2246 1416 129 39 0 1326 0
[pid=7538] ppid=7514 vsize=311108 CPUtime=0.02 cores=1,3,5,7
/proc/7538/stat : 7538 (python) S 7514 7514 5629 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 519509780 318574592 6052 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 16888516194825371912 0 0 17 3 0 0 0
/proc/7538/statm: 77777 6052 371 364 0 13686 0
[pid=7540] ppid=7538 vsize=10576 CPUtime=11.37 cores=1,3,5,7
/proc/7540/stat : 7540 (lingeling) R 7538 7540 7540 0 -1 4202496 3099 0 0 0 1137 0 0 0 25 0 1 0 519509780 10829824 1815 33554432000 4194304 4352236 140735622872528 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7540/statm: 2644 1815 129 39 0 1724 0
[pid=7514/tid=7530] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7530/stat : 7530 (python) S 7512 7514 5629 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 519509773 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7533] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7533/stat : 7533 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 519509776 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 7 0 0 0
[pid=7514/tid=7536] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7536/stat : 7536 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 519509778 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7539] ppid=7512 vsize=321352 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7539/stat : 7539 (python) S 7512 7514 5629 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 519509780 329064448 7566 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.47
Current children cumulated vsize (KiB) 1586616

[startup+25.501 s]
/proc/loadavg: 5.43 6.77 7.76 11/293 7552
/proc/meminfo: memFree=19724636/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=321352 CPUtime=0.97 cores=1,3,5,7

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

[pid=7535] ppid=7514 vsize=300852 CPUtime=2.23 cores=1,3,5,7
/proc/7535/stat : 7535 (python) S 7514 7514 5629 0 -1 4202560 1152 0 0 0 117 106 0 0 19 0 2 0 519509778 308072448 6078 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7535/statm: 75213 6078 400 364 0 11125 0
[pid=7537] ppid=7535 vsize=31036 CPUtime=1071.31 cores=1,3,5,7
/proc/7537/stat : 7537 (lingeling) T 7535 7537 7537 0 -1 4202496 114579 0 0 0 107116 15 0 0 25 0 1 0 519509778 31780864 6961 33554432000 4194304 4352236 140734733408240 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7537/statm: 7759 6961 129 39 0 6839 0
[pid=7535/tid=7601] ppid=7514 vsize=300852 CPUtime=0 cores=1,3,5,7
/proc/7535/task/7601/stat : 7601 (python) S 7514 7514 5629 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519617683 308072448 6078 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604464973898048 0 0 -1 1 0 0 0
[pid=7538] ppid=7514 vsize=311108 CPUtime=2.41 cores=1,3,5,7
/proc/7538/stat : 7538 (python) S 7514 7514 5629 0 -1 4202560 968 0 0 0 126 115 0 0 18 0 1 0 519509780 318574592 6052 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 16888516194825371912 0 0 17 3 0 0 0
/proc/7538/statm: 77777 6052 371 364 0 13686 0
[pid=7540] ppid=7538 vsize=41064 CPUtime=1202.9 cores=1,3,5,7
/proc/7540/stat : 7540 (lingeling) R 7538 7540 7540 0 -1 4202496 119233 0 0 0 120275 15 0 0 25 0 1 0 519509780 42049536 9469 33554432000 4194304 4352236 140735622872528 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7540/statm: 10266 9469 129 39 0 9346 0
[pid=7556] ppid=7514 vsize=321364 CPUtime=1.51 cores=1,3,5,7
/proc/7556/stat : 7556 (python) S 7514 7514 5629 0 -1 4202560 1187 0 0 0 79 72 0 0 15 0 2 0 519519795 329076736 6086 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7556/statm: 80341 6086 400 364 0 16247 0
[pid=7558] ppid=7556 vsize=150324 CPUtime=709.51 cores=1,3,5,7
/proc/7558/stat : 7558 (cryptominisat-2) R 7556 7558 7558 0 -1 4202496 243246 0 0 0 70880 71 0 0 25 0 1 0 519519795 153931776 31142 33554432000 4194304 4677096 140736070104816 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7558/statm: 37581 31142 392 118 0 32540 0
[pid=7556/tid=7581] ppid=7514 vsize=321364 CPUtime=0 cores=1,3,5,7
/proc/7556/task/7581/stat : 7581 (python) S 7514 7514 5629 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519569120 329076736 6086 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604468718504640 0 0 -1 3 0 0 0
[pid=7575] ppid=7514 vsize=331620 CPUtime=0.87 cores=1,3,5,7
/proc/7575/stat : 7575 (python) S 7514 7514 5629 0 -1 4202560 1168 0 0 0 44 43 0 0 18 0 2 0 519558791 339578880 6090 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7575/statm: 82905 6090 400 364 0 18808 0
[pid=7577] ppid=7575 vsize=43920 CPUtime=415.09 cores=1,3,5,7
/proc/7577/stat : 7577 (precosat) R 7575 7577 7577 0 -1 4202496 11559 0 0 0 41506 3 0 0 25 0 1 0 519558792 44974080 10807 33554432000 4194304 4890832 140736347991712 18446744073709551615 4238312 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/7577/statm: 10980 10807 86 171 0 10807 0
[pid=7575/tid=7590] ppid=7514 vsize=331620 CPUtime=0 cores=1,3,5,7
/proc/7575/task/7590/stat : 7590 (python) S 7514 7514 5629 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519598168 339578880 6090 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604468462626816 0 0 -1 1 0 0 0
[pid=7591] ppid=7514 vsize=342024 CPUtime=0.2 cores=1,3,5,7
/proc/7591/stat : 7591 (python) S 7514 7514 5629 0 -1 4202560 1136 0 0 0 10 10 0 0 19 0 2 0 519598170 350232576 6099 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7591/statm: 85506 6099 400 364 0 21406 0
[pid=7593] ppid=7591 vsize=19796 CPUtime=99.77 cores=1,3,5,7
/proc/7593/stat : 7593 (lingeling) T 7591 7593 7593 0 -1 4202496 19578 0 0 0 9974 3 0 0 25 0 1 0 519598171 20271104 4151 33554432000 4194304 4352236 140735047396080 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/7593/statm: 4949 4151 129 39 0 4029 0
[pid=7591/tid=7597] ppid=7514 vsize=342024 CPUtime=0 cores=1,3,5,7
/proc/7591/task/7597/stat : 7597 (python) S 7514 7514 5629 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 519608191 350232576 6099 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604471163053184 0 0 -1 3 0 0 0
[pid=7602] ppid=7514 vsize=352280 CPUtime=0.21 cores=1,3,5,7
/proc/7602/stat : 7602 (python) S 7514 7514 5629 0 -1 4202560 1187 0 0 0 10 11 0 0 19 0 2 0 519617685 360734720 6109 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7602/statm: 88070 6109 406 364 0 23967 0
[pid=7604] ppid=7602 vsize=20020 CPUtime=99.55 cores=1,3,5,7
/proc/7604/stat : 7604 (SApperloT-base) T 7602 7604 7604 0 -1 4202496 4599 0 0 0 9954 1 0 0 25 0 1 0 519617686 20500480 4326 33554432000 134512640 135674940 4288806928 18446744073709551615 134564824 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7604/statm: 5005 4326 100 284 0 4719 0
[pid=7602/tid=7607] ppid=7514 vsize=352280 CPUtime=0 cores=1,3,5,7
/proc/7602/task/7607/stat : 7607 (python) S 7514 7514 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519627706 360734720 6109 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604465827168384 0 0 -1 3 0 0 0
[pid=7514/tid=7530] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7530/stat : 7530 (python) S 7512 7514 5629 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 519509773 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7533] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7533/stat : 7533 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 519509776 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 7 0 0 0
[pid=7514/tid=7536] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7536/stat : 7536 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 519509778 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7539] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7539/stat : 7539 (python) S 7512 7514 5629 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 519509780 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7557] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7557/stat : 7557 (python) S 7512 7514 5629 0 -1 4202560 37 933 0 0 0 0 0 0 18 0 9 0 519519795 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7576] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7576/stat : 7576 (python) S 7512 7514 5629 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 519558791 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7592] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7592/stat : 7592 (python) S 7512 7514 5629 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 519598171 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7603] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7603/stat : 7603 (python) S 7512 7514 5629 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 519617686 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 3397780

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

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

[startup+1204.2 s]
/proc/loadavg: 9.02 9.04 8.71 10/317 7608
/proc/meminfo: memFree=17561384/32951124 swapFree=67111524/67111528
[pid=7514] ppid=7512 vsize=362524 CPUtime=1.19 cores=1,3,5,7
/proc/7514/stat : 7514 (python) S 7512 7514 5629 0 -1 4202496 17026 933 1 0 108 11 0 0 18 0 9 0 519509648 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 1
/proc/7514/statm: 90631 7596 1890 364 0 26528 0
[pid=7529] ppid=7514 vsize=290584 CPUtime=1.44 cores=1,3,5,7
/proc/7529/stat : 7529 (python) S 7514 7514 5629 0 -1 4202560 1218 0 0 0 75 69 0 0 18 0 2 0 519509773 297558016 6090 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7529/statm: 72646 6090 416 364 0 8564 0
[pid=7531] ppid=7529 vsize=31856 CPUtime=705.42 cores=1,3,5,7
/proc/7531/stat : 7531 (lingeling) R 7529 7531 7531 0 -1 4202496 79127 0 0 0 70533 9 0 0 25 0 1 0 519509773 32620544 7166 33554432000 4194304 4352236 140734029187744 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7531/statm: 7964 7166 129 39 0 7044 0
[pid=7529/tid=7555] ppid=7514 vsize=290584 CPUtime=0 cores=1,3,5,7
/proc/7529/task/7555/stat : 7555 (python) S 7514 7514 5629 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 519519792 297558016 6090 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604468302078336 0 0 -1 3 0 0 0
[pid=7532] ppid=7514 vsize=290596 CPUtime=1.03 cores=1,3,5,7
/proc/7532/stat : 7532 (python) S 7514 7514 5629 0 -1 4202560 1144 0 0 0 53 50 0 0 16 0 2 0 519509775 297570304 6074 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7532/statm: 72649 6074 400 364 0 8564 0
[pid=7534] ppid=7532 vsize=156812 CPUtime=485.69 cores=1,3,5,7
/proc/7534/stat : 7534 (cryptominisat-2) T 7532 7534 7534 0 -1 4202496 170357 0 0 0 48529 40 0 0 25 0 1 0 519509776 160575488 31321 33554432000 4194304 4677096 140733865764000 18446744073709551615 4320251 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/7534/statm: 39203 31321 392 118 0 34162 0
[pid=7532/tid=7574] ppid=7514 vsize=290596 CPUtime=0 cores=1,3,5,7
/proc/7532/task/7574/stat : 7574 (python) S 7514 7514 5629 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 519558789 297570304 6074 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604471159769216 0 0 -1 1 0 0 0
[pid=7535] ppid=7514 vsize=300852 CPUtime=2.23 cores=1,3,5,7
/proc/7535/stat : 7535 (python) S 7514 7514 5629 0 -1 4202560 1152 0 0 0 117 106 0 0 19 0 2 0 519509778 308072448 6078 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7535/statm: 75213 6078 400 364 0 11125 0
[pid=7537] ppid=7535 vsize=31036 CPUtime=1071.31 cores=1,3,5,7
/proc/7537/stat : 7537 (lingeling) T 7535 7537 7537 0 -1 4202496 114579 0 0 0 107116 15 0 0 25 0 1 0 519509778 31780864 6961 33554432000 4194304 4352236 140734733408240 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/7537/statm: 7759 6961 129 39 0 6839 0
[pid=7535/tid=7601] ppid=7514 vsize=300852 CPUtime=0 cores=1,3,5,7
/proc/7535/task/7601/stat : 7601 (python) S 7514 7514 5629 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519617683 308072448 6078 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604464973898048 0 0 -1 1 0 0 0
[pid=7538] ppid=7514 vsize=311108 CPUtime=2.41 cores=1,3,5,7
/proc/7538/stat : 7538 (python) S 7514 7514 5629 0 -1 4202560 968 0 0 0 126 115 0 0 18 0 1 0 519509780 318574592 6052 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 16888516194825371912 0 0 17 3 0 0 0
/proc/7538/statm: 77777 6052 371 364 0 13686 0
[pid=7540] ppid=7538 vsize=41064 CPUtime=1202.9 cores=1,3,5,7
/proc/7540/stat : 7540 (lingeling) R 7538 7540 7540 0 -1 4202496 119233 0 0 0 120275 15 0 0 25 0 1 0 519509780 42049536 9469 33554432000 4194304 4352236 140735622872528 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/7540/statm: 10266 9469 129 39 0 9346 0
[pid=7556] ppid=7514 vsize=321364 CPUtime=1.51 cores=1,3,5,7
/proc/7556/stat : 7556 (python) S 7514 7514 5629 0 -1 4202560 1187 0 0 0 79 72 0 0 15 0 2 0 519519795 329076736 6086 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7556/statm: 80341 6086 400 364 0 16247 0
[pid=7558] ppid=7556 vsize=150324 CPUtime=709.51 cores=1,3,5,7
/proc/7558/stat : 7558 (cryptominisat-2) R 7556 7558 7558 0 -1 4202496 243246 0 0 0 70880 71 0 0 25 0 1 0 519519795 153931776 31142 33554432000 4194304 4677096 140736070104816 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7558/statm: 37581 31142 392 118 0 32540 0
[pid=7556/tid=7581] ppid=7514 vsize=321364 CPUtime=0 cores=1,3,5,7
/proc/7556/task/7581/stat : 7581 (python) S 7514 7514 5629 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 519569120 329076736 6086 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604468718504640 0 0 -1 3 0 0 0
[pid=7575] ppid=7514 vsize=331620 CPUtime=0.87 cores=1,3,5,7
/proc/7575/stat : 7575 (python) S 7514 7514 5629 0 -1 4202560 1168 0 0 0 44 43 0 0 18 0 2 0 519558791 339578880 6090 33554432000 4194304 5683644 140733660788912 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7575/statm: 82905 6090 400 364 0 18808 0
[pid=7577] ppid=7575 vsize=43920 CPUtime=415.09 cores=1,3,5,7
/proc/7577/stat : 7577 (precosat) R 7575 7577 7577 0 -1 4202496 11559 0 0 0 41506 3 0 0 25 0 1 0 519558792 44974080 10807 33554432000 4194304 4890832 140736347991712 18446744073709551615 4238312 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/7577/statm: 10980 10807 86 171 0 10807 0
[pid=7575/tid=7590] ppid=7514 vsize=331620 CPUtime=0 cores=1,3,5,7
/proc/7575/task/7590/stat : 7590 (python) S 7514 7514 5629 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 519598168 339578880 6090 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604468462626816 0 0 -1 1 0 0 0
[pid=7591] ppid=7514 vsize=342024 CPUtime=0.2 cores=1,3,5,7
/proc/7591/stat : 7591 (python) S 7514 7514 5629 0 -1 4202560 1136 0 0 0 10 10 0 0 19 0 2 0 519598170 350232576 6099 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7591/statm: 85506 6099 400 364 0 21406 0
[pid=7593] ppid=7591 vsize=19796 CPUtime=99.77 cores=1,3,5,7
/proc/7593/stat : 7593 (lingeling) T 7591 7593 7593 0 -1 4202496 19578 0 0 0 9974 3 0 0 25 0 1 0 519598171 20271104 4151 33554432000 4194304 4352236 140735047396080 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/7593/statm: 4949 4151 129 39 0 4029 0
[pid=7591/tid=7597] ppid=7514 vsize=342024 CPUtime=0 cores=1,3,5,7
/proc/7591/task/7597/stat : 7597 (python) S 7514 7514 5629 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 519608191 350232576 6099 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604471163053184 0 0 -1 3 0 0 0
[pid=7602] ppid=7514 vsize=352280 CPUtime=0.21 cores=1,3,5,7
/proc/7602/stat : 7602 (python) S 7514 7514 5629 0 -1 4202560 1187 0 0 0 10 11 0 0 19 0 2 0 519617685 360734720 6109 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7602/statm: 88070 6109 406 364 0 23967 0
[pid=7604] ppid=7602 vsize=20020 CPUtime=99.55 cores=1,3,5,7
/proc/7604/stat : 7604 (SApperloT-base) T 7602 7604 7604 0 -1 4202496 4599 0 0 0 9954 1 0 0 25 0 1 0 519617686 20500480 4326 33554432000 134512640 135674940 4288806928 18446744073709551615 134564824 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7604/statm: 5005 4326 100 284 0 4719 0
[pid=7602/tid=7607] ppid=7514 vsize=352280 CPUtime=0 cores=1,3,5,7
/proc/7602/task/7607/stat : 7607 (python) S 7514 7514 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519627706 360734720 6109 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 514 18446604465827168384 0 0 -1 3 0 0 0
[pid=7514/tid=7530] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7530/stat : 7530 (python) S 7512 7514 5629 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 519509773 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7533] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7533/stat : 7533 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 519509776 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 7 0 0 0
[pid=7514/tid=7536] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7536/stat : 7536 (python) S 7512 7514 5629 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 519509778 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 1 0 0 0
[pid=7514/tid=7539] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7539/stat : 7539 (python) S 7512 7514 5629 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 519509780 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7557] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7557/stat : 7557 (python) S 7512 7514 5629 0 -1 4202560 37 933 0 0 0 0 0 0 18 0 9 0 519519795 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7576] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7576/stat : 7576 (python) S 7512 7514 5629 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 519558791 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7592] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7592/stat : 7592 (python) S 7512 7514 5629 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 519598171 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
[pid=7514/tid=7603] ppid=7512 vsize=362524 CPUtime=0 cores=1,3,5,7
/proc/7514/task/7603/stat : 7603 (python) S 7512 7514 5629 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 519617686 371224576 7596 33554432000 4194304 5683644 140733660788912 18446744073709551615 264738228657 0 0 16781312 2 18446604471130901184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 3397780

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7514 and gives
#  childrusage.ru_utime.tv_sec=2329
#  childrusage.ru_utime.tv_usec=504861
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=229205
# CPU time returned by wait4() is 2334.73
# while last known CPU time is 4800.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.26
CPU time (s): 4800.33
CPU user time (s): 4793.89
CPU system time (s): 6.44
CPU usage (%): 398.612
Max. virtual memory (cumulated for all children) (KiB): 3460096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2329.5
system time used= 5.22921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239258
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= 9970
involuntary context switches= 19351

runsolver used 3.64844 second user time and 8.65168 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-01 19:29:00
IDJOB=3317866
IDBENCH=84237
IDSOLVER=1706
FILE ID=node141/3317866-1304270940
RUNJOBID= node141-1304270940-7500
PBS_JOBID= 13173938
Free space on /tmp= 72580 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.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-3317866-1304270940/watcher-3317866-1304270940 -o /tmp/evaluation-result-3317866-1304270940/solver-3317866-1304270940 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317866-1304270940.cnf -seed 1618639848 -budget 4800 -cores 4

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1618639848

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      20046080 kB
Buffers:       1424596 kB
Cached:        9049252 kB
SwapCached:          4 kB
Active:        4610848 kB
Inactive:      7693256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20046080 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           35340 kB
Writeback:           0 kB
AnonPages:     1830232 kB
Mapped:          21076 kB
Slab:           520304 kB
PageTables:      18756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 43188156 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= 72512 MiB
End job on node141 at 2011-05-01 19:49:07