Trace number 3381364

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-par-industrial (fixed)UNSAT 459.003 396.259

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.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3381364-1305514081.cnf
0.35/0.68	c INFO: computing task features
6.72/7.07	c INFO: computed variable-clause graph statistics
6.92/7.27	c INFO: computed clause balance statistics
33.32/33.61	c INFO: computed variable balance statistics
52.32/52.64	c INFO: computed small-clause counts
53.22/53.57	c INFO: computed Horn-clause counts
386.63/386.95	c INFO: computed variable graph statistics
386.63/386.95	c INFO: collected features for HOME/instance-3381364-1305514081.cnf in 386.11 s
386.63/386.98	c INFO: running lingeling-276@0 for 194 with 4613 remaining (b = 0.93)
386.73/387.00	c INFO: running lingeling-276@0 for 97 with 4613 remaining (b = 0.83)
386.73/387.03	c INFO: running cryptominisat-2.9.0@0 for 485 with 4613 remaining (b = 0.54)
386.73/387.06	c INFO: running cryptominisat-2.9.0@0 for 679 with 4613 remaining (b = 0.53)
386.73/387.09	c INFO: running cryptominisat-2.9.0@0 for 97 with 4613 remaining (b = 0.15)
387.10/387.12	c INFO: running lingeling-276@0 for 970 with 4613 remaining (b = 0.44)
387.10/387.15	c INFO: running cryptominisat-2.9.0@0 for 679 with 4613 remaining (b = 0.35)
387.10/387.18	c INFO: running precosat-570@0 for 679 with 4613 remaining (b = 0.33)
458.62/396.16	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: 961)

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-3381364-1305514081/watcher-3381364-1305514081 -o /tmp/evaluation-result-3381364-1305514081/solver-3381364-1305514081 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381364-1305514081.cnf -seed 1647221504 -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: 7.39 7.98 8.06 2/365 10071
/proc/meminfo: memFree=23540128/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=15776 CPUtime=0 cores=0-7
/proc/10071/stat : 10071 (python) S 10069 10071 10046 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 663008561 16154624 784 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/10071/statm: 3944 784 346 364 0 431 0

[startup+0.044047 s]
/proc/loadavg: 7.39 7.98 8.06 2/365 10071
/proc/meminfo: memFree=23540128/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=18884 CPUtime=0.02 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 1284 0 0 0 2 0 0 0 17 0 1 0 663008561 19337216 1137 33554432000 4194304 5683644 140735331737056 18446744073709551615 4870108 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.101051 s]
/proc/loadavg: 7.39 7.98 8.06 2/365 10071
/proc/meminfo: memFree=23540128/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=87704 CPUtime=0.05 cores=0-7
/proc/10071/stat : 10071 (python) S 10069 10071 10046 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 663008561 89808896 2354 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/10071/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.301016 s]
/proc/loadavg: 7.39 7.98 8.06 2/365 10071
/proc/meminfo: memFree=23540128/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=135752 CPUtime=0.17 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 5966 934 1 0 13 4 0 0 17 0 1 0 663008561 139010048 4150 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446941189 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700926 s]
/proc/loadavg: 7.39 7.98 8.06 2/365 10071
/proc/meminfo: memFree=23540128/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=309684 CPUtime=0.42 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 17086 934 1 0 29 13 0 0 16 0 1 0 663008561 317116416 14765 33554432000 4194304 5683644 140735331737056 18446744073709551615 4643419 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 77421 14765 1761 364 0 13345 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 309684

[startup+1.50077 s]
/proc/loadavg: 6.88 7.86 8.02 2/366 10076
/proc/meminfo: memFree=23469944/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=361988 CPUtime=1.23 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 29787 934 1 0 108 15 0 0 17 0 1 0 663008561 370675712 27466 33554432000 4194304 5683644 140735331737056 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 90497 27467 1761 364 0 26421 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 361988

