Trace number 3380786

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-par-industrial (fixed)? (MO) 2400.93 723.887

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark124.843
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

Solver Data

0.47/2.33	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.47/2.33	c INFO: solving HOME/instance-3380786-1305492216.cnf
0.47/2.33	c INFO: computing task features
12.33/14.32	c INFO: computed variable-clause graph statistics
12.62/14.69	c INFO: computed clause balance statistics
56.02/58.09	c INFO: computed variable balance statistics
87.02/89.06	c INFO: computed small-clause counts
88.82/90.83	c INFO: computed Horn-clause counts
478.14/480.20	c INFO: computed variable graph statistics
478.23/480.20	c INFO: collected features for HOME/instance-3380786-1305492216.cnf in 477.33 s
478.23/480.24	c INFO: running cryptominisat-2.9.0@0 for 582 with 4522 remaining (b = 0.39)
478.23/480.27	c INFO: running lingeling-276@0 for 97 with 4522 remaining (b = 0.19)
478.32/480.31	c INFO: running cryptominisat-2.9.0@0 for 1164 with 4522 remaining (b = 0.38)
478.32/480.34	c INFO: running lingeling-276@0 for 1261 with 4521 remaining (b = 0.33)
478.32/480.38	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4521 remaining (b = 0.45)
478.42/480.42	c INFO: running lingeling-276@0 for 582 with 4521 remaining (b = 0.13)
478.42/480.45	c INFO: running precosat-570@0 for 388 with 4521 remaining (b = 0.08)
478.42/480.49	c INFO: running precosat-570@0 for 97 with 4521 remaining (b = 0.03)
1272.41/579.85	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4422 remaining (b = 0.35)
1277.35/580.58	c INFO: running precosat-570@98 for 4268 with 4421 remaining (b = 0.43)

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-3380786-1305492216/watcher-3380786-1305492216 -o /tmp/evaluation-result-3380786-1305492216/solver-3380786-1305492216 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380786-1305492216.cnf -seed 1368138997 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.08 6.03 3.39 1/329 1814
/proc/meminfo: memFree=22800932/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=1840 CPUtime=0 cores=0-7
/proc/1814/stat : 1814 (python) D 1812 1814 1664 0 -1 4194304 45 0 0 0 0 0 0 0 20 0 1 0 739452617 1884160 1 33554432000 0 0 140733971957393 18446744073709551615 5055511 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/1814/statm: 460 1 0 0 0 36 0

[startup+0.014343 s]
/proc/loadavg: 7.08 6.03 3.39 1/329 1814
/proc/meminfo: memFree=22800932/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=4176 CPUtime=0 cores=0-7
/proc/1814/stat : 1814 (python) D 1812 1814 1664 0 -1 4194304 86 0 2 0 0 0 0 0 20 0 1 0 739452617 4276224 42 33554432000 4194304 5683644 140733971950944 18446744073709551615 231890570947 0 0 4096 0 18446744071562154983 0 0 17 6 0 0 0
/proc/1814/statm: 1044 42 32 364 0 38 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4176

[startup+0.100325 s]
/proc/loadavg: 7.08 6.03 3.39 1/329 1814
/proc/meminfo: memFree=22800932/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=16396 CPUtime=0.01 cores=0-7
/proc/1814/stat : 1814 (python) S 1812 1814 1664 0 -1 4202496 1112 0 8 0 1 0 0 0 20 0 1 0 739452617 16789504 989 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895486309 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 4
/proc/1814/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.300265 s]
/proc/loadavg: 7.08 6.03 3.39 1/329 1814
/proc/meminfo: memFree=22800932/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=50016 CPUtime=0.06 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 1951 0 21 0 4 2 0 0 18 0 1 0 739452617 51216384 1736 33554432000 4194304 5683644 140733971950944 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 8
/proc/1814/statm: 12504 1738 480 364 0 1204 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50016

