Trace number 3377883

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) 1298.99 1300.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.78/2.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.78/2.21	c INFO: solving HOME/instance-3377883-1305453700.cnf
0.78/2.21	c INFO: computing task features
4.87/6.77	c INFO: computed variable-clause graph statistics
4.87/6.92	c INFO: computed clause balance statistics
24.67/26.13	c INFO: computed variable balance statistics
39.78/41.25	c INFO: computed small-clause counts
40.17/41.62	c INFO: computed Horn-clause counts
117.08/118.59	c INFO: computed variable graph statistics
117.08/118.59	c INFO: collected features for HOME/instance-3377883-1305453700.cnf in 116.31 s
117.17/118.60	c INFO: running lingeling-276@0 for 291 with 2283 remaining (b = 0.27)
409.84/411.30	c INFO: running lingeling-276@291 for 194 with 1991 remaining (b = 0.20)
607.22/608.74	c INFO: running lingeling-276@0 for 97 with 1794 remaining (b = 0.17)
707.77/709.01	c INFO: running cryptominisat-2.9.0@0 for 1694 with 1694 remaining (b = 0.42)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 2.34 3.03 2/338 1614
/proc/meminfo: memFree=22488992/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=15084 CPUtime=0 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 624 0 0 0 0 0 0 0 18 0 1 0 637785773 15446016 521 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338383616 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1614/statm: 3771 524 304 364 0 258 0

[startup+0.109321 s]
/proc/loadavg: 1.02 2.34 3.03 2/338 1614
/proc/meminfo: memFree=22488992/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=84604 CPUtime=0.06 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 2406 0 2 0 4 2 0 0 17 0 1 0 637785773 86634496 2136 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338379621 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/1614/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84604

[startup+0.200303 s]
/proc/loadavg: 1.02 2.34 3.03 2/338 1614
/proc/meminfo: memFree=22488992/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=96948 CPUtime=0.09 cores=1,3
/proc/1614/stat : 1614 (python) D 1612 1614 32723 0 -1 4202496 2776 0 6 0 5 4 0 0 17 0 1 0 637785773 99274752 2486 33554432000 4194304 5683644 140736852375888 18446744073709551615 270333461520 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 1
/proc/1614/statm: 24237 2486 766 364 0 1685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 96948

[startup+0.300283 s]
/proc/loadavg: 1.02 2.34 3.03 2/338 1614
/proc/meminfo: memFree=22488992/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=104612 CPUtime=0.11 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 3129 0 13 0 6 5 0 0 17 0 1 0 637785773 107122688 2821 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 3
/proc/1614/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 104612

[startup+0.7002 s]
/proc/loadavg: 1.02 2.34 3.03 2/338 1614
/proc/meminfo: memFree=22488992/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=131288 CPUtime=0.27 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 5703 923 17 8 13 14 0 0 17 0 1 0 637785773 134438912 4100 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/1614/statm: 32822 4100 1015 364 0 3083 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 131288

[startup+1.50105 s]
/proc/loadavg: 1.02 2.32 3.02 4/343 1636
/proc/meminfo: memFree=22398396/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=187740 CPUtime=0.49 cores=1,3
/proc/1614/stat : 1614 (python) D 1612 1614 32723 0 -1 4202496 6741 923 33 8 19 30 0 0 16 0 1 0 637785773 192245760 4830 33554432000 4194304 5683644 140736852375888 18446744073709551615 270333461520 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 13
/proc/1614/statm: 46935 4830 1350 364 0 3723 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 187740

[startup+3.10072 s]
/proc/loadavg: 1.02 2.32 3.02 6/343 1636
/proc/meminfo: memFree=22249620/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=368960 CPUtime=1.67 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 31767 923 67 8 123 44 0 0 16 0 1 0 637785773 377815040 29502 33554432000 4194304 5683644 140736852375888 18446744073709551615 4539710 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/1614/statm: 92240 29503 1761 364 0 28164 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 368960
heavy processes:

[startup+6.30109 s]
/proc/loadavg: 1.02 2.32 3.02 5/343 1636
/proc/meminfo: memFree=21596592/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=560796 CPUtime=4.87 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 111876 923 67 8 432 55 0 0 22 0 1 0 637785773 574255104 77572 33554432000 4194304 5683644 140736852375888 18446744073709551615 47690581243482 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/1614/statm: 140199 77572 1814 364 0 76123 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 560796
heavy processes:

[startup+12.7118 s]
/proc/loadavg: 1.55 2.39 3.03 5/343 1636
/proc/meminfo: memFree=21510212/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=560796 CPUtime=11.28 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 111890 923 67 8 1073 55 0 0 25 0 1 0 637785773 574255104 77584 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338043311 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/1614/statm: 140199 77584 1826 364 0 76123 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 560796

[startup+25.5003 s]
/proc/loadavg: 1.93 2.44 3.04 5/343 1636
/proc/meminfo: memFree=21514796/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=560796 CPUtime=24.07 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 111890 923 67 8 2352 55 0 0 25 0 1 0 637785773 574255104 77584 33554432000 4194304 5683644 140736852375888 18446744073709551615 4539187 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/1614/statm: 140199 77584 1826 364 0 76123 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 560796

[startup+51.1002 s]
/proc/loadavg: 2.74 2.59 3.07 5/343 1672
/proc/meminfo: memFree=21347048/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=560796 CPUtime=49.67 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 111897 923 67 8 4911 56 0 0 25 0 1 0 637785773 574255104 77591 33554432000 4194304 5683644 140736852375888 18446744073709551615 47690580830336 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/1614/statm: 140199 77591 1833 364 0 76123 0
Current children cumulated CPU time (s) 49.67
Current children cumulated vsize (KiB) 560796

[startup+102.301 s]
/proc/loadavg: 3.60 2.84 3.13 5/343 1708
/proc/meminfo: memFree=21478968/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=560796 CPUtime=100.87 cores=1,3
/proc/1614/stat : 1614 (python) R 1612 1614 32723 0 -1 4202496 111897 923 67 8 10031 56 0 0 25 0 1 0 637785773 574255104 77591 33554432000 4194304 5683644 140736852375888 18446744073709551615 47690580830348 0 0 16781312 2 0 0 0 17 1 0 0 22
/proc/1614/statm: 140199 77591 1833 364 0 76123 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 560796

[startup+162.313 s]
/proc/loadavg: 3.94 3.08 3.19 5/355 1722
/proc/meminfo: memFree=21164028/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=549556 CPUtime=117.19 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 112191 923 67 8 11662 57 0 0 25 0 2 0 637785773 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 137389 72260 1875 364 0 73307 0
[pid=1713] ppid=1614 vsize=539312 CPUtime=0.1 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 909 0 0 0 5 5 0 0 18 0 1 0 637797634 552255488 70757 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403855 0 0 16781312 514 15066704592437739784 0 0 17 1 0 0 0
/proc/1713/statm: 134828 70757 376 364 0 70746 0
[pid=1715] ppid=1713 vsize=91252 CPUtime=43.54 cores=1,3
/proc/1715/stat : 1715 (lingeling) R 1713 1715 1715 0 -1 4202496 35556 0 0 0 4349 5 0 0 25 0 1 0 637797635 93442048 21983 33554432000 4194304 4352236 140737429954944 18446744073709551615 4241771 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1715/statm: 22813 21983 129 39 0 21893 0
[pid=1614/tid=1714] ppid=1612 vsize=549556 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 32 923 0 8 0 0 0 0 25 0 2 0 637797635 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 1180120