[startup+3.10047 s]
/proc/loadavg: 6.88 7.86 8.02 2/366 10076
/proc/meminfo: memFree=23397280/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=467444 CPUtime=2.82 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 55658 934 1 0 264 18 0 0 19 0 1 0 663008561 478662656 53337 33554432000 4194304 5683644 140735331737056 18446744073709551615 4639693 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 116861 53338 1761 364 0 52785 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 467444

[startup+6.3009 s]
/proc/loadavg: 6.88 7.86 8.02 2/366 10076
/proc/meminfo: memFree=23174220/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=622632 CPUtime=6.02 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 134079 934 1 0 574 28 0 0 25 0 1 0 663008561 637575168 93032 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619711578 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 155658 93032 1815 364 0 91582 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 622632

[startup+12.7007 s]
/proc/loadavg: 6.05 7.65 7.95 2/366 10076
/proc/meminfo: memFree=23202152/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=596916 CPUtime=12.42 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 143703 934 1 0 1213 29 0 0 25 0 1 0 663008561 611241984 86614 33554432000 4194304 5683644 140735331737056 18446744073709551615 4578757 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 149229 86614 1826 364 0 85153 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 596916

[startup+25.5003 s]
/proc/loadavg: 5.27 7.43 7.87 2/366 10077
/proc/meminfo: memFree=23203972/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=596916 CPUtime=25.22 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 143703 934 1 0 2493 29 0 0 25 0 1 0 663008561 611241984 86614 33554432000 4194304 5683644 140735331737056 18446744073709551615 4562979 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10071/statm: 149229 86614 1826 364 0 85153 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 596916

[startup+51.1005 s]
/proc/loadavg: 3.81 6.91 7.69 2/366 10077
/proc/meminfo: memFree=23203808/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=596916 CPUtime=50.82 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 143704 934 1 0 5053 29 0 0 25 0 1 0 663008561 611241984 86615 33554432000 4194304 5683644 140735331737056 18446744073709551615 4562976 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 149229 86615 1827 364 0 85153 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 596916

[startup+102.313 s]
/proc/loadavg: 2.12 5.92 7.30 2/366 10079
/proc/meminfo: memFree=23190888/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=102.03 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 10174 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 609772

[startup+162.301 s]
/proc/loadavg: 1.41 5.02 6.90 2/366 10080
/proc/meminfo: memFree=23190900/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=162.02 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 16173 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298432 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 609772

[startup+222.301 s]
/proc/loadavg: 1.15 4.29 6.53 2/366 10082
/proc/meminfo: memFree=23190848/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=222.02 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 22173 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 609772

[startup+282.3 s]
/proc/loadavg: 1.05 3.68 6.18 2/366 10084
/proc/meminfo: memFree=23191056/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=282.02 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 28173 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 609772

[startup+342.3 s]
/proc/loadavg: 1.02 3.19 5.86 2/366 10085
/proc/meminfo: memFree=23191132/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=342.03 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 34174 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298432 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 609772

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

[startup+358.3 s]
/proc/loadavg: 1.01 3.09 5.78 2/366 10086
/proc/meminfo: memFree=23190996/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=358.03 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 35774 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298432 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 358.03
Current children cumulated vsize (KiB) 609772

[startup+371.101 s]
/proc/loadavg: 1.01 2.98 5.70 2/366 10086
/proc/meminfo: memFree=23190984/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=370.83 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 37054 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 370.83
Current children cumulated vsize (KiB) 609772

[startup+383.912 s]
/proc/loadavg: 1.01 2.92 5.65 2/366 10086
/proc/meminfo: memFree=23190968/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=609772 CPUtime=383.64 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 146924 934 1 0 38335 29 0 0 25 0 1 0 663008561 624406528 89835 33554432000 4194304 5683644 140735331737056 18446744073709551615 47713619298444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10071/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 383.64
Current children cumulated vsize (KiB) 609772

