Trace number 3377872

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)? (MO) 1272.16 1271.58

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.50	c INFO: solving HOME/instance-3377872-1305457418.cnf
0.40/0.50	c INFO: computing task features
28.31/28.47	c INFO: computed variable-clause graph statistics
29.20/29.35	c INFO: computed clause balance statistics
140.31/140.45	c INFO: computed variable balance statistics
213.22/213.36	c INFO: computed small-clause counts
216.10/216.29	c INFO: computed Horn-clause counts
379.32/379.45	c INFO: computed variable graph statistics
379.32/379.48	c INFO: collected features for HOME/instance-3377872-1305457418.cnf in 377.69 s
379.32/379.50	c INFO: running lingeling-276@0 for 97 with 2022 remaining (b = 0.78)
479.72/479.84	c INFO: running lingeling-276@99 for 388 with 1922 remaining (b = 0.86)
869.89/869.96	c INFO: running lingeling-276@0 for 97 with 1533 remaining (b = 0.77)
970.29/970.32	c INFO: running precosat-570@0 for 97 with 1433 remaining (b = 0.59)
1069.88/1069.69	c INFO: running precosat-570@99 for 97 with 1334 remaining (b = 0.40)
1170.62/1170.02	c INFO: running precosat-570@0 for 97 with 1234 remaining (b = 0.47)
1270.95/1270.38	c INFO: running cryptominisat-2.9.0@0 for 485 with 1134 remaining (b = 0.53)

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

running on 2 cores: 4,6

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: 3.84 4.03 3.99 4/425 25003
/proc/meminfo: memFree=19648184/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=15908 CPUtime=0 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 958 0 0 0 0 0 0 0 22 0 1 0 657340112 16289792 834 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/25003/statm: 3978 835 357 364 0 465 0

[startup+0.032802 s]
/proc/loadavg: 3.84 4.03 3.99 4/425 25003
/proc/meminfo: memFree=19648184/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=18884 CPUtime=0.01 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 1284 0 0 0 1 0 0 0 23 0 1 0 657340112 19337216 1137 33554432000 4194304 5683644 140734241773456 18446744073709551615 4438594 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100789 s]
/proc/loadavg: 3.84 4.03 3.99 4/425 25003
/proc/meminfo: memFree=19648184/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=104616 CPUtime=0.07 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 3145 0 0 0 5 2 0 0 17 0 1 0 657340112 107126784 2822 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/25003/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.30079 s]
/proc/loadavg: 3.84 4.03 3.99 4/425 25003
/proc/meminfo: memFree=19648184/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=198916 CPUtime=0.22 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 7028 934 1 0 16 6 0 0 17 0 1 0 657340112 203689984 5053 33554432000 4194304 5683644 140734241773456 18446744073709551615 47960030514114 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700729 s]
/proc/loadavg: 3.84 4.03 3.99 4/425 25003
/proc/meminfo: memFree=19648184/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=445340 CPUtime=0.6 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 50998 934 1 0 44 16 0 0 17 0 1 0 657340112 456028160 48667 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 111335 48667 1761 364 0 47259 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 445340

[startup+1.50058 s]
/proc/loadavg: 3.84 4.03 3.99 5/426 25008
/proc/meminfo: memFree=19372764/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=499312 CPUtime=1.4 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 64126 934 1 0 122 18 0 0 19 0 1 0 657340112 511295488 61795 33554432000 4194304 5683644 140734241773456 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 124828 61796 1761 364 0 60752 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 499312

[startup+3.10028 s]
/proc/loadavg: 3.84 4.03 3.99 5/426 25008
/proc/meminfo: memFree=19228756/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=604796 CPUtime=3 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 90398 934 1 0 279 21 0 0 22 0 1 0 657340112 619311104 88067 33554432000 4194304 5683644 140734241773456 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 151199 88067 1761 364 0 87123 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 604796

[startup+6.30073 s]
/proc/loadavg: 3.93 4.04 3.99 5/426 25008
/proc/meminfo: memFree=18808936/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=818608 CPUtime=6.21 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 142419 934 1 0 592 29 0 0 25 0 1 0 657340112 838254592 140088 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905392161 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 204652 140088 1761 364 0 140576 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 818608