[startup+0.700216 s]
/proc/loadavg: 7.08 6.03 3.39 1/329 1814
/proc/meminfo: memFree=22800932/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=107300 CPUtime=0.1 cores=0-7
/proc/1814/stat : 1814 (python) S 1812 1814 1664 0 -1 4202496 3295 0 43 0 6 4 0 0 16 0 1 0 739452617 109875200 3001 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 28
/proc/1814/statm: 26825 3001 871 364 0 2056 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 107300

[startup+1.50104 s]
/proc/loadavg: 7.08 6.03 3.39 1/330 1815
/proc/meminfo: memFree=22781940/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=135752 CPUtime=0.22 cores=0-7
/proc/1814/stat : 1814 (python) S 1812 1814 1664 0 -1 4202496 5914 922 51 8 14 8 0 0 17 0 1 0 739452617 139010048 4151 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895295771 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 56
/proc/1814/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752

[startup+3.10066 s]
/proc/loadavg: 7.08 6.03 3.39 1/330 1819
/proc/meminfo: memFree=22755496/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=388704 CPUtime=1.25 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 36603 922 113 8 102 23 0 0 16 0 1 0 739452617 398032896 34395 33554432000 4194304 5683644 140733971950944 18446744073709551615 4602976 0 0 16781312 2 0 0 0 17 7 0 0 76
/proc/1814/statm: 97176 34395 1761 364 0 33100 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 388704
heavy processes:

[startup+6.30114 s]
/proc/loadavg: 6.59 5.95 3.38 2/330 1820
/proc/meminfo: memFree=22482260/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=615548 CPUtime=4.44 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 90770 922 113 8 410 34 0 0 21 0 1 0 739452617 630321152 88562 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 1 0 0 76
/proc/1814/statm: 153887 88563 1761 364 0 89811 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 615548
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 6.14 5.87 3.37 2/330 1820
/proc/meminfo: memFree=22106180/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=10.72 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 254585 922 114 8 1016 56 0 0 25 0 1 0 739452617 841297920 142801 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818722018893 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142801 1815 364 0 141319 0
Current children cumulated CPU time (s) 10.72
Current children cumulated vsize (KiB) 821580

[startup+25.5005 s]
/proc/loadavg: 5.00 5.63 3.33 2/330 1820
/proc/meminfo: memFree=22232760/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=797040 CPUtime=23.52 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 266834 922 114 8 2295 57 0 0 25 0 1 0 739452617 816168960 136677 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721717583 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 199260 136677 1826 364 0 135184 0
Current children cumulated CPU time (s) 23.52
Current children cumulated vsize (KiB) 797040

[startup+51.1007 s]
/proc/loadavg: 3.64 5.25 3.27 2/330 1821
/proc/meminfo: memFree=22233684/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=797040 CPUtime=49.12 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 266834 922 114 8 4855 57 0 0 25 0 1 0 739452617 816168960 136677 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314516 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 199260 136677 1826 364 0 135184 0
Current children cumulated CPU time (s) 49.12
Current children cumulated vsize (KiB) 797040

[startup+102.311 s]
/proc/loadavg: 2.14 4.60 3.15 2/330 1822
/proc/meminfo: memFree=22209380/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=100.33 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 9973 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605772 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 100.33
Current children cumulated vsize (KiB) 821580

[startup+162.301 s]
/proc/loadavg: 1.42 3.94 3.01 2/330 1824
/proc/meminfo: memFree=22209216/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=160.32 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 15972 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605760 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 160.32
Current children cumulated vsize (KiB) 821580

[startup+222.301 s]
/proc/loadavg: 1.15 3.40 2.88 2/330 1825
/proc/meminfo: memFree=22209284/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=220.33 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 21973 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605772 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 821580

[startup+282.3 s]
/proc/loadavg: 1.11 2.98 2.76 2/330 1827
/proc/meminfo: memFree=22209360/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=280.33 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 27973 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605772 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 280.33
Current children cumulated vsize (KiB) 821580

