Trace number 3377881

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.5 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.28/0.46	c INFO: solving HOME/instance-3377881-1305453152.cnf
0.28/0.46	c INFO: computing task features
1.98/2.11	c INFO: computed variable-clause graph statistics
1.98/2.15	c INFO: computed clause balance statistics
9.07/9.28	c INFO: computed variable balance statistics
14.47/14.61	c INFO: computed small-clause counts
14.57/14.70	c INFO: computed Horn-clause counts
41.87/42.01	c INFO: computed variable graph statistics
41.87/42.01	c INFO: collected features for HOME/instance-3377881-1305453152.cnf in 41.48 s
41.87/42.02	c INFO: running lingeling-276@0 for 388 with 2358 remaining (b = 0.67)
434.49/433.84	c INFO: running lingeling-276@0 for 97 with 1966 remaining (b = 0.43)
534.68/534.50	c INFO: running lingeling-276@391 for 194 with 1866 remaining (b = 0.10)
728.17/727.90	c INFO: running cryptominisat-2.9.0@0 for 1673 with 1673 remaining (b = 0.59)

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-3377881-1305453152/watcher-3377881-1305453152 -o /tmp/evaluation-result-3377881-1305453152/solver-3377881-1305453152 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377881-1305453152.cnf -seed 1977790955 -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: 4.80 4.17 4.05 5/300 16541
/proc/meminfo: memFree=17818592/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=15380 CPUtime=0 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 805 0 0 0 0 0 0 0 19 0 1 0 656914917 15749120 691 33554432000 4194304 5683644 140737410730176 18446744073709551615 4358288 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 3845 693 332 364 0 332 0

[startup+0.023611 s]
/proc/loadavg: 4.80 4.17 4.05 5/300 16541
/proc/meminfo: memFree=17818592/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=16396 CPUtime=0.01 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 1121 0 0 0 1 0 0 0 19 0 1 0 656914917 16789504 989 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/16541/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.10054 s]
/proc/loadavg: 4.80 4.17 4.05 5/300 16541
/proc/meminfo: memFree=17818592/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=104216 CPUtime=0.05 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 3045 0 0 0 4 1 0 0 17 0 1 0 656914917 106717184 2731 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/16541/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104216

[startup+0.300544 s]
/proc/loadavg: 4.80 4.17 4.05 5/300 16541
/proc/meminfo: memFree=17818592/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=170752 CPUtime=0.2 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 6748 937 1 0 16 4 0 0 17 0 1 0 656914917 174850048 4809 33554432000 4194304 5683644 140737410730176 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 42688 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 170752

[startup+0.700446 s]
/proc/loadavg: 4.80 4.17 4.05 5/300 16541
/proc/meminfo: memFree=17818592/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=297952 CPUtime=0.57 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 14078 937 1 0 49 8 0 0 17 0 1 0 656914917 305102848 11748 33554432000 4194304 5683644 140737410730176 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 74488 11749 1761 364 0 10412 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 297952

[startup+1.50033 s]
/proc/loadavg: 4.80 4.17 4.05 7/301 16546
/proc/meminfo: memFree=17761484/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=340616 CPUtime=1.37 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 24509 937 1 0 128 9 0 0 18 0 1 0 656914917 348790784 22179 33554432000 4194304 5683644 140737410730176 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 85154 22180 1761 364 0 21078 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 340616

[startup+3.10106 s]
/proc/loadavg: 4.82 4.19 4.06 7/301 16546
/proc/meminfo: memFree=17699360/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=364716 CPUtime=2.97 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 45683 937 1 0 285 12 0 0 21 0 1 0 656914917 373469184 28564 33554432000 4194304 5683644 140737410730176 18446744073709551615 47902585588672 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 91179 28564 1826 364 0 27103 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 364716

[startup+6.30051 s]
/proc/loadavg: 4.82 4.19 4.06 7/301 16546
/proc/meminfo: memFree=17708152/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=364716 CPUtime=6.17 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 45683 937 1 0 605 12 0 0 25 0 1 0 656914917 373469184 28564 33554432000 4194304 5683644 140737410730176 18446744073709551615 4510992 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 91179 28564 1826 364 0 27103 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 364716

[startup+12.7004 s]
/proc/loadavg: 5.00 4.24 4.08 6/301 16546
/proc/meminfo: memFree=17703108/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=364716 CPUtime=12.57 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 45684 937 1 0 1244 13 0 0 25 0 1 0 656914917 373469184 28565 33554432000 4194304 5683644 140737410730176 18446744073709551615 47902585812437 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 91179 28565 1827 364 0 27103 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 364716

