Trace number 3378726

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 454.37 421.099

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 benchmark0.571912
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.37/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.50	c INFO: solving HOME/instance-3378726-1305467533.cnf
0.37/0.50	c INFO: computing task features
7.38/7.50	c INFO: computed variable-clause graph statistics
7.59/7.72	c INFO: computed clause balance statistics
36.09/36.26	c INFO: computed variable balance statistics
56.78/56.90	c INFO: computed small-clause counts
57.77/57.94	c INFO: computed Horn-clause counts
409.58/409.78	c INFO: computed variable graph statistics
409.58/409.78	c INFO: collected features for HOME/instance-3378726-1305467533.cnf in 409.09 s
409.58/409.79	c INFO: running lingeling-276@0 for 291 with 790 remaining (b = 0.94)
409.69/409.81	c INFO: running lingeling-276@0 for 97 with 790 remaining (b = 0.87)
409.69/409.83	c INFO: running cryptominisat-2.9.0@0 for 790 with 790 remaining (b = 0.65)
409.69/409.85	c INFO: running cryptominisat-2.9.0@0 for 790 with 790 remaining (b = 0.58)
454.16/421.01	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-3378726-1305467533/watcher-3378726-1305467533 -o /tmp/evaluation-result-3378726-1305467533/solver-3378726-1305467533 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378726-1305467533.cnf -seed 2001042792 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.60 5.76 6.60 2/334 19824
/proc/meminfo: memFree=19167136/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 957 0 0 0 0 0 0 0 17 0 1 0 658351515 16289792 834 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335890432 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/19824/statm: 3978 835 357 364 0 465 0

[startup+0.077618 s]
/proc/loadavg: 6.60 5.76 6.60 2/334 19824
/proc/meminfo: memFree=19167136/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=84472 CPUtime=0.05 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 2397 0 0 0 4 1 0 0 17 0 1 0 658351515 86499328 2127 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19824/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.100647 s]
/proc/loadavg: 6.60 5.76 6.60 2/334 19824
/proc/meminfo: memFree=19167136/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=102012 CPUtime=0.07 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 3026 0 0 0 5 2 0 0 17 0 1 0 658351515 104460288 2718 33554432000 4194304 5683644 140734797471232 18446744073709551615 232330968711 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/19824/statm: 26055 2718 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300614 s]
/proc/loadavg: 6.60 5.76 6.60 2/334 19824
/proc/meminfo: memFree=19167136/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=151084 CPUtime=0.22 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 6291 936 1 0 16 6 0 0 17 0 1 0 658351515 154710016 4424 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/19824/statm: 37771 4424 1220 364 0 3182 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 151084

[startup+0.70055 s]
/proc/loadavg: 6.60 5.76 6.60 2/334 19824
/proc/meminfo: memFree=19167136/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=319008 CPUtime=0.57 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 19324 936 1 0 47 10 0 0 17 0 1 0 658351515 326664192 17008 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 79752 17008 1761 364 0 15676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 319008

[startup+1.50042 s]
/proc/loadavg: 6.60 5.76 6.60 3/335 19829
/proc/meminfo: memFree=19086280/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=368576 CPUtime=1.37 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 31356 936 1 0 125 12 0 0 18 0 1 0 658351515 377421824 29040 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699774092627 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 92144 29041 1761 364 0 28068 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 368576

[startup+3.10114 s]
/proc/loadavg: 6.60 5.76 6.60 3/335 19829
/proc/meminfo: memFree=19018500/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=467708 CPUtime=2.97 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 55783 936 1 0 281 16 0 0 21 0 1 0 658351515 478932992 53467 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335578841 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 116927 53468 1761 364 0 52851 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 467708

[startup+6.30057 s]
/proc/loadavg: 6.23 5.70 6.57 3/335 19829
/proc/meminfo: memFree=18886332/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=622632 CPUtime=6.18 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 134072 936 1 0 591 27 0 0 25 0 1 0 658351515 637575168 93031 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603654221 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 155658 93031 1814 364 0 91582 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 622632

[startup+12.7004 s]
/proc/loadavg: 5.89 5.64 6.55 3/335 19829
/proc/meminfo: memFree=18825384/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=596916 CPUtime=12.58 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 143698 936 1 0 1230 28 0 0 25 0 1 0 658351515 611241984 86614 33554432000 4194304 5683644 140734797471232 18446744073709551615 4940555 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 149229 86614 1826 364 0 85153 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 596916

