Trace number 3483957

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, 1200 s timeout)? (TO) 1200.07 1225.74

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.42/26.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.42/26.65	c INFO: solving HOME/instance-3483957-1307894553.cnf
0.42/26.65	c INFO: computing task features
2.86/29.16	c INFO: computed variable-clause graph statistics
2.96/29.26	c INFO: computed clause balance statistics
14.96/41.20	c INFO: computed variable balance statistics
24.07/50.39	c INFO: computed small-clause counts
24.36/50.60	c INFO: computed Horn-clause counts
100.07/126.38	c INFO: computed variable graph statistics
100.07/126.38	c INFO: collected features for HOME/instance-3483957-1307894553.cnf in 99.64 s
100.07/126.39	c INFO: running lingeling-276@0 for 194 with 1100 remaining (b = 0.72)
295.53/321.62	c INFO: running lingeling-276@0 for 97 with 905 remaining (b = 0.50)
395.64/421.74	c INFO: running lingeling-276@195 for 97 with 805 remaining (b = 0.16)
491.88/517.86	c INFO: running cryptominisat-2.9.0@0 for 709 with 709 remaining (b = 0.46)

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.1 (svn: 989)

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 0.48 1.38 1.71 4/180 17964
/proc/meminfo: memFree=1656304/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=1840 CPUtime=0 cores=4,6
/proc/17964/stat : 17964 (python) D 17962 17964 17918 0 -1 4194304 48 0 0 0 0 0 0 0 17 0 1 0 979686104 1884160 1 33554432000 0 0 140735317644960 18446744073709551615 5057063 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/17964/statm: 460 1 0 0 0 36 0

[startup+0.0321349 s]
/proc/loadavg: 0.48 1.38 1.71 4/180 17964
/proc/meminfo: memFree=1656304/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=15080 CPUtime=0 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 645 0 6 0 0 0 0 0 17 0 1 0 979686104 15441920 545 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 1
/proc/17964/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.101122 s]
/proc/loadavg: 0.48 1.38 1.71 4/180 17964
/proc/meminfo: memFree=1656304/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=16400 CPUtime=0.01 cores=4,6
/proc/17964/stat : 17964 (python) R 17962 17964 17918 0 -1 4202496 1148 0 6 0 1 0 0 0 17 0 1 0 979686104 16793600 1018 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284923904 0 2147483391 16781312 2 0 0 0 17 4 0 0 2
/proc/17964/statm: 4100 1018 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.301092 s]
/proc/loadavg: 0.48 1.38 1.71 4/180 17964
/proc/meminfo: memFree=1656304/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=25296 CPUtime=0.02 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 1336 0 10 0 2 0 0 0 16 0 1 0 979686104 25903104 1191 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284921780 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 9
/proc/17964/statm: 6324 1191 438 364 0 725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25296

[startup+0.701006 s]
/proc/loadavg: 0.48 1.38 1.71 4/180 17964
/proc/meminfo: memFree=1656304/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=84608 CPUtime=0.04 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 2390 0 21 0 4 0 0 0 15 0 1 0 979686104 86638592 2136 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 11
/proc/17964/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84608

[startup+1.50091 s]
/proc/loadavg: 0.68 1.40 1.71 3/184 17975
/proc/meminfo: memFree=1505968/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=102012 CPUtime=0.05 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 2979 0 30 0 5 0 0 0 15 0 1 0 979686104 104460288 2700 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 21
/proc/17964/statm: 25503 2700 841 364 0 1803 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 102012

[startup+3.10064 s]
/proc/loadavg: 0.68 1.40 1.71 3/184 17975
/proc/meminfo: memFree=1408748/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=124240 CPUtime=0.11 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 4273 0 41 0 9 2 0 0 16 0 1 0 979686104 127221760 3880 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284925696 0 0 16781312 2 18446744071562362840 0 0 17 4 0 0 35
/proc/17964/statm: 31060 3880 997 364 0 2871 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124240
heavy processes:

[startup+6.30712 s]
/proc/loadavg: 1.18 1.50 1.74 2/193 17991
/proc/meminfo: memFree=1143336/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=124240 CPUtime=0.11 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 4273 0 41 0 9 2 0 0 16 0 1 0 979686104 127221760 3880 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284925696 0 0 16781312 2 18446744071562362840 0 0 17 4 0 0 35
/proc/17964/statm: 31060 3880 997 364 0 2871 0
[pid=17977] ppid=17964 vsize=8700 CPUtime=0 cores=4,6
/proc/17977/stat : 17977 (sh) S 17964 17964 17918 0 -1 4202496 306 0 0 0 0 0 0 0 18 0 1 0 979686373 8908800 245 33554432000 4194304 4922060 140733331688672 18446744073709551615 224284744837 0 65536 16781316 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17977/statm: 2175 245 206 178 0 68 0
[pid=17978] ppid=17977 vsize=788 CPUtime=0 cores=4,6
/proc/17978/stat : 17978 (ldconfig) D 17977 17964 17918 0 -1 4194304 65 0 0 0 0 0 0 0 18 0 1 0 979686373 806912 1 33554432000 0 0 140736435492809 18446744073709551615 224284746743 0 0 16781312 0 18446744071562234166 0 0 17 4 0 0 335
/proc/17978/statm: 197 1 0 0 0 24 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 133728
heavy processes:

[startup+12.701 s]
/proc/loadavg: 1.65 1.59 1.77 1/192 17992
/proc/meminfo: memFree=1116008/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=124240 CPUtime=0.11 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 4273 0 41 0 9 2 0 0 16 0 1 0 979686104 127221760 3880 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284925696 0 0 16781312 2 18446744071562362840 0 0 17 4 0 0 35
/proc/17964/statm: 31060 3880 997 364 0 2871 0
[pid=17977] ppid=17964 vsize=8700 CPUtime=0 cores=4,6
/proc/17977/stat : 17977 (sh) S 17964 17964 17918 0 -1 4202496 306 0 0 0 0 0 0 0 18 0 1 0 979686373 8908800 245 33554432000 4194304 4922060 140733331688672 18446744073709551615 224284744837 0 65536 16781316 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17977/statm: 2175 245 206 178 0 68 0
[pid=17978] ppid=17977 vsize=788 CPUtime=0 cores=4,6
/proc/17978/stat : 17978 (ldconfig) D 17977 17964 17918 0 -1 4194304 74 0 4 0 0 0 0 0 18 0 1 0 979686373 806912 13 33554432000 4194304 4893030 140736435488656 18446744073709551615 4534544 0 0 16781312 0 18446744071562234166 0 0 17 4 0 0 977
/proc/17978/statm: 197 13 7 171 0 24 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 133728
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 2.39 1.75 1.82 1/190 18011
/proc/meminfo: memFree=1071772/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=187744 CPUtime=0.25 cores=4,6
/proc/17964/stat : 17964 (python) D 17962 17964 17918 0 -1 4202496 6710 923 61 10 19 6 0 0 16 0 1 0 979686104 192249856 4827 33554432000 4194304 5683644 140735317637200 18446744073709551615 224280006339 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 434
/proc/17964/statm: 46936 4827 1349 364 0 3724 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 187744
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 3.00 1.94 1.88 5/190 18013
/proc/meminfo: memFree=180436/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=434392 CPUtime=24.86 cores=4,6
/proc/17964/stat : 17964 (python) R 17962 17964 17918 0 -1 4202496 65644 923 104 10 2467 19 0 0 25 0 1 0 979686104 444817408 45989 33554432000 4194304 5683644 140735317637200 18446744073709551615 46991376779404 0 0 16781312 2 0 0 0 17 4 0 0 534
/proc/17964/statm: 108598 45989 1833 364 0 44522 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 434392
heavy processes:

[startup+102.301 s]
/proc/loadavg: 3.60 2.29 2.00 5/190 18013
/proc/meminfo: memFree=582720/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=434392 CPUtime=76.07 cores=4,6
/proc/17964/stat : 17964 (python) R 17962 17964 17918 0 -1 4202496 65644 923 104 10 7588 19 0 0 25 0 1 0 979686104 444817408 45989 33554432000 4194304 5683644 140735317637200 18446744073709551615 46991376779404 0 0 16781312 2 0 0 0 17 4 0 0 534
/proc/17964/statm: 108598 45989 1833 364 0 44522 0
Current children cumulated CPU time (s) 76.07
Current children cumulated vsize (KiB) 434392
heavy processes:

[startup+162.301 s]
/proc/loadavg: 3.92 2.61 2.13 5/196 18021
/proc/meminfo: memFree=599224/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=432884 CPUtime=100.16 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 65927 923 104 10 9996 20 0 0 25 0 2 0 979686104 443273216 43083 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 108221 43083 1867 364 0 44139 0
[pid=18016] ppid=17964 vsize=422640 CPUtime=0.03 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 892 0 0 0 2 1 0 0 18 0 1 0 979698744 432783360 41588 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945935 0 0 16781312 514 380712498187174148 0 0 17 6 0 0 0
/proc/18016/statm: 105660 41588 376 364 0 41578 0
[pid=18018] ppid=18016 vsize=97456 CPUtime=35.86 cores=4,6
/proc/18018/stat : 18018 (lingeling) R 18016 18018 18018 0 -1 4202496 44809 0 0 0 3581 5 0 0 25 0 1 0 979698745 99794944 23534 33554432000 4194304 4352236 140736082074432 18446744073709551615 4227373 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18018/statm: 24364 23534 129 39 0 23444 0
[pid=17964/tid=18017] ppid=17962 vsize=432884 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 29 923 0 10 0 0 0 0 25 0 2 0 979698745 443273216 43083 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 136.05
Current children cumulated vsize (KiB) 952980

[startup+222.301 s]
/proc/loadavg: 3.97 2.86 2.24 5/196 18023
/proc/meminfo: memFree=509424/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=432884 CPUtime=100.16 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 65927 923 104 10 9996 20 0 0 25 0 2 0 979686104 443273216 43083 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 108221 43083 1867 364 0 44139 0
[pid=18016] ppid=17964 vsize=422640 CPUtime=0.11 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 919 0 0 0 7 4 0 0 18 0 1 0 979698744 432783360 41588 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945935 0 0 16781312 514 380712498187174148 0 0 17 6 0 0 0
/proc/18016/statm: 105660 41588 376 364 0 41578 0
[pid=18018] ppid=18016 vsize=97404 CPUtime=95.85 cores=4,6
/proc/18018/stat : 18018 (lingeling) R 18016 18018 18018 0 -1 4202496 44809 0 0 0 9580 5 0 0 25 0 1 0 979698745 99741696 23521 33554432000 4194304 4352236 140736082074432 18446744073709551615 4297688 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18018/statm: 24351 23521 129 39 0 23431 0
[pid=17964/tid=18017] ppid=17962 vsize=432884 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 29 923 0 10 0 0 0 0 25 0 2 0 979698745 443273216 43083 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 196.12
Current children cumulated vsize (KiB) 952928

[startup+282.301 s]
/proc/loadavg: 3.99 3.07 2.35 5/196 18025
/proc/meminfo: memFree=509956/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=432884 CPUtime=100.16 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 65927 923 104 10 9996 20 0 0 25 0 2 0 979686104 443273216 43083 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 108221 43083 1867 364 0 44139 0
[pid=18016] ppid=17964 vsize=422640 CPUtime=0.18 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 938 0 0 0 11 7 0 0 18 0 1 0 979698744 432783360 41588 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945935 0 0 16781312 514 380712498187174148 0 0 17 6 0 0 0
/proc/18016/statm: 105660 41588 376 364 0 41578 0
[pid=18018] ppid=18016 vsize=97388 CPUtime=155.86 cores=4,6
/proc/18018/stat : 18018 (lingeling) R 18016 18018 18018 0 -1 4202496 44809 0 0 0 15581 5 0 0 25 0 1 0 979698745 99725312 23517 33554432000 4194304 4352236 140736082074432 18446744073709551615 4328122 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18018/statm: 24347 23517 129 39 0 23427 0
[pid=17964/tid=18017] ppid=17962 vsize=432884 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 29 923 0 10 0 0 0 0 25 0 2 0 979698745 443273216 43083 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 256.2
Current children cumulated vsize (KiB) 952912