[startup+390.301 s]
/proc/loadavg: 1.01 2.88 5.62 9/390 10110
/proc/meminfo: memFree=21576372/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=731388 CPUtime=386.93 cores=0-7
/proc/10071/stat : 10071 (python) S 10069 10071 10046 0 -1 4202496 152578 934 1 0 38656 37 0 0 21 0 9 0 663008561 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10071/statm: 182847 83517 1889 364 0 118744 0
[pid=10087] ppid=10071 vsize=583816 CPUtime=0 cores=0-7
/proc/10087/stat : 10087 (python) S 10071 10071 10046 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 663047259 597827584 81865 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965263 0 0 16781312 514 16787801208893964546 0 0 17 1 0 0 0

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

[pid=10104] ppid=10102 vsize=149828 CPUtime=7.82 cores=0-7
/proc/10104/stat : 10104 (lingeling) R 10102 10104 10104 0 -1 4202496 59175 0 0 0 772 10 0 0 25 0 1 0 663047274 153423872 36624 33554432000 4194304 4352236 140733351325760 18446744073709551615 4211504 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10104/statm: 37457 36624 127 39 0 36537 0
[pid=10105] ppid=10071 vsize=710888 CPUtime=0.02 cores=0-7
/proc/10105/stat : 10105 (python) S 10071 10071 10046 0 -1 4202560 820 0 0 0 0 2 0 0 15 0 1 0 663047276 727949312 82019 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 10900669057862697216 0 0 17 3 0 0 0
/proc/10105/statm: 177722 82019 371 364 0 113622 0
[pid=10107] ppid=10105 vsize=598700 CPUtime=7.88 cores=0-7
/proc/10107/stat : 10107 (cryptominisat-2) R 10105 10107 10107 0 -1 4202496 120170 0 0 0 772 16 0 0 25 0 1 0 663047280 613068800 103005 33554432000 4194304 4677096 140735815477616 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10107/statm: 149675 103005 362 118 0 144634 0
[pid=10108] ppid=10071 vsize=721144 CPUtime=0.02 cores=0-7
/proc/10108/stat : 10108 (python) S 10071 10071 10046 0 -1 4202560 865 0 0 0 0 2 0 0 18 0 1 0 663047280 738451456 82001 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 406666474455793922 0 0 17 6 0 0 0
/proc/10108/statm: 180286 82001 377 364 0 116183 0
[pid=10110] ppid=10108 vsize=484492 CPUtime=7.84 cores=0-7
/proc/10110/stat : 10110 (precosat) R 10108 10110 10110 0 -1 4202496 123830 0 0 0 769 15 0 0 25 0 1 0 663047281 496119808 115091 33554432000 4194304 4890832 140733993059232 18446744073709551615 4467698 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/10110/statm: 121123 115091 81 171 0 120950 0
[pid=10071/tid=10088] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10088/stat : 10088 (python) S 10069 10071 10046 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 663047260 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10091] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10091/stat : 10091 (python) S 10069 10071 10046 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 663047263 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 4 0 0 0
[pid=10071/tid=10094] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10094/stat : 10094 (python) S 10069 10071 10046 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 663047265 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10097/stat : 10097 (python) S 10069 10071 10046 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 663047268 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 0 0 0 0
[pid=10071/tid=10100] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10100/stat : 10100 (python) S 10069 10071 10046 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 663047271 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10103/stat : 10103 (python) S 10069 10071 10046 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 663047274 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 7 0 0 0
[pid=10071/tid=10106] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10106/stat : 10106 (python) S 10069 10071 10046 0 -1 4202560 59 934 0 0 0 0 0 0 19 0 9 0 663047277 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10109] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10109/stat : 10109 (python) S 10069 10071 10046 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 663047281 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 450.7
Current children cumulated vsize (KiB) 9137440

