Trace number 3483849

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.04 1200.03

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.66	c INFO: solving HOME/instance-3483849-1307747221.cnf
0.38/0.66	c INFO: computing task features
0.45/0.70	c INFO: computed variable-clause graph statistics
0.45/0.70	c INFO: computed clause balance statistics
0.65/0.92	c INFO: computed variable balance statistics
0.76/1.08	c INFO: computed small-clause counts
0.76/1.08	c INFO: computed Horn-clause counts
0.86/1.13	c INFO: computed variable graph statistics
0.86/1.13	c INFO: collected features for HOME/instance-3483849-1307747221.cnf in 0.47 s
0.86/1.13	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
587.72/587.85	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.51)
1200.04/1200.02	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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.99 2.08 0.82 5/203 28605
/proc/meminfo: memFree=30316464/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=15184 CPUtime=0 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 727 0 0 0 0 0 0 0 25 0 1 0 886320306 15548416 616 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/28605/statm: 3796 616 322 364 0 283 0

[startup+0.0754459 s]
/proc/loadavg: 3.99 2.08 0.82 5/203 28605
/proc/meminfo: memFree=30316464/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=38904 CPUtime=0.05 cores=1,3
/proc/28605/stat : 28605 (python) R 28603 28605 28449 0 -1 4202496 1645 0 0 0 4 1 0 0 17 0 1 0 886320306 39837696 1473 33554432000 4194304 5683644 140734834888320 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28605/statm: 9726 1478 455 364 0 1026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38904

[startup+0.100444 s]
/proc/loadavg: 3.99 2.08 0.82 5/203 28605
/proc/meminfo: memFree=30316464/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=85616 CPUtime=0.07 cores=1,3
/proc/28605/stat : 28605 (python) R 28603 28605 28449 0 -1 4202496 2628 0 0 0 5 2 0 0 17 0 1 0 886320306 87670784 2347 33554432000 4194304 5683644 140734834888320 18446744073709551615 4503680 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28605/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85616

[startup+0.300439 s]
/proc/loadavg: 3.99 2.08 0.82 5/203 28605
/proc/meminfo: memFree=30316464/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=135748 CPUtime=0.2 cores=1,3
/proc/28605/stat : 28605 (python) R 28603 28605 28449 0 -1 4202496 5972 930 1 0 15 5 0 0 17 0 1 0 886320306 139005952 4148 33554432000 4194304 5683644 140734834888320 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28605/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.70036 s]
/proc/loadavg: 3.99 2.08 0.82 5/203 28605
/proc/meminfo: memFree=30316464/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=280768 CPUtime=0.45 cores=1,3
/proc/28605/stat : 28605 (python) R 28603 28605 28449 0 -1 4202496 9966 930 1 0 33 12 0 0 15 0 1 0 886320306 287506432 7563 33554432000 4194304 5683644 140734834888320 18446744073709551615 47203896374874 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28605/statm: 70192 7563 1812 364 0 6116 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280768

[startup+1.50016 s]
/proc/loadavg: 3.99 2.08 0.82 5/204 28610
/proc/meminfo: memFree=30292052/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 289928

[startup+3.10091 s]
/proc/loadavg: 3.99 2.08 0.82 5/207 28613
/proc/meminfo: memFree=30287936/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 886320420 286396416 5860 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 6976488693708095487 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5860 354 364 0 5839 0
[pid=28613] ppid=28611 vsize=7660 CPUtime=1.95 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 1618 0 0 0 195 0 0 0 25 0 1 0 886320420 7843840 1117 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 1915 1117 129 39 0 995 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 577272

[startup+6.30034 s]
/proc/loadavg: 4.15 2.14 0.85 5/207 28613
/proc/meminfo: memFree=30283968/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 886320420 286396416 5882 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 6976488693708062984 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5882 376 364 0 5839 0
[pid=28613] ppid=28611 vsize=7284 CPUtime=5.14 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 1972 0 0 0 514 0 0 0 25 0 1 0 886320420 7458816 1023 33554432000 4194304 4352236 140736045652928 18446744073709551615 4278527 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 1821 1023 129 39 0 901 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 576896

