Trace number 3348736

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.13 1300.1

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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

running on 2 cores: 5,7

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: 0.95 1.85 2.66 5/352 20954
/proc/meminfo: memFree=28784808/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=20748 CPUtime=0 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 1021 0 0 0 0 0 0 0 18 0 1 0 608682282 21245952 952 33554432000 4194304 4254575 140733513875856 18446744073709551615 216634515200 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 5187 953 213 15 0 1830 0

[startup+0.0812219 s]
/proc/loadavg: 0.95 1.85 2.66 5/352 20954
/proc/meminfo: memFree=28784808/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=34140 CPUtime=0.06 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 5014 0 0 0 6 0 0 0 18 0 1 0 608682282 34959360 4716 33554432000 4194304 4254575 140733513875856 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 8535 4718 213 15 0 5178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34140

[startup+0.100217 s]
/proc/loadavg: 0.95 1.85 2.66 5/352 20954
/proc/meminfo: memFree=28784808/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=36600 CPUtime=0.08 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 5560 0 0 0 8 0 0 0 18 0 1 0 608682282 37478400 5170 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 9150 5170 222 15 0 5793 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36600

[startup+0.300178 s]
/proc/loadavg: 0.95 1.85 2.66 5/352 20954
/proc/meminfo: memFree=28784808/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=36732 CPUtime=0.28 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 5680 0 0 0 28 0 0 0 18 0 1 0 608682282 37613568 5290 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209260 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 9183 5290 232 15 0 5826 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36732

[startup+0.701109 s]
/proc/loadavg: 0.95 1.85 2.66 5/352 20954
/proc/meminfo: memFree=28784808/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=39824 CPUtime=0.69 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 6009 0 0 0 68 1 0 0 18 0 1 0 608682282 40779776 5525 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 9956 5525 232 15 0 6599 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39824

[startup+1.50096 s]
/proc/loadavg: 0.95 1.85 2.66 6/359 20962
/proc/meminfo: memFree=28645188/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=40156 CPUtime=1.49 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 6622 0 0 0 148 1 0 0 20 0 1 0 608682282 41119744 6137 33554432000 4194304 4254575 140733513875856 18446744073709551615 4216435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 10039 6137 232 15 0 6682 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40156

[startup+3.10069 s]
/proc/loadavg: 0.95 1.85 2.66 6/359 20962
/proc/meminfo: memFree=28593316/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=44772 CPUtime=3.09 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 7510 0 0 0 308 1 0 0 25 0 1 0 608682282 45846528 7022 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 11193 7022 233 15 0 7836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44772

[startup+6.30012 s]
/proc/loadavg: 1.19 1.88 2.66 6/362 20968
/proc/meminfo: memFree=28384236/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=52712 CPUtime=6.29 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 9252 0 0 0 628 1 0 0 25 0 1 0 608682282 53977088 8760 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 13178 8760 233 15 0 9821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52712

[startup+12.701 s]
/proc/loadavg: 1.42 1.92 2.67 6/362 20968
/proc/meminfo: memFree=28004848/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=64868 CPUtime=12.69 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 11936 0 0 0 1268 1 0 0 25 0 1 0 608682282 66424832 11442 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 16217 11442 233 15 0 12860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64868

[startup+25.5007 s]
/proc/loadavg: 1.99 2.02 2.69 6/362 20968
/proc/meminfo: memFree=27942872/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=83968 CPUtime=25.49 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 15665 0 0 0 2547 2 0 0 25 0 1 0 608682282 85983232 15167 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 20992 15167 233 15 0 17635 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83968

[startup+51.1002 s]
/proc/loadavg: 2.67 2.18 2.72 6/362 20969
/proc/meminfo: memFree=27802112/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=116584 CPUtime=51.09 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 24930 0 0 0 5106 3 0 0 25 0 1 0 608682282 119382016 24420 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209282 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 29146 24420 233 15 0 25789 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116584

[startup+102.313 s]
/proc/loadavg: 3.50 2.47 2.79 6/362 20970
/proc/meminfo: memFree=27484836/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=251252 CPUtime=102.31 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 47205 0 0 0 10224 7 0 0 25 0 1 0 608682282 257282048 46664 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 62813 46664 233 15 0 59456 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 251252

