Trace number 3498492

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-seq-industrial (fixed)? (TO) 5000.02 4994.25

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

Solver Data

0.41/1.01	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.41/1.01	c INFO: solving HOME/instance-3498492-1307955660.cnf
0.41/1.01	c INFO: computing task features
0.79/1.44	c INFO: computed variable-clause graph statistics
0.79/1.45	c INFO: computed clause balance statistics
3.00/3.62	c INFO: computed variable balance statistics
4.40/5.01	c INFO: computed small-clause counts
4.40/5.02	c INFO: computed Horn-clause counts
5.50/6.10	c INFO: computed variable graph statistics
5.50/6.10	c INFO: collected features for HOME/instance-3498492-1307955660.cnf in 5.08 s
5.50/6.13	c INFO: running lingeling-276@0 for 97 with 4994 remaining (b = 0.30)
105.69/106.26	c INFO: running cryptominisat-2.9.0@0 for 485 with 4894 remaining (b = 0.32)
592.45/592.39	c INFO: running lingeling-276@100 for 97 with 4409 remaining (b = 0.12)
689.79/689.53	c INFO: running SApperloT@0 for 97 with 4312 remaining (b = 0.11)
789.98/789.68	c INFO: running lingeling-276@197 for 97 with 4212 remaining (b = 0.13)
887.36/886.81	c INFO: running cryptominisat-2.9.0@485 for 97 with 4114 remaining (b = 0.09)
989.39/988.73	c INFO: running lingeling-276@0 for 97 with 4013 remaining (b = 0.11)
1089.61/1088.87	c INFO: running lingeling-276@100 for 97 with 3912 remaining (b = 0.07)
1184.93/1184.01	c INFO: running lingeling-276@195 for 97 with 3817 remaining (b = 0.09)
1286.16/1285.15	c INFO: running precosat-570@0 for 291 with 3716 remaining (b = 0.18)
1578.93/1577.50	c INFO: running lingeling-276@294 for 194 with 3424 remaining (b = 0.12)
1772.36/1770.72	c INFO: running lingeling-276@0 for 194 with 3231 remaining (b = 0.11)
1968.76/1966.95	c INFO: running lingeling-276@296 for 194 with 3034 remaining (b = 0.09)
2162.23/2160.17	c INFO: running precosat-570@292 for 97 with 2841 remaining (b = 0.05)
2259.46/2257.29	c INFO: running lingeling-276@487 for 776 with 2744 remaining (b = 0.24)
3036.17/3033.08	c INFO: running cryptominisat-2.9.0@0 for 1968 with 1968 remaining (b = 0.50)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3498492-1307955660/watcher-3498492-1307955660 -o /var/tmp/evaluation-result-3498492-1307955660/solver-3498492-1307955660 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498492-1307955660.cnf -seed 1381976871 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 2.00 1.83 2/201 14766
/proc/meminfo: memFree=14648392/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 728 0 0 0 0 0 0 0 17 0 1 0 985796712 15548416 617 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/14766/statm: 3796 617 322 364 0 283 0

