Trace number 3483978

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 643.166 643.461

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/1.20	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/1.20	c INFO: solving HOME/instance-3483978-1307749820.cnf
0.37/1.20	c INFO: computing task features
1.77/2.65	c INFO: computed variable-clause graph statistics
1.87/2.71	c INFO: computed clause balance statistics
8.97/9.86	c INFO: computed variable balance statistics
14.37/15.25	c INFO: computed small-clause counts
14.47/15.35	c INFO: computed Horn-clause counts
42.57/43.45	c INFO: computed variable graph statistics
42.57/43.45	c INFO: collected features for HOME/instance-3483978-1307749820.cnf in 42.20 s
42.57/43.46	c INFO: running lingeling-276@0 for 485 with 1157 remaining (b = 0.69)
532.72/533.07	c INFO: running cryptominisat-2.9.0@0 for 668 with 668 remaining (b = 0.65)
643.05/643.42	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-3483978-1307749820/watcher-3483978-1307749820 -o /tmp/evaluation-result-3483978-1307749820/solver-3483978-1307749820 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483978-1307749820.cnf -seed 1972007378 -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: 4.00 4.02 3.81 5/196 29273
/proc/meminfo: memFree=30598180/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=15080 CPUtime=0 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 651 0 0 0 0 0 0 0 21 0 1 0 886580256 15441920 545 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/29273/statm: 3770 545 312 364 0 257 0

[startup+0.0817589 s]
/proc/loadavg: 4.00 4.02 3.81 5/196 29273
/proc/meminfo: memFree=30598180/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=50012 CPUtime=0.04 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 1955 0 0 0 3 1 0 0 21 0 1 0 886580256 51212288 1717 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/29273/statm: 12503 1717 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.100857 s]
/proc/loadavg: 4.00 4.02 3.81 5/196 29273
/proc/meminfo: memFree=30598180/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=87704 CPUtime=0.05 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 2639 0 0 0 3 2 0 0 18 0 1 0 886580256 89808896 2354 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/29273/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300734 s]
/proc/loadavg: 4.00 4.02 3.81 5/196 29273
/proc/meminfo: memFree=30598180/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=121992 CPUtime=0.11 cores=4,6
/proc/29273/stat : 29273 (python) D 29271 29273 28449 0 -1 4202496 4173 0 1 0 7 4 0 0 17 0 1 0 886580256 124919808 3789 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335898167 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 6
/proc/29273/statm: 30498 3789 986 364 0 2828 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 121992

[startup+0.700671 s]
/proc/loadavg: 4.00 4.02 3.81 5/196 29273
/proc/meminfo: memFree=30598180/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=121992 CPUtime=0.11 cores=4,6
/proc/29273/stat : 29273 (python) D 29271 29273 28449 0 -1 4202496 4173 0 1 0 7 4 0 0 17 0 1 0 886580256 124919808 3789 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335898167 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 6
/proc/29273/statm: 30498 3789 986 364 0 2828 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 121992

[startup+1.50048 s]
/proc/loadavg: 4.00 4.02 3.81 5/197 29278
/proc/meminfo: memFree=30565776/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=305420 CPUtime=0.67 cores=4,6
/proc/29273/stat : 29273 (python) R 29271 29273 28449 0 -1 4202496 15915 934 1 0 55 12 0 0 18 0 1 0 886580256 312750080 13584 33554432000 4194304 5683644 140735877378032 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 6 0 0 55
/proc/29273/statm: 76355 13584 1761 364 0 12279 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 305420

[startup+3.10023 s]
/proc/loadavg: 4.00 4.02 3.81 5/197 29278
/proc/meminfo: memFree=30494848/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=373020 CPUtime=2.27 cores=4,6
/proc/29273/stat : 29273 (python) R 29271 29273 28449 0 -1 4202496 43492 934 1 0 212 15 0 0 21 0 1 0 886580256 381972480 30640 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335549456 0 0 16781312 2 0 0 0 17 4 0 0 55
/proc/29273/statm: 93255 30640 1826 364 0 29179 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 373020
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 4.00 4.02 3.81 5/197 29278
/proc/meminfo: memFree=30522204/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=373020 CPUtime=5.47 cores=4,6
/proc/29273/stat : 29273 (python) R 29271 29273 28449 0 -1 4202496 43492 934 1 0 532 15 0 0 25 0 1 0 886580256 381972480 30640 33554432000 4194304 5683644 140735877378032 18446744073709551615 47444719014651 0 0 16781312 2 0 0 0 17 4 0 0 55
/proc/29273/statm: 93255 30640 1826 364 0 29179 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 373020

