Trace number 3483847

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.07 1199.42

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.44	c INFO: solving HOME/instance-3483847-1307747115.cnf
0.32/0.44	c INFO: computing task features
0.41/0.51	c INFO: computed variable-clause graph statistics
0.41/0.51	c INFO: computed clause balance statistics
0.71/0.88	c INFO: computed variable balance statistics
1.01/1.15	c INFO: computed small-clause counts
1.01/1.16	c INFO: computed Horn-clause counts
1.11/1.27	c INFO: computed variable graph statistics
1.11/1.27	c INFO: collected features for HOME/instance-3483847-1307747115.cnf in 0.82 s
1.11/1.28	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
586.51/585.92	c INFO: running cryptominisat-2.9.0@0 for 614 with 614 remaining (b = 0.51)

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-3483847-1307747115/watcher-3483847-1307747115 -o /tmp/evaluation-result-3483847-1307747115/solver-3483847-1307747115 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483847-1307747115.cnf -seed 1044509678 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.21 1.23 2.42 4/198 21123
/proc/meminfo: memFree=30653372/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=15384 CPUtime=0 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 5456389 15753216 704 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/21123/statm: 3846 704 334 364 0 333 0

[startup+0.049776 s]
/proc/loadavg: 3.21 1.23 2.42 4/198 21123
/proc/meminfo: memFree=30653372/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=30116 CPUtime=0.03 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 1472 0 0 0 3 0 0 0 25 0 1 0 5456389 30838784 1309 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21123/statm: 7529 1309 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.101006 s]
/proc/loadavg: 3.21 1.23 2.42 4/198 21123
/proc/meminfo: memFree=30653372/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=104640 CPUtime=0.07 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 3175 0 0 0 5 2 0 0 25 0 1 0 5456389 107151360 2845 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21123/statm: 26160 2845 847 364 0 1908 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104640

[startup+0.300696 s]
/proc/loadavg: 3.21 1.23 2.42 4/198 21123
/proc/meminfo: memFree=30653372/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=198920 CPUtime=0.23 cores=4,6
/proc/21123/stat : 21123 (python) R 21121 21123 20932 0 -1 4202496 7026 934 1 0 18 5 0 0 25 0 1 0 5456389 203694080 5053 33554432000 4194304 5683644 140736514337520 18446744073709551615 5291226 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21123/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700623 s]
/proc/loadavg: 3.21 1.23 2.42 4/198 21123
/proc/meminfo: memFree=30653372/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=282472 CPUtime=0.61 cores=4,6
/proc/21123/stat : 21123 (python) R 21121 21123 20932 0 -1 4202496 11037 934 1 0 54 7 0 0 25 0 1 0 5456389 289251328 8003 33554432000 4194304 5683644 140736514337520 18446744073709551615 47990143935296 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21123/statm: 70618 8003 1826 364 0 6542 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 282472

[startup+1.5006 s]
/proc/loadavg: 3.21 1.23 2.42 5/199 21128
/proc/meminfo: memFree=30627344/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 290952

[startup+3.10026 s]
/proc/loadavg: 3.27 1.27 2.43 5/202 21131
/proc/meminfo: memFree=30623104/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 5456517 287444992 6083 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 4345296895300599807 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6083 354 364 0 6095 0
[pid=21131] ppid=21129 vsize=6204 CPUtime=1.81 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 1542 0 0 0 181 0 0 0 25 0 1 0 5456517 6352896 721 33554432000 4194304 4352236 140734499504736 18446744073709551615 4234447 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 1551 721 129 39 0 631 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 577864

[startup+6.30074 s]
/proc/loadavg: 3.27 1.27 2.43 5/202 21131
/proc/meminfo: memFree=30622360/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 5456517 287444992 6105 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 4345296895300567300 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6105 376 364 0 6095 0
[pid=21131] ppid=21129 vsize=6204 CPUtime=5.01 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 1542 0 0 0 501 0 0 0 25 0 1 0 5456517 6352896 721 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 1551 721 129 39 0 631 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 577864

[startup+12.7006 s]
/proc/loadavg: 3.39 1.36 2.45 5/202 21131
/proc/meminfo: memFree=30621764/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 5456517 287444992 6106 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 4345296895300567300 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6106 377 364 0 6095 0
[pid=21131] ppid=21129 vsize=6204 CPUtime=11.41 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 1645 0 0 0 1141 0 0 0 25 0 1 0 5456517 6352896 721 33554432000 4194304 4352236 140734499504736 18446744073709551615 4231006 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 1551 721 129 39 0 631 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 577864