[startup+12.7012 s]
/proc/loadavg: 4.14 2.17 0.86 5/207 28613
/proc/meminfo: memFree=30302096/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0.01 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 887 0 0 0 1 0 0 0 18 0 1 0 886320420 286396416 5882 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 10226003496084144392 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5882 376 364 0 5839 0
[pid=28613] ppid=28611 vsize=8564 CPUtime=11.54 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 2990 0 0 0 1154 0 0 0 25 0 1 0 886320420 8769536 1343 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 2141 1343 129 39 0 1221 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 578176

[startup+25.5009 s]
/proc/loadavg: 4.11 2.26 0.91 5/211 28618
/proc/meminfo: memFree=30175704/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0.03 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 895 0 0 0 2 1 0 0 18 0 1 0 886320420 286396416 5882 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 10226003496084144392 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5882 376 364 0 5839 0
[pid=28613] ppid=28611 vsize=11228 CPUtime=24.33 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 4584 0 0 0 2433 0 0 0 25 0 1 0 886320420 11497472 1977 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 2807 1977 129 39 0 1887 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 580840

[startup+51.1004 s]
/proc/loadavg: 4.07 2.40 0.99 5/211 28618
/proc/meminfo: memFree=30178900/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0.06 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 886320420 286396416 5883 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 10226003496084144392 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5883 377 364 0 5839 0
[pid=28613] ppid=28611 vsize=11484 CPUtime=49.92 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 6511 0 0 0 4991 1 0 0 25 0 1 0 886320420 11759616 2048 33554432000 4194304 4352236 140736045652928 18446744073709551615 4281054 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 2871 2048 129 39 0 1951 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 581096

[startup+102.307 s]
/proc/loadavg: 4.03 2.65 1.15 5/211 28620
/proc/meminfo: memFree=30150220/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0.12 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 932 0 0 0 7 5 0 0 18 0 1 0 886320420 286396416 5883 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 10226003496084144392 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5883 377 364 0 5839 0
[pid=28613] ppid=28611 vsize=13284 CPUtime=101.08 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 11274 0 0 0 10107 1 0 0 25 0 1 0 886320420 13602816 2491 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 3321 2491 129 39 0 2401 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 582896

[startup+162.301 s]
/proc/loadavg: 4.01 2.89 1.33 5/215 28625
/proc/meminfo: memFree=30036080/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0.21 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 952 0 0 0 12 9 0 0 18 0 1 0 886320420 286396416 5883 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 10226003496084144392 0 0 17 1 0 0 0
/proc/28611/statm: 69921 5883 377 364 0 5839 0
[pid=28613] ppid=28611 vsize=19688 CPUtime=161 cores=1,3
/proc/28613/stat : 28613 (lingeling) R 28611 28613 28613 0 -1 4202496 18475 0 0 0 16099 1 0 0 25 0 1 0 886320420 20160512 4092 33554432000 4194304 4352236 140736045652928 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28613/statm: 4922 4092 129 39 0 4002 0
[pid=28605/tid=28612] ppid=28603 vsize=289928 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 2 0 886320420 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 589300

[startup+222.301 s]
/proc/loadavg: 4.00 3.09 1.49 5/219 28631
/proc/meminfo: memFree=29926520/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=289928 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 10463 930 1 0 77 13 0 0 17 0 2 0 886320306 296886272 7377 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 72482 7377 1867 364 0 8400 0
[pid=28611] ppid=28605 vsize=279684 CPUtime=0.29 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 966 0 0 0 17 12 0 0 18 0 1 0 886320420 286396416 5883 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912463 0 0 16781312 514 10226003496084144392 0 0 17 1 0 0 0

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

[pid=28659] ppid=28605 vsize=290300 CPUtime=0.59 cores=1,3
/proc/28659/stat : 28659 (python) S 28605 28605 28449 0 -1 4202560 1001 0 0 0 33 26 0 0 15 0 1 0 886379092 297267200 5939 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912518 0 0 16781312 514 10226003496084144388 0 0 17 1 0 0 0
/proc/28659/statm: 72575 5939 371 364 0 8490 0
[pid=28661] ppid=28659 vsize=89428 CPUtime=353.9 cores=1,3
/proc/28661/stat : 28661 (cryptominisat-2) R 28659 28661 28661 0 -1 4202496 88171 0 0 0 35359 31 0 0 25 0 1 0 886379092 91574272 16530 33554432000 4194304 4677096 140736099872240 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28661/statm: 22357 16530 391 118 0 17316 0
[pid=28605/tid=28612] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 3 0 886320420 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
[pid=28605/tid=28660] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28660/stat : 28660 (python) S 28603 28605 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886379092 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 993376