[startup+12.7005 s]
/proc/loadavg: 4.00 4.02 3.81 5/194 29322
/proc/meminfo: memFree=30633548/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=373020 CPUtime=11.87 cores=4,6
/proc/29273/stat : 29273 (python) R 29271 29273 28449 0 -1 4202496 43493 934 1 0 1172 15 0 0 25 0 1 0 886580256 381972480 30641 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335551915 0 0 16781312 2 0 0 0 17 4 0 0 55
/proc/29273/statm: 93255 30641 1827 364 0 29179 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 373020

[startup+25.5003 s]
/proc/loadavg: 4.07 4.04 3.82 5/197 29325
/proc/meminfo: memFree=30572312/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=373020 CPUtime=24.67 cores=4,6
/proc/29273/stat : 29273 (python) R 29271 29273 28449 0 -1 4202496 43499 934 1 0 2452 15 0 0 25 0 1 0 886580256 381972480 30647 33554432000 4194304 5683644 140735877378032 18446744073709551615 47444718938252 0 0 16781312 2 0 0 0 17 4 0 0 55
/proc/29273/statm: 93255 30647 1833 364 0 29179 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 373020

[startup+51.1007 s]
/proc/loadavg: 4.04 4.03 3.82 5/191 29401
/proc/meminfo: memFree=30687052/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 4583473378987311364 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=57616 CPUtime=7.6 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 22960 0 0 0 754 6 0 0 25 0 1 0 886584603 58998784 13572 33554432000 4194304 4352236 140733989517232 18446744073709551615 4215292 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/29358/statm: 14404 13572 127 39 0 13484 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 799660

[startup+102.307 s]
/proc/loadavg: 4.02 4.03 3.82 5/197 29419
/proc/meminfo: memFree=29815164/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0.07 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 910 0 0 0 4 3 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 10562330908881289476 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=29788 CPUtime=58.73 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 25083 0 0 0 5866 7 0 0 25 0 1 0 886584603 30502912 6617 33554432000 4194304 4352236 140733989517232 18446744073709551615 4207857 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29358/statm: 7447 6617 129 39 0 6527 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 771832

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.83 5/200 29424
/proc/meminfo: memFree=29802508/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0.15 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 935 0 0 0 9 6 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 10562330908881289476 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=31792 CPUtime=118.73 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 26247 0 0 0 11865 8 0 0 25 0 1 0 886584603 32555008 7118 33554432000 4194304 4352236 140733989517232 18446744073709551615 4327949 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29358/statm: 7948 7118 129 39 0 7028 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 773836

[startup+222.3 s]
/proc/loadavg: 3.93 4.01 3.84 4/198 29457
/proc/meminfo: memFree=30346276/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0.23 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 952 0 0 0 14 9 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 10562330908881289476 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=32484 CPUtime=178.73 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 26753 0 0 0 17865 8 0 0 25 0 1 0 886584603 33263616 7291 33554432000 4194304 4352236 140733989517232 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29358/statm: 8121 7291 129 39 0 7201 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 774528

[startup+282.301 s]
/proc/loadavg: 3.39 3.84 3.79 4/198 29459
/proc/meminfo: memFree=29964844/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0.31 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 971 0 0 0 18 13 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 10562330908881289476 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=34424 CPUtime=238.73 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 27242 0 0 0 23865 8 0 0 25 0 1 0 886584603 35250176 7776 33554432000 4194304 4352236 140733989517232 18446744073709551615 4231006 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29358/statm: 8606 7776 129 39 0 7686 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 281.68
Current children cumulated vsize (KiB) 776468

[startup+342.301 s]
/proc/loadavg: 3.18 3.70 3.74 4/198 29460
/proc/meminfo: memFree=29781656/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55

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

[startup+462.301 s]
/proc/loadavg: 3.28 3.54 3.67 4/198 29464
/proc/meminfo: memFree=29538148/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0.55 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 971 0 0 0 32 23 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 10562330908881289476 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=55916 CPUtime=418.74 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 34970 0 0 0 41865 9 0 0 25 0 1 0 886584603 57257984 13149 33554432000 4194304 4352236 140733989517232 18446744073709551615 4327936 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29358/statm: 13979 13149 129 39 0 13059 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 797960