[startup+25.5003 s]
/proc/loadavg: 3.48 1.45 2.46 5/202 21131
/proc/meminfo: memFree=30612372/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0.03 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 5456517 287444992 6106 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 11369249298366562564 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6106 377 364 0 6095 0
[pid=21131] ppid=21129 vsize=6712 CPUtime=24.21 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 1772 0 0 0 2421 0 0 0 25 0 1 0 5456517 6873088 848 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 1678 848 129 39 0 758 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 578372

[startup+51.1008 s]
/proc/loadavg: 3.66 1.65 2.50 5/202 21133
/proc/meminfo: memFree=30595664/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0.05 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 905 0 0 0 3 2 0 0 18 0 1 0 5456517 287444992 6106 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 11369249298366562564 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6106 377 364 0 6095 0
[pid=21131] ppid=21129 vsize=8660 CPUtime=49.81 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 2387 0 0 0 4981 0 0 0 25 0 1 0 5456517 8867840 1335 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328400 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 2165 1335 129 39 0 1245 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 580320

[startup+102.307 s]
/proc/loadavg: 3.86 2.05 2.59 5/202 21133
/proc/meminfo: memFree=30585960/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0.12 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 928 0 0 0 7 5 0 0 18 0 1 0 5456517 287444992 6106 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 11369249298366562564 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6106 377 364 0 6095 0
[pid=21131] ppid=21129 vsize=8660 CPUtime=101.01 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 2466 0 0 0 10101 0 0 0 25 0 1 0 5456517 8867840 1350 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 2165 1350 129 39 0 1245 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 580320

[startup+162.301 s]
/proc/loadavg: 3.99 2.41 2.68 5/202 21135
/proc/meminfo: memFree=30593592/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0.18 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 946 0 0 0 10 8 0 0 18 0 1 0 5456517 287444992 6106 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 11369249298366562564 0 0 17 6 0 0 0
/proc/21129/statm: 70177 6106 377 364 0 6095 0
[pid=21131] ppid=21129 vsize=8868 CPUtime=161.01 cores=4,6
/proc/21131/stat : 21131 (lingeling) R 21129 21131 21131 0 -1 4202496 2695 0 0 0 16101 0 0 0 25 0 1 0 5456517 9080832 1387 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21131/statm: 2217 1387 129 39 0 1297 0
[pid=21123/tid=21130] ppid=21121 vsize=290952 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 5456517 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 580528

[startup+222.301 s]
/proc/loadavg: 3.99 2.70 2.76 5/202 21137
/proc/meminfo: memFree=30583364/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=290952 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 11408 934 1 0 112 7 0 0 25 0 2 0 5456389 297934848 7600 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 72738 7600 1867 364 0 8656 0
[pid=21129] ppid=21123 vsize=280708 CPUtime=0.26 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 965 0 0 0 13 13 0 0 18 0 1 0 5456517 287444992 6106 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100111 0 0 16781312 514 11369249298366562564 0 0 17 6 0 0 0

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

[pid=21157] ppid=21123 vsize=290964 CPUtime=0.48 cores=4,6
/proc/21157/stat : 21157 (python) S 21123 21123 20932 0 -1 4202560 1001 0 0 0 30 18 0 0 15 0 1 0 5514982 297947136 6104 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100166 0 0 16781312 514 11369249298366562564 0 0 17 4 0 0 0
/proc/21157/statm: 72741 6104 371 364 0 8656 0
[pid=21159] ppid=21157 vsize=82012 CPUtime=355.87 cores=4,6
/proc/21159/stat : 21159 (cryptominisat-2) R 21157 21159 21159 0 -1 4202496 50502 0 0 0 35576 11 0 0 25 0 1 0 5514982 83980288 13448 33554432000 4194304 4677096 140733383500896 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21159/statm: 20503 13448 393 118 0 15462 0
[pid=21123/tid=21130] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 5456517 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
[pid=21123/tid=21158] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21158/stat : 21158 (python) S 21121 21123 20932 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 5514982 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 942.89
Current children cumulated vsize (KiB) 975684

