Trace number 3484614

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.03 1199.63

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.58/0.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.58/0.90	c INFO: solving HOME/instance-3484614-1307750792.cnf
0.58/0.90	c INFO: computing task features
0.97/1.39	c INFO: computed variable-clause graph statistics
1.07/1.41	c INFO: computed clause balance statistics
2.77/4.05	c INFO: computed variable balance statistics
5.68/6.08	c INFO: computed small-clause counts
5.68/6.09	c INFO: computed Horn-clause counts
8.67/9.02	c INFO: computed variable graph statistics
8.67/9.02	c INFO: collected features for HOME/instance-3484614-1307750792.cnf in 8.11 s
8.67/9.02	c INFO: running lingeling-276@0 for 582 with 1191 remaining (b = 0.58)
597.00/596.68	c INFO: running cryptominisat-2.9.0@0 for 604 with 604 remaining (b = 0.52)

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: 988)

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

running on 2 cores: 5,7

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.92 1.55 2.61 4/186 14950
/proc/meminfo: memFree=31871788/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=15184 CPUtime=0 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 713 0 0 0 0 0 0 0 18 0 1 0 867495201 15548416 603 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 3796 603 319 364 0 283 0

[startup+0.0934241 s]
/proc/loadavg: 0.92 1.55 2.61 4/186 14950
/proc/meminfo: memFree=31871788/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=45820 CPUtime=0.06 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 1930 0 0 0 4 2 0 0 17 0 1 0 867495201 46919680 1701 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 11455 1701 470 364 0 1204 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45820

[startup+0.100392 s]
/proc/loadavg: 0.92 1.55 2.61 4/186 14950
/proc/meminfo: memFree=31871788/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=50340 CPUtime=0.07 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 2012 0 0 0 4 3 0 0 17 0 1 0 867495201 51548160 1770 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816232293 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 12585 1770 480 364 0 1285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50340

[startup+0.300382 s]
/proc/loadavg: 0.92 1.55 2.61 4/186 14950
/proc/meminfo: memFree=31871788/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=135752 CPUtime=0.21 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 5971 933 1 0 13 8 0 0 17 0 1 0 867495201 139010048 4148 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/14950/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.700318 s]
/proc/loadavg: 0.92 1.55 2.61 4/186 14950
/proc/meminfo: memFree=31871788/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=226932 CPUtime=0.42 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 7682 933 1 0 22 20 0 0 16 0 1 0 867495201 232378368 5633 33554432000 4194304 5683644 140736119629328 18446744073709551615 220815897285 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 56733 5633 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 226932

[startup+1.50114 s]
/proc/loadavg: 0.92 1.55 2.61 5/187 14968
/proc/meminfo: memFree=31765288/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=312948 CPUtime=1.17 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 21974 933 1 0 89 28 0 0 16 0 1 0 867495201 320458752 15621 33554432000 4194304 5683644 140736119629328 18446744073709551615 4314500 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 78237 15621 1826 364 0 14161 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 312948

[startup+3.10084 s]
/proc/loadavg: 0.92 1.55 2.61 5/187 14968
/proc/meminfo: memFree=31685184/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=312948 CPUtime=2.77 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 21974 933 1 0 249 28 0 0 19 0 1 0 867495201 320458752 15621 33554432000 4194304 5683644 140736119629328 18446744073709551615 220815895551 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 78237 15621 1826 364 0 14161 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 312948

[startup+6.30025 s]
/proc/loadavg: 1.73 1.71 2.66 5/193 14974
/proc/meminfo: memFree=31669312/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=312948 CPUtime=5.97 cores=5,7
/proc/14950/stat : 14950 (python) R 14948 14950 12976 0 -1 4202496 21981 933 1 0 569 28 0 0 25 0 1 0 867495201 320458752 15628 33554432000 4194304 5683644 140736119629328 18446744073709551615 47798241601664 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14950/statm: 78237 15628 1833 364 0 14161 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 312948

