Trace number 3348666

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-02UNSAT 853.125 853.109

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

853.02/853.06	c WARNING: for repeatability, setting FPU to use double precision
853.02/853.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3348666-1304970926/watcher-3348666-1304970926 -o /tmp/evaluation-result-3348666-1304970926/solver-3348666-1304970926 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348666-1304970926.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.27 2.58 3.23 4/319 28529
/proc/meminfo: memFree=9576416/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=20332 CPUtime=0 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 849 0 0 0 0 0 0 0 21 0 1 0 341283984 20819968 792 33554432000 4194304 4254575 140736465147056 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 5083 792 213 15 0 1726 0

[startup+0.0376569 s]
/proc/loadavg: 1.27 2.58 3.23 4/319 28529
/proc/meminfo: memFree=9576416/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=22704 CPUtime=0.03 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 1381 0 0 0 3 0 0 0 21 0 1 0 341283984 23248896 1315 33554432000 4194304 4254575 140736465147056 18446744073709551615 4200616 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 5676 1315 213 15 0 2319 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22704

[startup+0.100653 s]
/proc/loadavg: 1.27 2.58 3.23 4/319 28529
/proc/meminfo: memFree=9576416/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=32380 CPUtime=0.09 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 4394 0 0 0 9 0 0 0 21 0 1 0 341283984 33157120 4135 33554432000 4194304 4254575 140736465147056 18446744073709551615 4232839 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 8095 4138 213 15 0 4738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32380

[startup+0.300602 s]
/proc/loadavg: 1.27 2.58 3.23 4/319 28529
/proc/meminfo: memFree=9576416/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=80720 CPUtime=0.29 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 16350 0 0 0 26 3 0 0 22 0 1 0 341283984 82657280 15175 33554432000 4194304 4254575 140736465147056 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 20180 15176 213 15 0 16823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80720

[startup+0.918478 s]
/proc/loadavg: 1.27 2.58 3.23 4/319 28529
/proc/meminfo: memFree=9576416/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=110984 CPUtime=0.91 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 23535 0 0 0 87 4 0 0 25 0 1 0 341283984 113647616 21666 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 27746 21666 222 15 0 24389 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 110984

[startup+1.50038 s]
/proc/loadavg: 1.27 2.58 3.23 5/323 28536
/proc/meminfo: memFree=9253712/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=111644 CPUtime=1.5 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 23815 0 0 0 146 4 0 0 25 0 1 0 341283984 114323456 21946 33554432000 4194304 4254575 140736465147056 18446744073709551615 4217139 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 27911 21946 232 15 0 24554 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 111644

[startup+3.10112 s]
/proc/loadavg: 1.27 2.58 3.23 5/323 28536
/proc/meminfo: memFree=9171320/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=114044 CPUtime=3.09 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 25145 0 0 0 305 4 0 0 25 0 1 0 341283984 116781056 23275 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 28511 23275 232 15 0 25154 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114044

[startup+6.30053 s]
/proc/loadavg: 1.49 2.61 3.23 5/329 28548
/proc/meminfo: memFree=8535072/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=114044 CPUtime=6.29 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 25998 0 0 0 625 4 0 0 25 0 1 0 341283984 116781056 24127 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 28511 24127 232 15 0 25154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114044

[startup+12.7004 s]
/proc/loadavg: 1.77 2.65 3.24 5/329 28548
/proc/meminfo: memFree=8274576/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=133928 CPUtime=12.69 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 27652 0 0 0 1265 4 0 0 25 0 1 0 341283984 137142272 25779 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216400 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 33482 25779 232 15 0 30125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133928

[startup+25.5012 s]
/proc/loadavg: 2.26 2.71 3.26 5/329 28552
/proc/meminfo: memFree=8189340/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=165956 CPUtime=25.49 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 34223 0 0 0 2544 5 0 0 25 0 1 0 341283984 169938944 32346 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 41489 32346 232 15 0 38132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 165956

[startup+51.1116 s]
/proc/loadavg: 2.85 2.81 3.27 5/329 28552
/proc/meminfo: memFree=8021768/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=216044 CPUtime=51.11 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 40579 0 0 0 5104 7 0 0 25 0 1 0 341283984 221229056 38701 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 54011 38701 232 15 0 50654 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 216044

