Trace number 3281142

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
UmSat 2011-02-25? (TO) 1300.02 1300.07

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

Solver Data


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

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-3281142-1303748131/watcher-3281142-1303748131 -o /tmp/evaluation-result-3281142-1303748131/solver-3281142-1303748131 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3281142-1303748131.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.50 3.86 3.04 3/182 15324
/proc/meminfo: memFree=25576960/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=11800 CPUtime=0 cores=0,2
/proc/15324/stat : 15324 (runsolver) S 15322 15324 15089 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 486411757 12083200 52 33554432000 4194304 5434984 140733525636112 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 0 0 0 0
/proc/15324/statm: 2950 52 31 303 0 2644 0

[startup+0.0148571 s]
/proc/loadavg: 3.50 3.86 3.04 3/182 15324
/proc/meminfo: memFree=25576960/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=11800 CPUtime=0 cores=0,2
/proc/15324/stat : 15324 (runsolver) S 15322 15324 15089 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 486411757 12083200 52 33554432000 4194304 5434984 140733525636112 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699870519 0 0 17 0 0 0 0
/proc/15324/statm: 2950 52 31 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.106861 s]
/proc/loadavg: 3.50 3.86 3.04 3/182 15324
/proc/meminfo: memFree=25576960/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=11644 CPUtime=0.07 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4194304 333 0 0 0 7 0 0 0 23 0 1 0 486411757 11923456 273 33554432000 4194304 4263880 140734801662592 18446744073709551615 47695201561776 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 2911 273 238 17 0 84 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11644

[startup+0.300834 s]
/proc/loadavg: 3.50 3.86 3.04 3/182 15324
/proc/meminfo: memFree=25576960/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=15164 CPUtime=0.26 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4194304 1433 0 0 0 26 0 0 0 24 0 1 0 486411757 15527936 1034 33554432000 4194304 4263880 140734801662592 18446744073709551615 242970217349 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 3791 1034 242 17 0 964 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 15164

[startup+0.700768 s]
/proc/loadavg: 3.50 3.86 3.04 3/182 15324
/proc/meminfo: memFree=25576960/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=18812 CPUtime=0.66 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4194304 2804 0 0 0 66 0 0 0 25 0 1 0 486411757 19263488 2020 33554432000 4194304 4263880 140734801662592 18446744073709551615 47695201669850 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 4703 2020 242 17 0 1876 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 18812

[startup+1.50063 s]
/proc/loadavg: 3.50 3.86 3.04 4/183 15325
/proc/meminfo: memFree=25550912/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=38468 CPUtime=1.46 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 8860 0 0 0 145 1 0 0 25 0 1 0 486411757 39391232 6525 33554432000 4194304 4263880 140734801662592 18446744073709551615 4205828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 9617 6525 247 17 0 6790 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38468

[startup+3.10035 s]
/proc/loadavg: 3.50 3.86 3.04 4/183 15325
/proc/meminfo: memFree=25550548/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=38468 CPUtime=3.06 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 8860 0 0 0 305 1 0 0 25 0 1 0 486411757 39391232 6525 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 9617 6525 247 17 0 6790 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38468

[startup+6.30076 s]
/proc/loadavg: 3.46 3.85 3.04 8/183 15325
/proc/meminfo: memFree=25549436/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=40832 CPUtime=6.25 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 9461 0 0 0 623 2 0 0 25 0 1 0 486411757 41811968 7126 33554432000 4194304 4263880 140734801662592 18446744073709551615 4224876 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15324/statm: 10208 7126 247 17 0 7381 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 40832

[startup+12.7007 s]
/proc/loadavg: 3.34 3.82 3.04 3/178 15343
/proc/meminfo: memFree=25550028/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=46216 CPUtime=12.63 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 10789 0 0 0 1260 3 0 0 25 0 1 0 486411757 47325184 8454 33554432000 4194304 4263880 140734801662592 18446744073709551615 47695201271480 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 11554 8454 247 17 0 8727 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 46216

[startup+25.5005 s]
/proc/loadavg: 3.04 3.73 3.02 3/178 15343
/proc/meminfo: memFree=25526588/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=68924 CPUtime=25.42 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 16467 0 0 0 2537 5 0 0 25 0 1 0 486411757 70578176 14132 33554432000 4194304 4263880 140734801662592 18446744073709551615 4207691 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 17231 14132 247 17 0 14404 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 68924