[startup+12.7006 s]
/proc/loadavg: 3.93 4.04 3.99 5/420 25030
/proc/meminfo: memFree=18179824/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1234696 CPUtime=12.6 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 247059 934 1 0 1216 44 0 0 25 0 1 0 657340112 1264328704 244728 33554432000 4194304 5683644 140734241773456 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 308674 244729 1761 364 0 244598 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1234696

[startup+25.5003 s]
/proc/loadavg: 4.03 4.06 4.00 5/423 25041
/proc/meminfo: memFree=16754828/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1808036 CPUtime=25.4 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 765990 934 1 0 2437 103 0 0 25 0 1 0 657340112 1851428864 387085 33554432000 4194304 5683644 140734241773456 18446744073709551615 47960030815866 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 452009 387086 1814 364 0 387933 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1808036

[startup+51.1006 s]
/proc/loadavg: 4.02 4.05 4.00 5/423 25079
/proc/meminfo: memFree=15560696/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1586844 CPUtime=51 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 881075 934 1 0 4984 116 0 0 25 0 1 0 657340112 1624928256 334096 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917555024 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 396711 334096 1826 364 0 332635 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1586844

[startup+102.315 s]
/proc/loadavg: 4.06 4.06 4.00 5/423 25116
/proc/meminfo: memFree=15812752/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1586844 CPUtime=102.22 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 881075 934 1 0 10105 117 0 0 25 0 1 0 657340112 1624928256 334096 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905398282 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 396711 334096 1826 364 0 332635 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1586844

[startup+162.301 s]
/proc/loadavg: 4.16 4.08 4.01 5/426 25120
/proc/meminfo: memFree=16020180/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1586844 CPUtime=162.21 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 881076 934 1 0 16104 117 0 0 25 0 1 0 657340112 1624928256 334097 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905387587 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 396711 334097 1827 364 0 332635 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1586844

[startup+222.301 s]
/proc/loadavg: 4.12 4.08 4.01 5/426 25122
/proc/meminfo: memFree=15951964/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1586844 CPUtime=222.21 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 1119184 934 1 0 22080 141 0 0 25 0 1 0 657340112 1624928256 334103 33554432000 4194304 5683644 140734241773456 18446744073709551615 47960030402688 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 396711 334103 1833 364 0 332635 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1586844

[startup+282.301 s]
/proc/loadavg: 4.04 4.06 4.00 5/427 25124
/proc/meminfo: memFree=15927480/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1586844 CPUtime=282.21 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 1119184 934 1 0 28080 141 0 0 25 0 1 0 657340112 1624928256 334103 33554432000 4194304 5683644 140734241773456 18446744073709551615 47960030402700 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 396711 334103 1833 364 0 332635 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1586844

[startup+342.301 s]
/proc/loadavg: 4.05 4.06 4.00 5/427 25126
/proc/meminfo: memFree=15917456/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1586844 CPUtime=342.21 cores=4,6
/proc/25003/stat : 25003 (python) R 25001 25003 22815 0 -1 4202496 1119184 934 1 0 34080 141 0 0 25 0 1 0 657340112 1624928256 334103 33554432000 4194304 5683644 140734241773456 18446744073709551615 47960030402700 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25003/statm: 396711 334103 1833 364 0 332635 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1586844