[startup+162.301 s]
/proc/loadavg: 3.81 2.75 2.87 6/362 20972
/proc/meminfo: memFree=27133424/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=384832 CPUtime=162.29 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 67460 0 0 0 16219 10 0 0 25 0 1 0 608682282 394067968 66906 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209517 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 96208 66906 233 15 0 92851 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 384832

[startup+222.301 s]
/proc/loadavg: 3.93 2.97 2.93 6/362 20973
/proc/meminfo: memFree=26808616/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=603220 CPUtime=222.29 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 95864 0 0 0 22214 15 0 0 25 0 1 0 608682282 617697280 95266 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 150805 95266 233 15 0 147448 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 603220

[startup+282.3 s]
/proc/loadavg: 4.07 3.19 3.01 6/362 20975
/proc/meminfo: memFree=26490736/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=605400 CPUtime=282.29 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 124462 0 0 0 28210 19 0 0 25 0 1 0 608682282 619929600 123847 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 151350 123847 233 15 0 147993 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 605400

[startup+342.301 s]
/proc/loadavg: 4.02 3.33 3.07 6/362 20977
/proc/meminfo: memFree=26145440/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=607376 CPUtime=342.29 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 146939 0 0 0 34206 23 0 0 25 0 1 0 608682282 621953024 146305 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 151844 146305 233 15 0 148487 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 607376

[startup+402.3 s]
/proc/loadavg: 4.01 3.45 3.12 6/362 20978
/proc/meminfo: memFree=25791764/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=958684 CPUtime=402.3 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 166985 0 0 0 40204 26 0 0 25 0 1 0 608682282 981692416 166325 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 239671 166325 233 15 0 236314 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 958684

[startup+462.301 s]
/proc/loadavg: 4.04 3.56 3.18 6/362 20980
/proc/meminfo: memFree=25439440/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=959828 CPUtime=462.3 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 184199 0 0 0 46200 30 0 0 25 0 1 0 608682282 982863872 183526 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 239957 183526 233 15 0 236600 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 959828

[startup+522.301 s]
/proc/loadavg: 4.01 3.64 3.23 6/362 20990
/proc/meminfo: memFree=25056060/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=960892 CPUtime=522.3 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 215202 0 0 0 52195 35 0 0 25 0 1 0 608682282 983953408 214508 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 240223 214508 233 15 0 236866 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 960892

[startup+582.3 s]
/proc/loadavg: 4.00 3.70 3.28 6/362 20992
/proc/meminfo: memFree=24756788/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=1529552 CPUtime=582.3 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 240822 0 0 0 58191 39 0 0 25 0 1 0 608682282 1566261248 240111 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 382388 240111 233 15 0 379031 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1529552

[startup+642.301 s]
/proc/loadavg: 4.00 3.75 3.32 6/362 20997
/proc/meminfo: memFree=24411968/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=1532540 CPUtime=642.32 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 261542 0 0 0 64191 41 0 0 25 0 1 0 608682282 1569320960 260807 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 383135 260807 233 15 0 379778 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1532540

[startup+702.3 s]
/proc/loadavg: 4.04 3.81 3.36 6/362 20998
/proc/meminfo: memFree=24034408/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=1534120 CPUtime=702.3 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 289591 0 0 0 70185 45 0 0 25 0 1 0 608682282 1570938880 288830 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 383530 288830 233 15 0 380173 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1534120

[startup+762.314 s]
/proc/loadavg: 4.01 3.84 3.40 6/362 21000
/proc/meminfo: memFree=23687636/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=1537096 CPUtime=762.33 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 314437 0 0 0 76183 50 0 0 25 0 1 0 608682282 1573986304 313657 33554432000 4194304 4254575 140733513875856 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 384274 313657 233 15 0 380917 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1537096

