Trace number 3498335

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)UNSAT 197.884 209.362

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1726
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.55/12.29	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.55/12.29	c INFO: solving HOME/instance-3498335-1307953128.cnf
0.55/12.29	c INFO: computing task features
2.88/14.68	c INFO: computed variable-clause graph statistics
2.98/14.76	c INFO: computed clause balance statistics
13.78/25.50	c INFO: computed variable balance statistics
21.28/33.04	c INFO: computed small-clause counts
21.28/33.09	c INFO: computed Horn-clause counts
22.58/34.39	c INFO: computed variable graph statistics
22.58/34.39	c INFO: collected features for HOME/instance-3498335-1307953128.cnf in 22.01 s
22.68/34.42	c INFO: running lingeling-276@0 for 97 with 4977 remaining (b = 0.18)
122.86/134.56	c INFO: running cryptominisat-2.9.0@0 for 485 with 4877 remaining (b = 0.16)
197.77/209.31	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: 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-3498335-1307953128/watcher-3498335-1307953128 -o /var/tmp/evaluation-result-3498335-1307953128/solver-3498335-1307953128 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498335-1307953128.cnf -seed 479102464 -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: 0.16 0.03 0.01 2/176 18813
/proc/meminfo: memFree=3591760/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/18813/stat : 18813 (runsolver) D 18809 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 1 0 906914050 12087296 55 33554432000 4194304 5436572 140734924523328 18446744073709551615 5057063 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/18813/statm: 2951 55 36 304 0 2643 0