[startup+102.301 s]
/proc/loadavg: 3.50 2.99 3.31 5/329 28554
/proc/meminfo: memFree=7686640/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=299248 CPUtime=102.3 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 57872 0 0 0 10220 10 0 0 25 0 1 0 341283984 306429952 55987 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209340 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 74812 55987 232 15 0 71455 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 299248

[startup+162.301 s]
/proc/loadavg: 3.81 3.17 3.35 5/329 28555
/proc/meminfo: memFree=7249496/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=431876 CPUtime=162.3 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 80454 0 0 0 16218 12 0 0 25 0 1 0 341283984 442241024 78560 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 107969 78560 232 15 0 104612 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 431876

[startup+222.3 s]
/proc/loadavg: 3.93 3.32 3.39 5/329 28557
/proc/meminfo: memFree=6849340/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=433152 CPUtime=222.29 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 101013 0 0 0 22214 15 0 0 25 0 1 0 341283984 443547648 99108 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209492 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 108288 99108 232 15 0 104931 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 433152

[startup+282.301 s]
/proc/loadavg: 3.97 3.44 3.42 5/329 28559
/proc/meminfo: memFree=6447700/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=649056 CPUtime=282.3 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 121390 0 0 0 28212 18 0 0 25 0 1 0 341283984 664633344 119480 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209160 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 162264 119480 232 15 0 158907 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 649056

[startup+342.3 s]
/proc/loadavg: 4.05 3.56 3.46 5/329 28569
/proc/meminfo: memFree=6053880/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=649960 CPUtime=342.29 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 142322 0 0 0 34209 20 0 0 25 0 1 0 341283984 665559040 140409 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 162490 140409 232 15 0 159133 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 649960

[startup+402.301 s]
/proc/loadavg: 4.08 3.65 3.50 5/329 28571
/proc/meminfo: memFree=5704380/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=650140 CPUtime=402.3 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 154537 0 0 0 40208 22 0 0 25 0 1 0 341283984 665743360 152620 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 162535 152620 232 15 0 159178 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 650140

[startup+462.3 s]
/proc/loadavg: 4.03 3.71 3.53 5/329 28572
/proc/meminfo: memFree=5350596/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1000152 CPUtime=462.29 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 163566 0 0 0 46207 22 0 0 25 0 1 0 341283984 1024155648 161645 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 250038 161645 232 15 0 246681 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1000152

[startup+522.301 s]
/proc/loadavg: 4.07 3.79 3.56 5/329 28574
/proc/meminfo: memFree=4989760/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1000492 CPUtime=522.3 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 179929 0 0 0 52204 26 0 0 25 0 1 0 341283984 1024503808 178007 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 250123 178007 232 15 0 246766 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1000492

[startup+582.301 s]
/proc/loadavg: 4.02 3.83 3.59 5/329 28576
/proc/meminfo: memFree=4592836/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1001824 CPUtime=582.31 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 196990 0 0 0 58202 29 0 0 25 0 1 0 341283984 1025867776 195064 33554432000 4194304 4254575 140736465147056 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 250456 195064 232 15 0 247099 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1001824

[startup+642.3 s]
/proc/loadavg: 4.01 3.85 3.61 5/329 28577
/proc/meminfo: memFree=4219200/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1002716 CPUtime=642.3 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 217695 0 0 0 64197 33 0 0 25 0 1 0 341283984 1026781184 215759 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 250679 215759 232 15 0 247322 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1002716

[startup+702.312 s]
/proc/loadavg: 4.00 3.88 3.63 5/329 28579
/proc/meminfo: memFree=3874584/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1003956 CPUtime=702.31 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 239111 0 0 0 70195 36 0 0 25 0 1 0 341283984 1028050944 237168 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 250989 237168 232 15 0 247632 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1003956