[startup+12.7011 s]
/proc/loadavg: 1.91 1.74 2.66 5/199 14980
/proc/meminfo: memFree=31628332/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 867496104 317743104 13479 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256527 0 0 16781312 514 6850458547763773704 0 0 17 7 0 0 0
/proc/14975/statm: 77574 13479 353 364 0 13492 0
[pid=14977] ppid=14975 vsize=20220 CPUtime=3.66 cores=5,7
/proc/14977/stat : 14977 (lingeling) R 14975 14977 14977 0 -1 4202496 6354 0 0 0 365 1 0 0 25 0 1 0 867496104 20705280 4223 33554432000 4194304 4352236 140736671630656 18446744073709551615 4267938 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14977/statm: 5055 4223 127 39 0 4135 0
[pid=14950/tid=14976] ppid=14948 vsize=320540 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 867496104 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 651056

[startup+25.5007 s]
/proc/loadavg: 2.37 1.85 2.69 5/199 14980
/proc/meminfo: memFree=31628728/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0.01 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 884 0 0 0 1 0 0 0 18 0 1 0 867496104 317743104 13502 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256527 0 0 16781312 514 16297594665593438472 0 0 17 7 0 0 0
/proc/14975/statm: 77574 13502 376 364 0 13492 0
[pid=14977] ppid=14975 vsize=17564 CPUtime=16.46 cores=5,7
/proc/14977/stat : 14977 (lingeling) R 14975 14977 14977 0 -1 4202496 6745 0 0 0 1645 1 0 0 25 0 1 0 867496104 17985536 3561 33554432000 4194304 4352236 140736671630656 18446744073709551615 4331477 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14977/statm: 4391 3561 129 39 0 3471 0
[pid=14950/tid=14976] ppid=14948 vsize=320540 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 867496104 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 648400

[startup+51.107 s]
/proc/loadavg: 2.93 2.02 2.72 5/199 14981
/proc/meminfo: memFree=31617124/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0.04 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 894 0 0 0 3 1 0 0 18 0 1 0 867496104 317743104 13502 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256527 0 0 16781312 514 16297594665593438472 0 0 17 7 0 0 0
/proc/14975/statm: 77574 13502 376 364 0 13492 0
[pid=14977] ppid=14975 vsize=23040 CPUtime=42.07 cores=5,7
/proc/14977/stat : 14977 (lingeling) R 14975 14977 14977 0 -1 4202496 8114 0 0 0 4206 1 0 0 25 0 1 0 867496104 23592960 4930 33554432000 4194304 4352236 140736671630656 18446744073709551615 4209247 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14977/statm: 5760 4930 129 39 0 4840 0
[pid=14950/tid=14976] ppid=14948 vsize=320540 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 867496104 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 653876

[startup+102.301 s]
/proc/loadavg: 3.53 2.33 2.78 5/199 14982
/proc/meminfo: memFree=31600456/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0.11 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 918 0 0 0 6 5 0 0 18 0 1 0 867496104 317743104 13502 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256527 0 0 16781312 514 16297594665593438472 0 0 17 7 0 0 0
/proc/14975/statm: 77574 13502 376 364 0 13492 0
[pid=14977] ppid=14975 vsize=25164 CPUtime=93.26 cores=5,7
/proc/14977/stat : 14977 (lingeling) R 14975 14977 14977 0 -1 4202496 9669 0 0 0 9325 1 0 0 25 0 1 0 867496104 25767936 5461 33554432000 4194304 4352236 140736671630656 18446744073709551615 4278535 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14977/statm: 6291 5461 129 39 0 5371 0
[pid=14950/tid=14976] ppid=14948 vsize=320540 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 867496104 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 656000