[startup+522.301 s]
/proc/loadavg: 3.17 3.45 3.63 4/198 29465
/proc/meminfo: memFree=29514148/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=376144 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 43782 934 1 0 4248 16 0 0 25 0 2 0 886580256 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 94036 28899 1867 364 0 29954 0
[pid=29356] ppid=29273 vsize=365900 CPUtime=0.63 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 971 0 0 0 36 27 0 0 18 0 1 0 886584603 374681600 27404 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912463 0 0 16781312 514 10562330908881289476 0 0 17 6 0 0 0
/proc/29356/statm: 91475 27404 376 364 0 27393 0
[pid=29358] ppid=29356 vsize=55904 CPUtime=478.74 cores=4,6
/proc/29358/stat : 29358 (lingeling) R 29356 29358 29358 0 -1 4202496 37018 0 0 0 47864 10 0 0 25 0 1 0 886584603 57245696 13146 33554432000 4194304 4352236 140733989517232 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/29358/statm: 13976 13146 129 39 0 13056 0
[pid=29273/tid=29357] ppid=29271 vsize=376144 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 886584603 385171456 28899 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 797948

[startup+582.301 s]
/proc/loadavg: 3.06 3.37 3.59 4/206 29475
/proc/meminfo: memFree=28896132/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=386400 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 44596 934 1 0 4248 16 0 0 20 0 3 0 886580256 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 96600 28906 1870 364 0 32515 0
[pid=29356] ppid=29273 vsize=376144 CPUtime=0.64 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 1199 0 0 0 37 27 0 0 19 0 2 0 886584603 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29356/statm: 94036 27447 414 364 0 29954 0
[pid=29358] ppid=29356 vsize=55904 CPUtime=489.51 cores=4,6
/proc/29358/stat : 29358 (lingeling) T 29356 29358 29358 0 -1 4202496 37018 0 0 0 48941 10 0 0 25 0 1 0 886584603 57245696 13146 33554432000 4194304 4352236 140733989517232 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/29358/statm: 13976 13146 129 39 0 13056 0
[pid=29356/tid=29467] ppid=29273 vsize=376144 CPUtime=0 cores=4,6
/proc/29356/task/29467/stat : 29467 (python) S 29273 29273 28449 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886633563 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 6 0 0 0
[pid=29468] ppid=29273 vsize=376156 CPUtime=0.08 cores=4,6
/proc/29468/stat : 29468 (python) S 29273 29273 28449 0 -1 4202560 934 0 0 0 5 3 0 0 15 0 1 0 886633564 385183744 27402 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912518 0 0 16781312 514 4039658501302092036 0 0 17 4 0 0 0
/proc/29468/statm: 94039 27402 370 364 0 29954 0
[pid=29470] ppid=29468 vsize=332608 CPUtime=49.11 cores=4,6
/proc/29470/stat : 29470 (cryptominisat-2) R 29468 29470 29470 0 -1 4202496 84591 0 0 0 4898 13 0 0 25 0 1 0 886633564 340590592 71942 33554432000 4194304 4677096 140733206082816 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29470/statm: 83152 71942 392 118 0 78111 0
[pid=29273/tid=29357] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 886584603 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
[pid=29273/tid=29469] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29469/stat : 29469 (python) S 29271 29273 28449 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 886633564 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 1527212

[startup+642.301 s]
/proc/loadavg: 3.02 3.30 3.55 4/206 29485
/proc/meminfo: memFree=28857256/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=386400 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 44596 934 1 0 4248 16 0 0 20 0 3 0 886580256 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 96600 28906 1870 364 0 32515 0
[pid=29356] ppid=29273 vsize=376144 CPUtime=0.64 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 1199 0 0 0 37 27 0 0 19 0 2 0 886584603 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29356/statm: 94036 27447 414 364 0 29954 0
[pid=29358] ppid=29356 vsize=55904 CPUtime=489.51 cores=4,6
/proc/29358/stat : 29358 (lingeling) T 29356 29358 29358 0 -1 4202496 37018 0 0 0 48941 10 0 0 25 0 1 0 886584603 57245696 13146 33554432000 4194304 4352236 140733989517232 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/29358/statm: 13976 13146 129 39 0 13056 0
[pid=29356/tid=29467] ppid=29273 vsize=376144 CPUtime=0 cores=4,6
/proc/29356/task/29467/stat : 29467 (python) S 29273 29273 28449 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886633563 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 6 0 0 0
[pid=29468] ppid=29273 vsize=376156 CPUtime=0.17 cores=4,6
/proc/29468/stat : 29468 (python) S 29273 29273 28449 0 -1 4202560 962 0 0 0 10 7 0 0 15 0 1 0 886633564 385183744 27402 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912518 0 0 16781312 514 10562330908881289476 0 0 17 4 0 0 0
/proc/29468/statm: 94039 27402 370 364 0 29954 0
[pid=29470] ppid=29468 vsize=354132 CPUtime=108.99 cores=4,6
/proc/29470/stat : 29470 (cryptominisat-2) R 29468 29470 29470 0 -1 4202496 101959 0 0 0 10883 16 0 0 25 0 1 0 886633564 362631168 76160 33554432000 4194304 4677096 140733206082816 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29470/statm: 88533 76160 392 118 0 83492 0
[pid=29273/tid=29357] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 886584603 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
[pid=29273/tid=29469] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29469/stat : 29469 (python) S 29271 29273 28449 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 886633564 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 1548736

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