[startup+822.301 s]
/proc/loadavg: 4.14 3.90 3.44 6/362 21001
/proc/meminfo: memFree=23419000/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=1538608 CPUtime=822.31 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 338443 0 0 0 82179 52 0 0 25 0 1 0 608682282 1575534592 337639 33554432000 4194304 4254575 140733513875856 18446744073709551615 4222781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 384652 337639 233 15 0 381295 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1538608

[startup+882.3 s]
/proc/loadavg: 4.05 3.92 3.48 6/362 21003
/proc/meminfo: memFree=23162644/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=1539296 CPUtime=882.31 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 366765 0 0 0 88174 57 0 0 25 0 1 0 608682282 1576239104 365949 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 384824 365949 233 15 0 381467 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1539296

[startup+942.301 s]
/proc/loadavg: 4.02 3.93 3.51 6/362 21005
/proc/meminfo: memFree=22842152/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2464268 CPUtime=942.31 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 397850 0 0 0 94170 61 0 0 25 0 1 0 608682282 2523410432 397021 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 616067 397021 233 15 0 612710 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2464268

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 3.54 6/362 21006
/proc/meminfo: memFree=22498376/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2465948 CPUtime=1002.31 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 419101 0 0 0 100167 64 0 0 25 0 1 0 608682282 2525130752 418257 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 616487 418257 233 15 0 613130 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2465948

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.56 6/362 21008
/proc/meminfo: memFree=22206184/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2466716 CPUtime=1062.31 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 438635 0 0 0 106163 68 0 0 25 0 1 0 608682282 2525917184 437768 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209332 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 616679 437768 233 15 0 613322 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2466716

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.59 6/362 21009
/proc/meminfo: memFree=21841328/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2468304 CPUtime=1122.32 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 462664 0 0 0 112160 72 0 0 25 0 1 0 608682282 2527543296 461778 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 617076 461778 233 15 0 613719 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2468304

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.61 6/362 21011
/proc/meminfo: memFree=21485648/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2470612 CPUtime=1182.32 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 487668 0 0 0 118156 76 0 0 25 0 1 0 608682282 2529906688 486769 33554432000 4194304 4254575 140733513875856 18446744073709551615 4209227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 617653 486769 233 15 0 614296 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2470612

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.64 6/362 21013
/proc/meminfo: memFree=21173240/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2471380 CPUtime=1242.32 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 514754 0 0 0 124151 81 0 0 25 0 1 0 608682282 2530693120 513818 33554432000 4194304 4254575 140733513875856 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 617845 513818 233 15 0 614488 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2471380



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.66 6/362 21014
/proc/meminfo: memFree=20820800/32951124 swapFree=53501176/67111528
[pid=20953] ppid=20949 vsize=2472236 CPUtime=1300.03 cores=5,7
/proc/20953/stat : 20953 (cir_minisat) R 20949 20953 20502 0 -1 4202496 538719 0 0 0 129918 85 0 0 25 0 1 0 608682282 2531569664 537764 33554432000 4194304 4254575 140733513875856 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20953/statm: 618059 537764 233 15 0 614702 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2472236

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.1
CPU time (s): 1300.13
CPU user time (s): 1299.19
CPU system time (s): 0.942856
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2472236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.19
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 538719
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= 40
involuntary context switches= 13659

runsolver used 4.67929 second user time and 10.2084 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-09 21:53:17
IDJOB=3348736
IDBENCH=82390
IDSOLVER=1810
FILE ID=node103/3348736-1304970796
RUNJOBID= node103-1304970796-20928
PBS_JOBID= 13285647
Free space on /tmp= 48816 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348736-1304970796/watcher-3348736-1304970796 -o /tmp/evaluation-result-3348736-1304970796/solver-3348736-1304970796 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348736-1304970796.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=957615947

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      28785492 kB
Buffers:        188264 kB
Cached:        1471252 kB
SwapCached:     339736 kB
Active:         679236 kB
Inactive:      3248700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28785492 kB
SwapTotal:    67111528 kB
SwapFree:     53501176 kB
Dirty:           51676 kB
Writeback:           0 kB
AnonPages:     1939680 kB
Mapped:          10144 kB
Slab:           119568 kB
PageTables:      53720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78293796 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= 48664 MiB
End job on node103 at 2011-05-09 22:14:59