Trace number 3322759

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-industrialUNSAT 476.701 402.136

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-25-U-7061.cnf
MD5SUM23c04ef615431bf15ef9eafe9b944fb8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.79273
Satisfiable
(Un)Satisfiability was proved
Number of variables541150
Number of clauses1645836
Sum of the clauses size4001876
Maximum clause length1576
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 21092306
Number of clauses of size 3543262
Number of clauses of size 44256
Number of clauses of size 51339
Number of clauses of size over 54532

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3322759-1304356178.cnf
0.36/0.67	c INFO: computing task features
6.63/6.96	c INFO: computed variable-clause graph statistics
6.84/7.16	c INFO: computed clause balance statistics
32.94/33.26	c INFO: computed variable balance statistics
53.94/54.28	c INFO: computed small-clause counts
55.03/55.30	c INFO: computed Horn-clause counts
390.84/391.13	c INFO: computed variable graph statistics
390.84/391.13	c INFO: collected features for HOME/instance-3322759-1304356178.cnf in 390.29 s
390.84/391.16	c INFO: running lingeling-276@0 for 194 with 39609 remaining (b = 0.93)
390.93/391.20	c INFO: running lingeling-276@0 for 97 with 39609 remaining (b = 0.83)
390.93/391.24	c INFO: running cryptominisat-2.9.0@0 for 485 with 39609 remaining (b = 0.54)
390.93/391.28	c INFO: running lingeling-276@0 for 873 with 39609 remaining (b = 0.53)
391.03/391.32	c INFO: running cryptominisat-2.9.0@0 for 582 with 39609 remaining (b = 0.49)
391.03/391.36	c INFO: running cryptominisat-2.9.0@0 for 97 with 39609 remaining (b = 0.14)
391.14/391.40	c INFO: running cryptominisat-2.9.0@0 for 97 with 39609 remaining (b = 0.04)
391.14/391.45	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39609 remaining (b = 0.53)
476.32/402.02	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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322759-1304356178/watcher-3322759-1304356178 -o /tmp/evaluation-result-3322759-1304356178/solver-3322759-1304356178 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322759-1304356178.cnf -seed 400901926 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.03 6.92 6.14 1/278 30345
/proc/meminfo: memFree=8251512/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=15756 CPUtime=0 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 843 0 0 0 0 0 0 0 20 0 1 0 279809158 16134144 725 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660705415 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 3941 727 334 364 0 428 0

[startup+0.0760209 s]
/proc/loadavg: 8.03 6.92 6.14 1/278 30345
/proc/meminfo: memFree=8251512/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=43820 CPUtime=0.05 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 1880 0 0 0 4 1 0 0 20 0 1 0 279809158 44871680 1703 33554432000 4194304 5683644 140735130373088 18446744073709551615 4502843 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 10906 1654 467 364 0 1171 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 43820

[startup+0.101022 s]
/proc/loadavg: 8.03 6.92 6.14 1/278 30345
/proc/meminfo: memFree=8251512/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=89772 CPUtime=0.07 cores=0-7
/proc/30345/stat : 30345 (python) S 30343 30345 29577 0 -1 4202496 2673 0 0 0 5 2 0 0 17 0 1 0 279809158 91926528 2388 33554432000 4194304 5683644 140735130373088 18446744073709551615 268655738503 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/30345/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 89772

[startup+0.300982 s]
/proc/loadavg: 8.03 6.92 6.14 1/278 30345
/proc/meminfo: memFree=8251512/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=135752 CPUtime=0.19 cores=0-7
/proc/30345/stat : 30345 (python) S 30343 30345 29577 0 -1 4202496 5967 933 1 0 13 6 0 0 17 0 1 0 279809158 139010048 4150 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/30345/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700924 s]
/proc/loadavg: 8.03 6.92 6.14 1/278 30345
/proc/meminfo: memFree=8251512/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=310208 CPUtime=0.43 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 17199 933 1 0 30 13 0 0 16 0 1 0 279809158 317652992 14876 33554432000 4194304 5683644 140735130373088 18446744073709551615 4603507 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 77552 14877 1761 364 0 13476 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 310208

[startup+1.50078 s]
/proc/loadavg: 7.47 6.82 6.11 2/279 30350
/proc/meminfo: memFree=8179232/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=363704 CPUtime=1.23 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 30449 933 1 0 108 15 0 0 17 0 1 0 279809158 372432896 28126 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660323013 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 90926 28126 1761 364 0 26850 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 363704