[startup+222.3 s]
/proc/loadavg: 3.97 3.25 3.24 4/354 1724
/proc/meminfo: memFree=21139824/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=549556 CPUtime=117.19 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 112191 923 67 8 11662 57 0 0 25 0 2 0 637785773 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 137389 72260 1875 364 0 73307 0
[pid=1713] ppid=1614 vsize=539312 CPUtime=0.25 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 935 0 0 0 13 12 0 0 18 0 1 0 637797634 552255488 70757 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403855 0 0 16781312 514 15066704592437739784 0 0 17 1 0 0 0
/proc/1713/statm: 134828 70757 376 364 0 70746 0
[pid=1715] ppid=1713 vsize=132392 CPUtime=103.38 cores=1,3
/proc/1715/stat : 1715 (lingeling) R 1713 1715 1715 0 -1 4202496 45419 0 0 0 10333 5 0 0 25 0 1 0 637797635 135569408 31245 33554432000 4194304 4352236 140737429954944 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1715/statm: 33098 31245 129 39 0 32178 0
[pid=1614/tid=1714] ppid=1612 vsize=549556 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 32 923 0 8 0 0 0 0 25 0 2 0 637797635 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 220.82
Current children cumulated vsize (KiB) 1221260

[startup+282.3 s]
/proc/loadavg: 3.40 3.22 3.23 4/354 1725
/proc/meminfo: memFree=21141880/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=549556 CPUtime=117.19 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 112191 923 67 8 11662 57 0 0 25 0 2 0 637785773 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 137389 72260 1875 364 0 73307 0
[pid=1713] ppid=1614 vsize=539312 CPUtime=0.4 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 953 0 0 0 21 19 0 0 18 0 1 0 637797634 552255488 70757 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403855 0 0 16781312 514 15066704592437739784 0 0 17 1 0 0 0
/proc/1713/statm: 134828 70757 376 364 0 70746 0
[pid=1715] ppid=1713 vsize=130984 CPUtime=163.24 cores=1,3
/proc/1715/stat : 1715 (lingeling) R 1713 1715 1715 0 -1 4202496 53612 0 0 0 16318 6 0 0 25 0 1 0 637797635 134127616 30893 33554432000 4194304 4352236 140737429954944 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1715/statm: 32746 30893 129 39 0 31826 0
[pid=1614/tid=1714] ppid=1612 vsize=549556 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 32 923 0 8 0 0 0 0 25 0 2 0 637797635 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 1219852

[startup+342.3 s]
/proc/loadavg: 3.29 3.22 3.23 4/351 1759
/proc/meminfo: memFree=20376960/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=549556 CPUtime=117.19 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 112191 923 67 8 11662 57 0 0 25 0 2 0 637785773 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 137389 72260 1875 364 0 73307 0
[pid=1713] ppid=1614 vsize=539312 CPUtime=0.54 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 973 0 0 0 28 26 0 0 18 0 1 0 637797634 552255488 70757 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403855 0 0 16781312 514 15066704592437739784 0 0 17 1 0 0 0
/proc/1713/statm: 134828 70757 376 364 0 70746 0
[pid=1715] ppid=1713 vsize=130908 CPUtime=223.1 cores=1,3
/proc/1715/stat : 1715 (lingeling) R 1713 1715 1715 0 -1 4202496 62107 0 0 0 22302 8 0 0 25 0 1 0 637797635 134049792 30874 33554432000 4194304 4352236 140737429954944 18446744073709551615 4327896 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1715/statm: 32727 30874 129 39 0 31807 0
[pid=1614/tid=1714] ppid=1612 vsize=549556 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 32 923 0 8 0 0 0 0 25 0 2 0 637797635 562745344 72260 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 340.83
Current children cumulated vsize (KiB) 1219776

[startup+402.301 s]
/proc/loadavg: 3.10 3.18 3.21 4/351 1760
/proc/meminfo: memFree=20517940/32951124 swapFree=59367104/67111528

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

