Trace number 3484650

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.09 1200.02

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

Solver Data

0.36/0.56	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.56	c INFO: solving HOME/instance-3484650-1307752009.cnf
0.36/0.56	c INFO: computing task features
0.65/0.84	c INFO: computed variable-clause graph statistics
0.65/0.86	c INFO: computed clause balance statistics
2.15/2.32	c INFO: computed variable balance statistics
2.95/3.35	c INFO: computed small-clause counts
2.95/3.36	c INFO: computed Horn-clause counts
2.95/3.59	c INFO: computed variable graph statistics
2.95/3.59	c INFO: collected features for HOME/instance-3484650-1307752009.cnf in 3.03 s
2.95/3.59	c INFO: running lingeling-276@0 for 582 with 1196 remaining (b = 0.56)
590.21/590.28	c INFO: running cryptominisat-2.9.0@0 for 610 with 610 remaining (b = 0.49)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484650-1307752009/watcher-3484650-1307752009 -o /tmp/evaluation-result-3484650-1307752009/solver-3484650-1307752009 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484650-1307752009.cnf -seed 398212220 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.90 3.60 3/190 16732
/proc/meminfo: memFree=31649148/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=11804 CPUtime=0 cores=5,7
/proc/16732/stat : 16732 (runsolver) S 16730 16732 15206 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 1 0 886799175 12087296 50 33554432000 4194304 5436572 140737210406512 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071700214583 0 0 17 5 0 0 0
/proc/16732/statm: 2951 50 31 304 0 2643 0

[startup+0.044605 s]
/proc/loadavg: 3.68 3.90 3.60 3/190 16732
/proc/meminfo: memFree=31649148/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=16396 CPUtime=0.01 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 1115 0 0 0 1 0 0 0 17 0 1 0 886799175 16789504 983 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/16732/statm: 4099 983 408 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.101433 s]
/proc/loadavg: 3.68 3.90 3.60 3/190 16732
/proc/meminfo: memFree=31649148/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=40976 CPUtime=0.05 cores=5,7
/proc/16732/stat : 16732 (python) D 16730 16732 15206 0 -1 4202496 1678 0 0 0 3 2 0 0 17 0 1 0 886799175 41959424 1502 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16732/statm: 10244 1502 463 364 0 1027 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 40976

[startup+0.300402 s]
/proc/loadavg: 3.68 3.90 3.60 3/190 16732
/proc/meminfo: memFree=31649148/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=135752 CPUtime=0.2 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 5954 935 1 0 13 7 0 0 17 0 1 0 886799175 139010048 4147 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 5 0 0 0
/proc/16732/statm: 33938 4147 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700327 s]
/proc/loadavg: 3.68 3.90 3.60 3/190 16732
/proc/meminfo: memFree=31649148/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=288244 CPUtime=0.55 cores=5,7
/proc/16732/stat : 16732 (python) R 16730 16732 15206 0 -1 4202496 11707 935 1 0 42 13 0 0 17 0 1 0 886799175 295161856 9376 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16732/statm: 72061 9376 1761 364 0 7985 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 288244

[startup+1.50018 s]
/proc/loadavg: 3.68 3.90 3.60 5/191 16741
/proc/meminfo: memFree=31550064/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296652 CPUtime=1.35 cores=5,7
/proc/16732/stat : 16732 (python) R 16730 16732 15206 0 -1 4202496 16039 935 1 0 122 13 0 0 18 0 1 0 886799175 303771648 11547 33554432000 4194304 5683644 140735116114688 18446744073709551615 5005648 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16732/statm: 74163 11547 1826 364 0 10087 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 296652

[startup+3.10089 s]
/proc/loadavg: 3.68 3.90 3.60 5/194 16744
/proc/meminfo: memFree=31540492/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296652 CPUtime=2.95 cores=5,7
/proc/16732/stat : 16732 (python) R 16730 16732 15206 0 -1 4202496 16040 935 1 0 282 13 0 0 21 0 1 0 886799175 303771648 11548 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528671424 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16732/statm: 74163 11548 1827 364 0 10087 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 296652

[startup+6.3073 s]
/proc/loadavg: 3.95 3.95 3.62 5/203 16753
/proc/meminfo: memFree=31539972/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 886799534 293855232 7476 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 17437836881281646854 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7476 355 364 0 7660 0
[pid=16753] ppid=16751 vsize=11932 CPUtime=2.69 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 3236 0 0 0 269 0 0 0 25 0 1 0 886799535 12218368 2152 33554432000 4194304 4352236 140735322750240 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 2983 2152 127 39 0 2063 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 595288