[startup+0.071946 s]
/proc/loadavg: 2.00 2.00 1.83 2/201 14766
/proc/meminfo: memFree=14648392/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=36508 CPUtime=0.04 cores=1,3,5,7
/proc/14766/stat : 14766 (python) R 14764 14766 14479 0 -1 4202496 1612 0 0 0 3 1 0 0 17 0 1 0 985796712 37384192 1444 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735176704 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/14766/statm: 9128 1445 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100927 s]
/proc/loadavg: 2.00 2.00 1.83 2/201 14766
/proc/meminfo: memFree=14648392/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=87708 CPUtime=0.06 cores=1,3,5,7
/proc/14766/stat : 14766 (python) R 14764 14766 14479 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 985796712 89812992 2354 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735176704 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14766/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300907 s]
/proc/loadavg: 2.00 2.00 1.83 2/201 14766
/proc/meminfo: memFree=14648392/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/14766/stat : 14766 (python) R 14764 14766 14479 0 -1 4202496 5972 933 1 0 13 5 0 0 17 0 1 0 985796712 139010048 4149 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735174661 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14766/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70083 s]
/proc/loadavg: 2.00 2.00 1.83 2/201 14766
/proc/meminfo: memFree=14648392/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=278128 CPUtime=0.41 cores=1,3,5,7
/proc/14766/stat : 14766 (python) D 14764 14766 14479 0 -1 4202496 9073 933 1 0 29 12 0 0 15 0 1 0 985796712 284803072 6804 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735184439 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/14766/statm: 69532 6804 1744 364 0 5456 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278128

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 1.83 2/202 14780
/proc/meminfo: memFree=14625692/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=306348 CPUtime=0.9 cores=1,3,5,7
/proc/14766/stat : 14766 (python) R 14764 14766 14479 0 -1 4202496 19627 933 1 0 76 14 0 0 16 0 1 0 985796712 313700352 13971 33554432000 4194304 5683644 140736165676160 18446744073709551615 5006352 0 0 16781312 2 0 0 0 17 5 0 0 34
/proc/14766/statm: 76587 13971 1826 364 0 12511 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 306348

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.83 3/202 14780
/proc/meminfo: memFree=14597172/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=306348 CPUtime=2.5 cores=1,3,5,7
/proc/14766/stat : 14766 (python) R 14764 14766 14479 0 -1 4202496 19627 933 1 0 236 14 0 0 18 0 1 0 985796712 313700352 13971 33554432000 4194304 5683644 140736165676160 18446744073709551615 4602421 0 0 16781312 2 0 0 0 17 5 0 0 34
/proc/14766/statm: 76587 13971 1826 364 0 12511 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 306348

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 1.83 3/202 14780
/proc/meminfo: memFree=14597456/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=314364 CPUtime=5.53 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20011 933 1 0 539 14 0 0 19 0 2 0 985796712 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 34
/proc/14766/statm: 78591 13461 1875 364 0 14509 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 314364

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.83 3/205 14783
/proc/meminfo: memFree=14582096/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=314364 CPUtime=5.53 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20011 933 1 0 539 14 0 0 19 0 2 0 985796712 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 34
/proc/14766/statm: 78591 13461 1875 364 0 14509 0
[pid=14781] ppid=14766 vsize=304120 CPUtime=0 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 985797325 311418880 11962 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198735 0 0 16781312 514 4591543519457280264 0 0 17 5 0 0 0
/proc/14781/statm: 76030 11962 380 364 0 11948 0
[pid=14783] ppid=14781 vsize=19100 CPUtime=6.55 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) R 14781 14783 14783 0 -1 4202496 5339 0 0 0 655 0 0 0 25 0 1 0 985797325 19558400 3944 33554432000 4194304 4352236 140736740288608 18446744073709551615 4328464 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14783/statm: 4775 3944 128 39 0 3855 0
[pid=14766/tid=14782] ppid=14764 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 985797325 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 637584

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.83 3/205 14784
/proc/meminfo: memFree=14582316/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=314364 CPUtime=5.53 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20011 933 1 0 539 14 0 0 19 0 2 0 985796712 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 34
/proc/14766/statm: 78591 13461 1875 364 0 14509 0
[pid=14781] ppid=14766 vsize=304120 CPUtime=0.02 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 979 0 0 0 1 1 0 0 18 0 1 0 985797325 311418880 11963 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198735 0 0 16781312 514 4591543519457280264 0 0 17 5 0 0 0
/proc/14781/statm: 76030 11963 381 364 0 11948 0
[pid=14783] ppid=14781 vsize=18804 CPUtime=19.35 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) R 14781 14783 14783 0 -1 4202496 5895 0 0 0 1935 0 0 0 25 0 1 0 985797325 19255296 3870 33554432000 4194304 4352236 140736740288608 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14783/statm: 4701 3870 128 39 0 3781 0
[pid=14766/tid=14782] ppid=14764 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 985797325 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 637288