[startup+25.5002 s]
/proc/loadavg: 4.85 4.24 4.07 7/301 16547
/proc/meminfo: memFree=17696952/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=368308 CPUtime=25.37 cores=4,6
/proc/16541/stat : 16541 (python) R 16539 16541 15028 0 -1 4202496 46588 937 1 0 2523 14 0 0 25 0 1 0 656914917 377147392 29469 33554432000 4194304 5683644 140737410730176 18446744073709551615 4603041 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16541/statm: 92077 29469 1833 364 0 28001 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 368308

[startup+51.1007 s]
/proc/loadavg: 4.62 4.23 4.08 5/304 16550
/proc/meminfo: memFree=17644976/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=371528 CPUtime=41.9 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 46878 937 1 0 4176 14 0 0 25 0 2 0 656914917 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 92882 27753 1875 364 0 28800 0
[pid=16548] ppid=16541 vsize=361284 CPUtime=0 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 656919119 369954816 26250 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828431 0 0 16781312 514 14293593990778290433 0 0 17 6 0 0 0
/proc/16548/statm: 90321 26250 376 364 0 26239 0
[pid=16550] ppid=16548 vsize=49096 CPUtime=9.06 cores=4,6
/proc/16550/stat : 16550 (lingeling) R 16548 16550 16550 0 -1 4202496 27976 0 0 0 903 3 0 0 25 0 1 0 656919120 50274304 11475 33554432000 4194304 4352236 140735069982752 18446744073709551615 4278701 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16550/statm: 12274 11475 129 39 0 11354 0
[pid=16541/tid=16549] ppid=16539 vsize=371528 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 656919120 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 781908

[startup+102.311 s]
/proc/loadavg: 4.25 4.19 4.07 5/304 16552
/proc/meminfo: memFree=17612732/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=371528 CPUtime=41.9 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 46878 937 1 0 4176 14 0 0 25 0 2 0 656914917 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 92882 27753 1875 364 0 28800 0
[pid=16548] ppid=16541 vsize=361284 CPUtime=0.12 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 909 0 0 0 6 6 0 0 18 0 1 0 656919119 369954816 26250 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828431 0 0 16781312 514 3282525994027548929 0 0 17 6 0 0 0
/proc/16548/statm: 90321 26250 376 364 0 26239 0
[pid=16550] ppid=16548 vsize=92544 CPUtime=60.27 cores=4,6
/proc/16550/stat : 16550 (lingeling) R 16548 16550 16550 0 -1 4202496 67716 0 0 0 6020 7 0 0 25 0 1 0 656919120 94765056 22305 33554432000 4194304 4352236 140735069982752 18446744073709551615 4208191 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16550/statm: 23136 22305 129 39 0 22216 0
[pid=16541/tid=16549] ppid=16539 vsize=371528 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 656919120 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 825356

[startup+162.3 s]
/proc/loadavg: 4.09 4.15 4.07 6/304 16553
/proc/meminfo: memFree=17606772/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=371528 CPUtime=41.9 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 46878 937 1 0 4176 14 0 0 25 0 2 0 656914917 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 92882 27753 1875 364 0 28800 0
[pid=16548] ppid=16541 vsize=361284 CPUtime=0.25 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 933 0 0 0 14 11 0 0 18 0 1 0 656919119 369954816 26250 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828431 0 0 16781312 514 3282525994027548929 0 0 17 6 0 0 0
/proc/16548/statm: 90321 26250 376 364 0 26239 0
[pid=16550] ppid=16548 vsize=96768 CPUtime=120.26 cores=4,6
/proc/16550/stat : 16550 (lingeling) R 16548 16550 16550 0 -1 4202496 81020 0 0 0 12018 8 0 0 25 0 1 0 656919120 99090432 23361 33554432000 4194304 4352236 140735069982752 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16550/statm: 24192 23361 129 39 0 23272 0
[pid=16541/tid=16549] ppid=16539 vsize=371528 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 656919120 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 829580