[startup+51.1011 s]
/proc/loadavg: 3.22 3.70 3.03 4/181 15429
/proc/meminfo: memFree=25543968/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=104064 CPUtime=51.03 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 25184 0 0 0 5094 9 0 0 25 0 1 0 486411757 106561536 22849 33554432000 4194304 4263880 140734801662592 18446744073709551615 4207616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 26016 22849 247 17 0 23189 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 104064

[startup+102.307 s]
/proc/loadavg: 5.25 4.19 3.23 5/188 15447
/proc/meminfo: memFree=23781396/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=188668 CPUtime=102.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 45827 0 0 0 10201 22 0 0 25 0 1 0 486411757 193196032 43492 33554432000 4194304 4263880 140734801662592 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 47167 43492 247 17 0 44340 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 188668

[startup+162.301 s]
/proc/loadavg: 6.64 4.79 3.49 5/188 15449
/proc/meminfo: memFree=20179624/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=288152 CPUtime=162.22 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 69410 0 0 0 16179 43 0 0 25 0 1 0 486411757 295067648 67075 33554432000 4194304 4263880 140734801662592 18446744073709551615 242970217439 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 72038 67075 247 17 0 69211 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 288152

[startup+222.301 s]
/proc/loadavg: 7.29 5.31 3.75 6/188 15451
/proc/meminfo: memFree=20023552/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=361496 CPUtime=222.22 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 86974 0 0 0 22171 51 0 0 25 0 1 0 486411757 370171904 84639 33554432000 4194304 4263880 140734801662592 18446744073709551615 242970206177 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 90374 84639 247 17 0 87547 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 361496

[startup+282.3 s]
/proc/loadavg: 5.55 5.21 3.82 5/188 15452
/proc/meminfo: memFree=19882436/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=431892 CPUtime=282.22 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 103718 0 0 0 28166 56 0 0 25 0 1 0 486411757 442257408 101383 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 107973 101383 247 17 0 105146 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 431892

[startup+342.301 s]
/proc/loadavg: 4.57 4.99 3.82 5/188 15454
/proc/meminfo: memFree=19788348/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=495088 CPUtime=342.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 118372 0 0 0 34162 61 0 0 25 0 1 0 486411757 506970112 116037 33554432000 4194304 4263880 140734801662592 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 123772 116037 247 17 0 120945 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 495088

[startup+402.301 s]
/proc/loadavg: 4.21 4.80 3.83 5/188 15455
/proc/meminfo: memFree=19656176/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=587408 CPUtime=402.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 139587 0 0 0 40155 68 0 0 25 0 1 0 486411757 601505792 137252 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 146852 137252 247 17 0 144025 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 587408

[startup+462.301 s]
/proc/loadavg: 4.07 4.66 3.83 5/188 15457
/proc/meminfo: memFree=19530940/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=666900 CPUtime=462.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 157445 0 0 0 46151 72 0 0 25 0 1 0 486411757 682905600 155110 33554432000 4194304 4263880 140734801662592 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 166725 155110 247 17 0 163898 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 666900

[startup+522.301 s]
/proc/loadavg: 4.06 4.55 3.85 5/188 15458
/proc/meminfo: memFree=19398052/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=722792 CPUtime=522.22 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 171063 0 0 0 52146 76 0 0 25 0 1 0 486411757 740139008 168728 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 180698 168728 247 17 0 177871 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 722792

[startup+582.301 s]
/proc/loadavg: 4.06 4.46 3.86 5/188 15460
/proc/meminfo: memFree=19299628/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=760912 CPUtime=582.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 180620 0 0 0 58142 81 0 0 25 0 1 0 486411757 779173888 178285 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 190228 178285 247 17 0 187401 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 760912

[startup+642.301 s]
/proc/loadavg: 4.02 4.37 3.86 5/188 15462
/proc/meminfo: memFree=19228228/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=795840 CPUtime=642.24 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 189332 0 0 0 64138 86 0 0 25 0 1 0 486411757 814940160 186997 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 198960 186997 247 17 0 196133 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 795840

[startup+702.301 s]
/proc/loadavg: 4.05 4.32 3.87 5/188 15463
/proc/meminfo: memFree=19133516/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=858636 CPUtime=702.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 205077 0 0 0 70132 91 0 0 25 0 1 0 486411757 879243264 202742 33554432000 4194304 4263880 140734801662592 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 214659 202742 247 17 0 211832 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 858636

[startup+762.306 s]
/proc/loadavg: 4.02 4.26 3.88 5/188 15465
/proc/meminfo: memFree=19034216/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=905160 CPUtime=762.24 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 216698 0 0 0 76128 96 0 0 25 0 1 0 486411757 926883840 214363 33554432000 4194304 4263880 140734801662592 18446744073709551615 4205828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 226290 214363 247 17 0 223463 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 905160