[startup+1122.3 s]
/proc/loadavg: 3.00 3.02 3.09 4/367 1796
/proc/meminfo: memFree=17298492/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=570068 CPUtime=117.23 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 113814 923 67 8 11665 58 0 0 19 0 4 0 637785773 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 142517 72273 1880 364 0 78429 0
[pid=1713] ppid=1614 vsize=549556 CPUtime=1.19 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 1209 0 0 0 61 58 0 0 18 0 2 0 637797634 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1713/statm: 137389 70801 415 364 0 73307 0
[pid=1715] ppid=1713 vsize=140996 CPUtime=488.87 cores=1,3
/proc/1715/stat : 1715 (lingeling) T 1713 1715 1715 0 -1 4202496 88753 0 0 0 48876 11 0 0 25 0 1 0 637797635 144379904 32371 33554432000 4194304 4352236 140737429954944 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1715/statm: 35249 32371 129 39 0 34329 0
[pid=1713/tid=1762] ppid=1614 vsize=549556 CPUtime=0 cores=1,3
/proc/1713/task/1762/stat : 1762 (python) S 1614 1614 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826903 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 3 0 0 0
[pid=1769] ppid=1614 vsize=549568 CPUtime=0.25 cores=1,3
/proc/1769/stat : 1769 (python) S 1614 1614 32723 0 -1 4202560 1086 0 0 0 12 13 0 0 19 0 2 0 637846647 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1769/statm: 137392 70785 399 364 0 73307 0
[pid=1771] ppid=1769 vsize=131988 CPUtime=100.24 cores=1,3
/proc/1771/stat : 1771 (lingeling) T 1769 1771 1771 0 -1 4202496 46411 0 0 0 10018 6 0 0 25 0 1 0 637846648 135155712 32167 33554432000 4194304 4352236 140733330474288 18446744073709551615 4235460 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1771/statm: 32997 32167 129 39 0 32077 0
[pid=1769/tid=1778] ppid=1614 vsize=549568 CPUtime=0 cores=1,3
/proc/1769/task/1778/stat : 1778 (python) S 1614 1614 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856674 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604470841565248 0 0 -1 3 0 0 0
[pid=1779] ppid=1614 vsize=559824 CPUtime=1.12 cores=1,3
/proc/1779/stat : 1779 (python) S 1614 1614 32723 0 -1 4202560 998 0 0 0 58 54 0 0 15 0 1 0 637856675 573259776 70759 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403910 0 0 16781312 514 282130289935745285 0 0 17 1 0 0 0
/proc/1779/statm: 139956 70759 370 364 0 75868 0
[pid=1781] ppid=1779 vsize=1742716 CPUtime=412.22 cores=1,3
/proc/1781/stat : 1781 (cryptominisat-2) R 1779 1781 1781 0 -1 4202496 389691 0 0 0 41157 65 0 0 25 0 1 0 637856676 1784541184 349944 33554432000 4194304 4677096 140734165215744 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1781/statm: 435679 349944 391 118 0 430638 0
[pid=1614/tid=1714] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 4 0 637797635 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1770] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1770/stat : 1770 (python) S 1612 1614 32723 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637846648 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1780] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1780/stat : 1780 (python) S 1612 1614 32723 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 4 0 637856675 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1121.12
Current children cumulated vsize (KiB) 4244716