[startup+222.301 s]
/proc/loadavg: 4.07 4.14 4.07 5/307 16558
/proc/meminfo: memFree=17510996/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=371528 CPUtime=41.9 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 46878 937 1 0 4176 14 0 0 25 0 2 0 656914917 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 92882 27753 1875 364 0 28800 0
[pid=16548] ppid=16541 vsize=361284 CPUtime=0.37 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 951 0 0 0 20 17 0 0 18 0 1 0 656919119 369954816 26250 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828431 0 0 16781312 514 3282525994027548929 0 0 17 6 0 0 0
/proc/16548/statm: 90321 26250 376 364 0 26239 0
[pid=16550] ppid=16548 vsize=56072 CPUtime=180.26 cores=4,6
/proc/16550/stat : 16550 (lingeling) R 16548 16550 16550 0 -1 4202496 81020 0 0 0 18018 8 0 0 25 0 1 0 656919120 57417728 13187 33554432000 4194304 4352236 140735069982752 18446744073709551615 4276725 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16550/statm: 14018 13187 129 39 0 13098 0
[pid=16541/tid=16549] ppid=16539 vsize=371528 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 656919120 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.53
Current children cumulated vsize (KiB) 788884

[startup+282.301 s]
/proc/loadavg: 4.30 4.19 4.09 6/307 16595
/proc/meminfo: memFree=17697960/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=371528 CPUtime=41.9 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 46878 937 1 0 4176 14 0 0 25 0 2 0 656914917 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 92882 27753 1875 364 0 28800 0
[pid=16548] ppid=16541 vsize=361284 CPUtime=0.5 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 982 0 0 0 27 23 0 0 18 0 1 0 656919119 369954816 26259 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828431 0 0 16781312 514 3282525994027548929 0 0 17 6 0 0 0
/proc/16548/statm: 90321 26259 385 364 0 26239 0
[pid=16550] ppid=16548 vsize=98208 CPUtime=240.26 cores=4,6
/proc/16550/stat : 16550 (lingeling) R 16548 16550 16550 0 -1 4202496 95656 0 0 0 24016 10 0 0 25 0 1 0 656919120 100564992 23721 33554432000 4194304 4352236 140735069982752 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16550/statm: 24552 23721 129 39 0 23632 0
[pid=16541/tid=16549] ppid=16539 vsize=371528 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 2 0 656919120 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 282.66
Current children cumulated vsize (KiB) 831020

[startup+342.301 s]
/proc/loadavg: 4.36 4.24 4.11 6/311 16635
/proc/meminfo: memFree=17631800/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=371528 CPUtime=41.9 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 46878 937 1 0 4176 14 0 0 25 0 2 0 656914917 380444672 27753 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 92882 27753 1875 364 0 28800 0

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

[startup+1122.3 s]
/proc/loadavg: 3.00 3.17 3.58 5/322 16746
/proc/meminfo: memFree=15993224/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=392040 CPUtime=41.93 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 48508 937 1 0 4178 15 0 0 19 0 4 0 656914917 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 98010 27766 1880 364 0 33922 0
[pid=16548] ppid=16541 vsize=371528 CPUtime=1.26 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 1218 0 0 0 66 60 0 0 18 0 2 0 656919119 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16548/statm: 92882 26304 425 364 0 28800 0
[pid=16550] ppid=16548 vsize=75420 CPUtime=584.77 cores=4,6
/proc/16550/stat : 16550 (lingeling) T 16548 16550 16550 0 -1 4202496 121541 0 0 0 58464 13 0 0 25 0 1 0 656919120 77230080 18024 33554432000 4194304 4352236 140735069982752 18446744073709551615 4278708 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16550/statm: 18855 18024 129 39 0 17935 0
[pid=16548/tid=16675] ppid=16541 vsize=371528 CPUtime=0 cores=4,6
/proc/16548/task/16675/stat : 16675 (python) S 16541 16541 15028 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 656958300 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604451945712640 0 0 -1 6 0 0 0
[pid=16676] ppid=16541 vsize=371540 CPUtime=0.21 cores=4,6
/proc/16676/stat : 16676 (python) S 16541 16541 15028 0 -1 4202560 1090 0 0 0 12 9 0 0 19 0 2 0 656958301 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16676/statm: 92885 26278 399 364 0 28800 0
[pid=16678] ppid=16676 vsize=63092 CPUtime=100.01 cores=4,6
/proc/16678/stat : 16678 (lingeling) T 16676 16678 16678 0 -1 4202496 68744 0 0 0 9993 8 0 0 25 0 1 0 656958302 64606208 14943 33554432000 4194304 4352236 140736383211472 18446744073709551615 4327971 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16678/statm: 15773 14943 129 39 0 14853 0
[pid=16676/tid=16712] ppid=16541 vsize=371540 CPUtime=0 cores=4,6
/proc/16676/task/16712/stat : 16712 (python) S 16541 16541 15028 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656968367 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604440346821824 0 0 -1 6 0 0 0
[pid=16722] ppid=16541 vsize=381796 CPUtime=0.92 cores=4,6
/proc/16722/stat : 16722 (python) S 16541 16541 15028 0 -1 4202560 986 0 0 0 49 43 0 0 15 0 1 0 656987708 390959104 26252 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828486 0 0 16781312 514 3282525994027548932 0 0 17 4 0 0 0
/proc/16722/statm: 95449 26252 370 364 0 31361 0
[pid=16724] ppid=16722 vsize=662096 CPUtime=393.65 cores=4,6
/proc/16724/stat : 16724 (cryptominisat-2) R 16722 16724 16724 0 -1 4202496 303244 0 0 0 39304 61 0 0 25 0 1 0 656987708 677986304 137260 33554432000 4194304 4677096 140735332924160 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16724/statm: 165524 137260 392 118 0 160483 0
[pid=16541/tid=16549] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 4 0 656919120 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16677] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16677/stat : 16677 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656958302 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16723] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16723/stat : 16723 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656987708 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.75
Current children cumulated vsize (KiB) 2317512