[startup+0.0662281 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 18813
/proc/meminfo: memFree=3591760/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=6240 CPUtime=0 cores=1,3,5,7
/proc/18813/stat : 18813 (python) D 18809 18813 18768 0 -1 4194304 97 0 2 0 0 0 0 0 17 0 1 0 906914050 6389760 50 33554432000 4194304 5683644 140734926618800 18446744073709551615 230804242055 0 0 4096 0 0 0 0 17 3 0 0 2
/proc/18813/statm: 1560 50 40 364 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6240

[startup+0.100218 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 18813
/proc/meminfo: memFree=3591760/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/18813/stat : 18813 (python) D 18809 18813 18768 0 -1 4194304 196 0 3 0 0 0 0 0 17 0 1 0 906914050 14594048 133 33554432000 4194304 5683644 140734926618800 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 3 0 0 3
/proc/18813/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.300213 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 18813
/proc/meminfo: memFree=3591760/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=15084 CPUtime=0 cores=1,3,5,7
/proc/18813/stat : 18813 (python) D 18809 18813 18768 0 -1 4202496 643 0 7 0 0 0 0 0 17 0 1 0 906914050 15446016 544 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809165568 0 0 16781312 2 18446744071562234166 0 0 17 3 0 0 7
/proc/18813/statm: 3771 544 312 364 0 258 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15084

[startup+0.701106 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 18813
/proc/meminfo: memFree=3591760/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 929 0 7 0 0 0 0 0 15 0 1 0 906914050 16150528 813 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809161573 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 34
/proc/18813/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+1.50097 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 18815
/proc/meminfo: memFree=3581168/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=29784 CPUtime=0.06 cores=1,3,5,7
/proc/18813/stat : 18813 (python) D 18809 18813 18768 0 -1 4202496 1444 0 12 0 3 3 0 0 16 0 1 0 906914050 30498816 1295 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809163776 0 0 16781312 2 0 0 0 17 3 0 0 40
/proc/18813/statm: 7446 1295 443 364 0 816 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29784

[startup+3.10067 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 18815
/proc/meminfo: memFree=3575568/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=99372 CPUtime=0.12 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 2837 0 31 0 6 6 0 0 15 0 1 0 906914050 101756928 2565 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 52
/proc/18813/statm: 24843 2565 818 364 0 1694 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 99372
heavy processes:

[startup+6.30108 s]
/proc/loadavg: 0.23 0.05 0.02 1/178 18823
/proc/meminfo: memFree=3550948/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=135580 CPUtime=0.26 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 5858 925 43 9 17 9 0 0 16 0 1 0 906914050 138833920 4131 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809161652 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 81
/proc/18813/statm: 33895 4131 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135580
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.21 0.05 0.02 4/178 18823
/proc/meminfo: memFree=3505808/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=314100 CPUtime=0.97 cores=1,3,5,7
/proc/18813/stat : 18813 (python) R 18809 18813 18768 0 -1 4202496 17924 925 115 9 75 22 0 0 16 0 1 0 906914050 321638400 15706 33554432000 4194304 5683644 140734926618800 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 5 0 0 296
/proc/18813/statm: 78525 15706 1761 364 0 14449 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 314100
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.60 0.14 0.05 3/181 18827
/proc/meminfo: memFree=3269408/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=437684 CPUtime=13.78 cores=1,3,5,7
/proc/18813/stat : 18813 (python) R 18809 18813 18768 0 -1 4202496 67834 925 115 9 1348 30 0 0 25 0 1 0 906914050 448188416 46806 33554432000 4194304 5683644 140734926618800 18446744073709551615 4500664 0 0 16781312 2 0 0 0 17 5 0 0 296
/proc/18813/statm: 109421 46806 1826 364 0 45345 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 437684
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 1.08 0.29 0.10 3/184 18830
/proc/meminfo: memFree=3233876/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=434956 CPUtime=22.7 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68205 925 115 9 2240 30 0 0 25 0 2 0 906914050 445394944 43602 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 108739 43602 1867 364 0 44657 0
[pid=18828] ppid=18813 vsize=424712 CPUtime=0.02 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 961 0 0 0 1 1 0 0 18 0 1 0 906917493 434905088 42112 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185807 0 0 16781312 514 587420684209062152 0 0 17 5 0 0 0
/proc/18828/statm: 106178 42112 381 364 0 42096 0
[pid=18830] ppid=18828 vsize=44076 CPUtime=16.66 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) R 18828 18830 18830 0 -1 4202496 15762 0 0 0 1664 2 0 0 25 0 1 0 906917493 45133824 10189 33554432000 4194304 4352236 140736161547344 18446744073709551615 4208072 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/18830/statm: 11019 10189 129 39 0 10099 0
[pid=18813/tid=18829] ppid=18809 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 906917493 445394944 43602 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39.38
Current children cumulated vsize (KiB) 903744
heavy processes:

[startup+102.301 s]
/proc/loadavg: 1.65 0.57 0.20 3/184 18878
/proc/meminfo: memFree=3160632/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=434956 CPUtime=22.7 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68205 925 115 9 2240 30 0 0 25 0 2 0 906914050 445394944 43602 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 108739 43602 1867 364 0 44657 0
[pid=18828] ppid=18813 vsize=424712 CPUtime=0.07 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 976 0 0 0 4 3 0 0 18 0 1 0 906917493 434905088 42112 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185807 0 0 16781312 514 587420684209062152 0 0 17 5 0 0 0
/proc/18828/statm: 106178 42112 381 364 0 42096 0
[pid=18830] ppid=18828 vsize=46820 CPUtime=67.86 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) R 18828 18830 18830 0 -1 4202496 17974 0 0 0 6784 2 0 0 25 0 1 0 906917493 47943680 10875 33554432000 4194304 4352236 140736161547344 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/18830/statm: 11705 10875 129 39 0 10785 0
[pid=18813/tid=18829] ppid=18809 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 906917493 445394944 43602 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 90.63
Current children cumulated vsize (KiB) 906488

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/188 18883
/proc/meminfo: memFree=2893764/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.04 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 901 0 0 0 2 2 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 5633035567902982408 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=273864 CPUtime=27.71 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 64069 0 1 0 2762 9 0 0 25 0 1 0 906927507 280436736 57227 33554432000 4194304 4677096 140736685461024 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 68466 57227 391 118 0 63425 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 150.69
Current children cumulated vsize (KiB) 1635924

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

[startup+179.4 s]
/proc/loadavg: 1.90 0.88 0.34 3/188 18884
/proc/meminfo: memFree=2880228/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.07 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 913 0 0 0 4 3 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 5633035567902982408 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=290820 CPUtime=44.8 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 69789 0 1 0 4471 9 0 0 25 0 1 0 906927507 297799680 60522 33554432000 4194304 4677096 140736685461024 18446744073709551615 4465368 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 72705 60522 391 118 0 67664 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7

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

/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 74929 0 1 0 6391 10 0 0 25 0 1 0 906927507 314634240 65662 33554432000 4194304 4677096 140736685461024 18446744073709551615 4320016 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 76815 65662 391 118 0 71774 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 187.05
Current children cumulated vsize (KiB) 1669320

[startup+205.001 s]
/proc/loadavg: 1.94 0.99 0.39 3/192 18888
/proc/meminfo: memFree=2580856/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.11 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 923 0 0 0 6 5 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 5633035567902982408 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=323648 CPUtime=70.4 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 77311 0 1 0 7030 10 0 0 25 0 1 0 906927507 331415552 68044 33554432000 4194304 4677096 140736685461024 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 80912 68044 391 118 0 75871 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 193.45
Current children cumulated vsize (KiB) 1685708

[startup+206.601 s]
/proc/loadavg: 1.94 0.99 0.39 3/192 18888
/proc/meminfo: memFree=2508928/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.11 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 923 0 0 0 6 5 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 5633035567902982408 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=323648 CPUtime=72 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 77313 0 1 0 7190 10 0 0 25 0 1 0 906927507 331415552 68046 33554432000 4194304 4677096 140736685461024 18446744073709551615 4462520 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 80912 68046 391 118 0 75871 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 195.05
Current children cumulated vsize (KiB) 1685708

[startup+208.207 s]
/proc/loadavg: 1.94 0.99 0.39 3/192 18888
/proc/meminfo: memFree=2366204/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.11 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 923 0 0 0 6 5 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 5633035567902982408 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=323648 CPUtime=73.61 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 77320 0 1 0 7351 10 0 0 25 0 1 0 906927507 331415552 68053 33554432000 4194304 4677096 140736685461024 18446744073709551615 4337594 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 80912 68053 391 118 0 75871 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 196.66
Current children cumulated vsize (KiB) 1685708

[startup+209.001 s]
/proc/loadavg: 1.94 0.99 0.39 3/192 18888
/proc/meminfo: memFree=2366204/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.12 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 924 0 0 0 7 5 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 587420684209062152 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=323648 CPUtime=74.4 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 77508 0 1 0 7430 10 0 0 25 0 1 0 906927507 331415552 68241 33554432000 4194304 4677096 140736685461024 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 80912 68241 391 118 0 75871 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 197.46
Current children cumulated vsize (KiB) 1685708

[startup+209.201 s]
/proc/loadavg: 1.94 1.00 0.40 3/192 18888
/proc/meminfo: memFree=2294656/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.12 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 924 0 0 0 7 5 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 587420684209062152 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=323648 CPUtime=74.61 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202496 77546 0 1 0 7451 10 0 0 25 0 1 0 906927507 331415552 68279 33554432000 4194304 4677096 140736685461024 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18883/statm: 80912 68279 391 118 0 75871 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 197.67
Current children cumulated vsize (KiB) 1685708

[startup+209.307 s]
/proc/loadavg: 1.94 1.00 0.40 3/192 18888
/proc/meminfo: memFree=2294656/32951124 swapFree=67053020/67111528
[pid=18813] ppid=18809 vsize=445212 CPUtime=22.73 cores=1,3,5,7
/proc/18813/stat : 18813 (python) S 18809 18813 18768 0 -1 4202496 68966 925 115 9 2242 31 0 0 19 0 3 0 906914050 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 296
/proc/18813/statm: 111303 43617 1878 364 0 47218 0
[pid=18828] ppid=18813 vsize=434956 CPUtime=0.12 cores=1,3,5,7
/proc/18828/stat : 18828 (python) S 18813 18813 18768 0 -1 4202560 1146 0 0 0 7 5 0 0 19 0 2 0 906917493 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18828/statm: 108739 42150 414 364 0 44657 0
[pid=18830] ppid=18828 vsize=46924 CPUtime=100.09 cores=1,3,5,7
/proc/18830/stat : 18830 (lingeling) T 18828 18830 18830 0 -1 4202496 18629 0 0 0 10007 2 0 0 25 0 1 0 906917493 48050176 10901 33554432000 4194304 4352236 140736161547344 18446744073709551615 4209721 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/18830/statm: 11731 10901 129 39 0 10811 0
[pid=18828/tid=18880] ppid=18813 vsize=434956 CPUtime=0 cores=1,3,5,7
/proc/18828/task/18880/stat : 18880 (python) S 18813 18813 18768 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906927504 445394944 42150 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 514 18446604471131740096 0 0 -1 7 0 0 0
[pid=18881] ppid=18813 vsize=434968 CPUtime=0.12 cores=1,3,5,7
/proc/18881/stat : 18881 (python) S 18813 18813 18768 0 -1 4202560 924 0 0 0 7 5 0 0 15 0 1 0 906927506 445407232 42105 33554432000 4194304 5683644 140734926618800 18446744073709551615 230809185862 0 0 16781312 514 5617616845763739912 0 0 17 5 0 0 0
/proc/18881/statm: 108742 42105 370 364 0 44657 0
[pid=18883] ppid=18881 vsize=0 CPUtime=74.71 cores=1,3,5,7
/proc/18883/stat : 18883 (cryptominisat-2) R 18881 18883 18883 0 -1 4202500 77572 0 1 0 7460 11 0 0 25 0 1 0 906927507 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18883/statm: 0 0 0 0 0 0 0
[pid=18813/tid=18829] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18829/stat : 18829 (python) S 18809 18813 18768 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906917493 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
[pid=18813/tid=18882] ppid=18809 vsize=445212 CPUtime=0 cores=1,3,5,7
/proc/18813/task/18882/stat : 18882 (python) S 18809 18813 18768 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 3 0 906927507 455897088 43617 33554432000 4194304 5683644 140734926618800 18446744073709551615 230820989361 0 0 16781312 2 18446604471132992832 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 197.77
Current children cumulated vsize (KiB) 1362060

Child status: 0
Real time (s): 209.362
CPU time (s): 197.884
CPU user time (s): 197.287
CPU system time (s): 0.596909
CPU usage (%): 94.5175
Max. virtual memory (cumulated for all children) (KiB): 1685708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.287
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188230
page faults= 125
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18097
involuntary context switches= 336

runsolver used 0.310952 second user time and 0.798878 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-13 10:18:49
IDJOB=3498335
IDBENCH=71743
IDSOLVER=1991
FILE ID=node104/3498335-1307953128
RUNJOBID= node104-1307953128-18787
PBS_JOBID= 13559724
Free space on /var/tmp= 2872 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.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-3498335-1307953128/watcher-3498335-1307953128 -o /var/tmp/evaluation-result-3498335-1307953128/solver-3498335-1307953128 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498335-1307953128.cnf -seed 479102464 -budget 5000

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=479102464

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3592684 kB
Buffers:        102604 kB
Cached:       28330596 kB
SwapCached:      11468 kB
Active:       13345448 kB
Inactive:     15105884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3592684 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           82456 kB
Writeback:           0 kB
AnonPages:       15848 kB
Mapped:           8660 kB
Slab:           842544 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186952 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= 2804 MiB
End job on node104 at 2011-06-13 10:22:25