[startup+1002.3 s]
/proc/loadavg: 4.08 3.94 3.47 5/214 21169
/proc/meminfo: memFree=29626340/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=301208 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 12216 934 1 0 112 7 0 0 20 0 3 0 5456389 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 75302 7607 1870 364 0 11217 0
[pid=21129] ppid=21123 vsize=290952 CPUtime=0.71 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 1196 0 0 0 39 32 0 0 19 0 2 0 5456517 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21129/statm: 72738 6149 415 364 0 8656 0
[pid=21131] ppid=21129 vsize=10548 CPUtime=584.64 cores=4,6
/proc/21131/stat : 21131 (lingeling) T 21129 21131 21131 0 -1 4202496 5547 0 0 0 58464 0 0 0 25 0 1 0 5456517 10801152 1807 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21131/statm: 2637 1807 129 39 0 1717 0
[pid=21129/tid=21156] ppid=21123 vsize=290952 CPUtime=0 cores=4,6
/proc/21129/task/21156/stat : 21156 (python) S 21123 21123 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5514981 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 514 18446604453924411520 0 0 -1 6 0 0 0
[pid=21157] ppid=21123 vsize=290964 CPUtime=0.57 cores=4,6
/proc/21157/stat : 21157 (python) S 21123 21123 20932 0 -1 4202560 1001 0 0 0 35 22 0 0 15 0 1 0 5514982 297947136 6104 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100166 0 0 16781312 514 11369249298366562564 0 0 17 4 0 0 0
/proc/21157/statm: 72741 6104 371 364 0 8656 0
[pid=21159] ppid=21157 vsize=82112 CPUtime=415.8 cores=4,6
/proc/21159/stat : 21159 (cryptominisat-2) R 21157 21159 21159 0 -1 4202496 56890 0 0 0 41567 13 0 0 25 0 1 0 5514982 84082688 14083 33554432000 4194304 4677096 140733383500896 18446744073709551615 4338423 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21159/statm: 20528 14083 393 118 0 15487 0
[pid=21123/tid=21130] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 5456517 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
[pid=21123/tid=21158] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21158/stat : 21158 (python) S 21121 21123 20932 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 5514982 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.91
Current children cumulated vsize (KiB) 975784

[startup+1062.3 s]
/proc/loadavg: 4.03 3.95 3.50 5/214 21171
/proc/meminfo: memFree=29618976/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=301208 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 12216 934 1 0 112 7 0 0 20 0 3 0 5456389 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 75302 7607 1870 364 0 11217 0
[pid=21129] ppid=21123 vsize=290952 CPUtime=0.71 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 1196 0 0 0 39 32 0 0 19 0 2 0 5456517 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21129/statm: 72738 6149 415 364 0 8656 0
[pid=21131] ppid=21129 vsize=10548 CPUtime=584.64 cores=4,6
/proc/21131/stat : 21131 (lingeling) T 21129 21131 21131 0 -1 4202496 5547 0 0 0 58464 0 0 0 25 0 1 0 5456517 10801152 1807 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21131/statm: 2637 1807 129 39 0 1717 0
[pid=21129/tid=21156] ppid=21123 vsize=290952 CPUtime=0 cores=4,6
/proc/21129/task/21156/stat : 21156 (python) S 21123 21123 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5514981 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 514 18446604453924411520 0 0 -1 6 0 0 0
[pid=21157] ppid=21123 vsize=290964 CPUtime=0.65 cores=4,6
/proc/21157/stat : 21157 (python) S 21123 21123 20932 0 -1 4202560 1002 0 0 0 40 25 0 0 15 0 1 0 5514982 297947136 6104 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100166 0 0 16781312 514 11369249298366562564 0 0 17 4 0 0 0
/proc/21157/statm: 72741 6104 371 364 0 8656 0
[pid=21159] ppid=21157 vsize=98980 CPUtime=475.74 cores=4,6
/proc/21159/stat : 21159 (cryptominisat-2) R 21157 21159 21159 0 -1 4202496 65249 0 0 0 47559 15 0 0 25 0 1 0 5514982 101355520 18033 33554432000 4194304 4677096 140733383500896 18446744073709551615 4465288 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21159/statm: 24745 18033 393 118 0 19704 0
[pid=21123/tid=21130] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 5456517 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
[pid=21123/tid=21158] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21158/stat : 21158 (python) S 21121 21123 20932 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 5514982 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.93
Current children cumulated vsize (KiB) 992652