[startup+12.7011 s]
/proc/loadavg: 3.95 3.95 3.62 5/203 16754
/proc/meminfo: memFree=31532416/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 886799534 293855232 7499 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 17437836881281646854 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7499 378 364 0 7660 0
[pid=16753] ppid=16751 vsize=13172 CPUtime=9.08 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 3680 0 0 0 908 0 0 0 25 0 1 0 886799535 13488128 2464 33554432000 4194304 4352236 140735322750240 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 3293 2464 129 39 0 2373 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 596528

[startup+25.5008 s]
/proc/loadavg: 3.96 3.95 3.63 5/203 16754
/proc/meminfo: memFree=31525096/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0.02 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 886799534 293855232 7499 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 13311250715809644806 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7499 378 364 0 7660 0
[pid=16753] ppid=16751 vsize=13676 CPUtime=21.86 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 3806 0 0 0 2186 0 0 0 25 0 1 0 886799535 14004224 2590 33554432000 4194304 4352236 140735322750240 18446744073709551615 4231255 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 3419 2590 129 39 0 2499 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 597032

[startup+51.1011 s]
/proc/loadavg: 3.97 3.95 3.64 5/203 16755
/proc/meminfo: memFree=31496412/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0.05 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 907 0 0 0 2 3 0 0 18 0 1 0 886799534 293855232 7499 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 13311250715809644806 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7499 378 364 0 7660 0
[pid=16753] ppid=16751 vsize=25012 CPUtime=47.43 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 6640 0 0 0 4742 1 0 0 25 0 1 0 886799535 25612288 5424 33554432000 4194304 4352236 140735322750240 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 6253 5424 129 39 0 5333 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 608368

[startup+102.301 s]
/proc/loadavg: 3.99 3.96 3.65 5/203 16756
/proc/meminfo: memFree=31482772/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0.12 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 928 0 0 0 6 6 0 0 18 0 1 0 886799534 293855232 7499 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 13311250715809644806 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7499 378 364 0 7660 0
[pid=16753] ppid=16751 vsize=29168 CPUtime=98.58 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 8703 0 0 0 9857 1 0 0 25 0 1 0 886799535 29868032 6463 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 7292 6463 129 39 0 6372 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 612524

[startup+162.301 s]
/proc/loadavg: 4.15 4.00 3.68 5/203 16758
/proc/meminfo: memFree=31473692/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0.2 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 947 0 0 0 11 9 0 0 18 0 1 0 886799534 293855232 7499 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 13311250715809644806 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7499 378 364 0 7660 0
[pid=16753] ppid=16751 vsize=30192 CPUtime=158.51 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 11775 0 0 0 15850 1 0 0 25 0 1 0 886799535 30916608 6719 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 7548 6719 129 39 0 6628 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 613548

[startup+222.301 s]
/proc/loadavg: 4.05 4.00 3.70 5/203 16759
/proc/meminfo: memFree=31464736/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=296388 CPUtime=3.44 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 16330 935 1 0 331 13 0 0 25 0 2 0 886799175 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 74097 8991 1867 364 0 10015 0
[pid=16751] ppid=16732 vsize=286968 CPUtime=0.28 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 966 0 0 0 15 13 0 0 18 0 1 0 886799534 293855232 7499 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854287 0 0 16781312 514 13311250715809644806 0 0 17 5 0 0 0
/proc/16751/statm: 71742 7499 378 364 0 7660 0
[pid=16753] ppid=16751 vsize=30196 CPUtime=218.46 cores=5,7
/proc/16753/stat : 16753 (lingeling) R 16751 16753 16753 0 -1 4202496 16000 0 0 0 21844 2 0 0 25 0 1 0 886799535 30920704 6720 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328188 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16753/statm: 7549 6720 129 39 0 6629 0
[pid=16732/tid=16752] ppid=16730 vsize=296388 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 886799535 303501312 8991 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 613552

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