[startup+342.301 s]
/proc/loadavg: 4.02 3.25 2.45 5/200 18031
/proc/meminfo: memFree=411608/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=443140 CPUtime=100.17 cores=4,6

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

[startup+1062.31 s]
/proc/loadavg: 4.08 3.95 3.28 5/220 18069
/proc/meminfo: memFree=258468/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=453396 CPUtime=100.18 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 67550 923 104 10 9997 21 0 0 20 0 4 0 979686104 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 113349 43096 1872 364 0 49261 0
[pid=18016] ppid=17964 vsize=432884 CPUtime=0.35 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 1194 0 0 0 21 14 0 0 18 0 2 0 979698744 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18016/statm: 108221 41632 415 364 0 44139 0
[pid=18018] ppid=18016 vsize=97356 CPUtime=291.28 cores=4,6
/proc/18018/stat : 18018 (lingeling) T 18016 18018 18018 0 -1 4202496 44809 0 0 0 29123 5 0 0 25 0 1 0 979698745 99692544 23509 33554432000 4194304 4352236 140736082074432 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18018/statm: 24339 23509 129 39 0 23419 0
[pid=18016/tid=18026] ppid=17964 vsize=432884 CPUtime=0 cores=4,6
/proc/18016/task/18026/stat : 18026 (python) S 17964 17964 17918 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 979718266 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453900537920 0 0 -1 4 0 0 0
[pid=18027] ppid=17964 vsize=432896 CPUtime=0.12 cores=4,6
/proc/18027/stat : 18027 (python) S 17964 17964 17918 0 -1 4202560 1089 0 0 0 7 5 0 0 19 0 2 0 979718267 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18027/statm: 108224 41616 399 364 0 44139 0
[pid=18029] ppid=18027 vsize=97364 CPUtime=100.01 cores=4,6
/proc/18029/stat : 18029 (lingeling) T 18027 18029 18029 0 -1 4202496 44811 0 0 0 9997 4 0 0 25 0 1 0 979718267 99700736 23511 33554432000 4194304 4352236 140735453195440 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/18029/statm: 24341 23511 129 39 0 23421 0
[pid=18027/tid=18034] ppid=17964 vsize=432896 CPUtime=0 cores=4,6
/proc/18027/task/18034/stat : 18034 (python) S 17964 17964 17918 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979728279 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453872370624 0 0 -1 4 0 0 0
[pid=18037] ppid=17964 vsize=443152 CPUtime=0.8 cores=4,6
/proc/18037/stat : 18037 (python) S 17964 17964 17918 0 -1 4202560 981 0 0 0 46 34 0 0 15 0 1 0 979737890 453787648 41590 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945990 0 0 16781312 514 380712498187174148 0 0 17 4 0 0 0
/proc/18037/statm: 110788 41590 370 364 0 46700 0
[pid=18039] ppid=18037 vsize=532288 CPUtime=543.92 cores=4,6
/proc/18039/stat : 18039 (cryptominisat-2) R 18037 18039 18039 0 -1 4202496 136184 0 1 0 54370 22 0 0 25 0 1 0 979737891 545062912 118027 33554432000 4194304 4677096 140735559852016 18446744073709551615 4338146 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18039/statm: 133072 118027 392 118 0 128031 0
[pid=17964/tid=18017] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 33 923 0 10 0 0 0 0 18 0 4 0 979698745 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18028] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18028/stat : 18028 (python) S 17962 17964 17918 0 -1 4202560 28 923 0 10 0 0 0 0 20 0 4 0 979718267 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18038] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18038/stat : 18038 (python) S 17962 17964 17918 0 -1 4202560 26 923 0 10 0 0 0 0 20 0 4 0 979737891 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1036.66
Current children cumulated vsize (KiB) 2489336