[startup+762.3 s]
/proc/loadavg: 4.00 3.90 3.65 5/329 28580
/proc/meminfo: memFree=3569156/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1571484 CPUtime=762.31 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 249163 0 0 0 76192 39 0 0 25 0 1 0 341283984 1609199616 247212 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 392871 247212 232 15 0 389514 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1571484

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.67 5/329 28582
/proc/meminfo: memFree=3193536/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1571484 CPUtime=822.31 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 267066 0 0 0 82189 42 0 0 25 0 1 0 341283984 1609199616 265111 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 392871 265111 232 15 0 389514 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1571484

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

[startup+832.401 s]
/proc/loadavg: 4.00 3.92 3.67 5/329 28582
/proc/meminfo: memFree=3127316/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=832.41 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 270862 0 0 0 83199 42 0 0 25 0 1 0 341283984 1610924032 268906 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 268906 232 15 0 389935 0
Current children cumulated CPU time (s) 832.41
Current children cumulated vsize (KiB) 1573168

[startup+845.201 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3048576/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=845.22 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 274320 0 0 0 84479 43 0 0 25 0 1 0 341283984 1610924032 272364 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 272364 232 15 0 389935 0
Current children cumulated CPU time (s) 845.22
Current children cumulated vsize (KiB) 1573168

[startup+848.401 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3038036/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=848.41 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 275026 0 0 0 84798 43 0 0 25 0 1 0 341283984 1610924032 273070 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209517 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 273070 232 15 0 389935 0
Current children cumulated CPU time (s) 848.41
Current children cumulated vsize (KiB) 1573168

[startup+851.601 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3024644/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=851.61 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 275551 0 0 0 85118 43 0 0 25 0 1 0 341283984 1610924032 273592 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 273592 232 15 0 389935 0
Current children cumulated CPU time (s) 851.61
Current children cumulated vsize (KiB) 1573168

[startup+852.4 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3020924/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=852.41 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 275764 0 0 0 85198 43 0 0 25 0 1 0 341283984 1610924032 273804 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 273804 232 15 0 389935 0
Current children cumulated CPU time (s) 852.41
Current children cumulated vsize (KiB) 1573168

[startup+852.8 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3020924/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=852.81 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 275833 0 0 0 85238 43 0 0 25 0 1 0 341283984 1610924032 273873 33554432000 4194304 4254575 140736465147056 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 273873 232 15 0 389935 0
Current children cumulated CPU time (s) 852.81
Current children cumulated vsize (KiB) 1573168

[startup+853.012 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3016708/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=1573168 CPUtime=853.02 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202496 275853 0 0 0 85259 43 0 0 25 0 1 0 341283984 1610924032 273893 33554432000 4194304 4254575 140736465147056 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28529/statm: 393292 273893 232 15 0 389935 0
Current children cumulated CPU time (s) 853.02
Current children cumulated vsize (KiB) 1573168

[startup+853.101 s]
/proc/loadavg: 4.00 3.92 3.68 5/329 28583
/proc/meminfo: memFree=3016708/32951124 swapFree=46575196/67111528
[pid=28529] ppid=28527 vsize=0 CPUtime=853.11 cores=4,6
/proc/28529/stat : 28529 (cir_minisat) R 28527 28529 27995 0 -1 4202500 275860 0 0 0 85265 46 0 0 25 0 1 0 341283984 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/28529/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 853.11
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 853.109
CPU time (s): 853.125
CPU user time (s): 852.65
CPU system time (s): 0.474927
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1573168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.65
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275860
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= 506

runsolver used 2.69359 second user time and 5.84111 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:55:27
IDJOB=3348666
IDBENCH=82403
IDSOLVER=1810
FILE ID=node107/3348666-1304970926
RUNJOBID= node107-1304970926-28506
PBS_JOBID= 13285643
Free space on /tmp= 41176 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348666-1304970926/watcher-3348666-1304970926 -o /tmp/evaluation-result-3348666-1304970926/solver-3348666-1304970926 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348666-1304970926.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1157598002

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:       9576696 kB
Buffers:        237372 kB
Cached:       18198652 kB
SwapCached:       9560 kB
Active:        6211588 kB
Inactive:     16518208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9576696 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:          157492 kB
Writeback:           0 kB
AnonPages:     4291224 kB
Mapped:          18684 kB
Slab:           512936 kB
PageTables:      69324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64925116 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= 40896 MiB
End job on node107 at 2011-05-09 22:09:40