[startup+1002.3 s]
/proc/loadavg: 3.63 3.89 2.89 5/198 28813
/proc/meminfo: memFree=30917560/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=300544 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 11264 930 1 0 77 13 0 0 19 0 3 0 886320306 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 75136 7442 1870 364 0 11051 0
[pid=28611] ppid=28605 vsize=289928 CPUtime=0.8 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 1196 0 0 0 47 33 0 0 19 0 2 0 886320420 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28611/statm: 72482 5926 415 364 0 8400 0
[pid=28613] ppid=28611 vsize=23176 CPUtime=586.07 cores=1,3
/proc/28613/stat : 28613 (lingeling) T 28611 28613 28613 0 -1 4202496 46380 0 0 0 58601 6 0 0 25 0 1 0 886320420 23732224 4996 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/28613/statm: 5794 4996 129 39 0 4874 0
[pid=28611/tid=28658] ppid=28605 vsize=289928 CPUtime=0 cores=1,3
/proc/28611/task/28658/stat : 28658 (python) S 28605 28605 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886379091 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 514 18446604454537033600 0 0 -1 3 0 0 0
[pid=28659] ppid=28605 vsize=290300 CPUtime=0.69 cores=1,3
/proc/28659/stat : 28659 (python) S 28605 28605 28449 0 -1 4202560 1002 0 0 0 38 31 0 0 15 0 1 0 886379092 297267200 5939 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912518 0 0 16781312 514 10226003496084144388 0 0 17 1 0 0 0
/proc/28659/statm: 72575 5939 371 364 0 8490 0
[pid=28661] ppid=28659 vsize=89776 CPUtime=413.81 cores=1,3
/proc/28661/stat : 28661 (cryptominisat-2) R 28659 28661 28661 0 -1 4202496 97693 0 0 0 41347 34 0 0 25 0 1 0 886379092 91930624 14912 33554432000 4194304 4677096 140736099872240 18446744073709551615 4320126 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28661/statm: 22444 14912 391 118 0 17403 0
[pid=28605/tid=28612] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 3 0 886320420 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
[pid=28605/tid=28660] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28660/stat : 28660 (python) S 28603 28605 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886379092 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 993724

[startup+1062.3 s]
/proc/loadavg: 3.89 3.92 2.96 5/201 28817
/proc/meminfo: memFree=30773828/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=300544 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 11264 930 1 0 77 13 0 0 19 0 3 0 886320306 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 75136 7442 1870 364 0 11051 0
[pid=28611] ppid=28605 vsize=289928 CPUtime=0.8 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 1196 0 0 0 47 33 0 0 19 0 2 0 886320420 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28611/statm: 72482 5926 415 364 0 8400 0
[pid=28613] ppid=28611 vsize=23176 CPUtime=586.07 cores=1,3
/proc/28613/stat : 28613 (lingeling) T 28611 28613 28613 0 -1 4202496 46380 0 0 0 58601 6 0 0 25 0 1 0 886320420 23732224 4996 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/28613/statm: 5794 4996 129 39 0 4874 0
[pid=28611/tid=28658] ppid=28605 vsize=289928 CPUtime=0 cores=1,3
/proc/28611/task/28658/stat : 28658 (python) S 28605 28605 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886379091 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 514 18446604454537033600 0 0 -1 3 0 0 0
[pid=28659] ppid=28605 vsize=290300 CPUtime=0.78 cores=1,3
/proc/28659/stat : 28659 (python) S 28605 28605 28449 0 -1 4202560 1002 0 0 0 43 35 0 0 15 0 1 0 886379092 297267200 5939 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912518 0 0 16781312 514 10226003496084144388 0 0 17 1 0 0 0
/proc/28659/statm: 72575 5939 371 364 0 8490 0
[pid=28661] ppid=28659 vsize=89964 CPUtime=473.75 cores=1,3
/proc/28661/stat : 28661 (cryptominisat-2) R 28659 28661 28661 0 -1 4202496 105637 0 0 0 47337 38 0 0 25 0 1 0 886379092 92123136 16999 33554432000 4194304 4677096 140736099872240 18446744073709551615 4310282 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/28661/statm: 22491 16999 391 118 0 17450 0
[pid=28605/tid=28612] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 3 0 886320420 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
[pid=28605/tid=28660] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28660/stat : 28660 (python) S 28603 28605 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886379092 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 993912

