Trace number 3483887

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.1 1199.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.37/1.10	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/1.10	c INFO: solving HOME/instance-3483887-1307748320.cnf
0.37/1.10	c INFO: computing task features
0.58/1.38	c INFO: computed variable-clause graph statistics
0.58/1.39	c INFO: computed clause balance statistics
1.87/2.67	c INFO: computed variable balance statistics
2.97/3.79	c INFO: computed small-clause counts
3.07/3.80	c INFO: computed Horn-clause counts
3.07/3.83	c INFO: computed variable graph statistics
3.07/3.83	c INFO: collected features for HOME/instance-3483887-1307748320.cnf in 2.71 s
3.07/3.83	c INFO: running lingeling-276@0 for 582 with 1197 remaining (b = 0.53)
589.73/590.43	c INFO: running cryptominisat-2.9.0@0 for 611 with 611 remaining (b = 0.46)

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-3483887-1307748320/watcher-3483887-1307748320 -o /tmp/evaluation-result-3483887-1307748320/solver-3483887-1307748320 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483887-1307748320.cnf -seed 1044509678 -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.89 3.92 3.55 4/195 21441
/proc/meminfo: memFree=30538828/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=15380 CPUtime=0 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 811 0 0 0 0 0 0 0 18 0 1 0 5576819 15749120 696 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/21441/statm: 3845 696 334 364 0 332 0

[startup+0.0537571 s]
/proc/loadavg: 3.89 3.92 3.55 4/195 21441
/proc/meminfo: memFree=30538828/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=34424 CPUtime=0.03 cores=1,3
/proc/21441/stat : 21441 (python) R 21439 21441 20932 0 -1 4202496 1549 0 0 0 3 0 0 0 17 0 1 0 5576819 35250176 1386 33554432000 4194304 5683644 140735568394816 18446744073709551615 232123773899 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21441/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34424

[startup+0.100749 s]
/proc/loadavg: 3.89 3.92 3.55 4/195 21441
/proc/meminfo: memFree=30538828/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=104612 CPUtime=0.07 cores=1,3
/proc/21441/stat : 21441 (python) R 21439 21441 20932 0 -1 4202496 3134 0 0 0 6 1 0 0 17 0 1 0 5576819 107122688 2812 33554432000 4194304 5683644 140735568394816 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21441/statm: 26153 2816 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.581667 s]
/proc/loadavg: 3.89 3.92 3.55 4/195 21441
/proc/meminfo: memFree=30538828/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=121640 CPUtime=0.11 cores=1,3
/proc/21441/stat : 21441 (python) D 21439 21441 20932 0 -1 4202496 4102 0 1 0 9 2 0 0 17 0 1 0 5576819 124559360 3727 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124085815 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/21441/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 121640

[startup+0.700642 s]
/proc/loadavg: 3.89 3.92 3.55 4/195 21441
/proc/meminfo: memFree=30538828/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=121640 CPUtime=0.11 cores=1,3
/proc/21441/stat : 21441 (python) D 21439 21441 20932 0 -1 4202496 4102 0 1 0 9 2 0 0 17 0 1 0 5576819 124559360 3727 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124085815 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 0
/proc/21441/statm: 30410 3727 986 364 0 2740 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 121640

[startup+1.5005 s]
/proc/loadavg: 3.89 3.92 3.55 5/196 21446
/proc/meminfo: memFree=30505152/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=294320 CPUtime=0.77 cores=1,3
/proc/21441/stat : 21441 (python) R 21439 21441 20932 0 -1 4202496 15599 929 1 0 68 9 0 0 19 0 1 0 5576819 301383680 10965 33554432000 4194304 5683644 140735568394816 18446744073709551615 47539755744382 0 0 16781312 2 0 0 0 17 3 0 0 64
/proc/21441/statm: 73580 10965 1826 364 0 9504 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 294320

[startup+3.10022 s]
/proc/loadavg: 3.90 3.93 3.55 5/196 21446
/proc/meminfo: memFree=30499456/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=294320 CPUtime=2.37 cores=1,3
/proc/21441/stat : 21441 (python) R 21439 21441 20932 0 -1 4202496 15600 929 1 0 228 9 0 0 25 0 1 0 5576819 301383680 10966 33554432000 4194304 5683644 140735568394816 18446744073709551615 4539670 0 0 16781312 2 0 0 0 17 1 0 0 64
/proc/21441/statm: 73580 10966 1827 364 0 9504 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 294320
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 3.90 3.93 3.55 5/202 21452
/proc/meminfo: memFree=30448504/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 5577203 291143680 6758 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 4519718747006533896 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6758 355 364 0 6998 0
[pid=21449] ppid=21447 vsize=11296 CPUtime=2.44 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 3087 0 0 0 244 0 0 0 25 0 1 0 5577203 11567104 1739 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 2824 1739 128 39 0 1904 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 589128