[startup+3.10049 s]
/proc/loadavg: 7.47 6.82 6.11 2/279 30350
/proc/meminfo: memFree=8105576/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=473148 CPUtime=2.84 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 57409 933 1 0 265 19 0 0 19 0 1 0 279809158 484503552 55086 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980242330927 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 118287 55087 1761 364 0 54211 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 473148

[startup+6.30093 s]
/proc/loadavg: 6.95 6.72 6.09 2/279 30350
/proc/meminfo: memFree=7887460/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=622632 CPUtime=6.03 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 134080 933 1 0 576 27 0 0 25 0 1 0 279809158 637575168 93031 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660359502 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 155658 93031 1815 364 0 91582 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 622632

[startup+12.7008 s]
/proc/loadavg: 6.47 6.63 6.06 2/279 30350
/proc/meminfo: memFree=7914852/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=596916 CPUtime=12.44 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 143704 933 1 0 1215 29 0 0 25 0 1 0 279809158 611241984 86613 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660329344 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 149229 86613 1826 364 0 85153 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 596916

[startup+25.5006 s]
/proc/loadavg: 5.63 6.44 6.00 2/279 30351
/proc/meminfo: memFree=7917848/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=596916 CPUtime=25.24 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 143704 933 1 0 2495 29 0 0 25 0 1 0 279809158 611241984 86613 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071712982 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30345/statm: 149229 86613 1826 364 0 85153 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 596916

[startup+51.1011 s]
/proc/loadavg: 3.80 5.92 5.84 2/279 30351
/proc/meminfo: memFree=7917988/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=596916 CPUtime=50.84 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 143705 933 1 0 5055 29 0 0 25 0 1 0 279809158 611241984 86614 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660310870 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30345/statm: 149229 86614 1827 364 0 85153 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 596916

[startup+102.31 s]
/proc/loadavg: 2.22 5.16 5.59 2/279 30353
/proc/meminfo: memFree=7905184/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=102.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 10175 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 609772

[startup+162.301 s]
/proc/loadavg: 1.44 4.40 5.30 2/279 30354
/proc/meminfo: memFree=7905392/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=162.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 16175 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 609772

[startup+222.301 s]
/proc/loadavg: 1.16 3.78 5.02 2/279 30356
/proc/meminfo: memFree=7905724/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=222.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 22175 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 609772

[startup+282.3 s]
/proc/loadavg: 1.06 3.27 4.77 2/279 30357
/proc/meminfo: memFree=7905924/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=282.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 28175 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 609772

[startup+342.301 s]
/proc/loadavg: 1.02 2.85 4.53 2/279 30359
/proc/meminfo: memFree=7905876/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=342.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 34175 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 609772

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

[startup+358.301 s]
/proc/loadavg: 1.01 2.76 4.47 2/279 30359
/proc/meminfo: memFree=7906124/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=358.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 35775 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 358.04
Current children cumulated vsize (KiB) 609772

[startup+383.91 s]
/proc/loadavg: 1.01 2.62 4.38 2/279 30360
/proc/meminfo: memFree=7906096/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=383.65 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 38336 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 383.65
Current children cumulated vsize (KiB) 609772

[startup+390.301 s]
/proc/loadavg: 1.01 2.59 4.36 2/279 30360
/proc/meminfo: memFree=7906092/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=609772 CPUtime=390.04 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 146925 933 1 0 38975 29 0 0 25 0 1 0 279809158 624406528 89834 33554432000 4194304 5683644 140735130373088 18446744073709551615 46980071479436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30345/statm: 152443 89834 1833 364 0 88367 0
Current children cumulated CPU time (s) 390.04
Current children cumulated vsize (KiB) 609772

[startup+396.701 s]
/proc/loadavg: 1.57 2.66 4.36 10/303 30384
/proc/meminfo: memFree=6004784/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=731388 CPUtime=391.2 cores=0-7
/proc/30345/stat : 30345 (python) S 30343 30345 29577 0 -1 4202496 152419 933 1 0 39080 40 0 0 23 0 9 0 279809158 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30345/statm: 182847 83596 1889 364 0 118744 0
[pid=30361] ppid=30345 vsize=583816 CPUtime=0.01 cores=0-7
/proc/30361/stat : 30361 (python) S 30345 30345 29577 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 279848275 597827584 81882 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682255 0 0 16781312 514 4370322054826656002 0 0 17 1 0 0 0

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