[startup+51.101 s]
/proc/loadavg: 2.06 2.01 1.84 3/205 14784
/proc/meminfo: memFree=14580256/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=314364 CPUtime=5.53 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20011 933 1 0 539 14 0 0 19 0 2 0 985796712 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 34
/proc/14766/statm: 78591 13461 1875 364 0 14509 0
[pid=14781] ppid=14766 vsize=304120 CPUtime=0.04 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 990 0 0 0 2 2 0 0 18 0 1 0 985797325 311418880 11963 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198735 0 0 16781312 514 10343747997279420680 0 0 17 5 0 0 0
/proc/14781/statm: 76030 11963 381 364 0 11948 0
[pid=14783] ppid=14781 vsize=21872 CPUtime=44.95 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) R 14781 14783 14783 0 -1 4202496 6890 0 0 0 4495 0 0 0 25 0 1 0 985797325 22396928 4637 33554432000 4194304 4352236 140736740288608 18446744073709551615 4281181 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14783/statm: 5468 4637 128 39 0 4548 0
[pid=14766/tid=14782] ppid=14764 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 985797325 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 640356

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 1.85 3/205 14786
/proc/meminfo: memFree=14577760/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=314364 CPUtime=5.53 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20011 933 1 0 539 14 0 0 19 0 2 0 985796712 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 34
/proc/14766/statm: 78591 13461 1875 364 0 14509 0
[pid=14781] ppid=14766 vsize=304120 CPUtime=0.11 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 1012 0 0 0 6 5 0 0 18 0 1 0 985797325 311418880 11963 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198735 0 0 16781312 514 10343747997279420680 0 0 17 5 0 0 0
/proc/14781/statm: 76030 11963 381 364 0 11948 0
[pid=14783] ppid=14781 vsize=24052 CPUtime=96.16 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) R 14781 14783 14783 0 -1 4202496 7878 0 0 0 9616 0 0 0 25 0 1 0 985797325 24629248 5182 33554432000 4194304 4352236 140736740288608 18446744073709551615 4229912 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/14783/statm: 6013 5182 128 39 0 5093 0
[pid=14766/tid=14782] ppid=14764 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 2 0 985797325 321908736 13461 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 642536

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 1.86 3/209 14791
/proc/meminfo: memFree=14359560/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=324620 CPUtime=5.56 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20804 933 1 0 541 15 0 0 19 0 3 0 985796712 332410880 13468 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 34
/proc/14766/statm: 81155 13468 1878 364 0 17070 0
[pid=14781] ppid=14766 vsize=314364 CPUtime=0.12 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 1171 0 0 0 6 6 0 0 19 0 2 0 985797325 321908736 12001 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14781/statm: 78591 12001 414 364 0 14509 0
[pid=14783] ppid=14781 vsize=24052 CPUtime=100.09 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) T 14781 14783 14783 0 -1 4202496 7878 0 0 0 10009 0 0 0 25 0 1 0 985797325 24629248 5182 33554432000 4194304 4352236 140736740288608 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14783/statm: 6013 5182 128 39 0 5093 0
[pid=14781/tid=14787] ppid=14766 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14781/task/14787/stat : 14787 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985807336 321908736 12001 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471161614464 0 0 -1 1 0 0 0
[pid=14788] ppid=14766 vsize=314376 CPUtime=0.08 cores=1,3,5,7
/proc/14788/stat : 14788 (python) S 14766 14766 14479 0 -1 4202560 923 0 0 0 4 4 0 0 15 0 1 0 985807338 321921024 11956 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198790 0 0 16781312 514 10343747997279420680 0 0 17 3 0 0 0
/proc/14788/statm: 78594 11956 370 364 0 14509 0
[pid=14790] ppid=14788 vsize=354764 CPUtime=56.02 cores=1,3,5,7
/proc/14790/stat : 14790 (cryptominisat-2) R 14788 14790 14790 0 -1 4202496 78887 0 0 0 5591 11 0 0 25 0 1 0 985807339 363278336 53808 33554432000 4194304 4677096 140737132247824 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14790/statm: 88691 53808 393 118 0 83650 0
[pid=14766/tid=14782] ppid=14764 vsize=324620 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 27 933 0 0 0 0 0 0 19 0 3 0 985797325 332410880 13468 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14789] ppid=14764 vsize=324620 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14789/stat : 14789 (python) S 14764 14766 14479 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 985807338 332410880 13468 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 1332176

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.86 3/209 14793
/proc/meminfo: memFree=14285260/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=324620 CPUtime=5.56 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 20804 933 1 0 541 15 0 0 19 0 3 0 985796712 332410880 13468 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 34
/proc/14766/statm: 81155 13468 1878 364 0 17070 0
[pid=14781] ppid=14766 vsize=314364 CPUtime=0.12 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 1171 0 0 0 6 6 0 0 19 0 2 0 985797325 321908736 12001 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14781/statm: 78591 12001 414 364 0 14509 0
[pid=14783] ppid=14781 vsize=24052 CPUtime=100.09 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) T 14781 14783 14783 0 -1 4202496 7878 0 0 0 10009 0 0 0 25 0 1 0 985797325 24629248 5182 33554432000 4194304 4352236 140736740288608 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14783/statm: 6013 5182 128 39 0 5093 0
[pid=14781/tid=14787] ppid=14766 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14781/task/14787/stat : 14787 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985807336 321908736 12001 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471161614464 0 0 -1 1 0 0 0

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