[startup+25.5012 s]
/proc/loadavg: 5.03 5.46 6.47 3/335 19829
/proc/meminfo: memFree=18826880/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=596916 CPUtime=25.38 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 143698 936 1 0 2510 28 0 0 25 0 1 0 658351515 611241984 86614 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335583664 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 149229 86614 1826 364 0 85153 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 596916

[startup+51.1006 s]
/proc/loadavg: 4.06 5.20 6.36 3/335 19830
/proc/meminfo: memFree=18827004/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=596916 CPUtime=50.98 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 143699 936 1 0 5070 28 0 0 25 0 1 0 658351515 611241984 86615 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699606112233 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 149229 86615 1827 364 0 85153 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 596916

[startup+102.311 s]
/proc/loadavg: 2.89 4.70 6.13 3/335 19831
/proc/meminfo: memFree=18814456/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=102.19 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 10191 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 609772

[startup+162.301 s]
/proc/loadavg: 4.07 4.67 6.03 6/347 19845
/proc/meminfo: memFree=17460788/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=162.18 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 16190 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 609772

[startup+222.3 s]
/proc/loadavg: 4.71 4.75 5.96 6/352 19851
/proc/meminfo: memFree=16460184/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=222.18 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 22190 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241088 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 609772

[startup+282.3 s]
/proc/loadavg: 4.94 4.81 5.90 6/352 19853
/proc/meminfo: memFree=15435424/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=282.18 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 28190 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241088 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 609772

[startup+342.301 s]
/proc/loadavg: 5.09 4.87 5.86 6/352 19855
/proc/meminfo: memFree=15052376/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=342.18 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 34190 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 609772

[startup+402.3 s]
/proc/loadavg: 5.07 4.91 5.80 6/352 19856
/proc/meminfo: memFree=14729700/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=402.18 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 40190 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 609772

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

[startup+409.501 s]
/proc/loadavg: 5.06 4.91 5.80 6/352 19856
/proc/meminfo: memFree=14731432/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=609772 CPUtime=409.38 cores=0,2,4,6
/proc/19824/stat : 19824 (python) R 19822 19824 18093 0 -1 4202496 146919 936 1 0 40910 28 0 0 25 0 1 0 658351515 624406528 89835 33554432000 4194304 5683644 140734797471232 18446744073709551615 47699603241100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19824/statm: 152443 89835 1833 364 0 88367 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 609772

[startup+415.901 s]
/proc/loadavg: 5.38 4.98 5.81 9/364 19869
/proc/meminfo: memFree=13792164/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=624828 CPUtime=409.74 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 149526 936 1 0 40941 33 0 0 25 0 5 0 658351515 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19824/statm: 156207 83396 1873 364 0 92116 0
[pid=19858] ppid=19824 vsize=583816 CPUtime=0.01 cores=0,2,4,6
/proc/19858/stat : 19858 (python) S 19824 19824 18093 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 658392495 597827584 81883 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912463 0 0 16781312 514 3620424613235753220 0 0 17 6 0 0 0
/proc/19858/statm: 145954 81883 376 364 0 81872 0
[pid=19860] ppid=19858 vsize=115220 CPUtime=6.06 cores=0,2,4,6
/proc/19860/stat : 19860 (lingeling) R 19858 19860 19860 0 -1 4202496 50342 0 0 0 598 8 0 0 25 0 1 0 658392497 117985280 27973 33554432000 4194304 4352236 140736424457856 18446744073709551615 4317314 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19860/statm: 28805 27973 127 39 0 27885 0
[pid=19861] ppid=19824 vsize=594072 CPUtime=0.01 cores=0,2,4,6
/proc/19861/stat : 19861 (python) S 19824 19824 18093 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 658392497 608329728 81881 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912518 0 0 16781312 514 9325326730736402690 0 0 17 6 0 0 0
/proc/19861/statm: 148518 81881 370 364 0 84433 0
[pid=19863] ppid=19861 vsize=147300 CPUtime=6.04 cores=0,2,4,6
/proc/19863/stat : 19863 (lingeling) R 19861 19863 19863 0 -1 4202496 58419 0 0 0 596 8 0 0 25 0 1 0 658392498 150835200 35993 33554432000 4194304 4352236 140736685306192 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 4 0 0 0

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

