Trace number 3379586

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-05-12 (fixed)? (TO) 1300.19 1300.16

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379586-1305455356/watcher-3379586-1305455356 -o /tmp/evaluation-result-3379586-1305455356/solver-3379586-1305455356 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379586-1305455356.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.96 2.73 2.99 5/362 13153
/proc/meminfo: memFree=17231428/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=11776 CPUtime=0 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4194304 368 0 0 0 0 0 0 0 21 0 1 0 657136619 12058624 309 33554432000 4194304 4263832 140736441045504 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 2944 309 240 17 0 117 0

[startup+0.027434 s]
/proc/loadavg: 1.96 2.73 2.99 5/362 13153
/proc/meminfo: memFree=17231428/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=12104 CPUtime=0.02 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4194304 470 0 0 0 2 0 0 0 21 0 1 0 657136619 12394496 411 33554432000 4194304 4263832 140736441045504 18446744073709551615 46923347204315 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 3026 411 241 17 0 199 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12104

[startup+0.100496 s]
/proc/loadavg: 1.96 2.73 2.99 5/362 13153
/proc/meminfo: memFree=17231428/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=13472 CPUtime=0.09 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4194304 912 0 0 0 9 0 0 0 21 0 1 0 657136619 13795328 707 33554432000 4194304 4263832 140736441045504 18446744073709551615 4228375 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 3368 707 242 17 0 541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13472

[startup+0.30043 s]
/proc/loadavg: 1.96 2.73 2.99 5/362 13153
/proc/meminfo: memFree=17231428/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=18944 CPUtime=0.29 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4194304 2579 0 0 0 29 0 0 0 22 0 1 0 657136619 19398656 1796 33554432000 4194304 4263832 140736441045504 18446744073709551615 4232232 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 4736 1796 242 17 0 1909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18944

[startup+0.700371 s]
/proc/loadavg: 1.96 2.73 2.99 5/362 13153
/proc/meminfo: memFree=17231428/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=26372 CPUtime=0.69 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4194304 5013 0 0 0 69 0 0 0 24 0 1 0 657136619 27004928 3461 33554432000 4194304 4263832 140736441045504 18446744073709551615 270612766693 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 6593 3461 242 17 0 3766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26372

[startup+1.50021 s]
/proc/loadavg: 1.96 2.73 2.99 5/363 13154
/proc/meminfo: memFree=17124092/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=40964 CPUtime=1.49 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4194304 9856 0 0 0 148 1 0 0 25 0 1 0 657136619 41947136 6767 33554432000 4194304 4263832 140736441045504 18446744073709551615 4227605 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 10241 6767 242 17 0 7414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40964

[startup+3.10097 s]
/proc/loadavg: 1.96 2.73 2.99 5/366 13160
/proc/meminfo: memFree=16976756/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=121336 CPUtime=3.09 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 35937 0 0 0 305 4 0 0 25 0 1 0 657136619 124248064 25861 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 30334 25861 247 17 0 27507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121336

[startup+6.30036 s]
/proc/loadavg: 2.37 2.80 3.01 5/364 13160
/proc/meminfo: memFree=16742540/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=121336 CPUtime=6.29 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 35937 0 0 0 625 4 0 0 25 0 1 0 657136619 124248064 25861 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 30334 25861 247 17 0 27507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121336

[startup+12.7003 s]
/proc/loadavg: 2.58 2.84 3.02 5/369 13166
/proc/meminfo: memFree=16499508/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=121336 CPUtime=12.69 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 35937 0 0 0 1265 4 0 0 25 0 1 0 657136619 124248064 25861 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 30334 25861 247 17 0 27507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121336

[startup+25.501 s]
/proc/loadavg: 2.89 2.90 3.03 5/369 13167
/proc/meminfo: memFree=15920436/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=159816 CPUtime=25.49 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 44951 0 0 0 2544 5 0 0 25 0 1 0 657136619 163651584 34875 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 39954 34875 247 17 0 37127 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 159816

[startup+51.1004 s]
/proc/loadavg: 3.33 3.00 3.06 5/369 13167
/proc/meminfo: memFree=14291752/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=188728 CPUtime=51.09 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 51465 0 0 0 5103 6 0 0 25 0 1 0 657136619 193257472 41389 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 47182 41389 247 17 0 44355 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 188728

