Trace number 3377886

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)? (TO) 1300.68 1300.07

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.34/0.54	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.54	c INFO: solving HOME/instance-3377886-1305453017.cnf
0.34/0.54	c INFO: computing task features
11.92/12.13	c INFO: computed variable-clause graph statistics
12.32/12.54	c INFO: computed clause balance statistics
62.02/62.25	c INFO: computed variable balance statistics
99.42/99.61	c INFO: computed small-clause counts
100.02/100.26	c INFO: computed Horn-clause counts
130.82/131.09	c INFO: computed variable graph statistics
130.93/131.10	c INFO: collected features for HOME/instance-3377886-1305453017.cnf in 130.01 s
130.93/131.12	c INFO: running lingeling-276@0 for 97 with 2269 remaining (b = 0.56)
231.11/231.37	c INFO: running lingeling-276@99 for 485 with 2170 remaining (b = 0.40)
717.31/717.42	c INFO: running lingeling-276@0 for 97 with 1685 remaining (b = 0.53)
817.54/817.69	c INFO: running cryptominisat-2.9.0@0 for 485 with 1585 remaining (b = 0.36)

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.0 (svn: 961)

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

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 1.86 3.39 3.77 2/325 30030
/proc/meminfo: memFree=14884708/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=15780 CPUtime=0 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 927 0 0 0 0 0 0 0 17 0 1 0 735532663 16158720 807 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/30030/statm: 3945 807 356 364 0 432 0

[startup+0.07589 s]
/proc/loadavg: 1.86 3.39 3.77 2/325 30030
/proc/meminfo: memFree=14884708/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=34428 CPUtime=0.04 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 1551 0 0 0 3 1 0 0 17 0 1 0 735532663 35254272 1388 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895184331 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 8607 1388 448 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34428

[startup+0.100859 s]
/proc/loadavg: 1.86 3.39 3.77 2/325 30030
/proc/meminfo: memFree=14884708/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=84612 CPUtime=0.05 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 2404 0 0 0 3 2 0 0 17 0 1 0 735532663 86642688 2133 33554432000 4194304 5683644 140736055718976 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 21152 2134 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84612

[startup+0.300851 s]
/proc/loadavg: 1.86 3.39 3.77 2/325 30030
/proc/meminfo: memFree=14884708/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=135752 CPUtime=0.18 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 5972 935 1 0 13 5 0 0 17 0 1 0 735532663 139010048 4148 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895486469 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700766 s]
/proc/loadavg: 1.86 3.39 3.77 2/325 30030
/proc/meminfo: memFree=14884708/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=354204 CPUtime=0.52 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 28177 935 1 0 39 13 0 0 17 0 1 0 735532663 362704896 25847 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 88551 25847 1761 364 0 24475 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 354204

[startup+1.50063 s]
/proc/loadavg: 1.86 3.39 3.77 5/326 30035
/proc/meminfo: memFree=14606172/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=406656 CPUtime=1.32 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 41217 935 1 0 117 15 0 0 18 0 1 0 735532663 416415744 38887 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 101664 38887 1761 364 0 37588 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 406656

[startup+3.10032 s]
/proc/loadavg: 2.03 3.39 3.77 5/326 30035
/proc/meminfo: memFree=14363748/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=514292 CPUtime=2.92 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 66997 935 1 0 272 20 0 0 20 0 1 0 735532663 526635008 64667 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 128573 64667 1761 364 0 64497 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 514292

[startup+6.30072 s]
/proc/loadavg: 2.03 3.39 3.77 5/326 30035
/proc/meminfo: memFree=13961416/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=726652 CPUtime=6.12 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 117914 935 1 0 581 31 0 0 25 0 1 0 735532663 744091648 115584 33554432000 4194304 5683644 140736055718976 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 181663 115584 1761 364 0 117587 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 726652

[startup+12.7005 s]
/proc/loadavg: 2.48 3.45 3.78 5/329 30045
/proc/meminfo: memFree=13150784/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=893636 CPUtime=12.52 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 307193 935 1 0 1192 60 0 0 25 0 1 0 735532663 915083264 160825 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895151121 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 223409 160825 1826 364 0 159333 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 893636