/proc/19867/stat : 19867 (python) S 19824 19824 18093 0 -1 4202560 921 0 0 0 24 4 0 0 16 0 1 0 658392501 629334016 81889 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19867/statm: 153646 81889 370 364 0 89555 0
[pid=19869] ppid=19867 vsize=0 CPUtime=8.95 cores=0,2,4,6
/proc/19869/stat : 19869 (cryptominisat-2) R 19867 19869 19869 0 -1 4202500 127813 0 0 0 876 19 0 0 25 0 1 0 658392502 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19869/statm: 0 0 0 0 0 0 0
[pid=19824/tid=19859] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19859/stat : 19859 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392496 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19862] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19862/stat : 19862 (python) S 19822 19824 18093 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 658392498 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 2 0 0 0
[pid=19824/tid=19865] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19865/stat : 19865 (python) S 19822 19824 18093 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658392500 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19868] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19868/stat : 19868 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392502 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 446.64
Current children cumulated vsize (KiB) 3319732

[startup+419.901 s]
/proc/loadavg: 5.59 5.03 5.82 10/364 19869
/proc/meminfo: memFree=14213516/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=624828 CPUtime=409.74 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 149526 936 1 0 40941 33 0 0 25 0 5 0 658351515 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19824/statm: 156207 83396 1873 364 0 92116 0
[pid=19858] ppid=19824 vsize=583816 CPUtime=0.01 cores=0,2,4,6
/proc/19858/stat : 19858 (python) R 19824 19824 18093 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 658392495 597827584 81883 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912463 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19858/statm: 145954 81883 376 364 0 81872 0
[pid=19860] ppid=19858 vsize=152216 CPUtime=10.06 cores=0,2,4,6
/proc/19860/stat : 19860 (lingeling) R 19858 19860 19860 0 -1 4202496 59591 0 0 0 997 9 0 0 25 0 1 0 658392497 155869184 37222 33554432000 4194304 4352236 140736424457856 18446744073709551615 4291037 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19860/statm: 38054 37222 127 39 0 37134 0
[pid=19861] ppid=19824 vsize=594072 CPUtime=0.01 cores=0,2,4,6
/proc/19861/stat : 19861 (python) R 19824 19824 18093 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 658392497 608329728 81881 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19861/statm: 148518 81881 370 364 0 84433 0
[pid=19863] ppid=19861 vsize=151528 CPUtime=10.04 cores=0,2,4,6
/proc/19863/stat : 19863 (lingeling) R 19861 19863 19863 0 -1 4202496 59476 0 0 0 996 8 0 0 25 0 1 0 658392498 155164672 37050 33554432000 4194304 4352236 140736685306192 18446744073709551615 4228334 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19863/statm: 37882 37050 127 39 0 36962 0
[pid=19864] ppid=19824 vsize=604328 CPUtime=0.9 cores=0,2,4,6
/proc/19864/stat : 19864 (python) R 19824 19824 18093 0 -1 4202560 893 0 0 0 77 13 0 0 16 0 1 0 658392499 618831872 81885 33554432000 4194304 5683644 140734797471232 18446744073709551615 4877027 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19864/statm: 151082 81885 370 364 0 86994 0
[pid=19866] ppid=19864 vsize=0 CPUtime=8.99 cores=0,2,4,6
/proc/19866/stat : 19866 (cryptominisat-2) R 19864 19866 19866 0 -1 4202500 127809 0 0 0 881 18 0 0 25 0 1 0 658392500 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19866/statm: 0 0 0 0 0 0 0
[pid=19867] ppid=19824 vsize=614584 CPUtime=1.06 cores=0,2,4,6
/proc/19867/stat : 19867 (python) R 19824 19824 18093 0 -1 4202560 926 0 0 0 93 13 0 0 17 0 1 0 658392501 629334016 81889 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19867/statm: 153646 81889 370 364 0 89555 0
[pid=19869] ppid=19867 vsize=0 CPUtime=8.95 cores=0,2,4,6
/proc/19869/stat : 19869 (cryptominisat-2) R 19867 19869 19869 0 -1 4202500 127813 0 0 0 876 19 0 0 25 0 1 0 658392502 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19869/statm: 0 0 0 0 0 0 0
[pid=19824/tid=19859] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19859/stat : 19859 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392496 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19862] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19862/stat : 19862 (python) S 19822 19824 18093 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 658392498 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 2 0 0 0
[pid=19824/tid=19865] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19865/stat : 19865 (python) S 19822 19824 18093 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658392500 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19868] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19868/stat : 19868 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392502 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 449.76
Current children cumulated vsize (KiB) 3325372