[startup+12.7005 s]
/proc/loadavg: 3.91 3.93 3.55 5/199 21495
/proc/meminfo: memFree=30450296/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 880 0 0 0 0 0 0 0 18 0 1 0 5577203 291143680 6781 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 4519718747006533896 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6781 378 364 0 6998 0
[pid=21449] ppid=21447 vsize=19308 CPUtime=8.84 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 5343 0 0 0 883 1 0 0 25 0 1 0 5577203 19771392 3995 33554432000 4194304 4352236 140737106442480 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 4827 3995 128 39 0 3907 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 597140

[startup+25.5003 s]
/proc/loadavg: 4.00 3.95 3.56 5/202 21544
/proc/meminfo: memFree=30429064/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0.02 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 886 0 0 0 1 1 0 0 18 0 1 0 5577203 291143680 6781 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 12912664556601311496 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6781 378 364 0 6998 0
[pid=21449] ppid=21447 vsize=23080 CPUtime=21.62 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 6286 0 0 0 2161 1 0 0 25 0 1 0 5577203 23633920 4938 33554432000 4194304 4352236 140737106442480 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 5770 4938 128 39 0 4850 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 600912

[startup+51.1008 s]
/proc/loadavg: 4.00 3.95 3.57 5/202 21592
/proc/meminfo: memFree=30484868/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0.06 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 899 0 0 0 3 3 0 0 18 0 1 0 5577203 291143680 6781 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 12912664556601311496 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6781 378 364 0 6998 0
[pid=21449] ppid=21447 vsize=24872 CPUtime=47.18 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 6734 0 0 0 4716 2 0 0 25 0 1 0 5577203 25468928 5386 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 6218 5386 128 39 0 5298 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 602704

[startup+102.301 s]
/proc/loadavg: 4.13 3.98 3.60 5/199 21635
/proc/meminfo: memFree=30346516/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0.11 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 920 0 0 0 5 6 0 0 18 0 1 0 5577203 291143680 6781 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 12912664556601311496 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6781 378 364 0 6998 0
[pid=21449] ppid=21447 vsize=30988 CPUtime=98.32 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 12359 0 0 0 9829 3 0 0 25 0 1 0 5577203 31731712 6915 33554432000 4194304 4352236 140737106442480 18446744073709551615 4329036 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 7747 6915 128 39 0 6827 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 608820

[startup+162.301 s]
/proc/loadavg: 4.05 3.98 3.63 5/202 21640
/proc/meminfo: memFree=30096556/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0.18 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 939 0 0 0 9 9 0 0 18 0 1 0 5577203 291143680 6781 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 12912664556601311496 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6781 378 364 0 6998 0
[pid=21449] ppid=21447 vsize=32524 CPUtime=158.23 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 18887 0 0 0 15820 3 0 0 25 0 1 0 5577203 33304576 7299 33554432000 4194304 4352236 140737106442480 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 8131 7299 128 39 0 7211 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 610356

[startup+222.3 s]
/proc/loadavg: 4.10 4.00 3.65 5/199 21685
/proc/meminfo: memFree=30242564/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=293512 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 15897 929 1 0 302 9 0 0 25 0 2 0 5576819 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 73378 8281 1875 364 0 9296 0
[pid=21447] ppid=21441 vsize=284320 CPUtime=0.25 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 956 0 0 0 13 12 0 0 18 0 1 0 5577203 291143680 6781 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100111 0 0 16781312 514 12912664556601311496 0 0 17 1 0 0 0
/proc/21447/statm: 71080 6781 378 364 0 6998 0
[pid=21449] ppid=21447 vsize=41732 CPUtime=218.16 cores=1,3
/proc/21449/stat : 21449 (lingeling) R 21447 21449 21449 0 -1 4202496 21189 0 0 0 21813 3 0 0 25 0 1 0 5577203 42733568 9601 33554432000 4194304 4352236 140737106442480 18446744073709551615 4332748 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21449/statm: 10433 9601 128 39 0 9513 0
[pid=21441/tid=21448] ppid=21439 vsize=293512 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 2 0 5577203 300556288 8281 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 221.52

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