[startup+25.5011 s]
/proc/loadavg: 2.71 3.46 3.79 5/329 30046
/proc/meminfo: memFree=12446952/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=893636 CPUtime=25.32 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 307193 935 1 0 2472 60 0 0 25 0 1 0 735532663 915083264 160825 33554432000 4194304 5683644 140736055718976 18446744073709551615 47618786428238 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 223409 160825 1826 364 0 159333 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 893636

[startup+51.1003 s]
/proc/loadavg: 3.15 3.51 3.79 5/329 30081
/proc/meminfo: memFree=11218728/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=893636 CPUtime=50.92 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 307193 935 1 0 5031 61 0 0 25 0 1 0 735532663 915083264 160825 33554432000 4194304 5683644 140736055718976 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 223409 160825 1826 364 0 159333 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 893636

[startup+102.301 s]
/proc/loadavg: 3.66 3.59 3.80 5/332 30086
/proc/meminfo: memFree=10990300/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=918876 CPUtime=102.12 cores=1,3
/proc/30030/stat : 30030 (python) R 30028 30030 29010 0 -1 4202496 332408 935 1 0 10149 63 0 0 25 0 1 0 735532663 940929024 167142 33554432000 4194304 5683644 140736055718976 18446744073709551615 47618783553676 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30030/statm: 229719 167142 1833 364 0 165643 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 918876

[startup+162.3 s]
/proc/loadavg: 3.94 3.68 3.82 5/338 30093
/proc/meminfo: memFree=11032964/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=649464 CPUtime=130.95 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 332702 935 1 0 13030 65 0 0 20 0 2 0 735532663 665051136 97268 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 162366 97268 1875 364 0 98284 0
[pid=30091] ppid=30030 vsize=639220 CPUtime=0.07 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 902 0 0 0 3 4 0 0 18 0 1 0 735545775 654561280 95765 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510543 0 0 16781312 514 1847654523686846728 0 0 17 1 0 0 0
/proc/30091/statm: 159805 95765 376 364 0 95723 0
[pid=30093] ppid=30091 vsize=227804 CPUtime=31.08 cores=1,3
/proc/30093/stat : 30093 (lingeling) R 30091 30093 30093 0 -1 4202496 92336 0 0 0 3096 12 0 0 25 0 1 0 735545776 233271296 56121 33554432000 4194304 4352236 140733491523376 18446744073709551615 4321074 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30093/statm: 56951 56121 129 39 0 56031 0
[pid=30030/tid=30092] ppid=30028 vsize=649464 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 2 0 735545776 665051136 97268 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 1516488

[startup+222.301 s]
/proc/loadavg: 3.98 3.73 3.82 5/338 30095
/proc/meminfo: memFree=11032124/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=649464 CPUtime=130.95 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 332702 935 1 0 13030 65 0 0 20 0 2 0 735532663 665051136 97268 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 162366 97268 1875 364 0 98284 0
[pid=30091] ppid=30030 vsize=639220 CPUtime=0.21 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 926 0 0 0 11 10 0 0 18 0 1 0 735545775 654561280 95765 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510543 0 0 16781312 514 1847654523686846728 0 0 17 1 0 0 0
/proc/30091/statm: 159805 95765 376 364 0 95723 0
[pid=30093] ppid=30091 vsize=174948 CPUtime=90.94 cores=1,3
/proc/30093/stat : 30093 (lingeling) R 30091 30093 30093 0 -1 4202496 145373 0 0 0 9076 18 0 0 25 0 1 0 735545776 179146752 42907 33554432000 4194304 4352236 140733491523376 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30093/statm: 43737 42907 129 39 0 42817 0
[pid=30030/tid=30092] ppid=30028 vsize=649464 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 2 0 735545776 665051136 97268 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 1463632

[startup+282.301 s]
/proc/loadavg: 3.99 3.77 3.83 5/339 30098
/proc/meminfo: memFree=11023644/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=649464 CPUtime=130.95 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 333239 935 1 0 13030 65 0 0 18 0 2 0 735532663 665051136 97269 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 162366 97269 1876 364 0 98284 0
[pid=30091] ppid=30030 vsize=649464 CPUtime=0.35 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 1181 0 0 0 18 17 0 0 18 0 2 0 735545775 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30091/statm: 162366 95809 415 364 0 98284 0
[pid=30093] ppid=30091 vsize=175612 CPUtime=150.8 cores=1,3
/proc/30093/stat : 30093 (lingeling) R 30091 30093 30093 0 -1 4202496 192512 0 0 0 15057 23 0 0 25 0 1 0 735545776 179826688 43073 33554432000 4194304 4352236 140733491523376 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30093/statm: 43903 43073 129 39 0 42983 0
[pid=30091/tid=30096] ppid=30030 vsize=649464 CPUtime=0 cores=1,3
/proc/30091/task/30096/stat : 30096 (python) S 30030 30030 29010 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735555800 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 1 0 0 0
[pid=30030/tid=30092] ppid=30028 vsize=649464 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 735545776 665051136 97269 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 1474540