[startup+342.301 s]
/proc/loadavg: 1.04 2.62 2.65 2/330 1829
/proc/meminfo: memFree=22209444/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=340.33 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 33973 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605772 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 340.33
Current children cumulated vsize (KiB) 821580

[startup+402.301 s]
/proc/loadavg: 1.01 2.32 2.54 2/330 1830
/proc/meminfo: memFree=22209400/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=400.33 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 39973 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605772 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 400.33
Current children cumulated vsize (KiB) 821580

[startup+462.3 s]
/proc/loadavg: 1.00 2.08 2.45 2/330 1832
/proc/meminfo: memFree=22209464/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=821580 CPUtime=460.33 cores=0-7
/proc/1814/stat : 1814 (python) R 1812 1814 1664 0 -1 4202496 291348 922 114 8 45973 60 0 0 25 0 1 0 739452617 841297920 142819 33554432000 4194304 5683644 140733971950944 18446744073709551615 47818721605772 0 0 16781312 2 0 0 0 17 1 0 0 88
/proc/1814/statm: 205395 142819 1833 364 0 141319 0
Current children cumulated CPU time (s) 460.33
Current children cumulated vsize (KiB) 821580

[startup+522.301 s]
/proc/loadavg: 4.45 2.77 2.65 9/354 1857
/proc/meminfo: memFree=18670500/32950928 swapFree=62006916/67111528
[pid=1814] ppid=1812 vsize=679936 CPUtime=478.53 cores=0-7
/proc/1814/stat : 1814 (python) S 1812 1814 1664 0 -1 4202496 297135 922 114 8 47780 73 0 0 22 0 9 0 739452617 696254464 86981 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 89
/proc/1814/statm: 169984 86981 1889 364 0 105881 0
[pid=1833] ppid=1814 vsize=597900 CPUtime=0.11 cores=0-7
/proc/1833/stat : 1833 (python) S 1814 1814 1664 0 -1 4202560 1005 0 0 0 4 7 0 0 15 0 1 0 739500641 612249600 85441 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510543 0 0 16781312 514 16192490154366042369 0 0 17 1 0 0 0
/proc/1833/statm: 149475 85441 381 364 0 85393 0
[pid=1835] ppid=1833 vsize=976320 CPUtime=42.01 cores=0-7
/proc/1835/stat : 1835 (cryptominisat-2) R 1833 1835 1835 0 -1 4202496 207782 0 2 0 4170 31 0 0 25 0 1 0 739500643 999751680 178562 33554432000 4194304 4677096 140736848546160 18446744073709551615 4336318 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1835/statm: 244080 178562 387 118 0 239039 0
[pid=1836] ppid=1814 vsize=608156 CPUtime=0.11 cores=0-7
/proc/1836/stat : 1836 (python) S 1814 1814 1664 0 -1 4202560 921 0 0 0 5 6 0 0 18 0 1 0 739500645 622751744 85434 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724804 0 0 17 4 0 0 0
/proc/1836/statm: 152039 85434 370 364 0 87954 0
[pid=1838] ppid=1836 vsize=141128 CPUtime=41.99 cores=0-7
/proc/1838/stat : 1838 (lingeling) R 1836 1838 1838 0 -1 4202496 66115 0 0 0 4187 12 0 0 25 0 1 0 739500646 144515072 34452 33554432000 4194304 4352236 140734203921536 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0

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