/proc/30345/task/30365/stat : 30365 (python) S 30343 30345 29577 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 279848280 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 0 0 0 0
[pid=30345/tid=30368] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30368/stat : 30368 (python) S 30343 30345 29577 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 279848284 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 6 0 0 0
[pid=30345/tid=30371] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30371/stat : 30371 (python) S 30343 30345 29577 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 279848288 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 5 0 0 0
[pid=30345/tid=30374] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30374/stat : 30374 (python) S 30343 30345 29577 0 -1 4202560 53 933 0 0 0 0 0 0 19 0 9 0 279848292 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 0 0 0 0
[pid=30345/tid=30377] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30377/stat : 30377 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 279848296 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 7 0 0 0
[pid=30345/tid=30380] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30380/stat : 30380 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 21 0 9 0 279848300 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 1 0 0 0
[pid=30345/tid=30383] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30383/stat : 30383 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 279848305 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 459.56
Current children cumulated vsize (KiB) 9456368

[startup+401.512 s]
/proc/loadavg: 2.16 2.76 4.39 18/303 30385
/proc/meminfo: memFree=7449128/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=731388 CPUtime=391.2 cores=0-7
/proc/30345/stat : 30345 (python) S 30343 30345 29577 0 -1 4202496 152419 933 1 0 39080 40 0 0 23 0 9 0 279809158 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30345/statm: 182847 83596 1889 364 0 118744 0
[pid=30361] ppid=30345 vsize=583816 CPUtime=0.01 cores=0-7
/proc/30361/stat : 30361 (python) R 30345 30345 29577 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 279848275 597827584 81882 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682255 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30361/statm: 145954 81882 376 364 0 81872 0
[pid=30363] ppid=30361 vsize=152100 CPUtime=10.31 cores=0-7
/proc/30363/stat : 30363 (lingeling) R 30361 30363 30363 0 -1 4202496 59628 0 0 0 1021 10 0 0 25 0 1 0 279848276 155750400 37193 33554432000 4194304 4352236 140735155983088 18446744073709551615 4303631 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30363/statm: 38025 37193 127 39 0 37105 0
[pid=30364] ppid=30345 vsize=594072 CPUtime=0.03 cores=0-7
/proc/30364/stat : 30364 (python) S 30345 30345 29577 0 -1 4202560 917 0 0 0 1 2 0 0 18 0 1 0 279848279 608329728 81879 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682310 0 0 16781312 514 7165051085285982465 0 0 17 2 0 0 0
/proc/30364/statm: 148518 81879 369 364 0 84433 0
[pid=30366] ppid=30364 vsize=152268 CPUtime=10.25 cores=0-7
/proc/30366/stat : 30366 (lingeling) R 30364 30366 30366 0 -1 4202496 59663 0 0 0 1015 10 0 0 25 0 1 0 279848280 155922432 37235 33554432000 4194304 4352236 140737262668192 18446744073709551615 4253143 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/30366/statm: 38067 37235 127 39 0 37147 0
[pid=30367] ppid=30345 vsize=604328 CPUtime=0.85 cores=0-7
/proc/30367/stat : 30367 (python) R 30345 30345 29577 0 -1 4202560 913 0 0 0 69 16 0 0 16 0 1 0 279848283 618831872 81884 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/30367/statm: 151082 81884 370 364 0 86994 0
[pid=30369] ppid=30367 vsize=0 CPUtime=9.4 cores=0-7
/proc/30369/stat : 30369 (cryptominisat-2) R 30367 30369 30369 0 -1 4202500 127815 0 0 0 919 21 0 0 25 0 1 0 279848284 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30369/statm: 0 0 0 0 0 0 0
[pid=30370] ppid=30345 vsize=614584 CPUtime=0.02 cores=0-7
/proc/30370/stat : 30370 (python) R 30345 30345 29577 0 -1 4202560 940 0 0 0 0 2 0 0 18 0 1 0 279848287 629334016 81888 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30370/statm: 153646 81888 370 364 0 89555 0
[pid=30372] ppid=30370 vsize=152232 CPUtime=10.19 cores=0-7
/proc/30372/stat : 30372 (lingeling) R 30370 30372 30372 0 -1 4202496 59537 0 0 0 1009 10 0 0 25 0 1 0 279848288 155885568 37226 33554432000 4194304 4352236 140735275481056 18446744073709551615 4214760 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30372/statm: 38058 37226 127 39 0 37138 0
[pid=30373] ppid=30345 vsize=690376 CPUtime=0.73 cores=0-7
/proc/30373/stat : 30373 (python) R 30345 30345 29577 0 -1 4202560 803 0 0 0 63 10 0 0 16 0 1 0 279848291 706945024 82010 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/30373/statm: 172594 82010 371 364 0 108500 0
[pid=30375] ppid=30373 vsize=0 CPUtime=9.43 cores=0-7
/proc/30375/stat : 30375 (cryptominisat-2) R 30373 30375 30375 0 -1 4202500 127803 0 0 0 923 20 0 0 25 0 1 0 279848292 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30375/statm: 0 0 0 0 0 0 0
[pid=30376] ppid=30345 vsize=700632 CPUtime=0.98 cores=0-7
/proc/30376/stat : 30376 (python) R 30345 30345 29577 0 -1 4202560 811 0 0 0 81 17 0 0 16 0 1 0 279848295 717447168 81999 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/30376/statm: 175158 81999 371 364 0 111061 0
[pid=30378] ppid=30376 vsize=0 CPUtime=9.01 cores=0-7
/proc/30378/stat : 30378 (cryptominisat-2) R 30376 30378 30378 0 -1 4202500 127807 0 0 0 882 19 0 0 25 0 1 0 279848296 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30378/statm: 0 0 0 0 0 0 0
[pid=30379] ppid=30345 vsize=710888 CPUtime=1.01 cores=0-7
/proc/30379/stat : 30379 (python) R 30345 30345 29577 0 -1 4202560 818 0 0 0 84 17 0 0 16 0 1 0 279848299 727949312 81995 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30379/statm: 177722 81995 371 364 0 113622 0
[pid=30381] ppid=30379 vsize=0 CPUtime=8.98 cores=0-7
/proc/30381/stat : 30381 (cryptominisat-2) R 30379 30381 30381 0 -1 4202500 127811 0 0 0 879 19 0 0 25 0 1 0 279848302 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30381/statm: 0 0 0 0 0 0 0
[pid=30382] ppid=30345 vsize=721144 CPUtime=0.65 cores=0-7
/proc/30382/stat : 30382 (python) R 30345 30345 29577 0 -1 4202560 866 0 0 0 55 10 0 0 16 0 1 0 279848304 738451456 82080 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30382/statm: 180286 82080 377 364 0 116183 0
[pid=30384] ppid=30382 vsize=0 CPUtime=9.36 cores=0-7
/proc/30384/stat : 30384 (cryptominisat-2) R 30382 30384 30384 0 -1 4202500 127812 0 0 0 915 21 0 0 25 0 1 0 279848305 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30384/statm: 0 0 0 0 0 0 0
[pid=30345/tid=30362] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30362/stat : 30362 (python) S 30343 30345 29577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 279848276 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 2 0 0 0
[pid=30345/tid=30365] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30365/stat : 30365 (python) S 30343 30345 29577 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 279848280 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 0 0 0 0
[pid=30345/tid=30368] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30368/stat : 30368 (python) S 30343 30345 29577 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 279848284 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 6 0 0 0
[pid=30345/tid=30371] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30371/stat : 30371 (python) S 30343 30345 29577 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 279848288 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 5 0 0 0
[pid=30345/tid=30374] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30374/stat : 30374 (python) S 30343 30345 29577 0 -1 4202560 53 933 0 0 0 0 0 0 19 0 9 0 279848292 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 0 0 0 0
[pid=30345/tid=30377] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30377/stat : 30377 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 279848296 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 7 0 0 0
[pid=30345/tid=30380] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30380/stat : 30380 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 21 0 9 0 279848300 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 1 0 0 0
[pid=30345/tid=30383] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30383/stat : 30383 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 279848305 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 472.41
Current children cumulated vsize (KiB) 6407828