[startup+102.313 s]
/proc/loadavg: 3.75 3.17 3.12 5/369 13169
/proc/meminfo: memFree=14151980/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=411508 CPUtime=102.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 98442 0 0 0 10217 14 0 0 25 0 1 0 657136619 421384192 88366 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 102877 88366 247 17 0 100050 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 411508

[startup+162.301 s]
/proc/loadavg: 3.91 3.31 3.17 5/369 13170
/proc/meminfo: memFree=13716604/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=692064 CPUtime=162.29 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 159234 0 0 0 16206 23 0 0 25 0 1 0 657136619 708673536 149158 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224824 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 173016 149158 247 17 0 170189 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 692064

[startup+222.301 s]
/proc/loadavg: 3.96 3.44 3.22 5/369 13172
/proc/meminfo: memFree=13238804/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=1028084 CPUtime=222.29 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 226938 0 0 0 22197 32 0 0 25 0 1 0 657136619 1052758016 216862 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 257021 216862 247 17 0 254194 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1028084

[startup+282.301 s]
/proc/loadavg: 3.98 3.54 3.26 5/369 13174
/proc/meminfo: memFree=12861460/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=1275388 CPUtime=282.3 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 276482 0 0 0 28189 41 0 0 25 0 1 0 657136619 1305997312 266406 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 318847 266406 247 17 0 316020 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1275388

[startup+342.301 s]
/proc/loadavg: 3.99 3.62 3.31 5/369 13175
/proc/meminfo: memFree=12441716/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=1560312 CPUtime=342.3 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 334917 0 0 0 34181 49 0 0 25 0 1 0 657136619 1597759488 324841 33554432000 4194304 4263832 140736441045504 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 390078 324841 247 17 0 387251 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1560312

[startup+402.3 s]
/proc/loadavg: 3.99 3.68 3.35 5/369 13177
/proc/meminfo: memFree=12064372/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=1783744 CPUtime=402.3 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 380820 0 0 0 40175 55 0 0 25 0 1 0 657136619 1826553856 370744 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 445936 370744 247 17 0 443109 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1783744

[startup+462.301 s]
/proc/loadavg: 4.04 3.75 3.39 5/369 13178
/proc/meminfo: memFree=11734768/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=1935480 CPUtime=462.3 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 414115 0 0 0 46170 60 0 0 25 0 1 0 657136619 1981931520 404039 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224760 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 483870 404039 247 17 0 481043 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1935480

[startup+522.301 s]
/proc/loadavg: 4.01 3.80 3.43 5/369 13180
/proc/meminfo: memFree=11379608/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=2172644 CPUtime=522.3 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 462864 0 0 0 52162 68 0 0 25 0 1 0 657136619 2224787456 452788 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 543161 452788 247 17 0 540334 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2172644

[startup+582.3 s]
/proc/loadavg: 4.06 3.85 3.46 5/369 13182
/proc/meminfo: memFree=11014912/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=2334968 CPUtime=582.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 499028 0 0 0 58156 75 0 0 25 0 1 0 657136619 2391007232 488952 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 583742 488952 247 17 0 580915 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2334968

[startup+642.301 s]
/proc/loadavg: 4.12 3.90 3.50 5/369 13183
/proc/meminfo: memFree=10591692/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=2564312 CPUtime=642.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 553156 0 0 0 64150 81 0 0 25 0 1 0 657136619 2625855488 543080 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 641078 543080 247 17 0 638251 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2564312

[startup+702.3 s]
/proc/loadavg: 4.04 3.92 3.53 5/369 13185
/proc/meminfo: memFree=10205280/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=2788972 CPUtime=702.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 598341 0 0 0 70144 87 0 0 25 0 1 0 657136619 2855907328 588265 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 697243 588265 247 17 0 694416 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2788972