[startup+1122.3 s]
/proc/loadavg: 3.89 3.93 3.52 5/197 21302
/proc/meminfo: memFree=30718020/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=301208 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 12216 934 1 0 112 7 0 0 20 0 3 0 5456389 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 75302 7607 1870 364 0 11217 0
[pid=21129] ppid=21123 vsize=290952 CPUtime=0.71 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 1196 0 0 0 39 32 0 0 19 0 2 0 5456517 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21129/statm: 72738 6149 415 364 0 8656 0
[pid=21131] ppid=21129 vsize=10548 CPUtime=584.64 cores=4,6
/proc/21131/stat : 21131 (lingeling) T 21129 21131 21131 0 -1 4202496 5547 0 0 0 58464 0 0 0 25 0 1 0 5456517 10801152 1807 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21131/statm: 2637 1807 129 39 0 1717 0
[pid=21129/tid=21156] ppid=21123 vsize=290952 CPUtime=0 cores=4,6
/proc/21129/task/21156/stat : 21156 (python) S 21123 21123 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5514981 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 514 18446604453924411520 0 0 -1 6 0 0 0
[pid=21157] ppid=21123 vsize=290964 CPUtime=0.73 cores=4,6
/proc/21157/stat : 21157 (python) S 21123 21123 20932 0 -1 4202560 1002 0 0 0 44 29 0 0 15 0 1 0 5514982 297947136 6104 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100166 0 0 16781312 514 11369249298366562564 0 0 17 4 0 0 0
/proc/21157/statm: 72741 6104 371 364 0 8656 0
[pid=21159] ppid=21157 vsize=99080 CPUtime=535.67 cores=4,6
/proc/21159/stat : 21159 (cryptominisat-2) R 21157 21159 21159 0 -1 4202496 70861 0 0 0 53550 17 0 0 25 0 1 0 5514982 101457920 18327 33554432000 4194304 4677096 140733383500896 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21159/statm: 24770 18327 393 118 0 19729 0
[pid=21123/tid=21130] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 5456517 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
[pid=21123/tid=21158] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21158/stat : 21158 (python) S 21121 21123 20932 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 5514982 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.94
Current children cumulated vsize (KiB) 992752