[startup+420.701 s]
/proc/loadavg: 5.59 5.03 5.82 15/364 19869
/proc/meminfo: memFree=14429772/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=624828 CPUtime=409.74 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 149526 936 1 0 40941 33 0 0 25 0 5 0 658351515 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19824/statm: 156207 83396 1873 364 0 92116 0
[pid=19858] ppid=19824 vsize=583816 CPUtime=0.01 cores=0,2,4,6
/proc/19858/stat : 19858 (python) R 19824 19824 18093 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 658392495 597827584 81883 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912463 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19858/statm: 145954 81883 376 364 0 81872 0
[pid=19860] ppid=19858 vsize=152216 CPUtime=10.86 cores=0,2,4,6
/proc/19860/stat : 19860 (lingeling) R 19858 19860 19860 0 -1 4202496 59591 0 0 0 1077 9 0 0 25 0 1 0 658392497 155869184 37222 33554432000 4194304 4352236 140736424457856 18446744073709551615 4230400 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19860/statm: 38054 37222 127 39 0 37134 0
[pid=19861] ppid=19824 vsize=594072 CPUtime=0.01 cores=0,2,4,6
/proc/19861/stat : 19861 (python) R 19824 19824 18093 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 658392497 608329728 81881 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19861/statm: 148518 81881 370 364 0 84433 0
[pid=19863] ppid=19861 vsize=151528 CPUtime=10.84 cores=0,2,4,6
/proc/19863/stat : 19863 (lingeling) R 19861 19863 19863 0 -1 4202496 59476 0 0 0 1076 8 0 0 25 0 1 0 658392498 155164672 37050 33554432000 4194304 4352236 140736685306192 18446744073709551615 4233331 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19863/statm: 37882 37050 127 39 0 36962 0
[pid=19864] ppid=19824 vsize=604328 CPUtime=1.68 cores=0,2,4,6
/proc/19864/stat : 19864 (python) R 19824 19824 18093 0 -1 4202560 893 0 0 0 146 22 0 0 17 0 1 0 658392499 618831872 81885 33554432000 4194304 5683644 140734797471232 18446744073709551615 4458152 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19864/statm: 151082 81885 370 364 0 86994 0
[pid=19866] ppid=19864 vsize=0 CPUtime=8.99 cores=0,2,4,6
/proc/19866/stat : 19866 (cryptominisat-2) R 19864 19866 19866 0 -1 4202500 127809 0 0 0 881 18 0 0 25 0 1 0 658392500 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19866/statm: 0 0 0 0 0 0 0
[pid=19867] ppid=19824 vsize=614584 CPUtime=1.85 cores=0,2,4,6
/proc/19867/stat : 19867 (python) R 19824 19824 18093 0 -1 4202560 926 0 0 0 163 22 0 0 18 0 1 0 658392501 629334016 81889 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19867/statm: 153646 81889 370 364 0 89555 0
[pid=19869] ppid=19867 vsize=0 CPUtime=8.95 cores=0,2,4,6
/proc/19869/stat : 19869 (cryptominisat-2) R 19867 19869 19869 0 -1 4202500 127813 0 0 0 876 19 0 0 25 0 1 0 658392502 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19869/statm: 0 0 0 0 0 0 0
[pid=19824/tid=19859] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19859/stat : 19859 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392496 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19862] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19862/stat : 19862 (python) S 19822 19824 18093 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 658392498 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 2 0 0 0
[pid=19824/tid=19865] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19865/stat : 19865 (python) S 19822 19824 18093 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658392500 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19868] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19868/stat : 19868 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392502 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 452.93
Current children cumulated vsize (KiB) 3325372