[startup+342.301 s]
/proc/loadavg: 4.07 3.83 3.84 5/339 30099
/proc/meminfo: memFree=11014232/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=649464 CPUtime=130.95 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 333239 935 1 0 13030 65 0 0 18 0 2 0 735532663 665051136 97269 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 162366 97269 1876 364 0 98284 0
[pid=30091] ppid=30030 vsize=649464 CPUtime=0.49 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 1199 0 0 0 26 23 0 0 18 0 2 0 735545775 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30091/statm: 162366 95809 415 364 0 98284 0
[pid=30093] ppid=30091 vsize=179656 CPUtime=210.66 cores=1,3
/proc/30093/stat : 30093 (lingeling) R 30091 30093 30093 0 -1 4202496 251788 0 0 0 21036 30 0 0 25 0 1 0 735545776 183967744 44084 33554432000 4194304 4352236 140733491523376 18446744073709551615 4233987 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30093/statm: 44914 44084 129 39 0 43994 0
[pid=30091/tid=30096] ppid=30030 vsize=649464 CPUtime=0 cores=1,3
/proc/30091/task/30096/stat : 30096 (python) S 30030 30030 29010 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735555800 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 1 0 0 0
[pid=30030/tid=30092] ppid=30028 vsize=649464 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 735545776 665051136 97269 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 1478584

[startup+402.3 s]

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

[startup+1122.3 s]
/proc/loadavg: 3.10 3.64 3.79 4/356 30177
/proc/meminfo: memFree=9894412/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=669976 CPUtime=130.99 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 334330 935 1 0 13032 67 0 0 20 0 4 0 735532663 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 167494 97281 1880 364 0 103406 0
[pid=30091] ppid=30030 vsize=649464 CPUtime=1.37 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 1207 0 0 0 72 65 0 0 18 0 2 0 735545775 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30091/statm: 162366 95809 415 364 0 98284 0
[pid=30093] ppid=30091 vsize=185084 CPUtime=585.02 cores=1,3
/proc/30093/stat : 30093 (lingeling) T 30091 30093 30093 0 -1 4202496 457154 0 0 0 58450 52 0 0 25 0 1 0 735545776 189526016 45441 33554432000 4194304 4352236 140733491523376 18446744073709551615 4295072 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30093/statm: 46271 45441 129 39 0 45351 0
[pid=30091/tid=30096] ppid=30030 vsize=649464 CPUtime=0 cores=1,3
/proc/30091/task/30096/stat : 30096 (python) S 30030 30030 29010 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 735555800 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 1 0 0 0
[pid=30129] ppid=30030 vsize=649476 CPUtime=0.25 cores=1,3
/proc/30129/stat : 30129 (python) S 30030 30030 29010 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 735604406 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30129/statm: 162369 95793 399 364 0 98284 0
[pid=30131] ppid=30129 vsize=189008 CPUtime=100.01 cores=1,3
/proc/30131/stat : 30131 (lingeling) T 30129 30131 30131 0 -1 4202496 160689 0 0 0 9981 20 0 0 25 0 1 0 735604407 193544192 46423 33554432000 4194304 4352236 140735008349600 18446744073709551615 4267768 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30131/statm: 47252 46423 129 39 0 46332 0
[pid=30129/tid=30141] ppid=30030 vsize=649476 CPUtime=0 cores=1,3
/proc/30129/task/30141/stat : 30141 (python) S 30030 30030 29010 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735614432 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604470829500544 0 0 -1 1 0 0 0
[pid=30142] ppid=30030 vsize=659732 CPUtime=0.84 cores=1,3
/proc/30142/stat : 30142 (python) S 30030 30030 29010 0 -1 4202560 991 0 0 0 41 43 0 0 15 0 1 0 735614433 675565568 95767 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510598 0 0 16781312 514 1847654523686846728 0 0 17 3 0 0 0
/proc/30142/statm: 164933 95767 370 364 0 100845 0
[pid=30144] ppid=30142 vsize=3228824 CPUtime=303.99 cores=1,3
/proc/30144/stat : 30144 (cryptominisat-2) R 30142 30144 30144 0 -1 4202496 688764 0 0 0 30312 87 0 0 25 0 1 0 735614434 3306315776 631250 33554432000 4194304 4677096 140736789464192 18446744073709551615 4462728 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30144/statm: 807206 631250 392 118 0 802165 0
[pid=30030/tid=30092] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 4 0 735545776 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
[pid=30030/tid=30130] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30130/stat : 30130 (python) S 30028 30030 29010 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 735604407 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 3 0 0 0
[pid=30030/tid=30143] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30143/stat : 30143 (python) S 30028 30030 29010 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 735614434 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.47
Current children cumulated vsize (KiB) 6231564