[startup+1122.3 s]
/proc/loadavg: 3.96 3.93 3.02 5/207 28825
/proc/meminfo: memFree=29914984/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=300544 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 11264 930 1 0 77 13 0 0 19 0 3 0 886320306 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 75136 7442 1870 364 0 11051 0
[pid=28611] ppid=28605 vsize=289928 CPUtime=0.8 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 1196 0 0 0 47 33 0 0 19 0 2 0 886320420 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28611/statm: 72482 5926 415 364 0 8400 0
[pid=28613] ppid=28611 vsize=23176 CPUtime=586.07 cores=1,3
/proc/28613/stat : 28613 (lingeling) T 28611 28613 28613 0 -1 4202496 46380 0 0 0 58601 6 0 0 25 0 1 0 886320420 23732224 4996 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/28613/statm: 5794 4996 129 39 0 4874 0
[pid=28611/tid=28658] ppid=28605 vsize=289928 CPUtime=0 cores=1,3
/proc/28611/task/28658/stat : 28658 (python) S 28605 28605 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886379091 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 514 18446604454537033600 0 0 -1 3 0 0 0
[pid=28659] ppid=28605 vsize=290300 CPUtime=0.86 cores=1,3
/proc/28659/stat : 28659 (python) S 28605 28605 28449 0 -1 4202560 1002 0 0 0 47 39 0 0 15 0 1 0 886379092 297267200 5939 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912518 0 0 16781312 514 4585025064772010244 0 0 17 1 0 0 0
/proc/28659/statm: 72575 5939 371 364 0 8490 0
[pid=28661] ppid=28659 vsize=90276 CPUtime=533.66 cores=1,3
/proc/28661/stat : 28661 (cryptominisat-2) R 28659 28661 28661 0 -1 4202496 114442 0 0 0 53325 41 0 0 25 0 1 0 886379092 92442624 16591 33554432000 4194304 4677096 140736099872240 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28661/statm: 22569 16591 391 118 0 17528 0
[pid=28605/tid=28612] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 3 0 886320420 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
[pid=28605/tid=28660] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28660/stat : 28660 (python) S 28603 28605 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886379092 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 994224