/proc/1839/statm: 154603 85439 371 364 0 90515 0
[pid=1841] ppid=1839 vsize=6943752 CPUtime=221.08 cores=0-7
/proc/1841/stat : 1841 (cryptominisat-2) R 1839 1841 1841 0 -1 4202496 13515999 0 0 0 20281 1827 0 0 25 0 1 0 739500650 7110402048 1673179 33554432000 4194304 4677096 140733936341872 18446744073709551615 4365817 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/1841/statm: 1735938 1673179 390 118 0 1730897 0
[pid=1842] ppid=1814 vsize=628668 CPUtime=0.58 cores=0-7
/proc/1842/stat : 1842 (python) S 1814 1814 1664 0 -1 4202560 997 0 0 0 29 29 0 0 18 0 1 0 739500652 643756032 85442 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724801 0 0 17 6 0 0 0
/proc/1842/statm: 157167 85442 370 364 0 93076 0
[pid=1844] ppid=1842 vsize=160952 CPUtime=221.91 cores=0-7
/proc/1844/stat : 1844 (lingeling) R 1842 1844 1844 0 -1 4202496 89707 0 0 0 22179 12 0 0 25 0 1 0 739500653 164814848 39409 33554432000 4194304 4352236 140734770671424 18446744073709551615 4207636 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1844/statm: 40238 39409 129 39 0 39318 0
[pid=1845] ppid=1814 vsize=638924 CPUtime=1.05 cores=0-7
/proc/1845/stat : 1845 (python) S 1814 1814 1664 0 -1 4202560 1281 0 0 0 60 45 0 0 15 0 1 0 739500655 654258176 85447 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 16708649290955718915 0 0 17 7 0 0 0
/proc/1845/statm: 159731 85447 371 364 0 95637 0
[pid=1847] ppid=1845 vsize=5957108 CPUtime=217.04 cores=0-7
/proc/1847/stat : 1847 (cryptominisat-2) R 1845 1847 1847 0 -1 4202496 11042633 0 0 0 19784 1920 0 0 25 0 1 0 739500657 6100078592 1422362 33554432000 4194304 4677096 140733635933168 18446744073709551615 4367116 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1847/statm: 1489277 1422362 390 118 0 1484236 0
[pid=1848] ppid=1814 vsize=649180 CPUtime=0.59 cores=0-7
/proc/1848/stat : 1848 (python) S 1814 1814 1664 0 -1 4202560 1010 0 0 0 29 30 0 0 18 0 1 0 739500659 664760320 85450 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724803 0 0 17 2 0 0 0
/proc/1848/statm: 162295 85450 370 364 0 98198 0
[pid=1850] ppid=1848 vsize=163800 CPUtime=220.93 cores=0-7
/proc/1850/stat : 1850 (lingeling) R 1848 1850 1850 0 -1 4202496 90424 0 0 0 22077 16 0 0 25 0 1 0 739500661 167731200 40120 33554432000 4194304 4352236 140734058151088 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1850/statm: 40950 40120 129 39 0 40030 0
[pid=1851] ppid=1814 vsize=659436 CPUtime=0.58 cores=0-7
/proc/1851/stat : 1851 (python) S 1814 1814 1664 0 -1 4202560 1019 0 0 0 28 30 0 0 18 0 1 0 739500663 675262464 85454 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724804 0 0 17 1 0 0 0
/proc/1851/statm: 164859 85454 370 364 0 100759 0
[pid=1853] ppid=1851 vsize=625708 CPUtime=220.88 cores=0-7
/proc/1853/stat : 1853 (precosat) R 1851 1853 1853 0 -1 4202496 160163 0 0 0 22068 20 0 0 25 0 1 0 739500666 640724992 150818 33554432000 4194304 4890832 140733768993968 18446744073709551615 4238338 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/1853/statm: 156427 150818 86 171 0 156254 0
[pid=1854] ppid=1814 vsize=669692 CPUtime=0.6 cores=0-7
/proc/1854/stat : 1854 (python) S 1814 1814 1664 0 -1 4202560 1226 0 0 0 30 30 0 0 18 0 2 0 739500666 685764608 85494 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1854/statm: 167423 85494 405 364 0 103320 0
[pid=1856] ppid=1854 vsize=624936 CPUtime=219.44 cores=0-7
/proc/1856/stat : 1856 (precosat) R 1854 1856 1856 0 -1 4202496 159984 0 0 0 21917 27 0 0 25 0 1 0 739500670 639934464 150629 33554432000 4194304 4890832 140737195541632 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/1856/statm: 156234 150629 86 171 0 156061 0
[pid=1854/tid=1860] ppid=1814 vsize=669692 CPUtime=0 cores=0-7
/proc/1854/task/1860/stat : 1860 (python) S 1814 1814 1664 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 739510600 685764608 85494 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 514 18446604442648170688 0 0 -1 0 0 0 0
[pid=1861] ppid=1814 vsize=679948 CPUtime=0.52 cores=0-7
/proc/1861/stat : 1861 (python) S 1814 1814 1664 0 -1 4202560 1223 0 0 0 29 23 0 0 15 0 1 0 739510602 696266752 85463 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 9682682028536856834 0 0 17 5 0 0 0
/proc/1861/statm: 169987 85463 371 364 0 105881 0
[pid=1863] ppid=1861 vsize=1653252 CPUtime=122.15 cores=0-7
/proc/1863/stat : 1863 (cryptominisat-2) R 1861 1863 1863 0 -1 4202496 1352632 0 0 0 11843 372 0 0 25 0 1 0 739510604 1692930048 343775 33554432000 4194304 4677096 140734924978832 18446744073709551615 4395229 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1863/statm: 413313 343780 390 118 0 408272 0
[pid=1814/tid=1834] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1834/stat : 1834 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 25 0 10 0 739500643 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 4 0 0 0
[pid=1814/tid=1837] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1837/stat : 1837 (python) S 1812 1814 1664 0 -1 4202560 21 922 0 8 0 0 0 0 25 0 10 0 739500646 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 0 0 0 0
[pid=1814/tid=1840] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1840/stat : 1840 (python) S 1812 1814 1664 0 -1 4202560 26 922 0 8 0 0 0 0 20 0 10 0 739500650 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 0 0 0 0
[pid=1814/tid=1843] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1843/stat : 1843 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 20 0 10 0 739500653 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 0 0 0 0
[pid=1814/tid=1846] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1846/stat : 1846 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 19 0 10 0 739500657 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 6 0 0 0
[pid=1814/tid=1849] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1849/stat : 1849 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 20 0 10 0 739500661 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 2 0 0 0
[pid=1814/tid=1852] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1852/stat : 1852 (python) S 1812 1814 1664 0 -1 4202560 52 922 0 8 0 0 0 0 21 0 10 0 739500664 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 1 0 0 0
[pid=1814/tid=1855] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1855/stat : 1855 (python) S 1812 1814 1664 0 -1 4202560 30 922 0 8 0 0 0 0 18 0 10 0 739500668 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 1 0 0 0
[pid=1814/tid=1862] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1862/stat : 1862 (python) S 1812 1814 1664 0 -1 4202560 22 922 0 8 0 0 0 0 20 0 10 0 739510604 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2249.77
Current children cumulated vsize (KiB) 29433468



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+722.201 s]
/proc/loadavg: 8.40 5.49 3.75 7/359 1868
/proc/meminfo: memFree=86660/32950928 swapFree=60044460/67111528
[pid=1814] ppid=1812 vsize=755728 CPUtime=478.59 cores=0-7
/proc/1814/stat : 1814 (python) S 1812 1814 1664 0 -1 4202496 298440 922 114 8 47784 75 0 0 18 0 10 0 739452617 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 89
/proc/1814/statm: 188932 86990 1892 364 0 124826 0
[pid=1833] ppid=1814 vsize=597900 CPUtime=1.08 cores=0-7
/proc/1833/stat : 1833 (python) S 1814 1814 1664 0 -1 4202560 1368 0 0 0 59 49 0 0 15 0 1 0 739500641 612249600 85442 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510543 0 0 16781312 514 16192490154366042369 0 0 17 6 0 0 21
/proc/1833/statm: 149475 85442 382 364 0 85393 0
[pid=1835] ppid=1833 vsize=7099004 CPUtime=238 cores=0-7
/proc/1835/stat : 1835 (cryptominisat-2) D 1833 1835 1835 0 -1 4204544 13974244 0 2 0 21349 2451 0 0 20 0 1 0 739500643 7269380096 1705075 33554432000 4194304 4677096 140736848546160 18446744073709551615 4364771 0 0 16781312 2 18446744071562234512 0 0 17 6 0 0 381
/proc/1835/statm: 1774751 1705075 390 118 0 1769710 0
[pid=1836] ppid=1814 vsize=608156 CPUtime=0.26 cores=0-7
/proc/1836/stat : 1836 (python) S 1814 1814 1664 0 -1 4202560 1101 0 0 0 13 13 0 0 18 0 2 0 739500645 622751744 85464 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/1836/statm: 152039 85464 399 364 0 87954 0
[pid=1838] ppid=1836 vsize=161316 CPUtime=100.24 cores=0-7
/proc/1838/stat : 1838 (lingeling) T 1836 1838 1838 0 -1 4202496 80470 0 0 0 10010 14 0 0 25 0 1 0 739500646 165187584 39499 33554432000 4194304 4352236 140734203921536 18446744073709551615 4207619 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1838/statm: 40329 39499 129 39 0 39409 0
[pid=1836/tid=1864] ppid=1814 vsize=608156 CPUtime=0 cores=0-7
/proc/1836/task/1864/stat : 1864 (python) S 1814 1814 1664 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 739510673 622751744 85464 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 514 18446604448642474048 0 0 -1 5 0 0 0
[pid=1839] ppid=1814 vsize=618412 CPUtime=1.05 cores=0-7
/proc/1839/stat : 1839 (python) S 1814 1814 1664 0 -1 4202560 1325 0 0 0 66 39 0 0 15 0 1 0 739500648 633253888 85439 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 8963667394669019395 0 0 17 6 0 0 23
/proc/1839/statm: 154603 85439 371 364 0 90515 0
[pid=1841] ppid=1839 vsize=7702676 CPUtime=237.72 cores=0-7
/proc/1841/stat : 1841 (cryptominisat-2) R 1839 1841 1841 0 -1 4202496 14898716 0 0 0 21644 2128 0 0 19 0 1 0 739500650 7887540224 1850519 33554432000 4194304 4677096 140733936341872 18446744073709551615 4244501 0 0 16781312 2 0 0 0 17 0 0 0 382
/proc/1841/statm: 1925669 1850519 390 118 0 1920628 0
[pid=1842] ppid=1814 vsize=628668 CPUtime=0.63 cores=0-7
/proc/1842/stat : 1842 (python) S 1814 1814 1664 0 -1 4202560 997 0 0 0 31 32 0 0 18 0 1 0 739500652 643756032 85442 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724801 0 0 17 1 0 0 15
/proc/1842/statm: 157167 85442 370 364 0 93076 0
[pid=1844] ppid=1842 vsize=160952 CPUtime=242.85 cores=0-7
/proc/1844/stat : 1844 (lingeling) R 1842 1844 1844 0 -1 4202496 89707 0 0 0 24268 17 0 0 25 0 1 0 739500653 164814848 39409 33554432000 4194304 4352236 140734770671424 18446744073709551615 4268213 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/1844/statm: 40238 39409 129 39 0 39318 0
[pid=1845] ppid=1814 vsize=638924 CPUtime=1.15 cores=0-7
/proc/1845/stat : 1845 (python) S 1814 1814 1664 0 -1 4202560 1290 0 0 0 65 50 0 0 15 0 1 0 739500655 654258176 85447 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 16708649290955718915 0 0 17 5 0 0 6
/proc/1845/statm: 159731 85447 371 364 0 95637 0
[pid=1847] ppid=1845 vsize=6515280 CPUtime=233.76 cores=0-7
/proc/1847/stat : 1847 (cryptominisat-2) D 1845 1847 1847 0 -1 4204544 12278834 0 0 0 21153 2223 0 0 20 0 1 0 739500657 6671646720 1565303 33554432000 4194304 4677096 140733635933168 18446744073709551615 4365684 0 0 16781312 2 18446744071562234512 0 0 17 2 0 0 426
/proc/1847/statm: 1628820 1565303 390 118 0 1623779 0
[pid=1848] ppid=1814 vsize=649180 CPUtime=0.66 cores=0-7
/proc/1848/stat : 1848 (python) S 1814 1814 1664 0 -1 4202560 1010 0 0 0 32 34 0 0 18 0 1 0 739500659 664760320 85450 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724803 0 0 17 5 0 0 8
/proc/1848/statm: 162295 85450 370 364 0 98198 0
[pid=1850] ppid=1848 vsize=163744 CPUtime=241.45 cores=0-7
/proc/1850/stat : 1850 (lingeling) R 1848 1850 1850 0 -1 4202496 90424 0 0 0 24128 17 0 0 25 0 1 0 739500661 167673856 40106 33554432000 4194304 4352236 140734058151088 18446744073709551615 4278535 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1850/statm: 40936 40106 129 39 0 40016 0
[pid=1851] ppid=1814 vsize=659436 CPUtime=0.65 cores=0-7
/proc/1851/stat : 1851 (python) S 1814 1814 1664 0 -1 4202560 1019 0 0 0 31 34 0 0 18 0 1 0 739500663 675262464 85454 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 12024822111311724804 0 0 17 0 0 0 9
/proc/1851/statm: 164859 85454 370 364 0 100759 0
[pid=1853] ppid=1851 vsize=625708 CPUtime=242.02 cores=0-7
/proc/1853/stat : 1853 (precosat) R 1851 1853 1853 0 -1 4202496 160167 0 0 0 24181 21 0 0 25 0 1 0 739500666 640724992 150822 33554432000 4194304 4890832 140733768993968 18446744073709551615 4238651 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/1853/statm: 156427 150822 86 171 0 156254 0
[pid=1854] ppid=1814 vsize=669692 CPUtime=0.66 cores=0-7
/proc/1854/stat : 1854 (python) S 1814 1814 1664 0 -1 4202560 1226 0 0 0 33 33 0 0 18 0 2 0 739500666 685764608 85494 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1854/statm: 167423 85494 405 364 0 103320 0
[pid=1856] ppid=1854 vsize=624936 CPUtime=240.25 cores=0-7
/proc/1856/stat : 1856 (precosat) R 1854 1856 1856 0 -1 4202496 159989 0 0 0 23997 28 0 0 25 0 1 0 739500670 639934464 150634 33554432000 4194304 4890832 140737195541632 18446744073709551615 4273055 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/1856/statm: 156234 150634 86 171 0 156061 0
[pid=1854/tid=1860] ppid=1814 vsize=669692 CPUtime=0 cores=0-7
/proc/1854/task/1860/stat : 1860 (python) S 1814 1814 1664 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 739510600 685764608 85494 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 514 18446604442648170688 0 0 -1 0 0 0 0
[pid=1861] ppid=1814 vsize=679948 CPUtime=0.64 cores=0-7
/proc/1861/stat : 1861 (python) S 1814 1814 1664 0 -1 4202560 1239 0 0 0 36 28 0 0 15 0 1 0 739510602 696266752 85463 33554432000 4194304 5683644 140733971950944 18446744073709551615 231895510598 0 0 16781312 514 9682682028536856834 0 0 17 3 0 0 1
/proc/1861/statm: 169987 85463 371 364 0 105881 0
[pid=1863] ppid=1861 vsize=2269364 CPUtime=139.27 cores=0-7
/proc/1863/stat : 1863 (cryptominisat-2) R 1861 1863 1863 0 -1 4202496 2648782 0 0 0 13281 646 0 0 25 0 1 0 739510604 2323828736 500127 33554432000 4194304 4677096 140734924978832 18446744073709551615 231895533703 0 0 16781312 2 0 0 0 17 1 0 0 334
/proc/1863/statm: 567341 500127 390 118 0 562300 0
[pid=1814/tid=1834] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1834/stat : 1834 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 25 0 10 0 739500643 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 4 0 0 0
[pid=1814/tid=1837] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1837/stat : 1837 (python) S 1812 1814 1664 0 -1 4202560 21 922 0 8 0 0 0 0 25 0 10 0 739500646 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 0 0 0 0
[pid=1814/tid=1840] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1840/stat : 1840 (python) S 1812 1814 1664 0 -1 4202560 26 922 0 8 0 0 0 0 20 0 10 0 739500650 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 0 0 0 0
[pid=1814/tid=1843] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1843/stat : 1843 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 20 0 10 0 739500653 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 0 0 0 0
[pid=1814/tid=1846] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1846/stat : 1846 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 19 0 10 0 739500657 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 6 0 0 0
[pid=1814/tid=1849] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1849/stat : 1849 (python) S 1812 1814 1664 0 -1 4202560 24 922 0 8 0 0 0 0 20 0 10 0 739500661 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 2 0 0 0
[pid=1814/tid=1852] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1852/stat : 1852 (python) S 1812 1814 1664 0 -1 4202560 52 922 0 8 0 0 0 0 21 0 10 0 739500664 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 1 0 0 0
[pid=1814/tid=1855] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1855/stat : 1855 (python) S 1812 1814 1664 0 -1 4202560 30 922 0 8 0 0 0 0 18 0 10 0 739500668 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 1 0 0 0
[pid=1814/tid=1862] ppid=1812 vsize=755728 CPUtime=0 cores=0-7
/proc/1814/task/1862/stat : 1862 (python) S 1812 1814 1664 0 -1 4202560 22 922 0 8 0 0 0 0 20 0 10 0 739510604 773865472 86990 33554432000 4194304 5683644 140733971950944 18446744073709551615 231907314097 0 0 16781312 2 18446604450456395840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2400.93
Current children cumulated vsize (KiB) 31829024

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 1814 and gives
#  childrusage.ru_utime.tv_sec=477
#  childrusage.ru_utime.tv_usec=852355
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=833873
# CPU time returned by wait4() is 478.686
# while last known CPU time is 2400.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 723.887
CPU time (s): 2400.93
CPU user time (s): 2321.61
CPU system time (s): 79.32
CPU usage (%): 331.672
Max. virtual memory (cumulated for all children) (KiB): 31829024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 477.852
system time used= 0.833873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299368
page faults= 122
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7881
involuntary context switches= 1395

runsolver used 2.33864 second user time and 6.38403 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 22:43:38
IDJOB=3380786
IDBENCH=82386
IDSOLVER=1864
FILE ID=node114/3380786-1305492216
RUNJOBID= node114-1305491340-1678
PBS_JOBID= 13325414
Free space on /tmp= 72936 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380786-1305492216/watcher-3380786-1305492216 -o /tmp/evaluation-result-3380786-1305492216/solver-3380786-1305492216 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380786-1305492216.cnf -seed 1368138997 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=1368138997

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:      22801328 kB
Buffers:          1192 kB
Cached:         160880 kB
SwapCached:      33992 kB
Active:         106284 kB
Inactive:      9858268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22801328 kB
SwapTotal:    67111528 kB
SwapFree:     62006916 kB
Dirty:           91812 kB
Writeback:           0 kB
AnonPages:     9774872 kB
Mapped:          21012 kB
Slab:            67652 kB
PageTables:      46148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 56994328 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= 72908 MiB
End job on node114 at 2011-05-15 22:55:45