[startup+402.301 s]
/proc/loadavg: 4.02 4.05 4.00 5/430 25131
/proc/meminfo: memFree=16295572/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=977972 CPUtime=379.43 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 1119479 934 1 0 37797 146 0 0 25 0 2 0 657340112 1001443328 179364 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25003/statm: 244493 179364 1875 364 0 180411 0
[pid=25128] ppid=25003 vsize=967728 CPUtime=0.08 cores=4,6
/proc/25128/stat : 25128 (python) S 25003 25003 22815 0 -1 4202560 900 0 0 0 3 5 0 0 18 0 1 0 657378062 990953472 177861 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905751055 0 0 16781312 514 10198929121761788161 0 0 17 4 0 0 0
/proc/25128/statm: 241932 177861 376 364 0 177850 0
[pid=25130] ppid=25128 vsize=244012 CPUtime=22.7 cores=4,6
/proc/25130/stat : 25130 (lingeling) R 25128 25130 25130 0 -1 4202496 90290 0 0 0 2256 14 0 0 25 0 1 0 657378064 249868288 60173 33554432000 4194304 4352236 140733731601600 18446744073709551615 4256389 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25130/statm: 61003 60173 129 39 0 60083 0
[pid=25003/tid=25129] ppid=25001 vsize=977972 CPUtime=0 cores=4,6
/proc/25003/task/25129/stat : 25129 (python) S 25001 25003 22815 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 2 0 657378064 1001443328 179364 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 2189712

[startup+462.3 s]
/proc/loadavg: 4.11 4.07 4.01 5/430 25132
/proc/meminfo: memFree=16291140/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=977972 CPUtime=379.43 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 1119479 934 1 0 37797 146 0 0 25 0 2 0 657340112 1001443328 179364 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25003/statm: 244493 179364 1875 364 0 180411 0
[pid=25128] ppid=25003 vsize=967728 CPUtime=0.25 cores=4,6
/proc/25128/stat : 25128 (python) S 25003 25003 22815 0 -1 4202560 928 0 0 0 12 13 0 0 18 0 1 0 657378062 990953472 177861 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905751055 0 0 16781312 514 10198929121761788161 0 0 17 4 0 0 0
/proc/25128/statm: 241932 177861 376 364 0 177850 0
[pid=25130] ppid=25128 vsize=236400 CPUtime=82.53 cores=4,6
/proc/25130/stat : 25130 (lingeling) R 25128 25130 25130 0 -1 4202496 135055 0 0 0 8234 19 0 0 25 0 1 0 657378064 242073600 58270 33554432000 4194304 4352236 140733731601600 18446744073709551615 4245517 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25130/statm: 59100 58270 129 39 0 58180 0
[pid=25003/tid=25129] ppid=25001 vsize=977972 CPUtime=0 cores=4,6
/proc/25003/task/25129/stat : 25129 (python) S 25001 25003 22815 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 2 0 657378064 1001443328 179364 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2182100