[startup+1182.3 s]
/proc/loadavg: 4.06 3.97 3.09 5/204 28870
/proc/meminfo: memFree=26827856/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=300544 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 11264 930 1 0 77 13 0 0 19 0 3 0 886320306 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 75136 7442 1870 364 0 11051 0
[pid=28611] ppid=28605 vsize=289928 CPUtime=0.8 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 1196 0 0 0 47 33 0 0 19 0 2 0 886320420 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28611/statm: 72482 5926 415 364 0 8400 0
[pid=28613] ppid=28611 vsize=23176 CPUtime=586.07 cores=1,3
/proc/28613/stat : 28613 (lingeling) T 28611 28613 28613 0 -1 4202496 46380 0 0 0 58601 6 0 0 25 0 1 0 886320420 23732224 4996 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/28613/statm: 5794 4996 129 39 0 4874 0
[pid=28611/tid=28658] ppid=28605 vsize=289928 CPUtime=0 cores=1,3
/proc/28611/task/28658/stat : 28658 (python) S 28605 28605 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886379091 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 514 18446604454537033600 0 0 -1 3 0 0 0
[pid=28659] ppid=28605 vsize=290300 CPUtime=0.95 cores=1,3
/proc/28659/stat : 28659 (python) S 28605 28605 28449 0 -1 4202560 1002 0 0 0 52 43 0 0 15 0 1 0 886379092 297267200 5939 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912518 0 0 16781312 514 10226003496084144388 0 0 17 1 0 0 0
/proc/28659/statm: 72575 5939 371 364 0 8490 0
[pid=28661] ppid=28659 vsize=92564 CPUtime=593.61 cores=1,3
/proc/28661/stat : 28661 (cryptominisat-2) R 28659 28661 28661 0 -1 4202496 123523 0 0 0 59315 46 0 0 25 0 1 0 886379092 94785536 15723 33554432000 4194304 4677096 140736099872240 18446744073709551615 4320166 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28661/statm: 23141 15723 391 118 0 18100 0
[pid=28605/tid=28612] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 3 0 886320420 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
[pid=28605/tid=28660] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28660/stat : 28660 (python) S 28603 28605 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886379092 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 996512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 4.24 4.02 3.13 5/204 28870
/proc/meminfo: memFree=27065000/32951124 swapFree=67063272/67111528
[pid=28605] ppid=28603 vsize=300544 CPUtime=0.9 cores=1,3
/proc/28605/stat : 28605 (python) S 28603 28605 28449 0 -1 4202496 11264 930 1 0 77 13 0 0 19 0 3 0 886320306 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28605/statm: 75136 7442 1870 364 0 11051 0
[pid=28611] ppid=28605 vsize=289928 CPUtime=0.8 cores=1,3
/proc/28611/stat : 28611 (python) S 28605 28605 28449 0 -1 4202560 1196 0 0 0 47 33 0 0 19 0 2 0 886320420 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28611/statm: 72482 5926 415 364 0 8400 0
[pid=28613] ppid=28611 vsize=23176 CPUtime=586.07 cores=1,3
/proc/28613/stat : 28613 (lingeling) T 28611 28613 28613 0 -1 4202496 46380 0 0 0 58601 6 0 0 25 0 1 0 886320420 23732224 4996 33554432000 4194304 4352236 140736045652928 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/28613/statm: 5794 4996 129 39 0 4874 0
[pid=28611/tid=28658] ppid=28605 vsize=289928 CPUtime=0 cores=1,3
/proc/28611/task/28658/stat : 28658 (python) S 28605 28605 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886379091 296886272 5926 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 514 18446604454537033600 0 0 -1 3 0 0 0
[pid=28659] ppid=28605 vsize=290300 CPUtime=0.97 cores=1,3
/proc/28659/stat : 28659 (python) S 28605 28605 28449 0 -1 4202560 1002 0 0 0 53 44 0 0 15 0 1 0 886379092 297267200 5939 33554432000 4194304 5683644 140734834888320 18446744073709551615 232335912518 0 0 16781312 514 10226003496084144388 0 0 17 1 0 0 0
/proc/28659/statm: 72575 5939 371 364 0 8490 0
[pid=28661] ppid=28659 vsize=92564 CPUtime=611.3 cores=1,3
/proc/28661/stat : 28661 (cryptominisat-2) R 28659 28661 28661 0 -1 4202496 125253 0 0 0 61084 46 0 0 25 0 1 0 886379092 94785536 17453 33554432000 4194304 4677096 140736099872240 18446744073709551615 4320195 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28661/statm: 23141 17453 391 118 0 18100 0
[pid=28605/tid=28612] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28612/stat : 28612 (python) S 28603 28605 28449 0 -1 4202560 32 930 0 0 0 0 0 0 18 0 3 0 886320420 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
[pid=28605/tid=28660] ppid=28603 vsize=300544 CPUtime=0 cores=1,3
/proc/28605/task/28660/stat : 28660 (python) S 28603 28605 28449 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886379092 307757056 7442 33554432000 4194304 5683644 140734834888320 18446744073709551615 232347716017 0 0 16781312 2 18446604471135089600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 996512

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 28605 and gives
#  childrusage.ru_utime.tv_sec=612
#  childrusage.ru_utime.tv_usec=649863
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=394787
# CPU time returned by wait4() is 614.045
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.03
CPU time (s): 1200.04
CPU user time (s): 1198.62
CPU system time (s): 1.42
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1048860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 612.65
system time used= 1.39479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141683
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= 5343
involuntary context switches= 3059

runsolver used 2.21966 second user time and 5.00324 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:07:01
IDJOB=3483849
IDBENCH=70785
IDSOLVER=1976
FILE ID=node132/3483849-1307747221
RUNJOBID= node132-1307747008-28469
PBS_JOBID= 13550826
Free space on /tmp= 73988 MiB

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

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=693387542

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:      30317016 kB
Buffers:        223816 kB
Cached:         936676 kB
SwapCached:       9968 kB
Active:        1884244 kB
Inactive:       534396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30317016 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           31844 kB
Writeback:           0 kB
AnonPages:     1255828 kB
Mapped:          16436 kB
Slab:           143864 kB
PageTables:      11676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2008740 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= 73640 MiB
End job on node132 at 2011-06-11 01:27:04