[startup+395.901 s]
/proc/loadavg: 2.08 3.05 5.65 10/390 10111
/proc/meminfo: memFree=21002872/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=731388 CPUtime=386.93 cores=0-7
/proc/10071/stat : 10071 (python) S 10069 10071 10046 0 -1 4202496 152578 934 1 0 38656 37 0 0 21 0 9 0 663008561 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10071/statm: 182847 83517 1889 364 0 118744 0
[pid=10087] ppid=10071 vsize=583816 CPUtime=0.01 cores=0-7
/proc/10087/stat : 10087 (python) S 10071 10071 10046 0 -1 4202560 981 0 0 0 0 1 0 0 18 0 1 0 663047259 597827584 81887 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965263 0 0 16781312 514 16787801208893964546 0 0 17 1 0 0 0
/proc/10087/statm: 145954 81887 380 364 0 81872 0
[pid=10089] ppid=10087 vsize=148664 CPUtime=8.84 cores=0-7
/proc/10089/stat : 10089 (lingeling) R 10087 10089 10089 0 -1 4202496 58859 0 0 0 875 9 0 0 25 0 1 0 663047260 152231936 36334 33554432000 4194304 4352236 140734191307264 18446744073709551615 4229912 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/10089/statm: 37166 36334 127 39 0 36246 0
[pid=10090] ppid=10071 vsize=594072 CPUtime=0.01 cores=0-7
/proc/10090/stat : 10090 (python) S 10071 10071 10046 0 -1 4202560 909 0 0 0 1 0 0 0 18 0 1 0 663047262 608329728 81881 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 4165754068188233985 0 0 17 6 0 0 0
/proc/10090/statm: 148518 81881 370 364 0 84433 0
[pid=10092] ppid=10090 vsize=145764 CPUtime=8.88 cores=0-7
/proc/10092/stat : 10092 (lingeling) R 10090 10092 10092 0 -1 4202496 57970 0 0 0 880 8 0 0 25 0 1 0 663047263 149262336 35609 33554432000 4194304 4352236 140736461492784 18446744073709551615 4297928 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10092/statm: 36441 35609 127 39 0 35521 0
[pid=10093] ppid=10071 vsize=604328 CPUtime=0.01 cores=0-7
/proc/10093/stat : 10093 (python) S 10071 10071 10046 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 663047265 618831872 81885 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 4606908919577542913 0 0 17 1 0 0 0
/proc/10093/statm: 151082 81885 370 364 0 86994 0
[pid=10095] ppid=10093 vsize=634688 CPUtime=8.85 cores=0-7
/proc/10095/stat : 10095 (cryptominisat-2) R 10093 10095 10095 0 -1 4202496 127640 0 0 0 869 16 0 0 25 0 1 0 663047266 649920512 110465 33554432000 4194304 4677096 140733847747872 18446744073709551615 244446606021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10095/statm: 158672 110465 362 118 0 153631 0
[pid=10096] ppid=10071 vsize=614584 CPUtime=0.01 cores=0-7
/proc/10096/stat : 10096 (python) S 10071 10071 10046 0 -1 4202560 943 0 0 0 0 1 0 0 15 0 1 0 663047267 629334016 81889 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 4606912767868240129 0 0 17 2 0 0 0
/proc/10096/statm: 153646 81889 370 364 0 89555 0
[pid=10098] ppid=10096 vsize=625584 CPUtime=8.8 cores=0-7
/proc/10098/stat : 10098 (cryptominisat-2) R 10096 10098 10098 0 -1 4202496 125620 0 0 0 862 18 0 0 25 0 1 0 663047268 640598016 108446 33554432000 4194304 4677096 140733449730416 18446744073709551615 4238499 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10098/statm: 156396 108447 362 118 0 151355 0
[pid=10099] ppid=10071 vsize=624840 CPUtime=0.02 cores=0-7
/proc/10099/stat : 10099 (python) S 10071 10071 10046 0 -1 4202560 946 0 0 0 0 2 0 0 15 0 1 0 663047270 639836160 81892 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 10900665209572000004 0 0 17 1 0 0 0
/proc/10099/statm: 156210 81892 369 364 0 92116 0
[pid=10101] ppid=10099 vsize=623924 CPUtime=8.79 cores=0-7
/proc/10101/stat : 10101 (cryptominisat-2) R 10099 10101 10101 0 -1 4202496 125246 0 0 0 864 15 0 0 25 0 1 0 663047271 638898176 108067 33554432000 4194304 4677096 140734335334912 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10101/statm: 155981 108067 362 118 0 150940 0
[pid=10102] ppid=10071 vsize=635096 CPUtime=0.02 cores=0-7
/proc/10102/stat : 10102 (python) S 10071 10071 10046 0 -1 4202560 943 0 0 0 0 2 0 0 18 0 1 0 663047273 650338304 81897 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 10900672906153394436 0 0 17 7 0 0 0
/proc/10102/statm: 158774 81897 370 364 0 94677 0
[pid=10104] ppid=10102 vsize=149828 CPUtime=8.62 cores=0-7
/proc/10104/stat : 10104 (lingeling) R 10102 10104 10104 0 -1 4202496 59175 0 0 0 852 10 0 0 25 0 1 0 663047274 153423872 36624 33554432000 4194304 4352236 140733351325760 18446744073709551615 4228384 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10104/statm: 37457 36624 127 39 0 36537 0
[pid=10105] ppid=10071 vsize=710888 CPUtime=0.02 cores=0-7
/proc/10105/stat : 10105 (python) S 10071 10071 10046 0 -1 4202560 820 0 0 0 0 2 0 0 15 0 1 0 663047276 727949312 82019 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 10900669057862697216 0 0 17 3 0 0 0
/proc/10105/statm: 177722 82019 371 364 0 113622 0
[pid=10107] ppid=10105 vsize=631504 CPUtime=8.68 cores=0-7
/proc/10107/stat : 10107 (cryptominisat-2) R 10105 10107 10107 0 -1 4202496 126836 0 0 0 852 16 0 0 25 0 1 0 663047280 646660096 109671 33554432000 4194304 4677096 140735815477616 18446744073709551615 4236140 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10107/statm: 157876 109671 362 118 0 152835 0
[pid=10108] ppid=10071 vsize=721144 CPUtime=0.35 cores=0-7
/proc/10108/stat : 10108 (python) R 10071 10071 10046 0 -1 4202560 866 0 0 0 26 9 0 0 16 0 1 0 663047280 738451456 82002 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458775359 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/10108/statm: 180286 82002 377 364 0 116183 0
[pid=10110] ppid=10108 vsize=0 CPUtime=8.33 cores=0-7
/proc/10110/stat : 10110 (precosat) R 10108 10110 10110 0 -1 4202500 128172 0 0 0 816 17 0 0 25 0 1 0 663047281 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/10110/statm: 0 0 0 0 0 0 0
[pid=10071/tid=10088] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10088/stat : 10088 (python) S 10069 10071 10046 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 663047260 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10091] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10091/stat : 10091 (python) S 10069 10071 10046 0 -1 4202560 21 934 0 0 0 0 0 0 25 0 9 0 663047263 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 4 0 0 0
[pid=10071/tid=10094] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10094/stat : 10094 (python) S 10069 10071 10046 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 663047265 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10097/stat : 10097 (python) S 10069 10071 10046 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 663047268 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 0 0 0 0
[pid=10071/tid=10100] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10100/stat : 10100 (python) S 10069 10071 10046 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 9 0 663047271 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10103/stat : 10103 (python) S 10069 10071 10046 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 9 0 663047274 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 7 0 0 0
[pid=10071/tid=10106] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10106/stat : 10106 (python) S 10069 10071 10046 0 -1 4202560 59 934 0 0 0 0 0 0 19 0 9 0 663047277 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10109] ppid=10069 vsize=731388 CPUtime=0 cores=0-7
/proc/10071/task/10109/stat : 10109 (python) S 10069 10071 10046 0 -1 4202560 33 934 0 0 0 0 0 0 21 0 9 0 663047281 748941312 83517 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 457.17
Current children cumulated vsize (KiB) 8780112