[pid=21743] ppid=21441 vsize=294456 CPUtime=0.52 cores=1,3
/proc/21743/stat : 21743 (python) S 21441 21441 20932 0 -1 4202560 1015 0 0 0 27 25 0 0 15 0 1 0 5635863 301522944 6845 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100166 0 0 16781312 514 5628721084275589384 0 0 17 3 0 0 0
/proc/21743/statm: 73614 6845 373 364 0 9529 0
[pid=21745] ppid=21743 vsize=145932 CPUtime=351.85 cores=1,3
/proc/21745/stat : 21745 (cryptominisat-2) R 21743 21745 21745 0 -1 4202496 177959 0 0 0 35154 31 0 0 25 0 1 0 5635863 149434368 29984 33554432000 4194304 4677096 140733549594144 18446744073709551615 4334856 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21745/statm: 36483 29984 391 118 0 31442 0
[pid=21441/tid=21448] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 3 0 5577203 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
[pid=21441/tid=21744] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21744/stat : 21744 (python) S 21439 21441 20932 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 3 0 5635863 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 1095432

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.84 5/215 21767
/proc/meminfo: memFree=26671720/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=304156 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 16712 929 1 0 302 9 0 0 19 0 3 0 5576819 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 76039 8353 1878 364 0 11954 0
[pid=21447] ppid=21441 vsize=294564 CPUtime=0.68 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 1191 0 0 0 35 33 0 0 19 0 2 0 5577203 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21447/statm: 73641 6823 415 364 0 9559 0
[pid=21449] ppid=21447 vsize=56324 CPUtime=585.96 cores=1,3
/proc/21449/stat : 21449 (lingeling) T 21447 21449 21449 0 -1 4202496 28933 0 0 0 58592 4 0 0 25 0 1 0 5577203 57675776 13249 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21449/statm: 14081 13249 128 39 0 13161 0
[pid=21447/tid=21742] ppid=21441 vsize=294564 CPUtime=0 cores=1,3
/proc/21447/task/21742/stat : 21742 (python) S 21441 21441 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5635862 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 514 18446604471144891456 0 0 -1 1 0 0 0
[pid=21743] ppid=21441 vsize=294456 CPUtime=0.6 cores=1,3
/proc/21743/stat : 21743 (python) S 21441 21441 20932 0 -1 4202560 1015 0 0 0 31 29 0 0 15 0 1 0 5635863 301522944 6845 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100166 0 0 16781312 514 5628721084275589384 0 0 17 3 0 0 0
/proc/21743/statm: 73614 6845 373 364 0 9529 0
[pid=21745] ppid=21743 vsize=226108 CPUtime=411.85 cores=1,3
/proc/21745/stat : 21745 (cryptominisat-2) R 21743 21745 21745 0 -1 4202496 197519 0 0 0 41150 35 0 0 25 0 1 0 5635863 231534592 31515 33554432000 4194304 4677096 140733549594144 18446744073709551615 4334821 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21745/statm: 56527 31515 391 118 0 51486 0
[pid=21441/tid=21448] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 3 0 5577203 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
[pid=21441/tid=21744] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21744/stat : 21744 (python) S 21439 21441 20932 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 3 0 5635863 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 1175608

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.84 5/215 21769
/proc/meminfo: memFree=26445524/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=304156 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 16712 929 1 0 302 9 0 0 19 0 3 0 5576819 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 76039 8353 1878 364 0 11954 0
[pid=21447] ppid=21441 vsize=294564 CPUtime=0.68 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 1191 0 0 0 35 33 0 0 19 0 2 0 5577203 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21447/statm: 73641 6823 415 364 0 9559 0
[pid=21449] ppid=21447 vsize=56324 CPUtime=585.96 cores=1,3
/proc/21449/stat : 21449 (lingeling) T 21447 21449 21449 0 -1 4202496 28933 0 0 0 58592 4 0 0 25 0 1 0 5577203 57675776 13249 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21449/statm: 14081 13249 128 39 0 13161 0
[pid=21447/tid=21742] ppid=21441 vsize=294564 CPUtime=0 cores=1,3
/proc/21447/task/21742/stat : 21742 (python) S 21441 21441 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5635862 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 514 18446604471144891456 0 0 -1 1 0 0 0
[pid=21743] ppid=21441 vsize=294456 CPUtime=0.7 cores=1,3
/proc/21743/stat : 21743 (python) S 21441 21441 20932 0 -1 4202560 1015 0 0 0 36 34 0 0 15 0 1 0 5635863 301522944 6845 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100166 0 0 16781312 514 5628721084275589384 0 0 17 3 0 0 0
/proc/21743/statm: 73614 6845 373 364 0 9529 0
[pid=21745] ppid=21743 vsize=146996 CPUtime=471.84 cores=1,3
/proc/21745/stat : 21745 (cryptominisat-2) R 21743 21745 21745 0 -1 4202496 219700 0 0 0 47145 39 0 0 25 0 1 0 5635863 150523904 28383 33554432000 4194304 4677096 140733549594144 18446744073709551615 4465824 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21745/statm: 36749 28383 391 118 0 31708 0
[pid=21441/tid=21448] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 3 0 5577203 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
[pid=21441/tid=21744] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21744/stat : 21744 (python) S 21439 21441 20932 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 3 0 5635863 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1096496