[startup+1182.3 s]
/proc/loadavg: 3.96 3.94 3.55 5/203 21356
/proc/meminfo: memFree=30135028/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=301208 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 12216 934 1 0 112 7 0 0 20 0 3 0 5456389 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 75302 7607 1870 364 0 11217 0
[pid=21129] ppid=21123 vsize=290952 CPUtime=0.71 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 1196 0 0 0 39 32 0 0 19 0 2 0 5456517 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21129/statm: 72738 6149 415 364 0 8656 0
[pid=21131] ppid=21129 vsize=10548 CPUtime=584.64 cores=4,6
/proc/21131/stat : 21131 (lingeling) T 21129 21131 21131 0 -1 4202496 5547 0 0 0 58464 0 0 0 25 0 1 0 5456517 10801152 1807 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21131/statm: 2637 1807 129 39 0 1717 0
[pid=21129/tid=21156] ppid=21123 vsize=290952 CPUtime=0 cores=4,6
/proc/21129/task/21156/stat : 21156 (python) S 21123 21123 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5514981 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 514 18446604453924411520 0 0 -1 6 0 0 0
[pid=21157] ppid=21123 vsize=290964 CPUtime=0.8 cores=4,6
/proc/21157/stat : 21157 (python) S 21123 21123 20932 0 -1 4202560 1002 0 0 0 48 32 0 0 15 0 1 0 5514982 297947136 6104 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100166 0 0 16781312 514 11369249298366562564 0 0 17 4 0 0 0
/proc/21157/statm: 72741 6104 371 364 0 8656 0
[pid=21159] ppid=21157 vsize=99200 CPUtime=595.62 cores=4,6
/proc/21159/stat : 21159 (cryptominisat-2) R 21157 21159 21159 0 -1 4202496 75747 0 0 0 59544 18 0 0 25 0 1 0 5514982 101580800 17890 33554432000 4194304 4677096 140733383500896 18446744073709551615 4336162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21159/statm: 24800 17890 393 118 0 19759 0
[pid=21123/tid=21130] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 5456517 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
[pid=21123/tid=21158] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21158/stat : 21158 (python) S 21121 21123 20932 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 5514982 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.96
Current children cumulated vsize (KiB) 992872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 3.97 3.94 3.55 6/206 21359
/proc/meminfo: memFree=29843564/32950928 swapFree=67111528/67111528
[pid=21123] ppid=21121 vsize=301208 CPUtime=1.19 cores=4,6
/proc/21123/stat : 21123 (python) S 21121 21123 20932 0 -1 4202496 12216 934 1 0 112 7 0 0 20 0 3 0 5456389 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21123/statm: 75302 7607 1870 364 0 11217 0
[pid=21129] ppid=21123 vsize=290952 CPUtime=0.71 cores=4,6
/proc/21129/stat : 21129 (python) S 21123 21123 20932 0 -1 4202560 1196 0 0 0 39 32 0 0 19 0 2 0 5456517 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21129/statm: 72738 6149 415 364 0 8656 0
[pid=21131] ppid=21129 vsize=10548 CPUtime=584.64 cores=4,6
/proc/21131/stat : 21131 (lingeling) T 21129 21131 21131 0 -1 4202496 5547 0 0 0 58464 0 0 0 25 0 1 0 5456517 10801152 1807 33554432000 4194304 4352236 140734499504736 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21131/statm: 2637 1807 129 39 0 1717 0
[pid=21129/tid=21156] ppid=21123 vsize=290952 CPUtime=0 cores=4,6
/proc/21129/task/21156/stat : 21156 (python) S 21123 21123 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5514981 297934848 6149 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 514 18446604453924411520 0 0 -1 6 0 0 0
[pid=21157] ppid=21123 vsize=290964 CPUtime=0.82 cores=4,6
/proc/21157/stat : 21157 (python) S 21123 21123 20932 0 -1 4202560 1002 0 0 0 49 33 0 0 15 0 1 0 5514982 297947136 6104 33554432000 4194304 5683644 140736514337520 18446744073709551615 232124100166 0 0 16781312 514 11369249298366562564 0 0 17 4 0 0 0
/proc/21157/statm: 72741 6104 371 364 0 8656 0
[pid=21159] ppid=21157 vsize=99200 CPUtime=612.71 cores=4,6
/proc/21159/stat : 21159 (cryptominisat-2) R 21157 21159 21159 0 -1 4202496 76656 0 0 0 61253 18 0 0 25 0 1 0 5514982 101580800 18799 33554432000 4194304 4677096 140733383500896 18446744073709551615 4337674 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21159/statm: 24800 18799 393 118 0 19759 0
[pid=21123/tid=21130] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21130/stat : 21130 (python) S 21121 21123 20932 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 5456517 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
[pid=21123/tid=21158] ppid=21121 vsize=301208 CPUtime=0 cores=4,6
/proc/21123/task/21158/stat : 21158 (python) S 21121 21123 20932 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 3 0 5514982 308436992 7607 33554432000 4194304 5683644 140736514337520 18446744073709551615 232135903665 0 0 16781312 2 18446604453964399680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 992872

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 21123 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=130828
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=75988
# CPU time returned by wait4() is 1.20682
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.42
CPU time (s): 1200.07
CPU user time (s): 1199.17
CPU system time (s): 0.9
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 1037828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.13083
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13150
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= 980
involuntary context switches= 30

runsolver used 2.09068 second user time and 4.48232 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 01:05:16
IDJOB=3483847
IDBENCH=70775
IDSOLVER=1976
FILE ID=node124/3483847-1307747115
RUNJOBID= node124-1307747010-20951
PBS_JOBID= 13550833
Free space on /tmp= 74036 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.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-3483847-1307747115/watcher-3483847-1307747115 -o /tmp/evaluation-result-3483847-1307747115/solver-3483847-1307747115 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483847-1307747115.cnf -seed 1044509678 -budget 1200

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1044509678

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.77
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.855
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.82
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.855
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.75
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.855
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.855
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:     32950928 kB
MemFree:      30654048 kB
Buffers:         89308 kB
Cached:        1246044 kB
SwapCached:          0 kB
Active:        1225712 kB
Inactive:       908368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30654048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32036 kB
Writeback:           0 kB
AnonPages:      798392 kB
Mapped:          23652 kB
Slab:            93968 kB
PageTables:       9780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1319192 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= 73984 MiB
End job on node124 at 2011-06-11 01:25:17