[startup+1182.3 s]
/proc/loadavg: 3.00 3.02 3.08 4/367 1797
/proc/meminfo: memFree=17279708/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=570068 CPUtime=117.23 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 113814 923 67 8 11665 58 0 0 19 0 4 0 637785773 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 142517 72273 1880 364 0 78429 0
[pid=1713] ppid=1614 vsize=549556 CPUtime=1.19 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 1209 0 0 0 61 58 0 0 18 0 2 0 637797634 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1713/statm: 137389 70801 415 364 0 73307 0
[pid=1715] ppid=1713 vsize=140996 CPUtime=488.87 cores=1,3
/proc/1715/stat : 1715 (lingeling) T 1713 1715 1715 0 -1 4202496 88753 0 0 0 48876 11 0 0 25 0 1 0 637797635 144379904 32371 33554432000 4194304 4352236 140737429954944 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1715/statm: 35249 32371 129 39 0 34329 0
[pid=1713/tid=1762] ppid=1614 vsize=549556 CPUtime=0 cores=1,3
/proc/1713/task/1762/stat : 1762 (python) S 1614 1614 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826903 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 3 0 0 0
[pid=1769] ppid=1614 vsize=549568 CPUtime=0.25 cores=1,3
/proc/1769/stat : 1769 (python) S 1614 1614 32723 0 -1 4202560 1086 0 0 0 12 13 0 0 19 0 2 0 637846647 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1769/statm: 137392 70785 399 364 0 73307 0
[pid=1771] ppid=1769 vsize=131988 CPUtime=100.24 cores=1,3
/proc/1771/stat : 1771 (lingeling) T 1769 1771 1771 0 -1 4202496 46411 0 0 0 10018 6 0 0 25 0 1 0 637846648 135155712 32167 33554432000 4194304 4352236 140733330474288 18446744073709551615 4235460 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1771/statm: 32997 32167 129 39 0 32077 0
[pid=1769/tid=1778] ppid=1614 vsize=549568 CPUtime=0 cores=1,3
/proc/1769/task/1778/stat : 1778 (python) S 1614 1614 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856674 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604470841565248 0 0 -1 3 0 0 0
[pid=1779] ppid=1614 vsize=559824 CPUtime=1.28 cores=1,3
/proc/1779/stat : 1779 (python) S 1614 1614 32723 0 -1 4202560 998 0 0 0 67 61 0 0 15 0 1 0 637856675 573259776 70759 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403910 0 0 16781312 514 15066704592437739781 0 0 17 1 0 0 0
/proc/1779/statm: 139956 70759 370 364 0 75868 0
[pid=1781] ppid=1779 vsize=1684512 CPUtime=472.06 cores=1,3
/proc/1781/stat : 1781 (cryptominisat-2) R 1779 1781 1781 0 -1 4202496 397272 0 0 0 47136 70 0 0 25 0 1 0 637856676 1724940288 351002 33554432000 4194304 4677096 140734165215744 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1781/statm: 421128 351002 391 118 0 416087 0
[pid=1614/tid=1714] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 4 0 637797635 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1770] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1770/stat : 1770 (python) S 1612 1614 32723 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637846648 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1780] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1780/stat : 1780 (python) S 1612 1614 32723 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 4 0 637856675 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1181.12
Current children cumulated vsize (KiB) 4186512