[startup+643.1 s]
/proc/loadavg: 3.02 3.30 3.55 4/206 29485
/proc/meminfo: memFree=28857256/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=386400 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 44596 934 1 0 4248 16 0 0 20 0 3 0 886580256 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 96600 28906 1870 364 0 32515 0
[pid=29356] ppid=29273 vsize=376144 CPUtime=0.64 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 1199 0 0 0 37 27 0 0 19 0 2 0 886584603 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29356/statm: 94036 27447 414 364 0 29954 0
[pid=29358] ppid=29356 vsize=55904 CPUtime=489.51 cores=4,6
/proc/29358/stat : 29358 (lingeling) T 29356 29358 29358 0 -1 4202496 37018 0 0 0 48941 10 0 0 25 0 1 0 886584603 57245696 13146 33554432000 4194304 4352236 140733989517232 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/29358/statm: 13976 13146 129 39 0 13056 0
[pid=29356/tid=29467] ppid=29273 vsize=376144 CPUtime=0 cores=4,6
/proc/29356/task/29467/stat : 29467 (python) S 29273 29273 28449 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886633563 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 6 0 0 0
[pid=29468] ppid=29273 vsize=376156 CPUtime=0.17 cores=4,6
/proc/29468/stat : 29468 (python) S 29273 29273 28449 0 -1 4202560 962 0 0 0 10 7 0 0 15 0 1 0 886633564 385183744 27402 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912518 0 0 16781312 514 4039658501302092036 0 0 17 4 0 0 0
/proc/29468/statm: 94039 27402 370 364 0 29954 0
[pid=29470] ppid=29468 vsize=354132 CPUtime=109.79 cores=4,6
/proc/29470/stat : 29470 (cryptominisat-2) R 29468 29470 29470 0 -1 4202496 102045 0 0 0 10963 16 0 0 25 0 1 0 886633564 362631168 76246 33554432000 4194304 4677096 140733206082816 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29470/statm: 88533 76246 392 118 0 83492 0
[pid=29273/tid=29357] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 886584603 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
[pid=29273/tid=29469] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29469/stat : 29469 (python) S 29271 29273 28449 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 886633564 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 642.75
Current children cumulated vsize (KiB) 1548736

[startup+643.301 s]
/proc/loadavg: 3.02 3.30 3.55 4/206 29485
/proc/meminfo: memFree=28857256/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=386400 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 44596 934 1 0 4248 16 0 0 20 0 3 0 886580256 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 96600 28906 1870 364 0 32515 0
[pid=29356] ppid=29273 vsize=376144 CPUtime=0.64 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 1199 0 0 0 37 27 0 0 19 0 2 0 886584603 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29356/statm: 94036 27447 414 364 0 29954 0
[pid=29358] ppid=29356 vsize=55904 CPUtime=489.51 cores=4,6
/proc/29358/stat : 29358 (lingeling) T 29356 29358 29358 0 -1 4202496 37018 0 0 0 48941 10 0 0 25 0 1 0 886584603 57245696 13146 33554432000 4194304 4352236 140733989517232 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/29358/statm: 13976 13146 129 39 0 13056 0
[pid=29356/tid=29467] ppid=29273 vsize=376144 CPUtime=0 cores=4,6
/proc/29356/task/29467/stat : 29467 (python) S 29273 29273 28449 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886633563 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 6 0 0 0
[pid=29468] ppid=29273 vsize=376156 CPUtime=0.17 cores=4,6
/proc/29468/stat : 29468 (python) S 29273 29273 28449 0 -1 4202560 962 0 0 0 10 7 0 0 15 0 1 0 886633564 385183744 27402 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912518 0 0 16781312 514 5616745478503760132 0 0 17 4 0 0 0
/proc/29468/statm: 94039 27402 370 364 0 29954 0
[pid=29470] ppid=29468 vsize=354132 CPUtime=109.99 cores=4,6
/proc/29470/stat : 29470 (cryptominisat-2) R 29468 29470 29470 0 -1 4202496 102057 0 0 0 10983 16 0 0 25 0 1 0 886633564 362631168 76257 33554432000 4194304 4677096 140733206082816 18446744073709551615 232335550226 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29470/statm: 88533 76257 397 118 0 83492 0
[pid=29273/tid=29357] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 886584603 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
[pid=29273/tid=29469] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29469/stat : 29469 (python) S 29271 29273 28449 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 886633564 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 642.95
Current children cumulated vsize (KiB) 1548736