[startup+420.901 s]
/proc/loadavg: 5.59 5.03 5.82 15/364 19869
/proc/meminfo: memFree=14429772/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=624828 CPUtime=409.74 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 149526 936 1 0 40941 33 0 0 25 0 5 0 658351515 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19824/statm: 156207 83396 1873 364 0 92116 0
[pid=19858] ppid=19824 vsize=583816 CPUtime=0.03 cores=0,2,4,6
/proc/19858/stat : 19858 (python) S 19824 19824 18093 0 -1 4202560 905 0 0 0 1 2 0 0 18 0 1 0 658392495 597827584 81883 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912463 0 0 16781312 514 16924175555937403140 0 0 17 6 0 0 0
/proc/19858/statm: 145954 81883 376 364 0 81872 0
[pid=19860] ppid=19858 vsize=152216 CPUtime=11.06 cores=0,2,4,6
/proc/19860/stat : 19860 (lingeling) R 19858 19860 19860 0 -1 4202496 59591 0 0 0 1097 9 0 0 25 0 1 0 658392497 155869184 37222 33554432000 4194304 4352236 140736424457856 18446744073709551615 4299074 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19860/statm: 38054 37222 127 39 0 37134 0
[pid=19861] ppid=19824 vsize=594072 CPUtime=0.03 cores=0,2,4,6
/proc/19861/stat : 19861 (python) S 19824 19824 18093 0 -1 4202560 909 0 0 0 1 2 0 0 18 0 1 0 658392497 608329728 81881 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912518 0 0 16781312 514 16924175555937403138 0 0 17 6 0 0 0
/proc/19861/statm: 148518 81881 370 364 0 84433 0
[pid=19863] ppid=19861 vsize=151528 CPUtime=11.04 cores=0,2,4,6
/proc/19863/stat : 19863 (lingeling) R 19861 19863 19863 0 -1 4202496 59476 0 0 0 1096 8 0 0 25 0 1 0 658392498 155164672 37050 33554432000 4194304 4352236 140736685306192 18446744073709551615 4291007 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19863/statm: 37882 37050 127 39 0 36962 0
[pid=19864] ppid=19824 vsize=604328 CPUtime=1.85 cores=0,2,4,6
/proc/19864/stat : 19864 (python) R 19824 19824 18093 0 -1 4202560 893 0 0 0 161 24 0 0 18 0 1 0 658392499 618831872 81885 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912518 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/19864/statm: 151082 81885 370 364 0 86994 0
[pid=19866] ppid=19864 vsize=0 CPUtime=8.99 cores=0,2,4,6
/proc/19866/stat : 19866 (cryptominisat-2) R 19864 19866 19866 0 -1 4202500 127809 0 0 0 881 18 0 0 25 0 1 0 658392500 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19866/statm: 0 0 0 0 0 0 0
[pid=19867] ppid=19824 vsize=614584 CPUtime=2.05 cores=0,2,4,6
/proc/19867/stat : 19867 (python) R 19824 19824 18093 0 -1 4202560 926 0 0 0 181 24 0 0 18 0 1 0 658392501 629334016 81889 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347722559 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/19867/statm: 153646 81889 370 364 0 89555 0
[pid=19869] ppid=19867 vsize=0 CPUtime=8.95 cores=0,2,4,6
/proc/19869/stat : 19869 (cryptominisat-2) R 19867 19869 19869 0 -1 4202500 127813 0 0 0 876 19 0 0 25 0 1 0 658392502 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19869/statm: 0 0 0 0 0 0 0
[pid=19824/tid=19859] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19859/stat : 19859 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392496 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19862] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19862/stat : 19862 (python) S 19822 19824 18093 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 658392498 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 2 0 0 0
[pid=19824/tid=19865] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19865/stat : 19865 (python) S 19822 19824 18093 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658392500 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19868] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19868/stat : 19868 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392502 639823872 83396 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 453.74
Current children cumulated vsize (KiB) 3325372

