Trace number 3419921

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
RestartSAT B95UNSAT 771.185 771.173

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

771.12/771.16	c WARNING: for repeatability, setting FPU to use double precision
771.12/771.16	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-3419921-1306582405/watcher-3419921-1306582405 -o /tmp/evaluation-result-3419921-1306582405/solver-3419921-1306582405 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419921-1306582405.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.07 1.94 3/572 12469
/proc/meminfo: memFree=24052012/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=25604 CPUtime=0 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 1920 0 0 0 0 0 0 0 25 0 1 0 769839302 26218496 1812 33554432000 4194304 4291949 140736917558080 18446744073709551615 268272350241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 6401 1813 227 24 0 3035 0

[startup+0.032478 s]
/proc/loadavg: 2.04 2.07 1.94 3/572 12469
/proc/meminfo: memFree=24052012/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=28020 CPUtime=0.02 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 2766 0 0 0 2 0 0 0 25 0 1 0 769839302 28692480 2597 33554432000 4194304 4291949 140736917558080 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 7005 2597 227 24 0 3639 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28020

[startup+0.100467 s]
/proc/loadavg: 2.04 2.07 1.94 3/572 12469
/proc/meminfo: memFree=24052012/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=35800 CPUtime=0.08 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 6008 0 0 0 8 0 0 0 25 0 1 0 769839302 36659200 5323 33554432000 4194304 4291949 140736917558080 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 8950 5324 228 24 0 5584 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35800

[startup+0.300435 s]
/proc/loadavg: 2.04 2.07 1.94 3/572 12469
/proc/meminfo: memFree=24052012/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=43420 CPUtime=0.29 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 7687 0 0 0 28 1 0 0 25 0 1 0 769839302 44462080 6973 33554432000 4194304 4291949 140736917558080 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 10855 6973 234 24 0 7489 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43420

[startup+0.700361 s]
/proc/loadavg: 2.04 2.07 1.94 3/572 12469
/proc/meminfo: memFree=24052012/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=38248 CPUtime=0.69 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 8911 0 0 0 68 1 0 0 25 0 1 0 769839302 39165952 5915 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 9562 5915 253 24 0 6196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38248

[startup+1.50016 s]
/proc/loadavg: 2.04 2.07 1.94 3/573 12470
/proc/meminfo: memFree=24027712/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=40968 CPUtime=1.49 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 9219 0 0 0 148 1 0 0 25 0 1 0 769839302 41951232 6219 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 10242 6219 253 24 0 6876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40968

[startup+3.10087 s]
/proc/loadavg: 2.04 2.07 1.94 3/573 12470
/proc/meminfo: memFree=24023124/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=45388 CPUtime=3.09 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 10187 0 0 0 308 1 0 0 25 0 1 0 769839302 46477312 7180 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 11347 7180 253 24 0 7981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45388

[startup+6.3003 s]
/proc/loadavg: 2.04 2.07 1.94 3/573 12470
/proc/meminfo: memFree=24012984/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=52568 CPUtime=6.29 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 12228 0 0 0 627 2 0 0 25 0 1 0 769839302 53829632 9212 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 13142 9212 253 24 0 9776 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52568

[startup+12.7002 s]
/proc/loadavg: 2.04 2.07 1.94 3/573 12470
/proc/meminfo: memFree=23986504/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=66688 CPUtime=12.69 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 15982 0 0 0 1266 3 0 0 25 0 1 0 769839302 68288512 12949 33554432000 4194304 4291949 140736917558080 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 16672 12949 253 24 0 13306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66688

[startup+25.5009 s]
/proc/loadavg: 2.03 2.06 1.94 3/573 12471
/proc/meminfo: memFree=23955984/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=90068 CPUtime=25.49 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 21847 0 0 0 2544 5 0 0 25 0 1 0 769839302 92229632 18779 33554432000 4194304 4291949 140736917558080 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 22517 18779 253 24 0 19151 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90068

[startup+51.1003 s]
/proc/loadavg: 2.02 2.06 1.94 3/573 12471
/proc/meminfo: memFree=23894448/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=176692 CPUtime=51.08 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 31929 0 0 0 5101 7 0 0 25 0 1 0 769839302 180932608 28802 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 44173 28802 253 24 0 40807 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 176692

[startup+102.322 s]
/proc/loadavg: 2.01 2.05 1.94 3/573 12473
/proc/meminfo: memFree=23807872/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=185616 CPUtime=102.31 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 42516 0 0 0 10220 11 0 0 25 0 1 0 769839302 190070784 39314 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 46404 39314 253 24 0 43038 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 185616

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/573 12528
/proc/meminfo: memFree=23756816/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=275140 CPUtime=162.29 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 52672 0 0 0 16214 15 0 0 25 0 1 0 769839302 281743360 49389 33554432000 4194304 4291949 140736917558080 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 68785 49389 253 24 0 65419 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 275140

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 1.94 3/573 12557
/proc/meminfo: memFree=24058472/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=283156 CPUtime=222.29 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 59180 0 0 0 22212 17 0 0 25 0 1 0 769839302 289951744 55837 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 70789 55837 253 24 0 67423 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 283156

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 1.95 3/573 12559
/proc/meminfo: memFree=24035672/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=286892 CPUtime=282.3 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 63982 0 0 0 28210 20 0 0 25 0 1 0 769839302 293777408 60605 33554432000 4194304 4291949 140736917558080 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 71723 60605 253 24 0 68357 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 286892

[startup+342.3 s]
/proc/loadavg: 2.14 2.06 1.96 3/573 12560
/proc/meminfo: memFree=23943124/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=294964 CPUtime=342.29 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 69344 0 0 0 34208 21 0 0 25 0 1 0 769839302 302043136 65934 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 73741 65934 253 24 0 70375 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 294964