[startup+1242.3 s]
/proc/loadavg: 2.52 2.89 3.03 3/350 1817
/proc/meminfo: memFree=19436292/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=570068 CPUtime=117.23 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 113814 923 67 8 11665 58 0 0 19 0 4 0 637785773 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 142517 72273 1880 364 0 78429 0
[pid=1713] ppid=1614 vsize=549556 CPUtime=1.19 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 1209 0 0 0 61 58 0 0 18 0 2 0 637797634 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1713/statm: 137389 70801 415 364 0 73307 0
[pid=1715] ppid=1713 vsize=140996 CPUtime=488.87 cores=1,3
/proc/1715/stat : 1715 (lingeling) T 1713 1715 1715 0 -1 4202496 88753 0 0 0 48876 11 0 0 25 0 1 0 637797635 144379904 32371 33554432000 4194304 4352236 140737429954944 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1715/statm: 35249 32371 129 39 0 34329 0
[pid=1713/tid=1762] ppid=1614 vsize=549556 CPUtime=0 cores=1,3
/proc/1713/task/1762/stat : 1762 (python) S 1614 1614 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826903 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 3 0 0 0
[pid=1769] ppid=1614 vsize=549568 CPUtime=0.25 cores=1,3
/proc/1769/stat : 1769 (python) S 1614 1614 32723 0 -1 4202560 1086 0 0 0 12 13 0 0 19 0 2 0 637846647 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1769/statm: 137392 70785 399 364 0 73307 0
[pid=1771] ppid=1769 vsize=131988 CPUtime=100.24 cores=1,3
/proc/1771/stat : 1771 (lingeling) T 1769 1771 1771 0 -1 4202496 46411 0 0 0 10018 6 0 0 25 0 1 0 637846648 135155712 32167 33554432000 4194304 4352236 140733330474288 18446744073709551615 4235460 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1771/statm: 32997 32167 129 39 0 32077 0
[pid=1769/tid=1778] ppid=1614 vsize=549568 CPUtime=0 cores=1,3
/proc/1769/task/1778/stat : 1778 (python) S 1614 1614 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856674 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604470841565248 0 0 -1 3 0 0 0
[pid=1779] ppid=1614 vsize=559824 CPUtime=1.43 cores=1,3
/proc/1779/stat : 1779 (python) S 1614 1614 32723 0 -1 4202560 998 0 0 0 75 68 0 0 15 0 1 0 637856675 573259776 70759 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403910 0 0 16781312 514 15066704592437739781 0 0 17 1 0 0 0
/proc/1779/statm: 139956 70759 370 364 0 75868 0
[pid=1781] ppid=1779 vsize=1703368 CPUtime=531.97 cores=1,3
/proc/1781/stat : 1781 (cryptominisat-2) R 1779 1781 1781 0 -1 4202496 405502 0 0 0 53124 73 0 0 25 0 1 0 637856676 1744248832 353438 33554432000 4194304 4677096 140734165215744 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1781/statm: 425842 353438 391 118 0 420801 0
[pid=1614/tid=1714] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 4 0 637797635 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1770] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1770/stat : 1770 (python) S 1612 1614 32723 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637846648 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1780] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1780/stat : 1780 (python) S 1612 1614 32723 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 4 0 637856675 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1241.18
Current children cumulated vsize (KiB) 4205368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.21 2.74 2.97 3/350 1818
/proc/meminfo: memFree=19348340/32951124 swapFree=59367104/67111528
[pid=1614] ppid=1612 vsize=570068 CPUtime=117.23 cores=1,3
/proc/1614/stat : 1614 (python) S 1612 1614 32723 0 -1 4202496 113814 923 67 8 11665 58 0 0 19 0 4 0 637785773 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/1614/statm: 142517 72273 1880 364 0 78429 0
[pid=1713] ppid=1614 vsize=549556 CPUtime=1.19 cores=1,3
/proc/1713/stat : 1713 (python) S 1614 1614 32723 0 -1 4202560 1209 0 0 0 61 58 0 0 18 0 2 0 637797634 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1713/statm: 137389 70801 415 364 0 73307 0
[pid=1715] ppid=1713 vsize=140996 CPUtime=488.87 cores=1,3
/proc/1715/stat : 1715 (lingeling) T 1713 1715 1715 0 -1 4202496 88753 0 0 0 48876 11 0 0 25 0 1 0 637797635 144379904 32371 33554432000 4194304 4352236 140737429954944 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1715/statm: 35249 32371 129 39 0 34329 0
[pid=1713/tid=1762] ppid=1614 vsize=549556 CPUtime=0 cores=1,3
/proc/1713/task/1762/stat : 1762 (python) S 1614 1614 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826903 562745344 70801 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 3 0 0 0
[pid=1769] ppid=1614 vsize=549568 CPUtime=0.25 cores=1,3
/proc/1769/stat : 1769 (python) S 1614 1614 32723 0 -1 4202560 1086 0 0 0 12 13 0 0 19 0 2 0 637846647 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1769/statm: 137392 70785 399 364 0 73307 0
[pid=1771] ppid=1769 vsize=131988 CPUtime=100.24 cores=1,3
/proc/1771/stat : 1771 (lingeling) T 1769 1771 1771 0 -1 4202496 46411 0 0 0 10018 6 0 0 25 0 1 0 637846648 135155712 32167 33554432000 4194304 4352236 140733330474288 18446744073709551615 4235460 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1771/statm: 32997 32167 129 39 0 32077 0
[pid=1769/tid=1778] ppid=1614 vsize=549568 CPUtime=0 cores=1,3
/proc/1769/task/1778/stat : 1778 (python) S 1614 1614 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856674 562757632 70785 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 514 18446604470841565248 0 0 -1 3 0 0 0
[pid=1779] ppid=1614 vsize=559824 CPUtime=1.58 cores=1,3
/proc/1779/stat : 1779 (python) S 1614 1614 32723 0 -1 4202560 1000 0 0 0 83 75 0 0 15 0 1 0 637856675 573259776 70760 33554432000 4194304 5683644 140736852375888 18446744073709551615 270338403910 0 0 16781312 514 15066704592437739781 0 0 17 1 0 0 0
/proc/1779/statm: 139956 70760 371 364 0 75868 0
[pid=1781] ppid=1779 vsize=1804908 CPUtime=589.63 cores=1,3
/proc/1781/stat : 1781 (cryptominisat-2) R 1779 1781 1781 0 -1 4202496 431479 0 0 0 58884 79 0 0 25 0 1 0 637856676 1848225792 376100 33554432000 4194304 4677096 140734165215744 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1781/statm: 451227 376100 391 118 0 446186 0
[pid=1614/tid=1714] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1714/stat : 1714 (python) S 1612 1614 32723 0 -1 4202560 33 923 0 8 0 0 0 0 18 0 4 0 637797635 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1770] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1770/stat : 1770 (python) S 1612 1614 32723 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637846648 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
[pid=1614/tid=1780] ppid=1612 vsize=570068 CPUtime=0 cores=1,3
/proc/1614/task/1780/stat : 1780 (python) S 1612 1614 32723 0 -1 4202560 27 923 0 8 0 0 0 0 20 0 4 0 637856675 583749632 72273 33554432000 4194304 5683644 140736852375888 18446744073709551615 270350207409 0 0 16781312 2 18446604471128671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1298.99
Current children cumulated vsize (KiB) 4306908

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 1614 and gives
#  childrusage.ru_utime.tv_sec=116
#  childrusage.ru_utime.tv_usec=653266
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=605907
# CPU time returned by wait4() is 117.259
# while last known CPU time is 1298.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.05
CPU time (s): 1298.99
CPU user time (s): 1295.99
CPU system time (s): 3
CPU usage (%): 99.9185
Max. virtual memory (cumulated for all children) (KiB): 4362940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.653
system time used= 0.605907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114738
page faults= 75
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43609
involuntary context switches= 1485

runsolver used 4.36234 second user time and 9.8785 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 12:01:41
IDJOB=3377883
IDBENCH=71036
IDSOLVER=1858
FILE ID=node143/3377883-1305453700
RUNJOBID= node143-1305453700-1579
PBS_JOBID= 13324839
Free space on /tmp= 73420 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.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-3377883-1305453700/watcher-3377883-1305453700 -o /tmp/evaluation-result-3377883-1305453700/solver-3377883-1305453700 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377883-1305453700.cnf -seed 2021580967 -budget 2400

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=2021580967

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22489148 kB
Buffers:        202380 kB
Cached:        1485060 kB
SwapCached:      67400 kB
Active:         388620 kB
Inactive:      9829552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22489148 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          171996 kB
Writeback:           0 kB
AnonPages:     8463284 kB
Mapped:          23380 kB
Slab:           124500 kB
PageTables:      53828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69985020 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= 73332 MiB
End job on node143 at 2011-05-15 12:23:24