[startup+1122.31 s]
/proc/loadavg: 4.00 4.00 3.85 5/215 21771
/proc/meminfo: memFree=26101648/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=304156 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 16712 929 1 0 302 9 0 0 19 0 3 0 5576819 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 76039 8353 1878 364 0 11954 0
[pid=21447] ppid=21441 vsize=294564 CPUtime=0.68 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 1191 0 0 0 35 33 0 0 19 0 2 0 5577203 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21447/statm: 73641 6823 415 364 0 9559 0
[pid=21449] ppid=21447 vsize=56324 CPUtime=585.96 cores=1,3
/proc/21449/stat : 21449 (lingeling) T 21447 21449 21449 0 -1 4202496 28933 0 0 0 58592 4 0 0 25 0 1 0 5577203 57675776 13249 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21449/statm: 14081 13249 128 39 0 13161 0
[pid=21447/tid=21742] ppid=21441 vsize=294564 CPUtime=0 cores=1,3
/proc/21447/task/21742/stat : 21742 (python) S 21441 21441 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5635862 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 514 18446604471144891456 0 0 -1 1 0 0 0
[pid=21743] ppid=21441 vsize=294456 CPUtime=0.79 cores=1,3
/proc/21743/stat : 21743 (python) S 21441 21441 20932 0 -1 4202560 1015 0 0 0 41 38 0 0 15 0 1 0 5635863 301522944 6845 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100166 0 0 16781312 514 12912664556601311496 0 0 17 3 0 0 0
/proc/21743/statm: 73614 6845 373 364 0 9529 0
[pid=21745] ppid=21743 vsize=230956 CPUtime=531.85 cores=1,3
/proc/21745/stat : 21745 (cryptominisat-2) R 21743 21745 21745 0 -1 4202496 236606 0 0 0 53142 43 0 0 25 0 1 0 5635863 236498944 31559 33554432000 4194304 4677096 140733549594144 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21745/statm: 57739 31559 391 118 0 52698 0
[pid=21441/tid=21448] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 3 0 5577203 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
[pid=21441/tid=21744] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21744/stat : 21744 (python) S 21439 21441 20932 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 3 0 5635863 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 1180456

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/215 21773
/proc/meminfo: memFree=26058736/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=304156 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 16712 929 1 0 302 9 0 0 19 0 3 0 5576819 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 76039 8353 1878 364 0 11954 0
[pid=21447] ppid=21441 vsize=294564 CPUtime=0.68 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 1191 0 0 0 35 33 0 0 19 0 2 0 5577203 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21447/statm: 73641 6823 415 364 0 9559 0
[pid=21449] ppid=21447 vsize=56324 CPUtime=585.96 cores=1,3
/proc/21449/stat : 21449 (lingeling) T 21447 21449 21449 0 -1 4202496 28933 0 0 0 58592 4 0 0 25 0 1 0 5577203 57675776 13249 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21449/statm: 14081 13249 128 39 0 13161 0
[pid=21447/tid=21742] ppid=21441 vsize=294564 CPUtime=0 cores=1,3
/proc/21447/task/21742/stat : 21742 (python) S 21441 21441 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5635862 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 514 18446604471144891456 0 0 -1 1 0 0 0
[pid=21743] ppid=21441 vsize=294456 CPUtime=0.88 cores=1,3
/proc/21743/stat : 21743 (python) S 21441 21441 20932 0 -1 4202560 1015 0 0 0 45 43 0 0 15 0 1 0 5635863 301522944 6845 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100166 0 0 16781312 514 12912664556601311496 0 0 17 3 0 0 0
/proc/21743/statm: 73614 6845 373 364 0 9529 0
[pid=21745] ppid=21743 vsize=147924 CPUtime=591.85 cores=1,3
/proc/21745/stat : 21745 (cryptominisat-2) R 21743 21745 21745 0 -1 4202496 256268 0 0 0 59138 47 0 0 25 0 1 0 5635863 151474176 30236 33554432000 4194304 4677096 140733549594144 18446744073709551615 4319804 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21745/statm: 36981 30236 391 118 0 31940 0
[pid=21441/tid=21448] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 3 0 5577203 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
[pid=21441/tid=21744] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21744/stat : 21744 (python) S 21439 21441 20932 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 3 0 5635863 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.48
Current children cumulated vsize (KiB) 1097424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 4.00 4.00 3.86 5/215 21773
/proc/meminfo: memFree=26130804/32950928 swapFree=67111528/67111528
[pid=21441] ppid=21439 vsize=304156 CPUtime=3.11 cores=1,3
/proc/21441/stat : 21441 (python) S 21439 21441 20932 0 -1 4202496 16712 929 1 0 302 9 0 0 19 0 3 0 5576819 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 64
/proc/21441/statm: 76039 8353 1878 364 0 11954 0
[pid=21447] ppid=21441 vsize=294564 CPUtime=0.68 cores=1,3
/proc/21447/stat : 21447 (python) S 21441 21441 20932 0 -1 4202560 1191 0 0 0 35 33 0 0 19 0 2 0 5577203 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21447/statm: 73641 6823 415 364 0 9559 0
[pid=21449] ppid=21447 vsize=56324 CPUtime=585.96 cores=1,3
/proc/21449/stat : 21449 (lingeling) T 21447 21449 21449 0 -1 4202496 28933 0 0 0 58592 4 0 0 25 0 1 0 5577203 57675776 13249 33554432000 4194304 4352236 140737106442480 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21449/statm: 14081 13249 128 39 0 13161 0
[pid=21447/tid=21742] ppid=21441 vsize=294564 CPUtime=0 cores=1,3
/proc/21447/task/21742/stat : 21742 (python) S 21441 21441 20932 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 5635862 301633536 6823 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 514 18446604471144891456 0 0 -1 1 0 0 0
[pid=21743] ppid=21441 vsize=294456 CPUtime=0.9 cores=1,3
/proc/21743/stat : 21743 (python) S 21441 21441 20932 0 -1 4202560 1015 0 0 0 46 44 0 0 15 0 1 0 5635863 301522944 6845 33554432000 4194304 5683644 140735568394816 18446744073709551615 232124100166 0 0 16781312 514 5628721084275589384 0 0 17 3 0 0 0
/proc/21743/statm: 73614 6845 373 364 0 9529 0
[pid=21745] ppid=21743 vsize=148084 CPUtime=609.45 cores=1,3
/proc/21745/stat : 21745 (cryptominisat-2) R 21743 21745 21745 0 -1 4202496 262251 0 0 0 60898 47 0 0 25 0 1 0 5635863 151638016 29231 33554432000 4194304 4677096 140733549594144 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21745/statm: 37021 29231 391 118 0 31980 0
[pid=21441/tid=21448] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21448/stat : 21448 (python) S 21439 21441 20932 0 -1 4202560 30 929 0 0 0 0 0 0 25 0 3 0 5577203 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
[pid=21441/tid=21744] ppid=21439 vsize=304156 CPUtime=0 cores=1,3
/proc/21441/task/21744/stat : 21744 (python) S 21439 21441 20932 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 3 0 5635863 311455744 8353 33554432000 4194304 5683644 140735568394816 18446744073709551615 232135903665 0 0 16781312 2 18446604471144890560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1097584

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 21441 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=29539
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=102984
# CPU time returned by wait4() is 3.13252
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.92
CPU time (s): 1200.1
CPU user time (s): 1198.73
CPU system time (s): 1.37
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 1203596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.02954
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17641
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= 1000
involuntary context switches= 46

runsolver used 1.9557 second user time and 4.5903 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-11 01:25:20
IDJOB=3483887
IDBENCH=71089
IDSOLVER=1976
FILE ID=node124/3483887-1307748320
RUNJOBID= node124-1307747010-20952
PBS_JOBID= 13550833
Free space on /tmp= 74024 MiB

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

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
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:      30539256 kB
Buffers:         92564 kB
Cached:        1271592 kB
SwapCached:          0 kB
Active:        1326792 kB
Inactive:       921828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30539256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           80048 kB
Writeback:           0 kB
AnonPages:      884876 kB
Mapped:          23068 kB
Slab:            96136 kB
PageTables:       9508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1498432 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= 73752 MiB
End job on node124 at 2011-06-11 01:45:22