[pid=16784] ppid=16732 vsize=297648 CPUtime=0.53 cores=5,7
/proc/16784/stat : 16784 (python) S 16732 16732 15206 0 -1 4202560 986 0 0 0 29 24 0 0 15 0 1 0 886858203 304791552 7521 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854342 0 0 16781312 514 5631821707065917704 0 0 17 5 0 0 0
/proc/16784/statm: 74412 7521 372 364 0 10327 0
[pid=16786] ppid=16784 vsize=194196 CPUtime=351.56 cores=5,7
/proc/16786/stat : 16786 (cryptominisat-2) R 16784 16786 16786 0 -1 4202496 103539 0 0 0 35132 24 0 0 25 0 1 0 886858203 198856704 30817 33554432000 4194304 4677096 140736607418176 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16786/statm: 48549 30817 392 118 0 43508 0
[pid=16732/tid=16752] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 886799535 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
[pid=16732/tid=16785] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16785/stat : 16785 (python) S 16730 16732 15206 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 886858203 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 1140420

[startup+1002.3 s]
/proc/loadavg: 4.06 4.08 3.90 5/212 16840
/proc/meminfo: memFree=30354776/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=306824 CPUtime=3.45 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 17127 935 1 0 332 13 0 0 20 0 3 0 886799175 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 76706 9022 1870 364 0 12621 0
[pid=16751] ppid=16732 vsize=297212 CPUtime=0.78 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 1201 0 0 0 42 36 0 0 19 0 2 0 886799534 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16751/statm: 74303 7541 415 364 0 10221 0
[pid=16753] ppid=16751 vsize=44540 CPUtime=586.07 cores=5,7
/proc/16753/stat : 16753 (lingeling) T 16751 16753 16753 0 -1 4202496 68098 0 0 0 58598 9 0 0 25 0 1 0 886799535 45608960 10306 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16753/statm: 11135 10306 129 39 0 10215 0
[pid=16751/tid=16783] ppid=16732 vsize=297212 CPUtime=0 cores=5,7
/proc/16751/task/16783/stat : 16783 (python) S 16732 16732 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858202 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756032 0 0 -1 7 0 0 0
[pid=16784] ppid=16732 vsize=297648 CPUtime=0.6 cores=5,7
/proc/16784/stat : 16784 (python) S 16732 16732 15206 0 -1 4202560 986 0 0 0 33 27 0 0 15 0 1 0 886858203 304791552 7521 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854342 0 0 16781312 514 5631821707065917704 0 0 17 5 0 0 0
/proc/16784/statm: 74412 7521 372 364 0 10327 0
[pid=16786] ppid=16784 vsize=195652 CPUtime=411.48 cores=5,7
/proc/16786/stat : 16786 (cryptominisat-2) R 16784 16786 16786 0 -1 4202496 114994 0 0 0 41120 28 0 0 25 0 1 0 886858203 200347648 30974 33554432000 4194304 4677096 140736607418176 18446744073709551615 4319352 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16786/statm: 48913 30974 392 118 0 43872 0
[pid=16732/tid=16752] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 886799535 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
[pid=16732/tid=16785] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16785/stat : 16785 (python) S 16730 16732 15206 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 886858203 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 1141876

