Trace number 3484648

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, 1200 s timeout)UNSAT 906.328 907.537

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

Solver Data

0.55/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/0.70	c INFO: solving HOME/instance-3484648-1307752009.cnf
0.55/0.70	c INFO: computing task features
0.64/0.86	c INFO: computed variable-clause graph statistics
0.64/0.87	c INFO: computed clause balance statistics
1.84/2.02	c INFO: computed variable balance statistics
2.64/2.86	c INFO: computed small-clause counts
2.89/4.24	c INFO: computed Horn-clause counts
2.89/4.24	c INFO: computed variable graph statistics
2.89/4.24	c INFO: collected features for HOME/instance-3484648-1307752009.cnf in 2.39 s
2.89/4.24	c INFO: running lingeling-276@0 for 582 with 1197 remaining (b = 0.56)
588.72/589.73	c INFO: running cryptominisat-2.9.0@0 for 612 with 612 remaining (b = 0.49)
906.25/907.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484648-1307752009/watcher-3484648-1307752009 -o /tmp/evaluation-result-3484648-1307752009/solver-3484648-1307752009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484648-1307752009.cnf -seed 398212220 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.90 3.60 4/182 16709
/proc/meminfo: memFree=31707668/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=15380 CPUtime=0 cores=4,6
/proc/16709/stat : 16709 (python) R 16707 16709 15206 0 -1 4202496 796 0 0 0 0 0 0 0 25 0 1 0 886799148 15749120 681 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16709/statm: 3845 681 322 364 0 332 0

[startup+0.0760421 s]
/proc/loadavg: 3.68 3.90 3.60 4/182 16709
/proc/meminfo: memFree=31707668/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=36508 CPUtime=0.05 cores=4,6
/proc/16709/stat : 16709 (python) R 16707 16709 15206 0 -1 4202496 1621 0 0 0 4 1 0 0 17 0 1 0 886799148 37384192 1450 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516832256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16709/statm: 9127 1450 452 364 0 944 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36508

[startup+0.101037 s]
/proc/loadavg: 3.68 3.90 3.60 4/182 16709
/proc/meminfo: memFree=31707668/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=54536 CPUtime=0.07 cores=4,6
/proc/16709/stat : 16709 (python) D 16707 16709 15206 0 -1 4202496 2073 0 0 0 4 3 0 0 17 0 1 0 886799148 55844864 1828 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16709/statm: 13634 1828 492 364 0 1284 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54536

[startup+0.301005 s]
/proc/loadavg: 3.68 3.90 3.60 4/182 16709
/proc/meminfo: memFree=31707668/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=135748 CPUtime=0.21 cores=4,6
/proc/16709/stat : 16709 (python) R 16707 16709 15206 0 -1 4202496 5969 930 1 0 15 6 0 0 17 0 1 0 886799148 139005952 4148 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516639515 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16709/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.700925 s]
/proc/loadavg: 3.68 3.90 3.60 4/182 16709
/proc/meminfo: memFree=31707668/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=283672 CPUtime=0.55 cores=4,6
/proc/16709/stat : 16709 (python) R 16707 16709 15206 0 -1 4202496 10568 930 1 0 40 15 0 0 17 0 1 0 886799148 290480128 8235 33554432000 4194304 5683644 140736631592944 18446744073709551615 4273480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16709/statm: 70918 8236 1761 364 0 6842 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 283672

[startup+1.50075 s]
/proc/loadavg: 3.68 3.90 3.60 5/191 16741
/proc/meminfo: memFree=31556512/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=293384 CPUtime=1.34 cores=4,6
/proc/16709/stat : 16709 (python) R 16707 16709 15206 0 -1 4202496 14840 930 1 0 119 15 0 0 18 0 1 0 886799148 300425216 10731 33554432000 4194304 5683644 140736631592944 18446744073709551615 4862016 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16709/statm: 73346 10731 1826 364 0 9270 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 293384

[startup+3.10046 s]
/proc/loadavg: 3.68 3.90 3.60 5/194 16744
/proc/meminfo: memFree=31542476/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 295216

[startup+6.30087 s]
/proc/loadavg: 3.95 3.95 3.62 6/203 16753
/proc/meminfo: memFree=31538856/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886799452 292474880 7184 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 4122378884228284676 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7184 355 364 0 7323 0
[pid=16747] ppid=16745 vsize=9412 CPUtime=3.23 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 2919 0 0 0 323 0 0 0 25 0 1 0 886799452 9637888 1523 33554432000 4194304 4352236 140734304291648 18446744073709551615 4328897 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/16747/statm: 2353 1523 129 39 0 1433 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 590248