[startup+1182.3 s]
/proc/loadavg: 3.11 3.17 3.55 5/322 16748
/proc/meminfo: memFree=15957492/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=392040 CPUtime=41.93 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 48508 937 1 0 4178 15 0 0 19 0 4 0 656914917 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 98010 27766 1880 364 0 33922 0
[pid=16548] ppid=16541 vsize=371528 CPUtime=1.26 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 1218 0 0 0 66 60 0 0 18 0 2 0 656919119 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16548/statm: 92882 26304 425 364 0 28800 0
[pid=16550] ppid=16548 vsize=75420 CPUtime=584.77 cores=4,6
/proc/16550/stat : 16550 (lingeling) T 16548 16550 16550 0 -1 4202496 121541 0 0 0 58464 13 0 0 25 0 1 0 656919120 77230080 18024 33554432000 4194304 4352236 140735069982752 18446744073709551615 4278708 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16550/statm: 18855 18024 129 39 0 17935 0
[pid=16548/tid=16675] ppid=16541 vsize=371528 CPUtime=0 cores=4,6
/proc/16548/task/16675/stat : 16675 (python) S 16541 16541 15028 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 656958300 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604451945712640 0 0 -1 6 0 0 0
[pid=16676] ppid=16541 vsize=371540 CPUtime=0.21 cores=4,6
/proc/16676/stat : 16676 (python) S 16541 16541 15028 0 -1 4202560 1090 0 0 0 12 9 0 0 19 0 2 0 656958301 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16676/statm: 92885 26278 399 364 0 28800 0
[pid=16678] ppid=16676 vsize=63092 CPUtime=100.01 cores=4,6
/proc/16678/stat : 16678 (lingeling) T 16676 16678 16678 0 -1 4202496 68744 0 0 0 9993 8 0 0 25 0 1 0 656958302 64606208 14943 33554432000 4194304 4352236 140736383211472 18446744073709551615 4327971 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16678/statm: 15773 14943 129 39 0 14853 0
[pid=16676/tid=16712] ppid=16541 vsize=371540 CPUtime=0 cores=4,6
/proc/16676/task/16712/stat : 16712 (python) S 16541 16541 15028 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656968367 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604440346821824 0 0 -1 6 0 0 0
[pid=16722] ppid=16541 vsize=381796 CPUtime=1.05 cores=4,6
/proc/16722/stat : 16722 (python) S 16541 16541 15028 0 -1 4202560 986 0 0 0 56 49 0 0 15 0 1 0 656987708 390959104 26252 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828486 0 0 16781312 514 3282525994027548932 0 0 17 4 0 0 0
/proc/16722/statm: 95449 26252 370 364 0 31361 0
[pid=16724] ppid=16722 vsize=670760 CPUtime=453.55 cores=4,6
/proc/16724/stat : 16724 (cryptominisat-2) R 16722 16724 16724 0 -1 4202496 333083 0 0 0 45289 66 0 0 25 0 1 0 656987708 686858240 143606 33554432000 4194304 4677096 140735332924160 18446744073709551615 4335787 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16724/statm: 167690 143606 392 118 0 162649 0
[pid=16541/tid=16549] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 4 0 656919120 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16677] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16677/stat : 16677 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656958302 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16723] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16723/stat : 16723 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656987708 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (KiB) 2326176