[startup+822.301 s]
/proc/loadavg: 4.00 4.21 3.89 5/188 15467
/proc/meminfo: memFree=18936092/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=948376 CPUtime=822.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 227513 0 0 0 82123 100 0 0 25 0 1 0 486411757 971137024 225178 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 237094 225178 247 17 0 234267 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 948376

[startup+882.301 s]
/proc/loadavg: 4.00 4.17 3.89 5/188 15468
/proc/meminfo: memFree=18838684/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1002376 CPUtime=882.24 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 240980 0 0 0 88118 106 0 0 25 0 1 0 486411757 1026433024 238645 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 250594 238645 247 17 0 247767 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 1002376

[startup+942.3 s]
/proc/loadavg: 4.00 4.13 3.90 5/188 15470
/proc/meminfo: memFree=18772852/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1036684 CPUtime=942.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 249563 0 0 0 94113 110 0 0 25 0 1 0 486411757 1061564416 247228 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 259171 247228 247 17 0 256344 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 1036684

[startup+1002.3 s]
/proc/loadavg: 4.00 4.11 3.90 5/188 15471
/proc/meminfo: memFree=18716072/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1075268 CPUtime=1002.23 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 258138 0 0 0 100109 114 0 0 25 0 1 0 486411757 1101074432 255803 33554432000 4194304 4263880 140734801662592 18446744073709551615 4242449 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 268817 255803 249 17 0 265990 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 1075268

[startup+1062.3 s]
/proc/loadavg: 4.05 4.10 3.91 5/188 15473
/proc/meminfo: memFree=18651840/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1119248 CPUtime=1062.24 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 269152 0 0 0 106105 119 0 0 25 0 1 0 486411757 1146109952 266817 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 279812 266817 249 17 0 276985 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 1119248

[startup+1122.3 s]
/proc/loadavg: 4.07 4.09 3.92 5/188 15475
/proc/meminfo: memFree=18603632/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1151060 CPUtime=1122.24 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 277119 0 0 0 112101 123 0 0 25 0 1 0 486411757 1178685440 274784 33554432000 4194304 4263880 140734801662592 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 287765 274784 249 17 0 284938 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 1151060

[startup+1182.3 s]
/proc/loadavg: 4.02 4.07 3.92 5/188 15476
/proc/meminfo: memFree=18536192/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1198932 CPUtime=1182.25 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 289115 0 0 0 118098 127 0 0 25 0 1 0 486411757 1227706368 286780 33554432000 4194304 4263880 140734801662592 18446744073709551615 4211705 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 299733 286780 249 17 0 296906 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 1198932

[startup+1242.3 s]
/proc/loadavg: 4.13 4.09 3.93 5/188 15478
/proc/meminfo: memFree=18428204/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1285068 CPUtime=1242.24 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 310533 0 0 0 124089 135 0 0 25 0 1 0 486411757 1315909632 308198 33554432000 4194304 4263880 140734801662592 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 321267 308198 249 17 0 318440 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 1285068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.07 3.93 5/188 15479
/proc/meminfo: memFree=18342028/32951132 swapFree=67111364/67111528
[pid=15324] ppid=15322 vsize=1353424 CPUtime=1299.95 cores=0,2
/proc/15324/stat : 15324 (umsat) R 15322 15324 15089 0 -1 4202496 327254 0 0 0 129853 142 0 0 25 0 1 0 486411757 1385906176 324918 33554432000 4194304 4263880 140734801662592 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15324/statm: 338356 324918 249 17 0 335529 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 1353424

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)
Real time (s): 1300.07
CPU time (s): 1300.02
CPU user time (s): 1298.54
CPU system time (s): 1.48677
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 1353424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.54
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1391

runsolver used 2.29465 second user time and 4.82027 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 18:15:31
IDJOB=3281142
IDBENCH=20529
IDSOLVER=1582
FILE ID=node128/3281142-1303748131
RUNJOBID= node128-1303746808-15107
PBS_JOBID= 13154034
Free space on /tmp= 66808 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281142-1303748131/watcher-3281142-1303748131 -o /tmp/evaluation-result-3281142-1303748131/solver-3281142-1303748131 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3281142-1303748131.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=686674735

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25577116 kB
Buffers:       1262040 kB
Cached:        5253372 kB
SwapCached:        160 kB
Active:         534824 kB
Inactive:      6221988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25577116 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5596 kB
Writeback:           0 kB
AnonPages:      241156 kB
Mapped:          15508 kB
Slab:           552004 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   411344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node128 at 2011-04-25 18:37:13