[startup+762.314 s]
/proc/loadavg: 4.01 3.93 3.56 5/369 13186
/proc/meminfo: memFree=9846276/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=2997852 CPUtime=762.32 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 638515 0 0 0 76141 91 0 0 25 0 1 0 657136619 3069800448 628439 33554432000 4194304 4263832 140736441045504 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 749463 628439 247 17 0 746636 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2997852

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.58 5/369 13188
/proc/meminfo: memFree=9594420/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=3162592 CPUtime=822.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 673027 0 0 0 82135 96 0 0 25 0 1 0 657136619 3238494208 662950 33554432000 4194304 4263832 140736441045504 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 790648 662950 247 17 0 787821 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3162592

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/369 13190
/proc/meminfo: memFree=9342924/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=3311828 CPUtime=882.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 705349 0 0 0 88130 101 0 0 25 0 1 0 657136619 3391311872 695272 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 827957 695272 247 17 0 825130 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3311828

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.63 5/369 13191
/proc/meminfo: memFree=9123548/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=3464052 CPUtime=942.31 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 734884 0 0 0 94126 105 0 0 25 0 1 0 657136619 3547189248 724807 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224824 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 866013 724807 248 17 0 863186 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3464052

[startup+1002.3 s]
/proc/loadavg: 4.06 3.97 3.65 5/369 13193
/proc/meminfo: memFree=8960844/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=3572080 CPUtime=1002.32 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 757993 0 0 0 100122 110 0 0 25 0 1 0 657136619 3657809920 747916 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205584 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 893020 747916 248 17 0 890193 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3572080

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.67 5/369 13194
/proc/meminfo: memFree=8686544/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=3772752 CPUtime=1062.32 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 795699 0 0 0 106117 115 0 0 25 0 1 0 657136619 3863298048 785622 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 943188 785622 248 17 0 940361 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3772752

[startup+1122.3 s]
/proc/loadavg: 4.16 4.01 3.70 5/369 13196
/proc/meminfo: memFree=8438024/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=3940776 CPUtime=1122.32 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 830186 0 0 0 112112 120 0 0 25 0 1 0 657136619 4035354624 820109 33554432000 4194304 4263832 140736441045504 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 985194 820109 248 17 0 982367 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3940776

[startup+1182.3 s]
/proc/loadavg: 4.16 4.03 3.73 5/369 13198
/proc/meminfo: memFree=8175628/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=4116224 CPUtime=1182.32 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 866644 0 0 0 118108 124 0 0 25 0 1 0 657136619 4215013376 856566 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 1029056 856566 248 17 0 1026229 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4116224

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.75 5/369 13199
/proc/meminfo: memFree=7997548/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=4267812 CPUtime=1242.32 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 898488 0 0 0 124103 129 0 0 25 0 1 0 657136619 4370239488 888410 33554432000 4194304 4263832 140736441045504 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 1066953 888410 248 17 0 1064126 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4267812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.76 5/370 13202
/proc/meminfo: memFree=9482428/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=4388544 CPUtime=1300.03 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4202496 924134 0 0 0 129871 132 0 0 25 0 1 0 657136619 4493869056 914056 33554432000 4194304 4263832 140736441045504 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13153/statm: 1097136 914056 248 17 0 1094309 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4388544

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300.11 s]
/proc/loadavg: 4.03 4.03 3.76 4/369 13203
/proc/meminfo: memFree=13177524/32951124 swapFree=67056804/67111528
[pid=13153] ppid=13151 vsize=0 CPUtime=1300.14 cores=4,6
/proc/13153/stat : 13153 (umsat) R 13151 13153 10833 0 -1 4203524 924134 0 0 0 129871 143 0 0 25 0 1 0 657136619 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13153/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.16
CPU time (s): 1300.19
CPU user time (s): 1298.72
CPU system time (s): 1.47578
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4388544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.72
system time used= 1.47578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 924134
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= 5
involuntary context switches= 736

runsolver used 4.69928 second user time and 10.6854 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 12:29:17
IDJOB=3379586
IDBENCH=82392
IDSOLVER=1861
FILE ID=node108/3379586-1305455356
RUNJOBID= node108-1305455356-13124
PBS_JOBID= 13324850
Free space on /tmp= 73528 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379586-1305455356/watcher-3379586-1305455356 -o /tmp/evaluation-result-3379586-1305455356/solver-3379586-1305455356 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379586-1305455356.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1971741595

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17231708 kB
Buffers:        304296 kB
Cached:        4966540 kB
SwapCached:       8700 kB
Active:       11212336 kB
Inactive:      4190284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17231708 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           33992 kB
Writeback:           0 kB
AnonPages:    10128748 kB
Mapped:          29816 kB
Slab:           211856 kB
PageTables:      40256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 67479204 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= 73308 MiB
End job on node108 at 2011-05-15 12:50:59