[startup+12.7007 s]
/proc/loadavg: 3.95 3.95 3.62 6/203 16754
/proc/meminfo: memFree=31532416/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 886799452 292474880 7207 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 4122378884228284676 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7207 378 364 0 7323 0
[pid=16747] ppid=16745 vsize=9660 CPUtime=9.62 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 3204 0 0 0 962 0 0 0 25 0 1 0 886799452 9891840 1585 33554432000 4194304 4352236 140734304291648 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/16747/statm: 2415 1585 129 39 0 1495 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 590496

[startup+25.5004 s]
/proc/loadavg: 3.96 3.95 3.63 6/203 16754
/proc/meminfo: memFree=31525096/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0.02 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 886799452 292474880 7207 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 15878935822108426500 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7207 378 364 0 7323 0
[pid=16747] ppid=16745 vsize=12940 CPUtime=22.37 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 4620 0 0 0 2237 0 0 0 25 0 1 0 886799452 13250560 2434 33554432000 4194304 4352236 140734304291648 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16747/statm: 3235 2434 129 39 0 2315 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 593776

[startup+51.1007 s]
/proc/loadavg: 3.97 3.95 3.64 6/203 16755
/proc/meminfo: memFree=31496412/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0.05 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 902 0 0 0 3 2 0 0 18 0 1 0 886799452 292474880 7207 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 15878935822108426500 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7207 378 364 0 7323 0
[pid=16747] ppid=16745 vsize=15228 CPUtime=47.88 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 5681 0 0 0 4788 0 0 0 25 0 1 0 886799452 15593472 2977 33554432000 4194304 4352236 140734304291648 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/16747/statm: 3807 2977 129 39 0 2887 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 596064

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.65 6/203 16756
/proc/meminfo: memFree=31482772/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0.12 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 923 0 0 0 7 5 0 0 18 0 1 0 886799452 292474880 7207 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 15878935822108426500 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7207 378 364 0 7323 0
[pid=16747] ppid=16745 vsize=17896 CPUtime=98.94 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 6897 0 0 0 9894 0 0 0 25 0 1 0 886799452 18325504 3643 33554432000 4194304 4352236 140734304291648 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16747/statm: 4474 3643 129 39 0 3554 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 598732

[startup+162.3 s]
/proc/loadavg: 4.15 4.00 3.68 6/203 16758
/proc/meminfo: memFree=31473692/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0.2 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 941 0 0 0 11 9 0 0 18 0 1 0 886799452 292474880 7207 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 15878935822108426500 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7207 378 364 0 7323 0
[pid=16747] ppid=16745 vsize=19948 CPUtime=158.84 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 8726 0 0 0 15883 1 0 0 25 0 1 0 886799452 20426752 4156 33554432000 4194304 4352236 140734304291648 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16747/statm: 4987 4156 129 39 0 4067 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 600784

[startup+222.301 s]
/proc/loadavg: 4.05 4.00 3.70 6/203 16759
/proc/meminfo: memFree=31464736/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=295216 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15129 930 1 0 272 17 0 0 24 0 2 0 886799148 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 73804 8699 1867 364 0 9722 0
[pid=16745] ppid=16709 vsize=285620 CPUtime=0.28 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 959 0 0 0 16 12 0 0 18 0 1 0 886799452 292474880 7207 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854287 0 0 16781312 514 15878935822108426500 0 0 17 4 0 0 0
/proc/16745/statm: 71405 7207 378 364 0 7323 0
[pid=16747] ppid=16745 vsize=18924 CPUtime=218.68 cores=4,6
/proc/16747/stat : 16747 (lingeling) R 16745 16747 16747 0 -1 4202496 10390 0 0 0 21867 1 0 0 25 0 1 0 886799452 19378176 3900 33554432000 4194304 4352236 140734304291648 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16747/statm: 4731 3900 129 39 0 3811 0
[pid=16709/tid=16746] ppid=16707 vsize=295216 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886799452 302301184 8699 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 599760

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

/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202496 103305 0 0 0 30628 24 0 0 25 0 1 0 886858121 101834752 17665 33554432000 4194304 4677096 140737414924960 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16777/statm: 24862 17665 392 118 0 19821 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 895.74
Current children cumulated vsize (KiB) 1023168