[startup+643.401 s]
/proc/loadavg: 3.02 3.30 3.55 4/206 29486
/proc/meminfo: memFree=28870884/32951124 swapFree=67063272/67111528
[pid=29273] ppid=29271 vsize=386400 CPUtime=42.64 cores=4,6
/proc/29273/stat : 29273 (python) S 29271 29273 28449 0 -1 4202496 44596 934 1 0 4248 16 0 0 20 0 3 0 886580256 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 55
/proc/29273/statm: 96600 28906 1870 364 0 32515 0
[pid=29356] ppid=29273 vsize=376144 CPUtime=0.64 cores=4,6
/proc/29356/stat : 29356 (python) S 29273 29273 28449 0 -1 4202560 1199 0 0 0 37 27 0 0 19 0 2 0 886584603 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29356/statm: 94036 27447 414 364 0 29954 0
[pid=29358] ppid=29356 vsize=55904 CPUtime=489.51 cores=4,6
/proc/29358/stat : 29358 (lingeling) T 29356 29358 29358 0 -1 4202496 37018 0 0 0 48941 10 0 0 25 0 1 0 886584603 57245696 13146 33554432000 4194304 4352236 140733989517232 18446744073709551615 4222658 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/29358/statm: 13976 13146 129 39 0 13056 0
[pid=29356/tid=29467] ppid=29273 vsize=376144 CPUtime=0 cores=4,6
/proc/29356/task/29467/stat : 29467 (python) S 29273 29273 28449 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886633563 385171456 27447 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 514 18446604453979866304 0 0 -1 6 0 0 0
[pid=29468] ppid=29273 vsize=376156 CPUtime=0.17 cores=4,6
/proc/29468/stat : 29468 (python) S 29273 29273 28449 0 -1 4202560 962 0 0 0 10 7 0 0 15 0 1 0 886633564 385183744 27402 33554432000 4194304 5683644 140735877378032 18446744073709551615 232335912518 0 0 16781312 514 5616745478503760132 0 0 17 4 0 0 0
/proc/29468/statm: 94039 27402 370 364 0 29954 0
[pid=29470] ppid=29468 vsize=0 CPUtime=110.09 cores=4,6
/proc/29470/stat : 29470 (cryptominisat-2) R 29468 29470 29470 0 -1 4202500 102058 0 0 0 10992 17 0 0 25 0 1 0 886633564 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29470/statm: 0 0 0 0 0 0 0
[pid=29273/tid=29357] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29357/stat : 29357 (python) S 29271 29273 28449 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 886584603 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
[pid=29273/tid=29469] ppid=29271 vsize=386400 CPUtime=0 cores=4,6
/proc/29273/task/29469/stat : 29469 (python) S 29271 29273 28449 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 886633564 395673600 28906 33554432000 4194304 5683644 140735877378032 18446744073709551615 232347716017 0 0 16781312 2 18446604453985334208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 643.05
Current children cumulated vsize (KiB) 1194604

Child status: 0
Real time (s): 643.461
CPU time (s): 643.166
CPU user time (s): 642.346
CPU system time (s): 0.819875
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 1562456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 642.346
system time used= 0.819875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200595
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= 3680
involuntary context switches= 14396

runsolver used 1.19082 second user time and 2.30065 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:50:21
IDJOB=3483978
IDBENCH=82488
IDSOLVER=1976
FILE ID=node132/3483978-1307749820
RUNJOBID= node132-1307747008-28468
PBS_JOBID= 13550826
Free space on /tmp= 73956 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.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-3483978-1307749820/watcher-3483978-1307749820 -o /tmp/evaluation-result-3483978-1307749820/solver-3483978-1307749820 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483978-1307749820.cnf -seed 1972007378 -budget 1200

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1972007378

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30598732 kB
Buffers:        230592 kB
Cached:        1056072 kB
SwapCached:       9968 kB
Active:        1519968 kB
Inactive:       618940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30598732 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           41596 kB
Writeback:           0 kB
AnonPages:      849556 kB
Mapped:          15768 kB
Slab:           144156 kB
PageTables:       9732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1423628 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= 73956 MiB
End job on node132 at 2011-06-11 02:01:04