[startup+1062.31 s]
/proc/loadavg: 4.02 4.06 3.90 5/212 16842
/proc/meminfo: memFree=30321076/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=306824 CPUtime=3.45 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 17127 935 1 0 332 13 0 0 20 0 3 0 886799175 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 76706 9022 1870 364 0 12621 0
[pid=16751] ppid=16732 vsize=297212 CPUtime=0.78 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 1201 0 0 0 42 36 0 0 19 0 2 0 886799534 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16751/statm: 74303 7541 415 364 0 10221 0
[pid=16753] ppid=16751 vsize=44540 CPUtime=586.07 cores=5,7
/proc/16753/stat : 16753 (lingeling) T 16751 16753 16753 0 -1 4202496 68098 0 0 0 58598 9 0 0 25 0 1 0 886799535 45608960 10306 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16753/statm: 11135 10306 129 39 0 10215 0
[pid=16751/tid=16783] ppid=16732 vsize=297212 CPUtime=0 cores=5,7
/proc/16751/task/16783/stat : 16783 (python) S 16732 16732 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858202 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756032 0 0 -1 7 0 0 0
[pid=16784] ppid=16732 vsize=297648 CPUtime=0.7 cores=5,7
/proc/16784/stat : 16784 (python) S 16732 16732 15206 0 -1 4202560 986 0 0 0 38 32 0 0 15 0 1 0 886858203 304791552 7521 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854342 0 0 16781312 514 13311250715809644808 0 0 17 5 0 0 0
/proc/16784/statm: 74412 7521 372 364 0 10327 0
[pid=16786] ppid=16784 vsize=196620 CPUtime=471.4 cores=5,7
/proc/16786/stat : 16786 (cryptominisat-2) R 16784 16786 16786 0 -1 4202496 126253 0 0 0 47108 32 0 0 25 0 1 0 886858203 201338880 30635 33554432000 4194304 4677096 140736607418176 18446744073709551615 4317835 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16786/statm: 49155 30635 392 118 0 44114 0
[pid=16732/tid=16752] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 886799535 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
[pid=16732/tid=16785] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16785/stat : 16785 (python) S 16730 16732 15206 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 886858203 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 1142844

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 3.91 5/215 16846
/proc/meminfo: memFree=30511340/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=306824 CPUtime=3.45 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 17127 935 1 0 332 13 0 0 20 0 3 0 886799175 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 76706 9022 1870 364 0 12621 0
[pid=16751] ppid=16732 vsize=297212 CPUtime=0.78 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 1201 0 0 0 42 36 0 0 19 0 2 0 886799534 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16751/statm: 74303 7541 415 364 0 10221 0
[pid=16753] ppid=16751 vsize=44540 CPUtime=586.07 cores=5,7
/proc/16753/stat : 16753 (lingeling) T 16751 16753 16753 0 -1 4202496 68098 0 0 0 58598 9 0 0 25 0 1 0 886799535 45608960 10306 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16753/statm: 11135 10306 129 39 0 10215 0
[pid=16751/tid=16783] ppid=16732 vsize=297212 CPUtime=0 cores=5,7
/proc/16751/task/16783/stat : 16783 (python) S 16732 16732 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858202 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756032 0 0 -1 7 0 0 0
[pid=16784] ppid=16732 vsize=297648 CPUtime=0.79 cores=5,7
/proc/16784/stat : 16784 (python) S 16732 16732 15206 0 -1 4202560 988 0 0 0 43 36 0 0 15 0 1 0 886858203 304791552 7521 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854342 0 0 16781312 514 13311250715809644808 0 0 17 5 0 0 0
/proc/16784/statm: 74412 7521 372 364 0 10327 0
[pid=16786] ppid=16784 vsize=144332 CPUtime=531.3 cores=5,7
/proc/16786/stat : 16786 (cryptominisat-2) R 16784 16786 16786 0 -1 4202496 134961 0 0 0 53095 35 0 0 25 0 1 0 886858203 147795968 30001 33554432000 4194304 4677096 140736607418176 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16786/statm: 36083 30001 392 118 0 31042 0
[pid=16732/tid=16752] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 886799535 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
[pid=16732/tid=16785] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16785/stat : 16785 (python) S 16730 16732 15206 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 886858203 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 1090556