[startup+903.401 s]
/proc/loadavg: 4.11 4.08 3.88 6/219 16794
/proc/meminfo: memFree=31085072/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=305472 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15914 930 1 0 272 17 0 0 19 0 3 0 886799148 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 76368 8706 1870 364 0 12283 0
[pid=16745] ppid=16709 vsize=295864 CPUtime=0.77 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 1192 0 0 0 43 34 0 0 19 0 2 0 886799452 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16745/statm: 73966 7249 415 364 0 9884 0
[pid=16747] ppid=16745 vsize=26092 CPUtime=585.09 cores=4,6
/proc/16747/stat : 16747 (lingeling) T 16745 16747 16747 0 -1 4202496 23740 0 0 0 58506 3 0 0 25 0 1 0 886799452 26718208 5693 33554432000 4194304 4352236 140734304291648 18446744073709551615 4231009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16747/statm: 6523 5693 129 39 0 5603 0
[pid=16745/tid=16774] ppid=16709 vsize=295864 CPUtime=0 cores=4,6
/proc/16745/task/16774/stat : 16774 (python) S 16709 16709 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858120 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 514 18446604453872509376 0 0 -1 4 0 0 0
[pid=16775] ppid=16709 vsize=296292 CPUtime=0.48 cores=4,6
/proc/16775/stat : 16775 (python) S 16709 16709 15206 0 -1 4202560 1008 0 0 0 27 21 0 0 15 0 1 0 886858121 303403008 7205 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854342 0 0 16781312 514 15878935822108426500 0 0 17 4 0 0 0
/proc/16775/statm: 74073 7205 372 364 0 9988 0
[pid=16777] ppid=16775 vsize=99660 CPUtime=312.9 cores=4,6
/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202496 105383 0 0 0 31266 24 0 0 25 0 1 0 886858121 102051840 17536 33554432000 4194304 4677096 140737414924960 18446744073709551615 4319836 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16777/statm: 24915 17536 392 118 0 19874 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 902.13
Current children cumulated vsize (KiB) 1023380

[startup+905.001 s]
/proc/loadavg: 4.11 4.08 3.88 7/219 16794
/proc/meminfo: memFree=31082468/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=305472 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15914 930 1 0 272 17 0 0 19 0 3 0 886799148 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 76368 8706 1870 364 0 12283 0
[pid=16745] ppid=16709 vsize=295864 CPUtime=0.77 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 1192 0 0 0 43 34 0 0 19 0 2 0 886799452 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16745/statm: 73966 7249 415 364 0 9884 0
[pid=16747] ppid=16745 vsize=26092 CPUtime=585.09 cores=4,6
/proc/16747/stat : 16747 (lingeling) T 16745 16747 16747 0 -1 4202496 23740 0 0 0 58506 3 0 0 25 0 1 0 886799452 26718208 5693 33554432000 4194304 4352236 140734304291648 18446744073709551615 4231009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16747/statm: 6523 5693 129 39 0 5603 0
[pid=16745/tid=16774] ppid=16709 vsize=295864 CPUtime=0 cores=4,6
/proc/16745/task/16774/stat : 16774 (python) S 16709 16709 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858120 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 514 18446604453872509376 0 0 -1 4 0 0 0
[pid=16775] ppid=16709 vsize=296292 CPUtime=0.48 cores=4,6
/proc/16775/stat : 16775 (python) S 16709 16709 15206 0 -1 4202560 1008 0 0 0 27 21 0 0 15 0 1 0 886858121 303403008 7205 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854342 0 0 16781312 514 17621213155684221188 0 0 17 4 0 0 0
/proc/16775/statm: 74073 7205 372 364 0 9988 0
[pid=16777] ppid=16775 vsize=99660 CPUtime=314.5 cores=4,6
/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202496 105580 0 0 0 31426 24 0 0 25 0 1 0 886858121 102051840 17733 33554432000 4194304 4677096 140737414924960 18446744073709551615 4320256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16777/statm: 24915 17733 392 118 0 19874 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 903.73
Current children cumulated vsize (KiB) 1023380