[startup+522.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/431 25135
/proc/meminfo: memFree=16286712/32951124 swapFree=65581052/67111528

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

[pid=25003] ppid=25001 vsize=1008740 CPUtime=379.51 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 1121938 934 1 0 37800 151 0 0 20 0 5 0 657340112 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25003/statm: 252185 179383 1882 364 0 188094 0
[pid=25128] ppid=25003 vsize=977972 CPUtime=1.49 cores=4,6
/proc/25128/stat : 25128 (python) S 25003 25003 22815 0 -1 4202560 1195 0 0 0 81 68 0 0 18 0 2 0 657378062 1001443328 177905 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25128/statm: 244493 177905 415 364 0 180411 0
[pid=25130] ppid=25128 vsize=238128 CPUtime=489.03 cores=4,6
/proc/25130/stat : 25130 (lingeling) T 25128 25130 25130 0 -1 4202496 277594 0 0 0 48867 36 0 0 25 0 1 0 657378064 243843072 58702 33554432000 4194304 4352236 140733731601600 18446744073709551615 4331532 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/25130/statm: 59532 58702 129 39 0 58612 0
[pid=25128/tid=25134] ppid=25003 vsize=977972 CPUtime=0 cores=4,6
/proc/25128/task/25134/stat : 25134 (python) S 25003 25003 22815 0 -1 4202560 115 0 0 0 0 0 0 0 18 0 2 0 657388096 1001443328 177905 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604440763773248 0 0 -1 4 0 0 0
[pid=25161] ppid=25003 vsize=977984 CPUtime=0.33 cores=4,6
/proc/25161/stat : 25161 (python) S 25003 25003 22815 0 -1 4202560 1092 0 0 0 17 16 0 0 19 0 2 0 657427108 1001455616 177889 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25161/statm: 244496 177889 399 364 0 180411 0
[pid=25163] ppid=25161 vsize=255644 CPUtime=100 cores=4,6
/proc/25163/stat : 25163 (lingeling) T 25161 25163 25163 0 -1 4202496 140280 0 0 0 9981 19 0 0 25 0 1 0 657427110 261779456 63081 33554432000 4194304 4352236 140734503170560 18446744073709551615 4205880 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25163/statm: 63911 63081 129 39 0 62991 0
[pid=25161/tid=25170] ppid=25003 vsize=977984 CPUtime=0 cores=4,6
/proc/25161/task/25170/stat : 25170 (python) S 25003 25003 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657437144 1001455616 177889 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604440763775040 0 0 -1 6 0 0 0
[pid=25171] ppid=25003 vsize=988240 CPUtime=0.66 cores=4,6
/proc/25171/stat : 25171 (python) S 25003 25003 22815 0 -1 4202560 1135 0 0 0 36 30 0 0 18 0 2 0 657437145 1011957760 177893 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25171/statm: 247060 177893 399 364 0 182972 0
[pid=25173] ppid=25171 vsize=812896 CPUtime=199.65 cores=4,6
/proc/25173/stat : 25173 (precosat) T 25171 25173 25173 0 -1 4202496 206268 0 0 0 19932 33 0 0 25 0 1 0 657437146 832405504 197548 33554432000 4194304 4890832 140737466329504 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/25173/statm: 203224 197548 86 171 0 203051 0
[pid=25171/tid=25176] ppid=25003 vsize=988240 CPUtime=0 cores=4,6
/proc/25171/task/25176/stat : 25176 (python) S 25003 25003 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 657447082 1011957760 177893 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 6 0 0 0
[pid=25180] ppid=25003 vsize=998496 CPUtime=0.05 cores=4,6
/proc/25180/stat : 25180 (python) S 25003 25003 22815 0 -1 4202560 903 0 0 0 2 3 0 0 18 0 1 0 657457115 1022459904 177867 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905751110 0 0 16781312 514 10198929121761788163 0 0 17 4 0 0 0
/proc/25180/statm: 249624 177867 370 364 0 185533 0
[pid=25182] ppid=25180 vsize=796932 CPUtime=12.2 cores=4,6
/proc/25182/stat : 25182 (precosat) R 25180 25182 25182 0 -1 4202496 202543 0 0 0 1188 32 0 0 25 0 1 0 657457117 816058368 193849 33554432000 4194304 4890832 140736593114688 18446744073709551615 4246946 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25182/statm: 199233 193849 80 171 0 199060 0
[pid=25003/tid=25129] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25129/stat : 25129 (python) S 25001 25003 22815 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 5 0 657378064 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25162] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25162/stat : 25162 (python) S 25001 25003 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 657427110 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25172] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25172/stat : 25172 (python) S 25001 25003 22815 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 657437146 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25181] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25181/stat : 25181 (python) S 25001 25003 22815 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 657457117 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.92
Current children cumulated vsize (KiB) 7055032

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/464 25187
/proc/meminfo: memFree=11071348/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1008740 CPUtime=379.51 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 1121938 934 1 0 37800 151 0 0 20 0 5 0 657340112 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25003/statm: 252185 179383 1882 364 0 188094 0
[pid=25128] ppid=25003 vsize=977972 CPUtime=1.49 cores=4,6
/proc/25128/stat : 25128 (python) S 25003 25003 22815 0 -1 4202560 1195 0 0 0 81 68 0 0 18 0 2 0 657378062 1001443328 177905 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25128/statm: 244493 177905 415 364 0 180411 0
[pid=25130] ppid=25128 vsize=238128 CPUtime=489.03 cores=4,6
/proc/25130/stat : 25130 (lingeling) T 25128 25130 25130 0 -1 4202496 277594 0 0 0 48867 36 0 0 25 0 1 0 657378064 243843072 58702 33554432000 4194304 4352236 140733731601600 18446744073709551615 4331532 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/25130/statm: 59532 58702 129 39 0 58612 0
[pid=25128/tid=25134] ppid=25003 vsize=977972 CPUtime=0 cores=4,6
/proc/25128/task/25134/stat : 25134 (python) S 25003 25003 22815 0 -1 4202560 115 0 0 0 0 0 0 0 18 0 2 0 657388096 1001443328 177905 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604440763773248 0 0 -1 4 0 0 0
[pid=25161] ppid=25003 vsize=977984 CPUtime=0.33 cores=4,6
/proc/25161/stat : 25161 (python) S 25003 25003 22815 0 -1 4202560 1092 0 0 0 17 16 0 0 19 0 2 0 657427108 1001455616 177889 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25161/statm: 244496 177889 399 364 0 180411 0
[pid=25163] ppid=25161 vsize=255644 CPUtime=100 cores=4,6
/proc/25163/stat : 25163 (lingeling) T 25161 25163 25163 0 -1 4202496 140280 0 0 0 9981 19 0 0 25 0 1 0 657427110 261779456 63081 33554432000 4194304 4352236 140734503170560 18446744073709551615 4205880 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25163/statm: 63911 63081 129 39 0 62991 0
[pid=25161/tid=25170] ppid=25003 vsize=977984 CPUtime=0 cores=4,6
/proc/25161/task/25170/stat : 25170 (python) S 25003 25003 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657437144 1001455616 177889 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604440763775040 0 0 -1 6 0 0 0
[pid=25171] ppid=25003 vsize=988240 CPUtime=0.66 cores=4,6
/proc/25171/stat : 25171 (python) S 25003 25003 22815 0 -1 4202560 1135 0 0 0 36 30 0 0 18 0 2 0 657437145 1011957760 177893 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25171/statm: 247060 177893 399 364 0 182972 0
[pid=25173] ppid=25171 vsize=812896 CPUtime=199.65 cores=4,6
/proc/25173/stat : 25173 (precosat) T 25171 25173 25173 0 -1 4202496 206268 0 0 0 19932 33 0 0 25 0 1 0 657437146 832405504 197548 33554432000 4194304 4890832 140737466329504 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/25173/statm: 203224 197548 86 171 0 203051 0
[pid=25171/tid=25176] ppid=25003 vsize=988240 CPUtime=0 cores=4,6
/proc/25171/task/25176/stat : 25176 (python) S 25003 25003 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 657447082 1011957760 177893 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 6 0 0 0
[pid=25180] ppid=25003 vsize=998496 CPUtime=0.24 cores=4,6
/proc/25180/stat : 25180 (python) S 25003 25003 22815 0 -1 4202560 932 0 0 0 13 11 0 0 18 0 1 0 657457115 1022459904 177867 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905751110 0 0 16781312 514 10198929121761788163 0 0 17 4 0 0 0
/proc/25180/statm: 249624 177867 370 364 0 185533 0
[pid=25182] ppid=25180 vsize=832432 CPUtime=72.03 cores=4,6
/proc/25182/stat : 25182 (precosat) R 25180 25182 25182 0 -1 4202496 222040 0 0 0 7170 33 0 0 25 0 1 0 657457117 852410368 203948 33554432000 4194304 4890832 140736593114688 18446744073709551615 4214467 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/25182/statm: 208108 203948 86 171 0 207935 0
[pid=25003/tid=25129] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25129/stat : 25129 (python) S 25001 25003 22815 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 5 0 657378064 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25162] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25162/stat : 25162 (python) S 25001 25003 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 657427110 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25172] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25172/stat : 25172 (python) S 25001 25003 22815 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 657437146 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25181] ppid=25001 vsize=1008740 CPUtime=0 cores=4,6
/proc/25003/task/25181/stat : 25181 (python) S 25001 25003 22815 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 5 0 657457117 1032949760 179383 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.94
Current children cumulated vsize (KiB) 7090532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1271.5 s]
/proc/loadavg: 4.17 4.06 4.01 6/468 25192
/proc/meminfo: memFree=10918928/32951124 swapFree=65581052/67111528
[pid=25003] ppid=25001 vsize=1018996 CPUtime=379.54 cores=4,6
/proc/25003/stat : 25003 (python) S 25001 25003 22815 0 -1 4202496 1122712 934 1 0 37801 153 0 0 19 0 6 0 657340112 1043451904 179389 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25003/statm: 254749 179389 1884 364 0 190655 0
[pid=25128] ppid=25003 vsize=977972 CPUtime=1.49 cores=4,6
/proc/25128/stat : 25128 (python) S 25003 25003 22815 0 -1 4202560 1195 0 0 0 81 68 0 0 18 0 2 0 657378062 1001443328 177905 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25128/statm: 244493 177905 415 364 0 180411 0
[pid=25130] ppid=25128 vsize=238128 CPUtime=489.03 cores=4,6
/proc/25130/stat : 25130 (lingeling) T 25128 25130 25130 0 -1 4202496 277594 0 0 0 48867 36 0 0 25 0 1 0 657378064 243843072 58702 33554432000 4194304 4352236 140733731601600 18446744073709551615 4331532 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/25130/statm: 59532 58702 129 39 0 58612 0
[pid=25128/tid=25134] ppid=25003 vsize=977972 CPUtime=0 cores=4,6
/proc/25128/task/25134/stat : 25134 (python) S 25003 25003 22815 0 -1 4202560 115 0 0 0 0 0 0 0 18 0 2 0 657388096 1001443328 177905 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604440763773248 0 0 -1 4 0 0 0
[pid=25161] ppid=25003 vsize=977984 CPUtime=0.33 cores=4,6
/proc/25161/stat : 25161 (python) S 25003 25003 22815 0 -1 4202560 1092 0 0 0 17 16 0 0 19 0 2 0 657427108 1001455616 177889 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25161/statm: 244496 177889 399 364 0 180411 0
[pid=25163] ppid=25161 vsize=255644 CPUtime=100 cores=4,6
/proc/25163/stat : 25163 (lingeling) T 25161 25163 25163 0 -1 4202496 140280 0 0 0 9981 19 0 0 25 0 1 0 657427110 261779456 63081 33554432000 4194304 4352236 140734503170560 18446744073709551615 4205880 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/25163/statm: 63911 63081 129 39 0 62991 0
[pid=25161/tid=25170] ppid=25003 vsize=977984 CPUtime=0 cores=4,6
/proc/25161/task/25170/stat : 25170 (python) S 25003 25003 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657437144 1001455616 177889 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604440763775040 0 0 -1 6 0 0 0
[pid=25171] ppid=25003 vsize=988240 CPUtime=0.66 cores=4,6
/proc/25171/stat : 25171 (python) S 25003 25003 22815 0 -1 4202560 1135 0 0 0 36 30 0 0 18 0 2 0 657437145 1011957760 177893 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25171/statm: 247060 177893 399 364 0 182972 0
[pid=25173] ppid=25171 vsize=812896 CPUtime=199.65 cores=4,6
/proc/25173/stat : 25173 (precosat) T 25171 25173 25173 0 -1 4202496 206268 0 0 0 19932 33 0 0 25 0 1 0 657437146 832405504 197548 33554432000 4194304 4890832 140737466329504 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/25173/statm: 203224 197548 86 171 0 203051 0
[pid=25171/tid=25176] ppid=25003 vsize=988240 CPUtime=0 cores=4,6
/proc/25171/task/25176/stat : 25176 (python) S 25003 25003 22815 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 657447082 1011957760 177893 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 6 0 0 0
[pid=25180] ppid=25003 vsize=998496 CPUtime=0.33 cores=4,6
/proc/25180/stat : 25180 (python) S 25003 25003 22815 0 -1 4202560 1103 0 0 0 18 15 0 0 19 0 2 0 657457115 1022459904 177897 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/25180/statm: 249624 177897 399 364 0 185533 0
[pid=25182] ppid=25180 vsize=832432 CPUtime=100.03 cores=4,6
/proc/25182/stat : 25182 (precosat) T 25180 25182 25182 0 -1 4202496 222058 0 0 0 9970 33 0 0 25 0 1 0 657457117 852410368 203966 33554432000 4194304 4890832 140736593114688 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/25182/statm: 208108 203966 86 171 0 207935 0
[pid=25180/tid=25189] ppid=25003 vsize=998496 CPUtime=0 cores=4,6
/proc/25180/task/25189/stat : 25189 (python) S 25003 25003 22815 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657467150 1022459904 177897 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 514 18446604447151716224 0 0 -1 6 0 0 0
[pid=25190] ppid=25003 vsize=1008752 CPUtime=0.01 cores=4,6
/proc/25190/stat : 25190 (python) S 25003 25003 22815 0 -1 4202560 758 0 0 0 0 1 0 0 18 0 1 0 657467151 1032962048 177848 33554432000 4194304 5683644 140734241773456 18446744073709551615 218905751110 0 0 16781312 514 4772201251360210943 0 0 17 4 0 0 0
/proc/25190/statm: 252188 177848 347 364 0 188094 0
[pid=25192] ppid=25190 vsize=194432 CPUtime=1.09 cores=4,6
/proc/25192/stat : 25192 (cryptominisat-2) R 25190 25192 25192 0 -1 4202496 40483 0 0 0 100 9 0 0 24 0 1 0 657467153 199098368 35778 33554432000 4194304 4677096 140736011865616 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25192/statm: 48608 35779 336 118 0 43567 0
[pid=25003/tid=25129] ppid=25001 vsize=1018996 CPUtime=0 cores=4,6
/proc/25003/task/25129/stat : 25129 (python) S 25001 25003 22815 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 6 0 657378064 1043451904 179389 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25162] ppid=25001 vsize=1018996 CPUtime=0 cores=4,6
/proc/25003/task/25162/stat : 25162 (python) S 25001 25003 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 6 0 657427110 1043451904 179389 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25172] ppid=25001 vsize=1018996 CPUtime=0 cores=4,6
/proc/25003/task/25172/stat : 25172 (python) S 25001 25003 22815 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 6 0 657437146 1043451904 179389 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25181] ppid=25001 vsize=1018996 CPUtime=0 cores=4,6
/proc/25003/task/25181/stat : 25181 (python) S 25001 25003 22815 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 6 0 657457117 1043451904 179389 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
[pid=25003/tid=25191] ppid=25001 vsize=1018996 CPUtime=0 cores=4,6
/proc/25003/task/25191/stat : 25191 (python) S 25001 25003 22815 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 6 0 657467153 1043451904 179389 33554432000 4194304 5683644 140734241773456 18446744073709551615 218917554609 0 0 16781312 2 18446604441652090944 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1272.16
Current children cumulated vsize (KiB) 8303972

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 25003 and gives
#  childrusage.ru_utime.tv_sec=378
#  childrusage.ru_utime.tv_usec=12533
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=547764
# CPU time returned by wait4() is 379.56
# while last known CPU time is 1272.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1271.58
CPU time (s): 1272.16
CPU user time (s): 1268.03
CPU system time (s): 4.13
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 8303972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.013
system time used= 1.54776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1123648
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= 1016
involuntary context switches= 564

runsolver used 5.55816 second user time and 11.9382 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 13:03:43
IDJOB=3377872
IDBENCH=85005
IDSOLVER=1858
FILE ID=node137/3377872-1305457418
RUNJOBID= node137-1305456116-24732
PBS_JOBID= 13324880
Free space on /tmp= 73428 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.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-3377872-1305457418/watcher-3377872-1305457418 -o /tmp/evaluation-result-3377872-1305457418/solver-3377872-1305457418 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377872-1305457418.cnf -seed 975785627 -budget 2400

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=975785627

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19648464 kB
Buffers:        305280 kB
Cached:        4258736 kB
SwapCached:      36328 kB
Active:        3174404 kB
Inactive:      9864836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19648464 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:          362116 kB
Writeback:           0 kB
AnonPages:     8448436 kB
Mapped:          31336 kB
Slab:           148336 kB
PageTables:      49348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103022856 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= 73188 MiB
End job on node137 at 2011-05-15 13:24:58