[startup+1242.3 s]
/proc/loadavg: 4.54 3.54 3.65 3/308 16772
/proc/meminfo: memFree=17018600/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=392040 CPUtime=41.93 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 48508 937 1 0 4178 15 0 0 19 0 4 0 656914917 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 98010 27766 1880 364 0 33922 0
[pid=16548] ppid=16541 vsize=371528 CPUtime=1.26 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 1218 0 0 0 66 60 0 0 18 0 2 0 656919119 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16548/statm: 92882 26304 425 364 0 28800 0
[pid=16550] ppid=16548 vsize=75420 CPUtime=584.77 cores=4,6
/proc/16550/stat : 16550 (lingeling) T 16548 16550 16550 0 -1 4202496 121541 0 0 0 58464 13 0 0 25 0 1 0 656919120 77230080 18024 33554432000 4194304 4352236 140735069982752 18446744073709551615 4278708 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16550/statm: 18855 18024 129 39 0 17935 0
[pid=16548/tid=16675] ppid=16541 vsize=371528 CPUtime=0 cores=4,6
/proc/16548/task/16675/stat : 16675 (python) S 16541 16541 15028 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 656958300 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604451945712640 0 0 -1 6 0 0 0
[pid=16676] ppid=16541 vsize=371540 CPUtime=0.21 cores=4,6
/proc/16676/stat : 16676 (python) S 16541 16541 15028 0 -1 4202560 1090 0 0 0 12 9 0 0 19 0 2 0 656958301 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16676/statm: 92885 26278 399 364 0 28800 0
[pid=16678] ppid=16676 vsize=63092 CPUtime=100.01 cores=4,6
/proc/16678/stat : 16678 (lingeling) T 16676 16678 16678 0 -1 4202496 68744 0 0 0 9993 8 0 0 25 0 1 0 656958302 64606208 14943 33554432000 4194304 4352236 140736383211472 18446744073709551615 4327971 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16678/statm: 15773 14943 129 39 0 14853 0
[pid=16676/tid=16712] ppid=16541 vsize=371540 CPUtime=0 cores=4,6
/proc/16676/task/16712/stat : 16712 (python) S 16541 16541 15028 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656968367 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604440346821824 0 0 -1 6 0 0 0
[pid=16722] ppid=16541 vsize=381796 CPUtime=1.18 cores=4,6
/proc/16722/stat : 16722 (python) S 16541 16541 15028 0 -1 4202560 986 0 0 0 64 54 0 0 15 0 1 0 656987708 390959104 26252 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828486 0 0 16781312 514 3282525994027548932 0 0 17 4 0 0 0
/proc/16722/statm: 95449 26252 370 364 0 31361 0
[pid=16724] ppid=16722 vsize=598280 CPUtime=513.41 cores=4,6
/proc/16724/stat : 16724 (cryptominisat-2) R 16722 16724 16724 0 -1 4202496 360120 0 0 0 51269 72 0 0 25 0 1 0 656987708 612638720 139816 33554432000 4194304 4677096 140735332924160 18446744073709551615 4336318 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16724/statm: 149570 139816 392 118 0 144529 0
[pid=16541/tid=16549] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 4 0 656919120 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16677] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16677/stat : 16677 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656958302 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16723] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16723/stat : 16723 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656987708 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1242.77
Current children cumulated vsize (KiB) 2253696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.96 3.58 3.65 4/313 16783
/proc/meminfo: memFree=15500816/32951132 swapFree=67093824/67111528
[pid=16541] ppid=16539 vsize=392040 CPUtime=41.93 cores=4,6
/proc/16541/stat : 16541 (python) S 16539 16541 15028 0 -1 4202496 48508 937 1 0 4178 15 0 0 19 0 4 0 656914917 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16541/statm: 98010 27766 1880 364 0 33922 0
[pid=16548] ppid=16541 vsize=371528 CPUtime=1.26 cores=4,6
/proc/16548/stat : 16548 (python) S 16541 16541 15028 0 -1 4202560 1218 0 0 0 66 60 0 0 18 0 2 0 656919119 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16548/statm: 92882 26304 425 364 0 28800 0
[pid=16550] ppid=16548 vsize=75420 CPUtime=584.77 cores=4,6
/proc/16550/stat : 16550 (lingeling) T 16548 16550 16550 0 -1 4202496 121541 0 0 0 58464 13 0 0 25 0 1 0 656919120 77230080 18024 33554432000 4194304 4352236 140735069982752 18446744073709551615 4278708 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16550/statm: 18855 18024 129 39 0 17935 0
[pid=16548/tid=16675] ppid=16541 vsize=371528 CPUtime=0 cores=4,6
/proc/16548/task/16675/stat : 16675 (python) S 16541 16541 15028 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 656958300 380444672 26304 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604451945712640 0 0 -1 6 0 0 0
[pid=16676] ppid=16541 vsize=371540 CPUtime=0.21 cores=4,6
/proc/16676/stat : 16676 (python) S 16541 16541 15028 0 -1 4202560 1090 0 0 0 12 9 0 0 19 0 2 0 656958301 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16676/statm: 92885 26278 399 364 0 28800 0
[pid=16678] ppid=16676 vsize=63092 CPUtime=100.01 cores=4,6
/proc/16678/stat : 16678 (lingeling) T 16676 16678 16678 0 -1 4202496 68744 0 0 0 9993 8 0 0 25 0 1 0 656958302 64606208 14943 33554432000 4194304 4352236 140736383211472 18446744073709551615 4327971 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16678/statm: 15773 14943 129 39 0 14853 0
[pid=16676/tid=16712] ppid=16541 vsize=371540 CPUtime=0 cores=4,6
/proc/16676/task/16712/stat : 16712 (python) S 16541 16541 15028 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656968367 380456960 26278 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 514 18446604440346821824 0 0 -1 6 0 0 0
[pid=16722] ppid=16541 vsize=381796 CPUtime=1.31 cores=4,6
/proc/16722/stat : 16722 (python) S 16541 16541 15028 0 -1 4202560 986 0 0 0 71 60 0 0 15 0 1 0 656987708 390959104 26252 33554432000 4194304 5683644 140737410730176 18446744073709551615 274664828486 0 0 16781312 514 3282525994027548932 0 0 17 4 0 0 0
/proc/16722/statm: 95449 26252 370 364 0 31361 0
[pid=16724] ppid=16722 vsize=675224 CPUtime=571.01 cores=4,6
/proc/16724/stat : 16724 (cryptominisat-2) R 16722 16724 16724 0 -1 4202496 390589 0 0 0 57022 79 0 0 25 0 1 0 656987708 691429376 137236 33554432000 4194304 4677096 140735332924160 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16724/statm: 168806 137236 392 118 0 163765 0
[pid=16541/tid=16549] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16549/stat : 16549 (python) S 16539 16541 15028 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 4 0 656919120 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16677] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16677/stat : 16677 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656958302 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
[pid=16541/tid=16723] ppid=16539 vsize=392040 CPUtime=0 cores=4,6
/proc/16541/task/16723/stat : 16723 (python) S 16539 16541 15028 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 4 0 656987708 401448960 27766 33554432000 4194304 5683644 140737410730176 18446744073709551615 274676631985 0 0 16781312 2 18446604441712958208 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.5
Current children cumulated vsize (KiB) 2330640

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 16541 and gives
#  childrusage.ru_utime.tv_sec=41
#  childrusage.ru_utime.tv_usec=790646
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=159975
# CPU time returned by wait4() is 41.9506
# while last known CPU time is 1300.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1300.5
CPU user time (s): 1298.06
CPU system time (s): 2.44
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 2352696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7906
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49445
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= 1009
involuntary context switches= 81

runsolver used 3.81742 second user time and 8.13976 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 11:52:33
IDJOB=3377881
IDBENCH=70760
IDSOLVER=1858
FILE ID=node131/3377881-1305453152
RUNJOBID= node131-1305453039-16409
PBS_JOBID= 13324857
Free space on /tmp= 73564 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.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-3377881-1305453152/watcher-3377881-1305453152 -o /tmp/evaluation-result-3377881-1305453152/solver-3377881-1305453152 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377881-1305453152.cnf -seed 1977790955 -budget 2400

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=1977790955

node131.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.83
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      17818624 kB
Buffers:        287452 kB
Cached:        4239256 kB
SwapCached:       1504 kB
Active:       11612240 kB
Inactive:      3250284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17818624 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           47972 kB
Writeback:         140 kB
AnonPages:    10334964 kB
Mapped:          33216 kB
Slab:           170204 kB
PageTables:      35864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28969080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node131 at 2011-05-15 12:14:15