[startup+162.3 s]
/proc/loadavg: 3.83 2.63 2.86 5/199 14984
/proc/meminfo: memFree=31579588/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0.18 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 937 0 0 0 10 8 0 0 18 0 1 0 867496104 317743104 13502 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256527 0 0 16781312 514 16297594665593438472 0 0 17 7 0 0 0
/proc/14975/statm: 77574 13502 376 364 0 13492 0
[pid=14977] ppid=14975 vsize=30392 CPUtime=153.26 cores=5,7
/proc/14977/stat : 14977 (lingeling) R 14975 14977 14977 0 -1 4202496 10976 0 0 0 15325 1 0 0 25 0 1 0 867496104 31121408 6768 33554432000 4194304 4352236 140736671630656 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14977/statm: 7598 6768 129 39 0 6678 0
[pid=14950/tid=14976] ppid=14948 vsize=320540 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 867496104 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 661228

[startup+222.3 s]
/proc/loadavg: 3.93 2.87 2.93 5/199 14985
/proc/meminfo: memFree=31576816/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0.26 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 957 0 0 0 13 13 0 0 18 0 1 0 867496104 317743104 13502 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256527 0 0 16781312 514 16297594665593438472 0 0 17 7 0 0 0
/proc/14975/statm: 77574 13502 376 364 0 13492 0
[pid=14977] ppid=14975 vsize=31224 CPUtime=213.26 cores=5,7
/proc/14977/stat : 14977 (lingeling) R 14975 14977 14977 0 -1 4202496 11184 0 0 0 21325 1 0 0 25 0 1 0 867496104 31973376 6976 33554432000 4194304 4352236 140736671630656 18446744073709551615 4280969 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14977/statm: 7806 6976 129 39 0 6886 0
[pid=14950/tid=14976] ppid=14948 vsize=320540 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 867496104 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 662060

[startup+282.3 s]
/proc/loadavg: 3.97 3.08 2.99 5/199 14987
/proc/meminfo: memFree=31568348/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=320540 CPUtime=8.7 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 22263 933 1 0 842 28 0 0 25 0 2 0 867495201 328232960 14997 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 80135 14997 1867 364 0 16053 0
[pid=14975] ppid=14950 vsize=310296 CPUtime=0.34 cores=5,7

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

[pid=15009] ppid=14950 vsize=320552 CPUtime=0.48 cores=5,7
/proc/15009/stat : 15009 (python) S 14950 14950 12976 0 -1 4202560 994 0 0 0 27 21 0 0 15 0 1 0 867554870 328245248 13500 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256582 0 0 16781312 514 16297594665593438471 0 0 17 5 0 0 0
/proc/15009/statm: 80138 13500 370 364 0 16053 0
[pid=15011] ppid=15009 vsize=413856 CPUtime=345.12 cores=5,7
/proc/15011/stat : 15011 (cryptominisat-2) R 15009 15011 15011 0 -1 4202496 323915 0 0 0 34455 57 0 0 25 0 1 0 867554870 423788544 92251 33554432000 4194304 4677096 140734835043472 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15011/statm: 103464 92251 393 118 0 98423 0
[pid=14950/tid=14976] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 867496104 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
[pid=14950/tid=15010] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/15010/stat : 15010 (python) S 14948 14950 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 867554870 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 942.7
Current children cumulated vsize (KiB) 1431496