[startup+396.101 s]
/proc/loadavg: 2.08 3.05 5.65 10/390 10111
/proc/meminfo: memFree=21002872/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=731388 CPUtime=404.64 cores=0-7
/proc/10071/stat : 10071 (python) S 10069 10071 10046 0 -1 4202496 152620 189629 1 0 38656 37 1736 35 17 0 9 0 663008561 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458775359 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10071/statm: 182847 83518 1890 364 0 118744 0
[pid=10087] ppid=10071 vsize=583816 CPUtime=0.01 cores=0-7
/proc/10087/stat : 10087 (python) S 10071 10071 10046 0 -1 4202560 981 0 0 0 0 1 0 0 18 0 1 0 663047259 597827584 81887 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965263 0 0 16781312 514 16787801208893964546 0 0 17 1 0 0 0
/proc/10087/statm: 145954 81887 380 364 0 81872 0
[pid=10089] ppid=10087 vsize=148664 CPUtime=9.03 cores=0-7
/proc/10089/stat : 10089 (lingeling) R 10087 10089 10089 0 -1 4202496 58859 0 0 0 894 9 0 0 25 0 1 0 663047260 152231936 36334 33554432000 4194304 4352236 140734191307264 18446744073709551615 4229991 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/10089/statm: 37166 36334 127 39 0 36246 0
[pid=10090] ppid=10071 vsize=594072 CPUtime=0.03 cores=0-7
/proc/10090/stat : 10090 (python) S 10071 10071 10046 0 -1 4202560 927 0 0 0 2 1 0 0 18 0 1 0 663047262 608329728 81890 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 3335707172439818497 0 0 17 1 0 0 0
/proc/10090/statm: 148518 81890 379 364 0 84433 0
[pid=10092] ppid=10090 vsize=145764 CPUtime=9.07 cores=0-7
/proc/10092/stat : 10092 (lingeling) R 10090 10092 10092 0 -1 4202496 57970 0 0 0 899 8 0 0 25 0 1 0 663047263 149262336 35609 33554432000 4194304 4352236 140736461492784 18446744073709551615 4233384 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10092/statm: 36441 35609 127 39 0 35521 0
[pid=10093] ppid=10071 vsize=0 CPUtime=9 cores=0-7
/proc/10093/stat : 10093 (python) Z 10071 10071 10046 0 -1 4202588 1147 127815 0 0 0 2 880 18 15 0 1 0 663047265 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10093/statm: 0 0 0 0 0 0 0
[pid=10096] ppid=10071 vsize=614584 CPUtime=0.01 cores=0-7
/proc/10096/stat : 10096 (python) S 10071 10071 10046 0 -1 4202560 943 0 0 0 0 1 0 0 15 0 1 0 663047267 629334016 81889 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446965318 0 0 16781312 514 4606912767868240129 0 0 17 2 0 0 0
/proc/10096/statm: 153646 81889 370 364 0 89555 0
[pid=10098] ppid=10096 vsize=631772 CPUtime=8.99 cores=0-7
/proc/10098/stat : 10098 (cryptominisat-2) R 10096 10098 10098 0 -1 4202496 126919 0 0 0 881 18 0 0 25 0 1 0 663047268 646934528 109745 33554432000 4194304 4677096 140733449730416 18446744073709551615 244446606021 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10098/statm: 157943 109745 362 118 0 152902 0
[pid=10099] ppid=10071 vsize=624840 CPUtime=0.02 cores=0-7
/proc/10099/stat : 10099 (python) S 10071 10071 10046 0 -1 4202560 964 0 0 0 0 2 0 0 15 0 1 0 663047270 639836160 81897 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458775359 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/10099/statm: 156210 81897 374 364 0 92116 0
[pid=10101] ppid=10099 vsize=0 CPUtime=8.98 cores=0-7
/proc/10101/stat : 10101 (cryptominisat-2) R 10099 10101 10101 0 -1 4203524 126694 0 0 0 881 17 0 0 25 0 1 0 663047271 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10101/statm: 0 0 0 0 0 0 0
[pid=10108] ppid=10071 vsize=0 CPUtime=8.84 cores=0-7
/proc/10108/stat : 10108 (python) Z 10071 10071 10046 0 -1 4202588 1149 128172 0 0 39 12 816 17 17 0 1 0 663047280 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10108/statm: 0 0 0 0 0 0 0
[pid=10071/tid=10088] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10088/stat : 10088 (python) S 10069 10071 10046 0 -1 4202560 23 189629 0 0 0 0 1736 35 25 0 9 0 663047260 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10091] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10091/stat : 10091 (python) S 10069 10071 10046 0 -1 4202560 21 189629 0 0 0 0 1736 35 25 0 9 0 663047263 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 4 0 0 0
[pid=10071/tid=10094] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10094/stat : 10094 (python) S 10069 10071 10046 0 -1 4202560 23 189629 0 0 0 0 1736 35 25 0 9 0 663047265 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10097/stat : 10097 (python) S 10069 10071 10046 0 -1 4202560 23 189629 0 0 0 0 1736 35 20 0 9 0 663047268 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 0 0 0 0
[pid=10071/tid=10100] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10100/stat : 10100 (python) S 10069 10071 10046 0 -1 4202560 25 189629 0 0 0 0 1736 35 21 0 9 0 663047271 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10103/stat : 10103 (python) S 10069 10071 10046 0 -1 4202560 27 189629 0 0 0 0 1736 35 22 0 9 0 663047274 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 7 0 0 0
[pid=10071/tid=10106] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10106/stat : 10106 (python) S 10069 10071 10046 0 -1 4202560 59 189629 0 0 0 0 1736 35 19 0 9 0 663047277 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
[pid=10071/tid=10109] ppid=10069 vsize=731388 CPUtime=17.71 cores=0-7
/proc/10071/task/10109/stat : 10109 (python) S 10069 10071 10046 0 -1 4202560 33 189629 0 0 0 0 1736 35 21 0 9 0 663047281 748941312 83518 33554432000 4194304 5683644 140735331737056 18446744073709551615 244458768817 0 0 16781312 2 18446604441755960384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 4074900