[startup+401.901 s]
/proc/loadavg: 2.16 2.76 4.39 18/303 30385
/proc/meminfo: memFree=7449128/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=731388 CPUtime=391.2 cores=0-7
/proc/30345/stat : 30345 (python) S 30343 30345 29577 0 -1 4202496 152419 933 1 0 39080 40 0 0 23 0 9 0 279809158 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30345/statm: 182847 83596 1889 364 0 118744 0
[pid=30361] ppid=30345 vsize=583816 CPUtime=0.01 cores=0-7
/proc/30361/stat : 30361 (python) R 30345 30345 29577 0 -1 4202560 913 0 0 0 0 1 0 0 18 0 1 0 279848275 597827584 81882 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682255 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30361/statm: 145954 81882 376 364 0 81872 0
[pid=30363] ppid=30361 vsize=152100 CPUtime=10.7 cores=0-7
/proc/30363/stat : 30363 (lingeling) R 30361 30363 30363 0 -1 4202496 59628 0 0 0 1060 10 0 0 25 0 1 0 279848276 155750400 37193 33554432000 4194304 4352236 140735155983088 18446744073709551615 4300208 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30363/statm: 38025 37193 127 39 0 37105 0
[pid=30364] ppid=30345 vsize=594072 CPUtime=0.03 cores=0-7
/proc/30364/stat : 30364 (python) S 30345 30345 29577 0 -1 4202560 917 0 0 0 1 2 0 0 18 0 1 0 279848279 608329728 81879 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682310 0 0 16781312 514 7165051085285982465 0 0 17 2 0 0 0
/proc/30364/statm: 148518 81879 369 364 0 84433 0
[pid=30366] ppid=30364 vsize=152268 CPUtime=10.64 cores=0-7
/proc/30366/stat : 30366 (lingeling) R 30364 30366 30366 0 -1 4202496 59663 0 0 0 1054 10 0 0 25 0 1 0 279848280 155922432 37235 33554432000 4194304 4352236 140737262668192 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/30366/statm: 38067 37235 127 39 0 37147 0
[pid=30367] ppid=30345 vsize=604328 CPUtime=1.24 cores=0-7
/proc/30367/stat : 30367 (python) R 30345 30345 29577 0 -1 4202560 913 0 0 0 102 22 0 0 17 0 1 0 279848283 618831872 81884 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/30367/statm: 151082 81884 370 364 0 86994 0
[pid=30369] ppid=30367 vsize=0 CPUtime=9.4 cores=0-7
/proc/30369/stat : 30369 (cryptominisat-2) R 30367 30369 30369 0 -1 4202500 127815 0 0 0 919 21 0 0 25 0 1 0 279848284 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30369/statm: 0 0 0 0 0 0 0
[pid=30370] ppid=30345 vsize=614584 CPUtime=0.02 cores=0-7
/proc/30370/stat : 30370 (python) R 30345 30345 29577 0 -1 4202560 940 0 0 0 0 2 0 0 18 0 1 0 279848287 629334016 81888 33554432000 4194304 5683644 140735130373088 18446744073709551615 268660682310 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30370/statm: 153646 81888 370 364 0 89555 0
[pid=30372] ppid=30370 vsize=152232 CPUtime=10.58 cores=0-7
/proc/30372/stat : 30372 (lingeling) R 30370 30372 30372 0 -1 4202496 59537 0 0 0 1048 10 0 0 25 0 1 0 279848288 155885568 37226 33554432000 4194304 4352236 140735275481056 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30372/statm: 38058 37226 127 39 0 37138 0
[pid=30373] ppid=30345 vsize=690376 CPUtime=1.12 cores=0-7
/proc/30373/stat : 30373 (python) R 30345 30345 29577 0 -1 4202560 803 0 0 0 97 15 0 0 17 0 1 0 279848291 706945024 82010 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/30373/statm: 172594 82010 371 364 0 108500 0
[pid=30375] ppid=30373 vsize=0 CPUtime=9.43 cores=0-7
/proc/30375/stat : 30375 (cryptominisat-2) R 30373 30375 30375 0 -1 4202500 127803 0 0 0 923 20 0 0 25 0 1 0 279848292 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30375/statm: 0 0 0 0 0 0 0
[pid=30376] ppid=30345 vsize=700632 CPUtime=1.37 cores=0-7
/proc/30376/stat : 30376 (python) R 30345 30345 29577 0 -1 4202560 811 0 0 0 114 23 0 0 17 0 1 0 279848295 717447168 81999 33554432000 4194304 5683644 140735130373088 18446744073709551615 4458113 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/30376/statm: 175158 81999 371 364 0 111061 0
[pid=30378] ppid=30376 vsize=0 CPUtime=9.01 cores=0-7
/proc/30378/stat : 30378 (cryptominisat-2) R 30376 30378 30378 0 -1 4202500 127807 0 0 0 882 19 0 0 25 0 1 0 279848296 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30378/statm: 0 0 0 0 0 0 0
[pid=30379] ppid=30345 vsize=710888 CPUtime=1.4 cores=0-7
/proc/30379/stat : 30379 (python) R 30345 30345 29577 0 -1 4202560 818 0 0 0 117 23 0 0 17 0 1 0 279848299 727949312 81995 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/30379/statm: 177722 81995 371 364 0 113622 0
[pid=30381] ppid=30379 vsize=0 CPUtime=8.98 cores=0-7
/proc/30381/stat : 30381 (cryptominisat-2) R 30379 30381 30381 0 -1 4202500 127811 0 0 0 879 19 0 0 25 0 1 0 279848302 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30381/statm: 0 0 0 0 0 0 0
[pid=30382] ppid=30345 vsize=721144 CPUtime=1.04 cores=0-7
/proc/30382/stat : 30382 (python) R 30345 30345 29577 0 -1 4202560 866 0 0 0 89 15 0 0 16 0 1 0 279848304 738451456 82080 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30382/statm: 180286 82080 377 364 0 116183 0
[pid=30384] ppid=30382 vsize=0 CPUtime=9.36 cores=0-7
/proc/30384/stat : 30384 (cryptominisat-2) R 30382 30384 30384 0 -1 4202500 127812 0 0 0 915 21 0 0 25 0 1 0 279848305 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30384/statm: 0 0 0 0 0 0 0
[pid=30345/tid=30362] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30362/stat : 30362 (python) S 30343 30345 29577 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 279848276 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 2 0 0 0
[pid=30345/tid=30365] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30365/stat : 30365 (python) S 30343 30345 29577 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 279848280 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 0 0 0 0
[pid=30345/tid=30368] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30368/stat : 30368 (python) S 30343 30345 29577 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 279848284 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 6 0 0 0
[pid=30345/tid=30371] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30371/stat : 30371 (python) S 30343 30345 29577 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 279848288 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 5 0 0 0
[pid=30345/tid=30374] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30374/stat : 30374 (python) S 30343 30345 29577 0 -1 4202560 53 933 0 0 0 0 0 0 19 0 9 0 279848292 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 0 0 0 0
[pid=30345/tid=30377] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30377/stat : 30377 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 279848296 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 7 0 0 0
[pid=30345/tid=30380] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30380/stat : 30380 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 21 0 9 0 279848300 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 1 0 0 0
[pid=30345/tid=30383] ppid=30343 vsize=731388 CPUtime=0 cores=0-7
/proc/30345/task/30383/stat : 30383 (python) S 30343 30345 29577 0 -1 4202560 33 933 0 0 0 0 0 0 23 0 9 0 279848305 748941312 83596 33554432000 4194304 5683644 140735130373088 18446744073709551615 268672485809 0 0 16781312 2 18446604448481662080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 475.53
Current children cumulated vsize (KiB) 6407828