[startup+1002.3 s]
/proc/loadavg: 4.03 3.95 3.54 5/215 15022
/proc/meminfo: memFree=30268400/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=330796 CPUtime=8.71 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 23070 933 1 0 842 29 0 0 20 0 3 0 867495201 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 82699 15004 1870 364 0 18614 0
[pid=14975] ppid=14950 vsize=320540 CPUtime=0.73 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 1195 0 0 0 38 35 0 0 19 0 2 0 867496104 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14975/statm: 80135 13545 414 364 0 16053 0
[pid=14977] ppid=14975 vsize=45752 CPUtime=587.66 cores=5,7
/proc/14977/stat : 14977 (lingeling) T 14975 14977 14977 0 -1 4202496 27617 0 0 0 58763 3 0 0 25 0 1 0 867496104 46850048 10608 33554432000 4194304 4352236 140736671630656 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/14977/statm: 11438 10608 129 39 0 10518 0
[pid=14975/tid=15008] ppid=14950 vsize=320540 CPUtime=0 cores=5,7
/proc/14975/task/15008/stat : 15008 (python) S 14950 14950 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554869 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 514 18446604463097624512 0 0 -1 7 0 0 0
[pid=15009] ppid=14950 vsize=320552 CPUtime=0.56 cores=5,7
/proc/15009/stat : 15009 (python) S 14950 14950 12976 0 -1 4202560 995 0 0 0 31 25 0 0 15 0 1 0 867554870 328245248 13500 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256582 0 0 16781312 514 9201878787849945351 0 0 17 5 0 0 0
/proc/15009/statm: 80138 13500 370 364 0 16053 0
[pid=15011] ppid=15009 vsize=496164 CPUtime=405.04 cores=5,7
/proc/15011/stat : 15011 (cryptominisat-2) R 15009 15011 15011 0 -1 4202496 350344 0 0 0 40441 63 0 0 25 0 1 0 867554870 508071936 96480 33554432000 4194304 4677096 140734835043472 18446744073709551615 4320209 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15011/statm: 124041 96480 393 118 0 119000 0
[pid=14950/tid=14976] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 867496104 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
[pid=14950/tid=15010] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/15010/stat : 15010 (python) S 14948 14950 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 867554870 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.7
Current children cumulated vsize (KiB) 1513804

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.56 5/215 15024
/proc/meminfo: memFree=30217028/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=330796 CPUtime=8.71 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 23070 933 1 0 842 29 0 0 20 0 3 0 867495201 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 82699 15004 1870 364 0 18614 0
[pid=14975] ppid=14950 vsize=320540 CPUtime=0.73 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 1195 0 0 0 38 35 0 0 19 0 2 0 867496104 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14975/statm: 80135 13545 414 364 0 16053 0
[pid=14977] ppid=14975 vsize=45752 CPUtime=587.66 cores=5,7
/proc/14977/stat : 14977 (lingeling) T 14975 14977 14977 0 -1 4202496 27617 0 0 0 58763 3 0 0 25 0 1 0 867496104 46850048 10608 33554432000 4194304 4352236 140736671630656 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/14977/statm: 11438 10608 129 39 0 10518 0
[pid=14975/tid=15008] ppid=14950 vsize=320540 CPUtime=0 cores=5,7
/proc/14975/task/15008/stat : 15008 (python) S 14950 14950 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554869 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 514 18446604463097624512 0 0 -1 7 0 0 0
[pid=15009] ppid=14950 vsize=320552 CPUtime=0.65 cores=5,7
/proc/15009/stat : 15009 (python) S 14950 14950 12976 0 -1 4202560 1003 0 0 0 36 29 0 0 15 0 1 0 867554870 328245248 13501 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256582 0 0 16781312 514 16297594665593438471 0 0 17 5 0 0 0
/proc/15009/statm: 80138 13501 371 364 0 16053 0
[pid=15011] ppid=15009 vsize=539544 CPUtime=464.95 cores=5,7
/proc/15011/stat : 15011 (cryptominisat-2) R 15009 15011 15011 0 -1 4202496 394961 0 0 0 46423 72 0 0 25 0 1 0 867554870 552493056 103518 33554432000 4194304 4677096 140734835043472 18446744073709551615 220815933195 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15011/statm: 134886 103518 393 118 0 129845 0
[pid=14950/tid=14976] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 867496104 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
[pid=14950/tid=15010] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/15010/stat : 15010 (python) S 14948 14950 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 867554870 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.7
Current children cumulated vsize (KiB) 1557184

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.59 5/215 15028
/proc/meminfo: memFree=30186728/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=330796 CPUtime=8.71 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 23070 933 1 0 842 29 0 0 20 0 3 0 867495201 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 82699 15004 1870 364 0 18614 0
[pid=14975] ppid=14950 vsize=320540 CPUtime=0.73 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 1195 0 0 0 38 35 0 0 19 0 2 0 867496104 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14975/statm: 80135 13545 414 364 0 16053 0
[pid=14977] ppid=14975 vsize=45752 CPUtime=587.66 cores=5,7
/proc/14977/stat : 14977 (lingeling) T 14975 14977 14977 0 -1 4202496 27617 0 0 0 58763 3 0 0 25 0 1 0 867496104 46850048 10608 33554432000 4194304 4352236 140736671630656 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/14977/statm: 11438 10608 129 39 0 10518 0
[pid=14975/tid=15008] ppid=14950 vsize=320540 CPUtime=0 cores=5,7
/proc/14975/task/15008/stat : 15008 (python) S 14950 14950 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554869 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 514 18446604463097624512 0 0 -1 7 0 0 0
[pid=15009] ppid=14950 vsize=320552 CPUtime=0.73 cores=5,7
/proc/15009/stat : 15009 (python) S 14950 14950 12976 0 -1 4202560 1004 0 0 0 41 32 0 0 15 0 1 0 867554870 328245248 13501 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256582 0 0 16781312 514 16297594665593438471 0 0 17 5 0 0 0
/proc/15009/statm: 80138 13501 371 364 0 16053 0
[pid=15011] ppid=15009 vsize=543292 CPUtime=524.88 cores=5,7
/proc/15011/stat : 15011 (cryptominisat-2) R 15009 15011 15011 0 -1 4202496 434633 0 0 0 52406 82 0 0 25 0 1 0 867554870 556331008 107627 33554432000 4194304 4677096 140734835043472 18446744073709551615 4335825 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15011/statm: 135823 107627 393 118 0 130782 0
[pid=14950/tid=14976] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 867496104 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
[pid=14950/tid=15010] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/15010/stat : 15010 (python) S 14948 14950 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 867554870 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.71
Current children cumulated vsize (KiB) 1560932

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.61 5/215 15030
/proc/meminfo: memFree=30102432/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=330796 CPUtime=8.71 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 23070 933 1 0 842 29 0 0 20 0 3 0 867495201 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 82699 15004 1870 364 0 18614 0
[pid=14975] ppid=14950 vsize=320540 CPUtime=0.73 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 1195 0 0 0 38 35 0 0 19 0 2 0 867496104 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14975/statm: 80135 13545 414 364 0 16053 0
[pid=14977] ppid=14975 vsize=45752 CPUtime=587.66 cores=5,7
/proc/14977/stat : 14977 (lingeling) T 14975 14977 14977 0 -1 4202496 27617 0 0 0 58763 3 0 0 25 0 1 0 867496104 46850048 10608 33554432000 4194304 4352236 140736671630656 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/14977/statm: 11438 10608 129 39 0 10518 0
[pid=14975/tid=15008] ppid=14950 vsize=320540 CPUtime=0 cores=5,7
/proc/14975/task/15008/stat : 15008 (python) S 14950 14950 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554869 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 514 18446604463097624512 0 0 -1 7 0 0 0
[pid=15009] ppid=14950 vsize=320552 CPUtime=0.81 cores=5,7
/proc/15009/stat : 15009 (python) S 14950 14950 12976 0 -1 4202560 1004 0 0 0 45 36 0 0 15 0 1 0 867554870 328245248 13501 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256582 0 0 16781312 514 16297594665593438471 0 0 17 5 0 0 0
/proc/15009/statm: 80138 13501 371 364 0 16053 0
[pid=15011] ppid=15009 vsize=560808 CPUtime=584.8 cores=5,7
/proc/15011/stat : 15011 (cryptominisat-2) R 15009 15011 15011 0 -1 4202496 462549 0 0 0 58393 87 0 0 25 0 1 0 867554870 574267392 109041 33554432000 4194304 4677096 140734835043472 18446744073709551615 220815933080 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15011/statm: 140202 109041 393 118 0 135161 0
[pid=14950/tid=14976] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 867496104 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
[pid=14950/tid=15010] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/15010/stat : 15010 (python) S 14948 14950 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 867554870 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 1578448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 4.00 3.97 3.62 5/215 15030
/proc/meminfo: memFree=30060764/32951124 swapFree=67062492/67111528
[pid=14950] ppid=14948 vsize=330796 CPUtime=8.71 cores=5,7
/proc/14950/stat : 14950 (python) S 14948 14950 12976 0 -1 4202496 23070 933 1 0 842 29 0 0 20 0 3 0 867495201 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14950/statm: 82699 15004 1870 364 0 18614 0
[pid=14975] ppid=14950 vsize=320540 CPUtime=0.73 cores=5,7
/proc/14975/stat : 14975 (python) S 14950 14950 12976 0 -1 4202560 1195 0 0 0 38 35 0 0 19 0 2 0 867496104 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14975/statm: 80135 13545 414 364 0 16053 0
[pid=14977] ppid=14975 vsize=45752 CPUtime=587.66 cores=5,7
/proc/14977/stat : 14977 (lingeling) T 14975 14977 14977 0 -1 4202496 27617 0 0 0 58763 3 0 0 25 0 1 0 867496104 46850048 10608 33554432000 4194304 4352236 140736671630656 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/14977/statm: 11438 10608 129 39 0 10518 0
[pid=14975/tid=15008] ppid=14950 vsize=320540 CPUtime=0 cores=5,7
/proc/14975/task/15008/stat : 15008 (python) S 14950 14950 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867554869 328232960 13545 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 514 18446604463097624512 0 0 -1 7 0 0 0
[pid=15009] ppid=14950 vsize=320552 CPUtime=0.84 cores=5,7
/proc/15009/stat : 15009 (python) S 14950 14950 12976 0 -1 4202560 1004 0 0 0 47 37 0 0 15 0 1 0 867554870 328245248 13501 33554432000 4194304 5683644 140736119629328 18446744073709551615 220816256582 0 0 16781312 514 16297594665593438471 0 0 17 5 0 0 0
/proc/15009/statm: 80138 13501 371 364 0 16053 0
[pid=15011] ppid=15009 vsize=497176 CPUtime=602.09 cores=5,7
/proc/15011/stat : 15011 (cryptominisat-2) R 15009 15011 15011 0 -1 4202496 474843 0 0 0 60119 90 0 0 25 0 1 0 867554870 509108224 113184 33554432000 4194304 4677096 140734835043472 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15011/statm: 124294 113184 393 118 0 119253 0
[pid=14950/tid=14976] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/14976/stat : 14976 (python) S 14948 14950 12976 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 867496104 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
[pid=14950/tid=15010] ppid=14948 vsize=330796 CPUtime=0 cores=5,7
/proc/14950/task/15010/stat : 15010 (python) S 14948 14950 12976 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 867554870 338735104 15004 33554432000 4194304 5683644 140736119629328 18446744073709551615 220828060081 0 0 16781312 2 18446604463097625408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1514816

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 14950 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=429718
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=297954
# CPU time returned by wait4() is 8.72767
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.63
CPU time (s): 1200.03
CPU user time (s): 1198.09
CPU system time (s): 1.94
CPU usage (%): 100.034
Max. virtual memory (cumulated for all children) (KiB): 1580484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.42972
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24003
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= 26734
involuntary context switches= 36

runsolver used 2.16167 second user time and 4.89525 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 02:06:33
IDJOB=3484614
IDBENCH=83135
IDSOLVER=1976
FILE ID=node147/3484614-1307750792
RUNJOBID= node147-1307750792-14895
PBS_JOBID= 13550813
Free space on /tmp= 73984 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.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-3484614-1307750792/watcher-3484614-1307750792 -o /tmp/evaluation-result-3484614-1307750792/solver-3484614-1307750792 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484614-1307750792.cnf -seed 234963286 -budget 1200

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=234963286

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31875688 kB
Buffers:        112064 kB
Cached:         789520 kB
SwapCached:      10296 kB
Active:         375028 kB
Inactive:       556608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31875688 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          136612 kB
Writeback:           0 kB
AnonPages:       28404 kB
Mapped:          12232 kB
Slab:            79264 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227428 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= 73912 MiB
End job on node147 at 2011-06-11 02:26:35