[pid=14781] ppid=14766 vsize=314364 CPUtime=1.51 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 1215 0 0 0 81 70 0 0 18 0 2 0 985797325 321908736 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14781/statm: 78591 12002 415 364 0 14509 0
[pid=14783] ppid=14781 vsize=44448 CPUtime=1263.32 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) T 14781 14783 14783 0 -1 4202496 69648 0 0 0 126326 6 0 0 25 0 1 0 985797325 45514752 10281 33554432000 4194304 4352236 140736740288608 18446744073709551615 4276530 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14783/statm: 11112 10281 128 39 0 10192 0
[pid=14781/tid=14787] ppid=14766 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14781/task/14787/stat : 14787 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985807336 321908736 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471161614464 0 0 -1 1 0 0 0
[pid=14788] ppid=14766 vsize=314376 CPUtime=0.81 cores=1,3,5,7
/proc/14788/stat : 14788 (python) S 14766 14766 14479 0 -1 4202560 1164 0 0 0 44 37 0 0 15 0 2 0 985807338 321921024 11986 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14788/statm: 78594 11986 399 364 0 14509 0
[pid=14790] ppid=14788 vsize=550232 CPUtime=588 cores=1,3,5,7
/proc/14790/stat : 14790 (cryptominisat-2) T 14788 14790 14790 0 -1 4202496 379408 0 0 0 58735 65 0 0 25 0 1 0 985807339 563437568 128104 33554432000 4194304 4677096 140737132247824 18446744073709551615 4319726 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/14790/statm: 137558 128104 393 118 0 132517 0
[pid=14788/tid=14807] ppid=14766 vsize=314376 CPUtime=0 cores=1,3,5,7
/proc/14788/task/14807/stat : 14807 (python) S 14766 14766 14479 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 985855949 321921024 11986 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471121204160 0 0 -1 3 0 0 0
[pid=14810] ppid=14766 vsize=324632 CPUtime=0.13 cores=1,3,5,7
/proc/14810/stat : 14810 (python) S 14766 14766 14479 0 -1 4202560 1089 0 0 0 7 6 0 0 16 0 2 0 985865665 332423168 11990 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14810/statm: 81158 11990 399 364 0 17070 0
[pid=14812] ppid=14810 vsize=132928 CPUtime=100.11 cores=1,3,5,7
/proc/14812/stat : 14812 (SApperloT-base) T 14810 14812 14812 0 -1 4202496 33195 0 0 0 10005 6 0 0 25 0 1 0 985865665 136118272 32834 33554432000 134512640 135674940 4287070592 18446744073709551615 134564840 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14812/statm: 33232 32834 100 284 0 32946 0
[pid=14810/tid=14816] ppid=14766 vsize=324632 CPUtime=0 cores=1,3,5,7
/proc/14810/task/14816/stat : 14816 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 985875677 332423168 11990 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471121205952 0 0 -1 5 0 0 0
[pid=14822] ppid=14766 vsize=334888 CPUtime=0.63 cores=1,3,5,7
/proc/14822/stat : 14822 (python) S 14766 14766 14479 0 -1 4202560 1151 0 0 0 34 29 0 0 18 0 2 0 985895585 342925312 11994 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14822/statm: 83722 11994 399 364 0 19631 0
[pid=14824] ppid=14822 vsize=33676 CPUtime=489.55 cores=1,3,5,7
/proc/14824/stat : 14824 (lingeling) T 14822 14824 14824 0 -1 4202496 18629 0 0 0 48953 2 0 0 25 0 1 0 985895585 34484224 7588 33554432000 4194304 4352236 140736445895296 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/14824/statm: 8419 7588 128 39 0 7499 0
[pid=14822/tid=14828] ppid=14766 vsize=334888 CPUtime=0 cores=1,3,5,7
/proc/14822/task/14828/stat : 14828 (python) S 14766 14766 14479 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 985905597 342925312 11994 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604463064719744 0 0 -1 1 0 0 0
[pid=14834] ppid=14766 vsize=345144 CPUtime=0.49 cores=1,3,5,7
/proc/14834/stat : 14834 (python) S 14766 14766 14479 0 -1 4202560 1161 0 0 0 26 23 0 0 18 0 2 0 985925227 353427456 12007 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14834/statm: 86286 12007 408 364 0 22192 0
[pid=14836] ppid=14834 vsize=65276 CPUtime=389.43 cores=1,3,5,7
/proc/14836/stat : 14836 (precosat) T 14834 14836 14836 0 -1 4202496 16744 0 0 0 38940 3 0 0 25 0 1 0 985925227 66842624 16037 33554432000 4194304 4890832 140736483089376 18446744073709551615 4229292 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/14836/statm: 16319 16037 86 171 0 16146 0
[pid=14834/tid=15072] ppid=14766 vsize=345144 CPUtime=0 cores=1,3,5,7
/proc/14834/task/15072/stat : 15072 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985954460 353427456 12007 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604463064721536 0 0 -1 3 0 0 0
[pid=15078] ppid=14766 vsize=355400 CPUtime=0.23 cores=1,3,5,7
/proc/15078/stat : 15078 (python) S 14766 14766 14479 0 -1 4202560 1141 0 0 0 13 10 0 0 19 0 2 0 985973784 363929600 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15078/statm: 88850 12002 399 364 0 24753 0
[pid=15080] ppid=15078 vsize=30568 CPUtime=196.2 cores=1,3,5,7
/proc/15080/stat : 15080 (lingeling) T 15078 15080 15080 0 -1 4202496 9945 0 0 0 19619 1 0 0 25 0 1 0 985973784 31301632 6810 33554432000 4194304 4352236 140736114328304 18446744073709551615 4327971 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15080/statm: 7642 6810 128 39 0 6722 0
[pid=15078/tid=15086] ppid=14766 vsize=355400 CPUtime=0 cores=1,3,5,7
/proc/15078/task/15086/stat : 15086 (python) S 14766 14766 14479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985993405 363929600 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471143335808 0 0 -1 1 0 0 0
[pid=15119] ppid=14766 vsize=365656 CPUtime=2.57 cores=1,3,5,7
/proc/15119/stat : 15119 (python) S 14766 14766 14479 0 -1 4202560 1018 0 0 0 140 117 0 0 15 0 1 0 986100020 374431744 11977 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198790 0 0 16781312 514 10343747997279420678 0 0 17 3 0 0 0
/proc/15119/statm: 91414 11977 371 364 0 27314 0
[pid=15121] ppid=15119 vsize=954768 CPUtime=1929.24 cores=1,3,5,7
/proc/15121/stat : 15121 (cryptominisat-2) R 15119 15121 15121 0 -1 4202496 1254010 0 0 0 192692 232 0 0 25 0 1 0 986100020 977682432 194306 33554432000 4194304 4677096 140734689946640 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15121/statm: 238692 194306 393 118 0 233651 0
[pid=14766/tid=14782] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 43 933 0 0 0 0 0 0 18 0 8 0 985797325 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14789] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14789/stat : 14789 (python) S 14764 14766 14479 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 985807338 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14811] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14811/stat : 14811 (python) S 14764 14766 14479 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 985865665 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 1 0 0 0
[pid=14766/tid=14823] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14823/stat : 14823 (python) S 14764 14766 14479 0 -1 4202560 37 933 0 0 0 0 0 0 18 0 8 0 985895585 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14835] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14835/stat : 14835 (python) S 14764 14766 14479 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 985925227 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=15079] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/15079/stat : 15079 (python) S 14764 14766 14479 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 985973784 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=15120] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/15120/stat : 15120 (python) S 14764 14766 14479 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 986100020 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4968.06
Current children cumulated vsize (KiB) 4542256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4994.2 s]
/proc/loadavg: 2.11 2.05 2.01 3/202 15197
/proc/meminfo: memFree=13087368/32951124 swapFree=67054712/67111528
[pid=14766] ppid=14764 vsize=375900 CPUtime=5.84 cores=1,3,5,7
/proc/14766/stat : 14766 (python) S 14764 14766 14479 0 -1 4202496 25236 933 1 0 568 16 0 0 20 0 8 0 985796712 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 34
/proc/14766/statm: 93975 13498 1888 364 0 29875 0
[pid=14781] ppid=14766 vsize=314364 CPUtime=1.51 cores=1,3,5,7
/proc/14781/stat : 14781 (python) S 14766 14766 14479 0 -1 4202560 1215 0 0 0 81 70 0 0 18 0 2 0 985797325 321908736 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14781/statm: 78591 12002 415 364 0 14509 0
[pid=14783] ppid=14781 vsize=44448 CPUtime=1263.32 cores=1,3,5,7
/proc/14783/stat : 14783 (lingeling) T 14781 14783 14783 0 -1 4202496 69648 0 0 0 126326 6 0 0 25 0 1 0 985797325 45514752 10281 33554432000 4194304 4352236 140736740288608 18446744073709551615 4276530 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/14783/statm: 11112 10281 128 39 0 10192 0
[pid=14781/tid=14787] ppid=14766 vsize=314364 CPUtime=0 cores=1,3,5,7
/proc/14781/task/14787/stat : 14787 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985807336 321908736 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471161614464 0 0 -1 1 0 0 0
[pid=14788] ppid=14766 vsize=314376 CPUtime=0.81 cores=1,3,5,7
/proc/14788/stat : 14788 (python) S 14766 14766 14479 0 -1 4202560 1164 0 0 0 44 37 0 0 15 0 2 0 985807338 321921024 11986 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14788/statm: 78594 11986 399 364 0 14509 0
[pid=14790] ppid=14788 vsize=550232 CPUtime=588 cores=1,3,5,7
/proc/14790/stat : 14790 (cryptominisat-2) T 14788 14790 14790 0 -1 4202496 379408 0 0 0 58735 65 0 0 25 0 1 0 985807339 563437568 128104 33554432000 4194304 4677096 140737132247824 18446744073709551615 4319726 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/14790/statm: 137558 128104 393 118 0 132517 0
[pid=14788/tid=14807] ppid=14766 vsize=314376 CPUtime=0 cores=1,3,5,7
/proc/14788/task/14807/stat : 14807 (python) S 14766 14766 14479 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 985855949 321921024 11986 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471121204160 0 0 -1 3 0 0 0
[pid=14810] ppid=14766 vsize=324632 CPUtime=0.13 cores=1,3,5,7
/proc/14810/stat : 14810 (python) S 14766 14766 14479 0 -1 4202560 1089 0 0 0 7 6 0 0 16 0 2 0 985865665 332423168 11990 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14810/statm: 81158 11990 399 364 0 17070 0
[pid=14812] ppid=14810 vsize=132928 CPUtime=100.11 cores=1,3,5,7
/proc/14812/stat : 14812 (SApperloT-base) T 14810 14812 14812 0 -1 4202496 33195 0 0 0 10005 6 0 0 25 0 1 0 985865665 136118272 32834 33554432000 134512640 135674940 4287070592 18446744073709551615 134564840 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14812/statm: 33232 32834 100 284 0 32946 0
[pid=14810/tid=14816] ppid=14766 vsize=324632 CPUtime=0 cores=1,3,5,7
/proc/14810/task/14816/stat : 14816 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 985875677 332423168 11990 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471121205952 0 0 -1 5 0 0 0
[pid=14822] ppid=14766 vsize=334888 CPUtime=0.63 cores=1,3,5,7
/proc/14822/stat : 14822 (python) S 14766 14766 14479 0 -1 4202560 1151 0 0 0 34 29 0 0 18 0 2 0 985895585 342925312 11994 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14822/statm: 83722 11994 399 364 0 19631 0
[pid=14824] ppid=14822 vsize=33676 CPUtime=489.55 cores=1,3,5,7
/proc/14824/stat : 14824 (lingeling) T 14822 14824 14824 0 -1 4202496 18629 0 0 0 48953 2 0 0 25 0 1 0 985895585 34484224 7588 33554432000 4194304 4352236 140736445895296 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/14824/statm: 8419 7588 128 39 0 7499 0
[pid=14822/tid=14828] ppid=14766 vsize=334888 CPUtime=0 cores=1,3,5,7
/proc/14822/task/14828/stat : 14828 (python) S 14766 14766 14479 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 985905597 342925312 11994 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604463064719744 0 0 -1 1 0 0 0
[pid=14834] ppid=14766 vsize=345144 CPUtime=0.49 cores=1,3,5,7
/proc/14834/stat : 14834 (python) S 14766 14766 14479 0 -1 4202560 1161 0 0 0 26 23 0 0 18 0 2 0 985925227 353427456 12007 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14834/statm: 86286 12007 408 364 0 22192 0
[pid=14836] ppid=14834 vsize=65276 CPUtime=389.43 cores=1,3,5,7
/proc/14836/stat : 14836 (precosat) T 14834 14836 14836 0 -1 4202496 16744 0 0 0 38940 3 0 0 25 0 1 0 985925227 66842624 16037 33554432000 4194304 4890832 140736483089376 18446744073709551615 4229292 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/14836/statm: 16319 16037 86 171 0 16146 0
[pid=14834/tid=15072] ppid=14766 vsize=345144 CPUtime=0 cores=1,3,5,7
/proc/14834/task/15072/stat : 15072 (python) S 14766 14766 14479 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985954460 353427456 12007 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604463064721536 0 0 -1 3 0 0 0
[pid=15078] ppid=14766 vsize=355400 CPUtime=0.23 cores=1,3,5,7
/proc/15078/stat : 15078 (python) S 14766 14766 14479 0 -1 4202560 1141 0 0 0 13 10 0 0 19 0 2 0 985973784 363929600 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/15078/statm: 88850 12002 399 364 0 24753 0
[pid=15080] ppid=15078 vsize=30568 CPUtime=196.2 cores=1,3,5,7
/proc/15080/stat : 15080 (lingeling) T 15078 15080 15080 0 -1 4202496 9945 0 0 0 19619 1 0 0 25 0 1 0 985973784 31301632 6810 33554432000 4194304 4352236 140736114328304 18446744073709551615 4327971 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/15080/statm: 7642 6810 128 39 0 6722 0
[pid=15078/tid=15086] ppid=14766 vsize=355400 CPUtime=0 cores=1,3,5,7
/proc/15078/task/15086/stat : 15086 (python) S 14766 14766 14479 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985993405 363929600 12002 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 514 18446604471143335808 0 0 -1 1 0 0 0
[pid=15119] ppid=14766 vsize=365656 CPUtime=2.61 cores=1,3,5,7
/proc/15119/stat : 15119 (python) S 14766 14766 14479 0 -1 4202560 1018 0 0 0 142 119 0 0 15 0 1 0 986100020 374431744 11977 33554432000 4194304 5683644 140736165676160 18446744073709551615 216735198790 0 0 16781312 514 10343747997279420678 0 0 17 3 0 0 0
/proc/15119/statm: 91414 11977 371 364 0 27314 0
[pid=15121] ppid=15119 vsize=802216 CPUtime=1961.16 cores=1,3,5,7
/proc/15121/stat : 15121 (cryptominisat-2) R 15119 15121 15121 0 -1 4202496 1271797 0 0 0 195880 236 0 0 25 0 1 0 986100020 821469184 185080 33554432000 4194304 4677096 140734689946640 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15121/statm: 200554 185080 393 118 0 195513 0
[pid=14766/tid=14782] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14782/stat : 14782 (python) S 14764 14766 14479 0 -1 4202560 43 933 0 0 0 0 0 0 18 0 8 0 985797325 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14789] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14789/stat : 14789 (python) S 14764 14766 14479 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 985807338 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14811] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14811/stat : 14811 (python) S 14764 14766 14479 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 985865665 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 1 0 0 0
[pid=14766/tid=14823] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14823/stat : 14823 (python) S 14764 14766 14479 0 -1 4202560 37 933 0 0 0 0 0 0 18 0 8 0 985895585 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=14835] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/14835/stat : 14835 (python) S 14764 14766 14479 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 985925227 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=15079] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/15079/stat : 15079 (python) S 14764 14766 14479 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 985973784 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
[pid=14766/tid=15120] ppid=14764 vsize=375900 CPUtime=0 cores=1,3,5,7
/proc/14766/task/15120/stat : 15120 (python) S 14764 14766 14479 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 986100020 384921600 13498 33554432000 4194304 5683644 140736165676160 18446744073709551615 216747002289 0 0 16781312 2 18446604471164295296 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 4389704

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14766 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=688135
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=169974
# CPU time returned by wait4() is 5.85811
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4994.25
CPU time (s): 5000.02
CPU user time (s): 4993.73
CPU system time (s): 6.29
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 4542260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.68813
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26174
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= 2894
involuntary context switches= 27

runsolver used 13.5939 second user time and 20.8288 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-13 11:01:00
IDJOB=3498492
IDBENCH=84223
IDSOLVER=1991
FILE ID=node119/3498492-1307955660
RUNJOBID= node119-1307953121-14498
PBS_JOBID= 13559709
Free space on /var/tmp= 2848 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498492-1307955660/watcher-3498492-1307955660 -o /var/tmp/evaluation-result-3498492-1307955660/solver-3498492-1307955660 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498492-1307955660.cnf -seed 1381976871 -budget 5000

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1381976871

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14649184 kB
Buffers:         92996 kB
Cached:       17310532 kB
SwapCached:      11032 kB
Active:        2280404 kB
Inactive:     15391372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14649184 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           34196 kB
Writeback:           0 kB
AnonPages:      265592 kB
Mapped:          20024 kB
Slab:           559864 kB
PageTables:       9232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   873128 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 /var/tmp at the end= 2696 MiB
End job on node119 at 2011-06-13 12:24:17