[startup+1182.3 s]
/proc/loadavg: 4.09 4.06 3.92 5/215 16848
/proc/meminfo: memFree=30509068/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=306824 CPUtime=3.45 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 17127 935 1 0 332 13 0 0 20 0 3 0 886799175 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 76706 9022 1870 364 0 12621 0
[pid=16751] ppid=16732 vsize=297212 CPUtime=0.78 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 1201 0 0 0 42 36 0 0 19 0 2 0 886799534 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16751/statm: 74303 7541 415 364 0 10221 0
[pid=16753] ppid=16751 vsize=44540 CPUtime=586.07 cores=5,7
/proc/16753/stat : 16753 (lingeling) T 16751 16753 16753 0 -1 4202496 68098 0 0 0 58598 9 0 0 25 0 1 0 886799535 45608960 10306 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16753/statm: 11135 10306 129 39 0 10215 0
[pid=16751/tid=16783] ppid=16732 vsize=297212 CPUtime=0 cores=5,7
/proc/16751/task/16783/stat : 16783 (python) S 16732 16732 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858202 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756032 0 0 -1 7 0 0 0
[pid=16784] ppid=16732 vsize=297648 CPUtime=0.86 cores=5,7
/proc/16784/stat : 16784 (python) S 16732 16732 15206 0 -1 4202560 988 0 0 0 47 39 0 0 15 0 1 0 886858203 304791552 7521 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854342 0 0 16781312 514 5631821707065917704 0 0 17 5 0 0 0
/proc/16784/statm: 74412 7521 372 364 0 10327 0
[pid=16786] ppid=16784 vsize=144624 CPUtime=591.22 cores=5,7
/proc/16786/stat : 16786 (cryptominisat-2) R 16784 16786 16786 0 -1 4202496 145098 0 0 0 59084 38 0 0 25 0 1 0 886858203 148094976 28959 33554432000 4194304 4677096 140736607418176 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16786/statm: 36156 28959 392 118 0 31115 0
[pid=16732/tid=16752] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 886799535 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
[pid=16732/tid=16785] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16785/stat : 16785 (python) S 16730 16732 15206 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 886858203 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 1090848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 4.06 4.06 3.92 3/197 16850
/proc/meminfo: memFree=30823916/32951124 swapFree=67063556/67111528
[pid=16732] ppid=16730 vsize=306824 CPUtime=3.45 cores=5,7
/proc/16732/stat : 16732 (python) S 16730 16732 15206 0 -1 4202496 17127 935 1 0 332 13 0 0 20 0 3 0 886799175 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 76706 9022 1870 364 0 12621 0
[pid=16751] ppid=16732 vsize=297212 CPUtime=0.78 cores=5,7
/proc/16751/stat : 16751 (python) S 16732 16732 15206 0 -1 4202560 1201 0 0 0 42 36 0 0 19 0 2 0 886799534 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16751/statm: 74303 7541 415 364 0 10221 0
[pid=16753] ppid=16751 vsize=44540 CPUtime=586.07 cores=5,7
/proc/16753/stat : 16753 (lingeling) T 16751 16753 16753 0 -1 4202496 68098 0 0 0 58598 9 0 0 25 0 1 0 886799535 45608960 10306 33554432000 4194304 4352236 140735322750240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16753/statm: 11135 10306 129 39 0 10215 0
[pid=16751/tid=16783] ppid=16732 vsize=297212 CPUtime=0 cores=5,7
/proc/16751/task/16783/stat : 16783 (python) S 16732 16732 15206 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886858202 304345088 7541 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 514 18446604456972756032 0 0 -1 7 0 0 0
[pid=16784] ppid=16732 vsize=297648 CPUtime=0.89 cores=5,7
/proc/16784/stat : 16784 (python) S 16732 16732 15206 0 -1 4202560 988 0 0 0 49 40 0 0 15 0 1 0 886858203 304791552 7521 33554432000 4194304 5683644 140735116114688 18446744073709551615 246516854342 0 0 16781312 514 13311250715809644808 0 0 17 5 0 0 0
/proc/16784/statm: 74412 7521 372 364 0 10327 0
[pid=16786] ppid=16784 vsize=144624 CPUtime=608.9 cores=5,7
/proc/16786/stat : 16786 (cryptominisat-2) R 16784 16786 16786 0 -1 4202496 146919 0 0 0 60852 38 0 0 25 0 1 0 886858203 148094976 30780 33554432000 4194304 4677096 140736607418176 18446744073709551615 4319568 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16786/statm: 36156 30780 392 118 0 31115 0
[pid=16732/tid=16752] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16752/stat : 16752 (python) S 16730 16732 15206 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 3 0 886799535 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 5 0 0 0
[pid=16732/tid=16785] ppid=16730 vsize=306824 CPUtime=0 cores=5,7
/proc/16732/task/16785/stat : 16785 (python) S 16730 16732 15206 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 886858203 314187776 9022 33554432000 4194304 5683644 140735116114688 18446744073709551615 246528657841 0 0 16781312 2 18446604456972756928 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1090848

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16732 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=322494
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=144977
# CPU time returned by wait4() is 3.46747
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.02
CPU time (s): 1200.09
CPU user time (s): 1198.73
CPU system time (s): 1.36
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1155748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.32249
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18062
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= 8231
involuntary context switches= 32

runsolver used 2.07868 second user time and 4.88126 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 02:26:50
IDJOB=3484650
IDBENCH=84215
IDSOLVER=1976
FILE ID=node134/3484650-1307752009
RUNJOBID= node134-1307750805-16437
PBS_JOBID= 13550824
Free space on /tmp= 74024 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484650-1307752009/watcher-3484650-1307752009 -o /tmp/evaluation-result-3484650-1307752009/solver-3484650-1307752009 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484650-1307752009.cnf -seed 398212220 -budget 1200

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=398212220

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31649552 kB
Buffers:        278380 kB
Cached:         756992 kB
SwapCached:      10284 kB
Active:         609780 kB
Inactive:       485236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31649552 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:          131656 kB
Writeback:           4 kB
AnonPages:       57076 kB
Mapped:          14104 kB
Slab:           140568 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   261508 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= 73948 MiB
End job on node134 at 2011-06-11 02:46:52