[startup+1182.3 s]
/proc/loadavg: 3.04 3.52 3.74 4/356 30179
/proc/meminfo: memFree=9842656/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=669976 CPUtime=130.99 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 334330 935 1 0 13032 67 0 0 20 0 4 0 735532663 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 167494 97281 1880 364 0 103406 0
[pid=30091] ppid=30030 vsize=649464 CPUtime=1.37 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 1207 0 0 0 72 65 0 0 18 0 2 0 735545775 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30091/statm: 162366 95809 415 364 0 98284 0
[pid=30093] ppid=30091 vsize=185084 CPUtime=585.02 cores=1,3
/proc/30093/stat : 30093 (lingeling) T 30091 30093 30093 0 -1 4202496 457154 0 0 0 58450 52 0 0 25 0 1 0 735545776 189526016 45441 33554432000 4194304 4352236 140733491523376 18446744073709551615 4295072 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30093/statm: 46271 45441 129 39 0 45351 0
[pid=30091/tid=30096] ppid=30030 vsize=649464 CPUtime=0 cores=1,3
/proc/30091/task/30096/stat : 30096 (python) S 30030 30030 29010 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 735555800 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 1 0 0 0
[pid=30129] ppid=30030 vsize=649476 CPUtime=0.25 cores=1,3
/proc/30129/stat : 30129 (python) S 30030 30030 29010 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 735604406 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30129/statm: 162369 95793 399 364 0 98284 0
[pid=30131] ppid=30129 vsize=189008 CPUtime=100.01 cores=1,3
/proc/30131/stat : 30131 (lingeling) T 30129 30131 30131 0 -1 4202496 160689 0 0 0 9981 20 0 0 25 0 1 0 735604407 193544192 46423 33554432000 4194304 4352236 140735008349600 18446744073709551615 4267768 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30131/statm: 47252 46423 129 39 0 46332 0
[pid=30129/tid=30141] ppid=30030 vsize=649476 CPUtime=0 cores=1,3
/proc/30129/task/30141/stat : 30141 (python) S 30030 30030 29010 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735614432 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604470829500544 0 0 -1 1 0 0 0
[pid=30142] ppid=30030 vsize=659732 CPUtime=1 cores=1,3
/proc/30142/stat : 30142 (python) S 30030 30030 29010 0 -1 4202560 994 0 0 0 48 52 0 0 16 0 1 0 735614433 675565568 95767 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510598 0 0 16781312 514 1847654523686846728 0 0 17 3 0 0 0
/proc/30142/statm: 164933 95767 370 364 0 100845 0
[pid=30144] ppid=30142 vsize=3266416 CPUtime=364 cores=1,3
/proc/30144/stat : 30144 (cryptominisat-2) R 30142 30144 30144 0 -1 4202496 713764 0 0 0 36310 90 0 0 25 0 1 0 735614434 3344809984 636904 33554432000 4194304 4677096 140736789464192 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30144/statm: 816604 636904 392 118 0 811563 0
[pid=30030/tid=30092] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 4 0 735545776 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
[pid=30030/tid=30130] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30130/stat : 30130 (python) S 30028 30030 29010 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 735604407 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 3 0 0 0
[pid=30030/tid=30143] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30143/stat : 30143 (python) S 30028 30030 29010 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 735614434 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 6269156