[startup+402.101 s]
/proc/loadavg: 2.16 2.76 4.39 18/303 30385
/proc/meminfo: memFree=7449128/32951124 swapFree=67111524/67111528
[pid=30345] ppid=30343 vsize=680060 CPUtime=476.65 cores=0-7
/proc/30345/stat : 30345 (python) R 30343 30345 29577 0 -1 4202496 189237 827484 1 0 39084 44 8278 259 17 0 1 0 279809158 696381440 83486 33554432000 4194304 5683644 140735130373088 18446744073709551615 4510411 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30345/statm: 170015 83486 1874 364 0 105939 0
Current children cumulated CPU time (s) 476.65
Current children cumulated vsize (KiB) 680060

Child status: 0
Real time (s): 402.136
CPU time (s): 476.701
CPU user time (s): 473.642
CPU system time (s): 3.05853
CPU usage (%): 118.542
Max. virtual memory (cumulated for all children) (KiB): 9551464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 473.642
system time used= 3.05854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1018136
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= 3457
involuntary context switches= 1369

runsolver used 1.01585 second user time and 2.33164 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-02 19:09:39
IDJOB=3322759
IDBENCH=88185
IDSOLVER=1710
FILE ID=node107/3322759-1304356178
RUNJOBID= node107-1304348805-29591
PBS_JOBID= 13178668
Free space on /tmp= 72896 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-25-U-7061.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322759-1304356178/watcher-3322759-1304356178 -o /tmp/evaluation-result-3322759-1304356178/solver-3322759-1304356178 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322759-1304356178.cnf -seed 400901926 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=400901926

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8251668 kB
Buffers:        304936 kB
Cached:        3203380 kB
SwapCached:          4 kB
Active:       20976684 kB
Inactive:      3324472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8251668 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           63296 kB
Writeback:          24 kB
AnonPages:    20793144 kB
Mapped:          25356 kB
Slab:           269616 kB
PageTables:      58392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54928068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72864 MiB
End job on node107 at 2011-05-02 19:16:21