[startup+421.001 s]
/proc/loadavg: 5.59 5.03 5.82 15/364 19869
/proc/meminfo: memFree=14429772/32951124 swapFree=66457188/67111528
[pid=19824] ppid=19822 vsize=624828 CPUtime=409.74 cores=0,2,4,6
/proc/19824/stat : 19824 (python) S 19822 19824 18093 0 -1 4202496 149560 936 1 0 40941 33 0 0 17 0 5 0 658351515 639823872 83397 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347722559 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19824/statm: 156207 83397 1874 364 0 92116 0
[pid=19858] ppid=19824 vsize=0 CPUtime=11.2 cores=0,2,4,6
/proc/19858/stat : 19858 (python) R 19824 19824 18093 0 -1 4202564 950 59591 0 0 1 3 1106 10 16 0 1 0 658392495 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19858/statm: 0 0 0 0 0 0 0
[pid=19861] ppid=19824 vsize=594072 CPUtime=0.03 cores=0,2,4,6
/proc/19861/stat : 19861 (python) S 19824 19824 18093 0 -1 4202560 909 0 0 0 1 2 0 0 18 0 1 0 658392497 608329728 81881 33554432000 4194304 5683644 140734797471232 18446744073709551615 232335912518 0 0 16781312 514 16924175555937403138 0 0 17 6 0 0 0
/proc/19861/statm: 148518 81881 370 364 0 84433 0
[pid=19863] ppid=19861 vsize=151528 CPUtime=11.14 cores=0,2,4,6
/proc/19863/stat : 19863 (lingeling) R 19861 19863 19863 0 -1 4202496 59476 0 0 0 1106 8 0 0 25 0 1 0 658392498 155164672 37050 33554432000 4194304 4352236 140736685306192 18446744073709551615 4272523 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/19863/statm: 37882 37050 127 39 0 36962 0
[pid=19864] ppid=19824 vsize=0 CPUtime=10.94 cores=0,2,4,6
/proc/19864/stat : 19864 (python) R 19824 19824 18093 0 -1 4202564 1130 127809 0 0 169 26 881 18 19 0 1 0 658392499 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19864/statm: 0 0 0 0 0 0 0
[pid=19867] ppid=19824 vsize=0 CPUtime=11.11 cores=0,2,4,6
/proc/19867/stat : 19867 (python) Z 19824 19824 18093 0 -1 4202588 1155 127813 0 0 190 26 876 19 18 0 1 0 658392501 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19867/statm: 0 0 0 0 0 0 0
[pid=19824/tid=19859] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19859/stat : 19859 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392496 639823872 83397 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19862] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19862/stat : 19862 (python) S 19822 19824 18093 0 -1 4202560 23 936 0 0 0 0 0 0 25 0 5 0 658392498 639823872 83397 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 2 0 0 0
[pid=19824/tid=19865] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19865/stat : 19865 (python) S 19822 19824 18093 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 658392500 639823872 83397 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 6 0 0 0
[pid=19824/tid=19868] ppid=19822 vsize=624828 CPUtime=0 cores=0,2,4,6
/proc/19824/task/19868/stat : 19868 (python) S 19822 19824 18093 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 5 0 658392502 639823872 83397 33554432000 4194304 5683644 140734797471232 18446744073709551615 232347716017 0 0 16781312 2 18446604443982957376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 454.16
Current children cumulated vsize (KiB) 1370428

Child status: 0
Real time (s): 421.099
CPU time (s): 454.37
CPU user time (s): 452.81
CPU system time (s): 1.55976
CPU usage (%): 107.901
Max. virtual memory (cumulated for all children) (KiB): 4583588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.81
system time used= 1.55976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 567547
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= 1238
involuntary context switches= 1683

runsolver used 1.3408 second user time and 2.89156 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:52:13
IDJOB=3378726
IDBENCH=88185
IDSOLVER=1860
FILE ID=node132/3378726-1305467533
RUNJOBID= node132-1305467394-19490
PBS_JOBID= 13324991
Free space on /tmp= 73200 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-3378726-1305467533/watcher-3378726-1305467533 -o /tmp/evaluation-result-3378726-1305467533/solver-3378726-1305467533 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378726-1305467533.cnf -seed 2001042792 -budget 4800 -cores 4

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

MD5SUM BENCH= 23c04ef615431bf15ef9eafe9b944fb8
RANDOM SEED=2001042792

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19167168 kB
Buffers:        309680 kB
Cached:        6224036 kB
SwapCached:       6904 kB
Active:        6913484 kB
Inactive:      6543608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19167168 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:          176240 kB
Writeback:           0 kB
AnonPages:     6921516 kB
Mapped:          28464 kB
Slab:           228676 kB
PageTables:      33604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59028752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73168 MiB
End job on node132 at 2011-05-15 15:59:15