[startup+396.201 s]
/proc/loadavg: 2.08 3.05 5.65 10/390 10111
/proc/meminfo: memFree=21002872/32951124 swapFree=44485772/67111528
[pid=10071] ppid=10069 vsize=680060 CPUtime=458.94 cores=0-7
/proc/10071/stat : 10071 (python) R 10069 10071 10046 0 -1 4202496 171344 822581 1 0 38658 39 7042 155 16 0 1 0 663008561 696381440 83469 33554432000 4194304 5683644 140735331737056 18446744073709551615 244446600631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10071/statm: 170015 83469 1873 364 0 105939 0
Current children cumulated CPU time (s) 458.94
Current children cumulated vsize (KiB) 680060

Child status: 0
Real time (s): 396.259
CPU time (s): 459.003
CPU user time (s): 457.03
CPU system time (s): 1.9737
CPU usage (%): 115.834
Max. virtual memory (cumulated for all children) (KiB): 9213940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.03
system time used= 1.9737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1013396
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= 3232
involuntary context switches= 1002

runsolver used 1.25381 second user time and 3.12052 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-16 04:48:01
IDJOB=3381364
IDBENCH=88185
IDSOLVER=1864
FILE ID=node105/3381364-1305514081
RUNJOBID= node105-1305514081-10060
PBS_JOBID= 13325556
Free space on /tmp= 73592 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3381364-1305514081/watcher-3381364-1305514081 -o /tmp/evaluation-result-3381364-1305514081/solver-3381364-1305514081 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381364-1305514081.cnf -seed 1647221504 -budget 40000 -cores 8

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=1647221504

node105.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.825
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      23540532 kB
Buffers:        317752 kB
Cached:        6972332 kB
SwapCached:      39648 kB
Active:        2151944 kB
Inactive:      6971504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23540532 kB
SwapTotal:    67111528 kB
SwapFree:     44485772 kB
Dirty:           63400 kB
Writeback:           0 kB
AnonPages:     1802072 kB
Mapped:          14800 kB
Slab:           144332 kB
PageTables:      72916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91323656 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= 73560 MiB
End job on node105 at 2011-05-16 04:54:38