[startup+906.601 s]
/proc/loadavg: 4.10 4.08 3.88 6/219 16794
/proc/meminfo: memFree=31077012/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=305472 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15914 930 1 0 272 17 0 0 19 0 3 0 886799148 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 76368 8706 1870 364 0 12283 0
[pid=16745] ppid=16709 vsize=295864 CPUtime=0.77 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 1192 0 0 0 43 34 0 0 19 0 2 0 886799452 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16745/statm: 73966 7249 415 364 0 9884 0
[pid=16747] ppid=16745 vsize=26092 CPUtime=585.09 cores=4,6
/proc/16747/stat : 16747 (lingeling) T 16745 16747 16747 0 -1 4202496 23740 0 0 0 58506 3 0 0 25 0 1 0 886799452 26718208 5693 33554432000 4194304 4352236 140734304291648 18446744073709551615 4231009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16747/statm: 6523 5693 129 39 0 5603 0
[pid=16745/tid=16774] ppid=16709 vsize=295864 CPUtime=0 cores=4,6
/proc/16745/task/16774/stat : 16774 (python) S 16709 16709 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858120 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 514 18446604453872509376 0 0 -1 4 0 0 0
[pid=16775] ppid=16709 vsize=296292 CPUtime=0.48 cores=4,6
/proc/16775/stat : 16775 (python) S 16709 16709 15206 0 -1 4202560 1008 0 0 0 27 21 0 0 15 0 1 0 886858121 303403008 7205 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854342 0 0 16781312 514 17621213155684221188 0 0 17 4 0 0 0
/proc/16775/statm: 74073 7205 372 364 0 9988 0
[pid=16777] ppid=16775 vsize=99660 CPUtime=316.1 cores=4,6
/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202496 105786 0 0 0 31586 24 0 0 25 0 1 0 886858121 102051840 17939 33554432000 4194304 4677096 140737414924960 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16777/statm: 24915 17939 392 118 0 19874 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 905.33
Current children cumulated vsize (KiB) 1023380

[startup+907.001 s]
/proc/loadavg: 4.10 4.08 3.88 6/219 16794
/proc/meminfo: memFree=31077012/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=305472 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15914 930 1 0 272 17 0 0 19 0 3 0 886799148 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 76368 8706 1870 364 0 12283 0
[pid=16745] ppid=16709 vsize=295864 CPUtime=0.77 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 1192 0 0 0 43 34 0 0 19 0 2 0 886799452 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16745/statm: 73966 7249 415 364 0 9884 0
[pid=16747] ppid=16745 vsize=26092 CPUtime=585.09 cores=4,6
/proc/16747/stat : 16747 (lingeling) T 16745 16747 16747 0 -1 4202496 23740 0 0 0 58506 3 0 0 25 0 1 0 886799452 26718208 5693 33554432000 4194304 4352236 140734304291648 18446744073709551615 4231009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16747/statm: 6523 5693 129 39 0 5603 0
[pid=16745/tid=16774] ppid=16709 vsize=295864 CPUtime=0 cores=4,6
/proc/16745/task/16774/stat : 16774 (python) S 16709 16709 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858120 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 514 18446604453872509376 0 0 -1 4 0 0 0
[pid=16775] ppid=16709 vsize=296292 CPUtime=0.48 cores=4,6
/proc/16775/stat : 16775 (python) S 16709 16709 15206 0 -1 4202560 1008 0 0 0 27 21 0 0 15 0 1 0 886858121 303403008 7205 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854342 0 0 16781312 514 17621213155684221188 0 0 17 4 0 0 0
/proc/16775/statm: 74073 7205 372 364 0 9988 0
[pid=16777] ppid=16775 vsize=99660 CPUtime=316.5 cores=4,6
/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202496 105811 0 0 0 31626 24 0 0 25 0 1 0 886858121 102051840 17964 33554432000 4194304 4677096 140737414924960 18446744073709551615 4320188 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16777/statm: 24915 17964 392 118 0 19874 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 905.73
Current children cumulated vsize (KiB) 1023380

[startup+907.401 s]
/proc/loadavg: 4.10 4.08 3.88 6/219 16794
/proc/meminfo: memFree=31074532/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=305472 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15914 930 1 0 272 17 0 0 19 0 3 0 886799148 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 76368 8706 1870 364 0 12283 0
[pid=16745] ppid=16709 vsize=295864 CPUtime=0.77 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 1192 0 0 0 43 34 0 0 19 0 2 0 886799452 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16745/statm: 73966 7249 415 364 0 9884 0
[pid=16747] ppid=16745 vsize=26092 CPUtime=585.09 cores=4,6
/proc/16747/stat : 16747 (lingeling) T 16745 16747 16747 0 -1 4202496 23740 0 0 0 58506 3 0 0 25 0 1 0 886799452 26718208 5693 33554432000 4194304 4352236 140734304291648 18446744073709551615 4231009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16747/statm: 6523 5693 129 39 0 5603 0
[pid=16745/tid=16774] ppid=16709 vsize=295864 CPUtime=0 cores=4,6
/proc/16745/task/16774/stat : 16774 (python) S 16709 16709 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858120 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 514 18446604453872509376 0 0 -1 4 0 0 0
[pid=16775] ppid=16709 vsize=296292 CPUtime=0.48 cores=4,6
/proc/16775/stat : 16775 (python) S 16709 16709 15206 0 -1 4202560 1008 0 0 0 27 21 0 0 15 0 1 0 886858121 303403008 7205 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854342 0 0 16781312 514 17621213155684221188 0 0 17 4 0 0 0
/proc/16775/statm: 74073 7205 372 364 0 9988 0
[pid=16777] ppid=16775 vsize=99660 CPUtime=316.91 cores=4,6
/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202496 105851 0 0 0 31667 24 0 0 25 0 1 0 886858121 102051840 18004 33554432000 4194304 4677096 140737414924960 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16777/statm: 24915 18004 392 118 0 19874 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 906.14
Current children cumulated vsize (KiB) 1023380