[startup+402.301 s]
/proc/loadavg: 2.11 2.06 1.96 3/573 12562
/proc/meminfo: memFree=23931668/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=432028 CPUtime=402.3 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 74138 0 0 0 40206 24 0 0 25 0 1 0 769839302 442396672 70687 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 108007 70687 253 24 0 104641 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 432028

[startup+462.301 s]
/proc/loadavg: 2.04 2.05 1.96 3/573 12563
/proc/meminfo: memFree=24150840/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=106828 CPUtime=462.3 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 82419 0 0 0 46203 27 0 0 25 0 1 0 769839302 109391872 22483 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 26707 22483 253 24 0 23341 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 106828

[startup+522.3 s]
/proc/loadavg: 2.01 2.04 1.96 3/573 12565
/proc/meminfo: memFree=24034472/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=218380 CPUtime=522.29 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 98867 0 0 0 52198 31 0 0 25 0 1 0 769839302 223621120 38787 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 54595 38787 253 24 0 51229 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 218380

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 1.96 3/573 12567
/proc/meminfo: memFree=24029700/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=219872 CPUtime=582.3 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 106516 0 0 0 58196 34 0 0 25 0 1 0 769839302 225148928 46350 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 54968 46350 253 24 0 51602 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 219872

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 1.96 3/573 12568
/proc/meminfo: memFree=23960964/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=303820 CPUtime=642.31 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 113160 0 0 0 64194 37 0 0 25 0 1 0 769839302 311111680 52909 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 75955 52909 253 24 0 72589 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 303820

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 1.96 3/573 12570
/proc/meminfo: memFree=23981380/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=312780 CPUtime=702.31 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 120034 0 0 0 70190 41 0 0 25 0 1 0 769839302 320286720 59710 33554432000 4194304 4291949 140736917558080 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 78195 59710 253 24 0 74829 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 312780

[startup+762.322 s]
/proc/loadavg: 2.13 2.04 1.97 3/573 12571
/proc/meminfo: memFree=23917732/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=321180 CPUtime=762.32 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 125865 0 0 0 76189 43 0 0 25 0 1 0 769839302 328888320 65479 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 80295 65479 253 24 0 76929 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 321180

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

[startup+767.901 s]
/proc/loadavg: 2.12 2.04 1.97 3/573 12571
/proc/meminfo: memFree=24001676/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=321180 CPUtime=767.9 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 126142 0 0 0 76747 43 0 0 25 0 1 0 769839302 328888320 65753 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 80295 65753 253 24 0 76929 0
Current children cumulated CPU time (s) 767.9
Current children cumulated vsize (KiB) 321180

[startup+769.5 s]
/proc/loadavg: 2.11 2.04 1.97 3/573 12571
/proc/meminfo: memFree=24000312/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=321180 CPUtime=769.5 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 126197 0 0 0 76907 43 0 0 25 0 1 0 769839302 328888320 65807 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 80295 65807 253 24 0 76929 0
Current children cumulated CPU time (s) 769.5
Current children cumulated vsize (KiB) 321180

[startup+770.301 s]
/proc/loadavg: 2.11 2.04 1.97 3/573 12572
/proc/meminfo: memFree=23998204/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=321180 CPUtime=770.3 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 126244 0 0 0 76987 43 0 0 25 0 1 0 769839302 328888320 65853 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 80295 65853 253 24 0 76929 0
Current children cumulated CPU time (s) 770.3
Current children cumulated vsize (KiB) 321180

[startup+770.701 s]
/proc/loadavg: 2.11 2.04 1.97 3/573 12572
/proc/meminfo: memFree=23998204/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=321180 CPUtime=770.7 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 126255 0 0 0 77027 43 0 0 25 0 1 0 769839302 328888320 65864 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 80295 65864 253 24 0 76929 0
Current children cumulated CPU time (s) 770.7
Current children cumulated vsize (KiB) 321180

[startup+771.122 s]
/proc/loadavg: 2.11 2.04 1.97 3/573 12572
/proc/meminfo: memFree=23996840/32950928 swapFree=49808508/67111528
[pid=12469] ppid=12467 vsize=321180 CPUtime=771.12 cores=1,3,5,7
/proc/12469/stat : 12469 (RestartSAT) R 12467 12469 12123 0 -1 4202496 126261 0 0 0 77069 43 0 0 25 0 1 0 769839302 328888320 65870 33554432000 4194304 4291949 140736917558080 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12469/statm: 80295 65870 253 24 0 76929 0
Current children cumulated CPU time (s) 771.12
Current children cumulated vsize (KiB) 321180

Child status: 20
Real time (s): 771.173
CPU time (s): 771.185
CPU user time (s): 770.738
CPU system time (s): 0.446932
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 450704

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

runsolver used 4.17037 second user time and 10.5544 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-28 13:33:25
IDJOB=3419921
IDBENCH=82422
IDSOLVER=1911
FILE ID=node122/3419921-1306582405
RUNJOBID= node122-1306579394-12142
PBS_JOBID= 13471558
Free space on /tmp= 73464 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419921-1306582405/watcher-3419921-1306582405 -o /tmp/evaluation-result-3419921-1306582405/solver-3419921-1306582405 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419921-1306582405.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=13624901

node122.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	: 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.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.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.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.83
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.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.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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24052044 kB
Buffers:        179380 kB
Cached:        2214012 kB
SwapCached:      60748 kB
Active:         769512 kB
Inactive:      7869652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24052044 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            4904 kB
Writeback:          16 kB
AnonPages:     6199156 kB
Mapped:          11856 kB
Slab:            96084 kB
PageTables:      93332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 181141548 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= 73476 MiB
End job on node122 at 2011-05-28 13:46:16