[startup+1122.3 s]
/proc/loadavg: 4.03 3.96 3.32 5/223 18074
/proc/meminfo: memFree=730128/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=453396 CPUtime=100.18 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 67550 923 104 10 9997 21 0 0 20 0 4 0 979686104 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 113349 43096 1872 364 0 49261 0
[pid=18016] ppid=17964 vsize=432884 CPUtime=0.35 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 1194 0 0 0 21 14 0 0 18 0 2 0 979698744 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18016/statm: 108221 41632 415 364 0 44139 0
[pid=18018] ppid=18016 vsize=97356 CPUtime=291.28 cores=4,6
/proc/18018/stat : 18018 (lingeling) T 18016 18018 18018 0 -1 4202496 44809 0 0 0 29123 5 0 0 25 0 1 0 979698745 99692544 23509 33554432000 4194304 4352236 140736082074432 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18018/statm: 24339 23509 129 39 0 23419 0
[pid=18016/tid=18026] ppid=17964 vsize=432884 CPUtime=0 cores=4,6
/proc/18016/task/18026/stat : 18026 (python) S 17964 17964 17918 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 979718266 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453900537920 0 0 -1 4 0 0 0
[pid=18027] ppid=17964 vsize=432896 CPUtime=0.12 cores=4,6
/proc/18027/stat : 18027 (python) S 17964 17964 17918 0 -1 4202560 1089 0 0 0 7 5 0 0 19 0 2 0 979718267 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18027/statm: 108224 41616 399 364 0 44139 0
[pid=18029] ppid=18027 vsize=97364 CPUtime=100.01 cores=4,6
/proc/18029/stat : 18029 (lingeling) T 18027 18029 18029 0 -1 4202496 44811 0 0 0 9997 4 0 0 25 0 1 0 979718267 99700736 23511 33554432000 4194304 4352236 140735453195440 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/18029/statm: 24341 23511 129 39 0 23421 0
[pid=18027/tid=18034] ppid=17964 vsize=432896 CPUtime=0 cores=4,6
/proc/18027/task/18034/stat : 18034 (python) S 17964 17964 17918 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979728279 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453872370624 0 0 -1 4 0 0 0
[pid=18037] ppid=17964 vsize=443152 CPUtime=0.9 cores=4,6
/proc/18037/stat : 18037 (python) S 17964 17964 17918 0 -1 4202560 983 0 0 0 51 39 0 0 15 0 1 0 979737890 453787648 41590 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945990 0 0 16781312 514 380712498187174148 0 0 17 4 0 0 0
/proc/18037/statm: 110788 41590 370 364 0 46700 0
[pid=18039] ppid=18037 vsize=537180 CPUtime=603.84 cores=4,6
/proc/18039/stat : 18039 (cryptominisat-2) R 18037 18039 18039 0 -1 4202496 137518 0 1 0 60362 22 0 0 25 0 1 0 979737891 550072320 119361 33554432000 4194304 4677096 140735559852016 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18039/statm: 134295 119361 392 118 0 129254 0
[pid=17964/tid=18017] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 33 923 0 10 0 0 0 0 18 0 4 0 979698745 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18028] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18028/stat : 18028 (python) S 17962 17964 17918 0 -1 4202560 28 923 0 10 0 0 0 0 20 0 4 0 979718267 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18038] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18038/stat : 18038 (python) S 17962 17964 17918 0 -1 4202560 26 923 0 10 0 0 0 0 20 0 4 0 979737891 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1096.68
Current children cumulated vsize (KiB) 2494228

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.36 5/226 18079
/proc/meminfo: memFree=239172/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=453396 CPUtime=100.18 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 67550 923 104 10 9997 21 0 0 20 0 4 0 979686104 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 113349 43096 1872 364 0 49261 0
[pid=18016] ppid=17964 vsize=432884 CPUtime=0.35 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 1194 0 0 0 21 14 0 0 18 0 2 0 979698744 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18016/statm: 108221 41632 415 364 0 44139 0
[pid=18018] ppid=18016 vsize=97356 CPUtime=291.28 cores=4,6
/proc/18018/stat : 18018 (lingeling) T 18016 18018 18018 0 -1 4202496 44809 0 0 0 29123 5 0 0 25 0 1 0 979698745 99692544 23509 33554432000 4194304 4352236 140736082074432 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18018/statm: 24339 23509 129 39 0 23419 0
[pid=18016/tid=18026] ppid=17964 vsize=432884 CPUtime=0 cores=4,6
/proc/18016/task/18026/stat : 18026 (python) S 17964 17964 17918 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 979718266 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453900537920 0 0 -1 4 0 0 0
[pid=18027] ppid=17964 vsize=432896 CPUtime=0.12 cores=4,6
/proc/18027/stat : 18027 (python) S 17964 17964 17918 0 -1 4202560 1089 0 0 0 7 5 0 0 19 0 2 0 979718267 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18027/statm: 108224 41616 399 364 0 44139 0
[pid=18029] ppid=18027 vsize=97364 CPUtime=100.01 cores=4,6
/proc/18029/stat : 18029 (lingeling) T 18027 18029 18029 0 -1 4202496 44811 0 0 0 9997 4 0 0 25 0 1 0 979718267 99700736 23511 33554432000 4194304 4352236 140735453195440 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/18029/statm: 24341 23511 129 39 0 23421 0
[pid=18027/tid=18034] ppid=17964 vsize=432896 CPUtime=0 cores=4,6
/proc/18027/task/18034/stat : 18034 (python) S 17964 17964 17918 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979728279 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453872370624 0 0 -1 4 0 0 0
[pid=18037] ppid=17964 vsize=443152 CPUtime=0.97 cores=4,6
/proc/18037/stat : 18037 (python) S 17964 17964 17918 0 -1 4202560 983 0 0 0 55 42 0 0 15 0 1 0 979737890 453787648 41590 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945990 0 0 16781312 514 380712498187174148 0 0 17 4 0 0 0
/proc/18037/statm: 110788 41590 370 364 0 46700 0
[pid=18039] ppid=18037 vsize=537180 CPUtime=663.75 cores=4,6
/proc/18039/stat : 18039 (cryptominisat-2) R 18037 18039 18039 0 -1 4202496 137518 0 1 0 66353 22 0 0 25 0 1 0 979737891 550072320 119361 33554432000 4194304 4677096 140735559852016 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18039/statm: 134295 119361 392 118 0 129254 0
[pid=17964/tid=18017] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 33 923 0 10 0 0 0 0 18 0 4 0 979698745 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18028] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18028/stat : 18028 (python) S 17962 17964 17918 0 -1 4202560 28 923 0 10 0 0 0 0 20 0 4 0 979718267 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18038] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18038/stat : 18038 (python) S 17962 17964 17918 0 -1 4202560 26 923 0 10 0 0 0 0 20 0 4 0 979737891 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1156.66
Current children cumulated vsize (KiB) 2494228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1225.7 s]
/proc/loadavg: 4.00 3.97 3.39 5/226 18079
/proc/meminfo: memFree=183232/32951124 swapFree=67049472/67111528
[pid=17964] ppid=17962 vsize=453396 CPUtime=100.18 cores=4,6
/proc/17964/stat : 17964 (python) S 17962 17964 17918 0 -1 4202496 67550 923 104 10 9997 21 0 0 20 0 4 0 979686104 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 534
/proc/17964/statm: 113349 43096 1872 364 0 49261 0
[pid=18016] ppid=17964 vsize=432884 CPUtime=0.35 cores=4,6
/proc/18016/stat : 18016 (python) S 17964 17964 17918 0 -1 4202560 1194 0 0 0 21 14 0 0 18 0 2 0 979698744 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18016/statm: 108221 41632 415 364 0 44139 0
[pid=18018] ppid=18016 vsize=97356 CPUtime=291.28 cores=4,6
/proc/18018/stat : 18018 (lingeling) T 18016 18018 18018 0 -1 4202496 44809 0 0 0 29123 5 0 0 25 0 1 0 979698745 99692544 23509 33554432000 4194304 4352236 140736082074432 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18018/statm: 24339 23509 129 39 0 23419 0
[pid=18016/tid=18026] ppid=17964 vsize=432884 CPUtime=0 cores=4,6
/proc/18016/task/18026/stat : 18026 (python) S 17964 17964 17918 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 979718266 443273216 41632 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453900537920 0 0 -1 4 0 0 0
[pid=18027] ppid=17964 vsize=432896 CPUtime=0.12 cores=4,6
/proc/18027/stat : 18027 (python) S 17964 17964 17918 0 -1 4202560 1089 0 0 0 7 5 0 0 19 0 2 0 979718267 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18027/statm: 108224 41616 399 364 0 44139 0
[pid=18029] ppid=18027 vsize=97364 CPUtime=100.01 cores=4,6
/proc/18029/stat : 18029 (lingeling) T 18027 18029 18029 0 -1 4202496 44811 0 0 0 9997 4 0 0 25 0 1 0 979718267 99700736 23511 33554432000 4194304 4352236 140735453195440 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/18029/statm: 24341 23511 129 39 0 23421 0
[pid=18027/tid=18034] ppid=17964 vsize=432896 CPUtime=0 cores=4,6
/proc/18027/task/18034/stat : 18034 (python) S 17964 17964 17918 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 979728279 443285504 41616 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 514 18446604453872370624 0 0 -1 4 0 0 0
[pid=18037] ppid=17964 vsize=443152 CPUtime=1.04 cores=4,6
/proc/18037/stat : 18037 (python) S 17964 17964 17918 0 -1 4202560 983 0 0 0 59 45 0 0 15 0 1 0 979737890 453787648 41590 33554432000 4194304 5683644 140735317637200 18446744073709551615 224284945990 0 0 16781312 514 380712498187174148 0 0 17 4 0 0 0
/proc/18037/statm: 110788 41590 370 364 0 46700 0
[pid=18039] ppid=18037 vsize=537180 CPUtime=707.09 cores=4,6
/proc/18039/stat : 18039 (cryptominisat-2) R 18037 18039 18039 0 -1 4202496 137518 0 1 0 70687 22 0 0 25 0 1 0 979737891 550072320 119361 33554432000 4194304 4677096 140735559852016 18446744073709551615 4319269 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18039/statm: 134295 119361 392 118 0 129254 0
[pid=17964/tid=18017] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18017/stat : 18017 (python) S 17962 17964 17918 0 -1 4202560 33 923 0 10 0 0 0 0 18 0 4 0 979698745 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18028] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18028/stat : 18028 (python) S 17962 17964 17918 0 -1 4202560 28 923 0 10 0 0 0 0 20 0 4 0 979718267 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
[pid=17964/tid=18038] ppid=17962 vsize=453396 CPUtime=0 cores=4,6
/proc/17964/task/18038/stat : 18038 (python) S 17962 17964 17918 0 -1 4202560 26 923 0 10 0 0 0 0 20 0 4 0 979737891 464277504 43096 33554432000 4194304 5683644 140735317637200 18446744073709551615 224296749489 0 0 16781312 2 18446604453891326080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 2494228

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 17964 and gives
#  childrusage.ru_utime.tv_sec=99
#  childrusage.ru_utime.tv_usec=977801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=227965
# CPU time returned by wait4() is 100.206
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1225.74
CPU time (s): 1200.07
CPU user time (s): 1198.91
CPU system time (s): 1.16
CPU usage (%): 97.9061
Max. virtual memory (cumulated for all children) (KiB): 2494228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.9778
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68474
page faults= 114
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25506
involuntary context switches= 226

runsolver used 2.31565 second user time and 4.65029 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-12 18:02:34
IDJOB=3483957
IDBENCH=82459
IDSOLVER=1976
FILE ID=node118/3483957-1307894553
RUNJOBID= node118-1307894553-17937
PBS_JOBID= 13559533
Free space on /tmp= 18164 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.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-3483957-1307894553/watcher-3483957-1307894553 -o /tmp/evaluation-result-3483957-1307894553/solver-3483957-1307894553 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483957-1307894553.cnf -seed 1379018934 -budget 1200

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=1379018934

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1658104 kB
Buffers:         55972 kB
Cached:       30255204 kB
SwapCached:      14364 kB
Active:       15440932 kB
Inactive:     14900084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1658104 kB
SwapTotal:    67111528 kB
SwapFree:     67049472 kB
Dirty:          149564 kB
Writeback:           0 kB
AnonPages:       28292 kB
Mapped:           8716 kB
Slab:           887488 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   205672 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= 17640 MiB
End job on node118 at 2011-06-12 18:23:02