[startup+907.508 s]
/proc/loadavg: 4.10 4.08 3.88 6/219 16794
/proc/meminfo: memFree=31074532/32951124 swapFree=67063556/67111528
[pid=16709] ppid=16707 vsize=305472 CPUtime=2.89 cores=4,6
/proc/16709/stat : 16709 (python) S 16707 16709 15206 0 -1 4202496 15914 930 1 0 272 17 0 0 19 0 3 0 886799148 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16709/statm: 76368 8706 1870 364 0 12283 0
[pid=16745] ppid=16709 vsize=295864 CPUtime=0.77 cores=4,6
/proc/16745/stat : 16745 (python) S 16709 16709 15206 0 -1 4202560 1192 0 0 0 43 34 0 0 19 0 2 0 886799452 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16745/statm: 73966 7249 415 364 0 9884 0
[pid=16747] ppid=16745 vsize=26092 CPUtime=585.09 cores=4,6
/proc/16747/stat : 16747 (lingeling) T 16745 16747 16747 0 -1 4202496 23740 0 0 0 58506 3 0 0 25 0 1 0 886799452 26718208 5693 33554432000 4194304 4352236 140734304291648 18446744073709551615 4231009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16747/statm: 6523 5693 129 39 0 5603 0
[pid=16745/tid=16774] ppid=16709 vsize=295864 CPUtime=0 cores=4,6
/proc/16745/task/16774/stat : 16774 (python) S 16709 16709 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858120 302964736 7249 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 514 18446604453872509376 0 0 -1 4 0 0 0
[pid=16775] ppid=16709 vsize=296292 CPUtime=0.53 cores=4,6
/proc/16775/stat : 16775 (python) R 16709 16709 15206 0 -1 4202560 1009 0 0 0 31 22 0 0 15 0 1 0 886858121 303403008 7205 33554432000 4194304 5683644 140736631592944 18446744073709551615 246516854342 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16775/statm: 74073 7205 372 364 0 9988 0
[pid=16777] ppid=16775 vsize=0 CPUtime=316.97 cores=4,6
/proc/16777/stat : 16777 (cryptominisat-2) R 16775 16777 16777 0 -1 4202500 105862 0 0 0 31672 25 0 0 25 0 1 0 886858121 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16777/statm: 0 0 0 0 0 0 0
[pid=16709/tid=16746] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16746/stat : 16746 (python) S 16707 16709 15206 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886799452 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
[pid=16709/tid=16776] ppid=16707 vsize=305472 CPUtime=0 cores=4,6
/proc/16709/task/16776/stat : 16776 (python) S 16707 16709 15206 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 3 0 886858121 312803328 8706 33554432000 4194304 5683644 140736631592944 18446744073709551615 246528657841 0 0 16781312 2 18446604453872511168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 906.25
Current children cumulated vsize (KiB) 923720

Child status: 0
Real time (s): 907.537
CPU time (s): 906.328
CPU user time (s): 905.28
CPU system time (s): 1.04784
CPU usage (%): 99.8668
Max. virtual memory (cumulated for all children) (KiB): 1036640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 905.28
system time used= 1.04784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154800
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= 13241
involuntary context switches= 20263

runsolver used 1.72274 second user time and 3.44747 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 02:26:49
IDJOB=3484648
IDBENCH=84205
IDSOLVER=1976
FILE ID=node134/3484648-1307752009
RUNJOBID= node134-1307750805-16435
PBS_JOBID= 13550824
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.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 /tmp/evaluation-result-3484648-1307752009/watcher-3484648-1307752009 -o /tmp/evaluation-result-3484648-1307752009/solver-3484648-1307752009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484648-1307752009.cnf -seed 398212220 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=398212220

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31708716 kB
Buffers:        278108 kB
Cached:         723896 kB
SwapCached:      10284 kB
Active:         546060 kB
Inactive:       492016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31708716 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           98676 kB
Writeback:           4 kB
AnonPages:       33408 kB
Mapped:          12940 kB
Slab:           139528 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73992 MiB
End job on node134 at 2011-06-11 02:41:57