[startup+1242.3 s]
/proc/loadavg: 3.13 3.45 3.70 4/356 30180
/proc/meminfo: memFree=9557664/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=669976 CPUtime=130.99 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 334330 935 1 0 13032 67 0 0 20 0 4 0 735532663 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 167494 97281 1880 364 0 103406 0
[pid=30091] ppid=30030 vsize=649464 CPUtime=1.37 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 1207 0 0 0 72 65 0 0 18 0 2 0 735545775 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30091/statm: 162366 95809 415 364 0 98284 0
[pid=30093] ppid=30091 vsize=185084 CPUtime=585.02 cores=1,3
/proc/30093/stat : 30093 (lingeling) T 30091 30093 30093 0 -1 4202496 457154 0 0 0 58450 52 0 0 25 0 1 0 735545776 189526016 45441 33554432000 4194304 4352236 140733491523376 18446744073709551615 4295072 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30093/statm: 46271 45441 129 39 0 45351 0
[pid=30091/tid=30096] ppid=30030 vsize=649464 CPUtime=0 cores=1,3
/proc/30091/task/30096/stat : 30096 (python) S 30030 30030 29010 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 735555800 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 1 0 0 0
[pid=30129] ppid=30030 vsize=649476 CPUtime=0.25 cores=1,3
/proc/30129/stat : 30129 (python) S 30030 30030 29010 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 735604406 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30129/statm: 162369 95793 399 364 0 98284 0
[pid=30131] ppid=30129 vsize=189008 CPUtime=100.01 cores=1,3
/proc/30131/stat : 30131 (lingeling) T 30129 30131 30131 0 -1 4202496 160689 0 0 0 9981 20 0 0 25 0 1 0 735604407 193544192 46423 33554432000 4194304 4352236 140735008349600 18446744073709551615 4267768 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30131/statm: 47252 46423 129 39 0 46332 0
[pid=30129/tid=30141] ppid=30030 vsize=649476 CPUtime=0 cores=1,3
/proc/30129/task/30141/stat : 30141 (python) S 30030 30030 29010 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735614432 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604470829500544 0 0 -1 1 0 0 0
[pid=30142] ppid=30030 vsize=659732 CPUtime=1.15 cores=1,3
/proc/30142/stat : 30142 (python) S 30030 30030 29010 0 -1 4202560 996 0 0 0 55 60 0 0 15 0 1 0 735614433 675565568 95767 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510598 0 0 16781312 514 15950962634115744008 0 0 17 3 0 0 0
/proc/30142/statm: 164933 95767 370 364 0 100845 0
[pid=30144] ppid=30142 vsize=3613920 CPUtime=423.99 cores=1,3
/proc/30144/stat : 30144 (cryptominisat-2) R 30142 30144 30144 0 -1 4202496 797123 0 0 0 42298 101 0 0 25 0 1 0 735614434 3700654080 705252 33554432000 4194304 4677096 140736789464192 18446744073709551615 4569186 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30144/statm: 903480 705252 392 118 0 898439 0
[pid=30030/tid=30092] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 4 0 735545776 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
[pid=30030/tid=30130] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30130/stat : 30130 (python) S 30028 30030 29010 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 735604407 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 3 0 0 0
[pid=30030/tid=30143] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30143/stat : 30143 (python) S 30028 30030 29010 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 735614434 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.78
Current children cumulated vsize (KiB) 6616660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.38 3.66 3/345 30183
/proc/meminfo: memFree=10326248/32950928 swapFree=67085488/67111528
[pid=30030] ppid=30028 vsize=669976 CPUtime=130.99 cores=1,3
/proc/30030/stat : 30030 (python) S 30028 30030 29010 0 -1 4202496 334330 935 1 0 13032 67 0 0 20 0 4 0 735532663 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30030/statm: 167494 97281 1880 364 0 103406 0
[pid=30091] ppid=30030 vsize=649464 CPUtime=1.37 cores=1,3
/proc/30091/stat : 30091 (python) S 30030 30030 29010 0 -1 4202560 1207 0 0 0 72 65 0 0 18 0 2 0 735545775 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30091/statm: 162366 95809 415 364 0 98284 0
[pid=30093] ppid=30091 vsize=185084 CPUtime=585.02 cores=1,3
/proc/30093/stat : 30093 (lingeling) T 30091 30093 30093 0 -1 4202496 457154 0 0 0 58450 52 0 0 25 0 1 0 735545776 189526016 45441 33554432000 4194304 4352236 140733491523376 18446744073709551615 4295072 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30093/statm: 46271 45441 129 39 0 45351 0
[pid=30091/tid=30096] ppid=30030 vsize=649464 CPUtime=0 cores=1,3
/proc/30091/task/30096/stat : 30096 (python) S 30030 30030 29010 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 735555800 665051136 95809 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 1 0 0 0
[pid=30129] ppid=30030 vsize=649476 CPUtime=0.25 cores=1,3
/proc/30129/stat : 30129 (python) S 30030 30030 29010 0 -1 4202560 1093 0 0 0 13 12 0 0 19 0 2 0 735604406 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30129/statm: 162369 95793 399 364 0 98284 0
[pid=30131] ppid=30129 vsize=189008 CPUtime=100.01 cores=1,3
/proc/30131/stat : 30131 (lingeling) T 30129 30131 30131 0 -1 4202496 160689 0 0 0 9981 20 0 0 25 0 1 0 735604407 193544192 46423 33554432000 4194304 4352236 140735008349600 18446744073709551615 4267768 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30131/statm: 47252 46423 129 39 0 46332 0
[pid=30129/tid=30141] ppid=30030 vsize=649476 CPUtime=0 cores=1,3
/proc/30129/task/30141/stat : 30141 (python) S 30030 30030 29010 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735614432 665063424 95793 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 514 18446604470829500544 0 0 -1 1 0 0 0
[pid=30142] ppid=30030 vsize=659732 CPUtime=1.32 cores=1,3
/proc/30142/stat : 30142 (python) S 30030 30030 29010 0 -1 4202560 996 0 0 0 63 69 0 0 16 0 1 0 735614433 675565568 95767 33554432000 4194304 5683644 140736055718976 18446744073709551615 231895510598 0 0 16781312 514 1847654523686846728 0 0 17 3 0 0 0
/proc/30142/statm: 164933 95767 370 364 0 100845 0
[pid=30144] ppid=30142 vsize=3613364 CPUtime=481.72 cores=1,3
/proc/30144/stat : 30144 (cryptominisat-2) R 30142 30144 30144 0 -1 4202496 807973 0 0 0 48069 103 0 0 25 0 1 0 735614434 3700084736 704083 33554432000 4194304 4677096 140736789464192 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30144/statm: 903341 704083 392 118 0 898300 0
[pid=30030/tid=30092] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30092/stat : 30092 (python) S 30028 30030 29010 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 4 0 735545776 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
[pid=30030/tid=30130] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30130/stat : 30130 (python) S 30028 30030 29010 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 4 0 735604407 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 3 0 0 0
[pid=30030/tid=30143] ppid=30028 vsize=669976 CPUtime=0 cores=1,3
/proc/30030/task/30143/stat : 30143 (python) S 30028 30030 29010 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 735614434 686055424 97281 33554432000 4194304 5683644 140736055718976 18446744073709551615 231907314097 0 0 16781312 2 18446604471139872896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.68
Current children cumulated vsize (KiB) 6616104

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 30030 and gives
#  childrusage.ru_utime.tv_sec=130
#  childrusage.ru_utime.tv_usec=326187
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=699893
# CPU time returned by wait4() is 131.026
# while last known CPU time is 1300.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1300.68
CPU user time (s): 1296.8
CPU system time (s): 3.88
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 6665040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.326
system time used= 0.699893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335266
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= 3006
involuntary context switches= 364

runsolver used 4.12137 second user time and 9.60654 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 11:50:20
IDJOB=3377886
IDBENCH=69571
IDSOLVER=1858
FILE ID=node114/3377886-1305453017
RUNJOBID= node114-1305453017-29988
PBS_JOBID= 13324876
Free space on /tmp= 72752 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.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-3377886-1305453017/watcher-3377886-1305453017 -o /tmp/evaluation-result-3377886-1305453017/solver-3377886-1305453017 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377886-1305453017.cnf -seed 1438995717 -budget 2400

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1438995717

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:      14884988 kB
Buffers:        293484 kB
Cached:        6961824 kB
SwapCached:         96 kB
Active:       12346892 kB
Inactive:      5301320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14884988 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          294236 kB
Writeback:           0 kB
AnonPages:    10392280 kB
Mapped:          31064 kB
Slab:           315752 kB
PageTables:      38536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52516436 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= 72812 MiB
End job on node114 at 2011-05-15 12:12:02