Trace number 3286293

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 A75UNSAT 816.067 816.047

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 benchmark143.969
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

816.01/816.03	c WARNING: for repeatability, setting FPU to use double precision
816.01/816.03	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286293-1303766878/watcher-3286293-1303766878 -o /tmp/evaluation-result-3286293-1303766878/solver-3286293-1303766878 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286293-1303766878.cnf 

running on 2 cores: 1,3

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: 4.07 3.83 3.23 4/189 21698
/proc/meminfo: memFree=11197124/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=23272 CPUtime=0 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 1466 0 0 0 0 0 0 0 23 0 1 0 488287613 23830528 1407 33554432000 4194304 4291949 140736886483440 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 5818 1409 227 24 0 2452 0

[startup+0.0962789 s]
/proc/loadavg: 4.07 3.83 3.23 4/189 21698
/proc/meminfo: memFree=11197124/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=34604 CPUtime=0.09 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 5353 0 0 0 8 1 0 0 23 0 1 0 488287613 35434496 4870 33554432000 4194304 4291949 140736886483440 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 8651 4877 228 24 0 5285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34604

[startup+0.100279 s]
/proc/loadavg: 4.07 3.83 3.23 4/189 21698
/proc/meminfo: memFree=11197124/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=35000 CPUtime=0.09 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 5517 0 0 0 8 1 0 0 23 0 1 0 488287613 35840000 5034 33554432000 4194304 4291949 140736886483440 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 8750 5034 228 24 0 5384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35000

[startup+0.300245 s]
/proc/loadavg: 4.07 3.83 3.23 4/189 21698
/proc/meminfo: memFree=11197124/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=43420 CPUtime=0.29 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 7686 0 0 0 28 1 0 0 25 0 1 0 488287613 44462080 6971 33554432000 4194304 4291949 140736886483440 18446744073709551615 4232002 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 10855 6971 234 24 0 7489 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43420

[startup+0.700175 s]
/proc/loadavg: 4.07 3.83 3.23 4/189 21698
/proc/meminfo: memFree=11197124/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=38248 CPUtime=0.69 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 8876 0 0 0 68 1 0 0 25 0 1 0 488287613 39165952 5878 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 9562 5878 253 24 0 6196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38248

[startup+1.50103 s]
/proc/loadavg: 4.06 3.84 3.23 5/190 21699
/proc/meminfo: memFree=11171580/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=40968 CPUtime=1.49 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 9148 0 0 0 148 1 0 0 25 0 1 0 488287613 41951232 6147 33554432000 4194304 4291949 140736886483440 18446744073709551615 4249307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 10242 6147 253 24 0 6876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40968

[startup+3.10075 s]
/proc/loadavg: 4.06 3.84 3.23 5/190 21699
/proc/meminfo: memFree=11165936/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=40968 CPUtime=3.09 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 9629 0 0 0 308 1 0 0 25 0 1 0 488287613 41951232 6624 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 10242 6624 253 24 0 6876 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40968

[startup+6.30019 s]
/proc/loadavg: 4.06 3.84 3.23 5/190 21699
/proc/meminfo: memFree=11152432/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=52568 CPUtime=6.29 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 10984 0 0 0 627 2 0 0 25 0 1 0 488287613 53829632 7969 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255971 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 13142 7969 253 24 0 9776 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52568

[startup+12.7011 s]
/proc/loadavg: 4.05 3.84 3.24 5/190 21699
/proc/meminfo: memFree=11119288/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=65192 CPUtime=12.7 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 13436 0 0 0 1267 3 0 0 25 0 1 0 488287613 66756608 10409 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 16298 10409 253 24 0 12932 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 65192

[startup+25.5008 s]
/proc/loadavg: 4.04 3.85 3.25 5/190 21699
/proc/meminfo: memFree=11048608/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=86388 CPUtime=25.49 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 17346 0 0 0 2545 4 0 0 25 0 1 0 488287613 88461312 14300 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 21597 14300 253 24 0 18231 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86388

[startup+51.1003 s]
/proc/loadavg: 4.10 3.87 3.27 5/185 21721
/proc/meminfo: memFree=11077412/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=120780 CPUtime=51.09 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 23292 0 0 0 5103 6 0 0 25 0 1 0 488287613 123678720 20196 33554432000 4194304 4291949 140736886483440 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 30195 20196 253 24 0 26829 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120780

[startup+102.307 s]
/proc/loadavg: 4.07 3.91 3.31 5/190 21729
/proc/meminfo: memFree=10540088/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=176968 CPUtime=102.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 34645 0 0 0 10218 12 0 0 25 0 1 0 488287613 181215232 31489 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 44242 31489 253 24 0 40876 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 176968

[startup+162.301 s]
/proc/loadavg: 4.02 3.92 3.36 5/190 21730
/proc/meminfo: memFree=10166484/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=182216 CPUtime=162.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 43125 0 0 0 16214 16 0 0 25 0 1 0 488287613 186589184 39918 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 45554 39918 253 24 0 42188 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 182216

[startup+222.301 s]
/proc/loadavg: 3.68 3.85 3.37 4/184 21749
/proc/meminfo: memFree=10416728/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=267716 CPUtime=222.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 54142 0 0 0 22210 20 0 0 25 0 1 0 488287613 274141184 50880 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 66929 50880 253 24 0 63563 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 267716

[startup+282.3 s]
/proc/loadavg: 3.25 3.69 3.34 4/184 21750
/proc/meminfo: memFree=10246576/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=273628 CPUtime=282.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 60813 0 0 0 28208 22 0 0 25 0 1 0 488287613 280195072 57510 33554432000 4194304 4291949 140736886483440 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 68407 57510 253 24 0 65041 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 273628

[startup+342.301 s]
/proc/loadavg: 3.09 3.57 3.32 4/184 21752
/proc/meminfo: memFree=10015908/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=276896 CPUtime=342.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 66333 0 0 0 34207 23 0 0 25 0 1 0 488287613 283541504 62993 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 69224 62993 253 24 0 65858 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 276896

[startup+402.3 s]
/proc/loadavg: 3.08 3.47 3.30 4/184 21754
/proc/meminfo: memFree=9801732/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=412532 CPUtime=402.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 70925 0 0 0 40204 26 0 0 25 0 1 0 488287613 422432768 67562 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 103133 67562 253 24 0 99767 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 412532

[startup+462.301 s]
/proc/loadavg: 3.03 3.39 3.28 4/184 21755
/proc/meminfo: memFree=9621284/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=415736 CPUtime=462.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 76258 0 0 0 46203 27 0 0 25 0 1 0 488287613 425713664 72870 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 103934 72870 253 24 0 100568 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 415736

[startup+522.301 s]
/proc/loadavg: 2.57 3.20 3.22 3/178 21775
/proc/meminfo: memFree=12498292/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=418592 CPUtime=522.31 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 79993 0 0 0 52202 29 0 0 25 0 1 0 488287613 428638208 76576 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 104648 76576 253 24 0 101282 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 418592

[startup+582.3 s]
/proc/loadavg: 2.21 2.98 3.14 3/178 21776
/proc/meminfo: memFree=12273944/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=422004 CPUtime=582.3 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 83236 0 0 0 58200 30 0 0 25 0 1 0 488287613 432132096 79798 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 105501 79798 253 24 0 102135 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 422004

[startup+642.301 s]
/proc/loadavg: 2.11 2.81 3.07 3/178 21778
/proc/meminfo: memFree=12179432/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=426644 CPUtime=642.32 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 86728 0 0 0 64200 32 0 0 25 0 1 0 488287613 436883456 83265 33554432000 4194304 4291949 140736886483440 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 106661 83265 253 24 0 103295 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 426644

[startup+702.3 s]
/proc/loadavg: 2.04 2.66 3.00 3/178 21780
/proc/meminfo: memFree=12313568/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=113120 CPUtime=702.31 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 95727 0 0 0 70196 35 0 0 25 0 1 0 488287613 115834880 23356 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 28280 23356 253 24 0 24914 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 113120

[startup+762.307 s]
/proc/loadavg: 2.01 2.54 2.94 3/178 21781
/proc/meminfo: memFree=12146384/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=162908 CPUtime=762.32 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 107993 0 0 0 76193 39 0 0 25 0 1 0 488287613 166817792 35514 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 40727 35514 253 24 0 37361 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 162908

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

[startup+767.901 s]
/proc/loadavg: 2.09 2.55 2.94 3/178 21781
/proc/meminfo: memFree=12134968/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=162908 CPUtime=767.91 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 108788 0 0 0 76752 39 0 0 25 0 1 0 488287613 166817792 36301 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 40727 36301 253 24 0 37361 0
Current children cumulated CPU time (s) 767.91
Current children cumulated vsize (KiB) 162908

[startup+793.501 s]
/proc/loadavg: 1.91 2.47 2.90 2/172 21800
/proc/meminfo: memFree=14907256/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=793.51 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 112151 0 0 0 79310 41 0 0 25 0 1 0 488287613 218107904 39635 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 39635 253 24 0 49883 0
Current children cumulated CPU time (s) 793.51
Current children cumulated vsize (KiB) 212996

[startup+806.306 s]
/proc/loadavg: 1.70 2.40 2.87 2/172 21800
/proc/meminfo: memFree=14900956/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=806.31 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 113747 0 0 0 80590 41 0 0 25 0 1 0 488287613 218107904 41214 33554432000 4194304 4291949 140736886483440 18446744073709551615 4256318 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 41214 253 24 0 49883 0
Current children cumulated CPU time (s) 806.31
Current children cumulated vsize (KiB) 212996

[startup+812.701 s]
/proc/loadavg: 1.65 2.37 2.86 2/172 21801
/proc/meminfo: memFree=14897980/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=812.71 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 114585 0 0 0 81229 42 0 0 25 0 1 0 488287613 218107904 42043 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 42043 253 24 0 49883 0
Current children cumulated CPU time (s) 812.71
Current children cumulated vsize (KiB) 212996

[startup+814.3 s]
/proc/loadavg: 1.65 2.37 2.86 2/172 21801
/proc/meminfo: memFree=14897236/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=814.31 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 114745 0 0 0 81389 42 0 0 25 0 1 0 488287613 218107904 42201 33554432000 4194304 4291949 140736886483440 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 42202 253 24 0 49883 0
Current children cumulated CPU time (s) 814.31
Current children cumulated vsize (KiB) 212996

[startup+815.106 s]
/proc/loadavg: 1.65 2.37 2.86 2/172 21801
/proc/meminfo: memFree=14896740/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=815.12 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 114822 0 0 0 81470 42 0 0 25 0 1 0 488287613 218107904 42278 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 42278 253 24 0 49883 0
Current children cumulated CPU time (s) 815.12
Current children cumulated vsize (KiB) 212996

[startup+815.5 s]
/proc/loadavg: 1.65 2.37 2.86 2/172 21801
/proc/meminfo: memFree=14896740/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=815.51 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 114861 0 0 0 81509 42 0 0 25 0 1 0 488287613 218107904 42317 33554432000 4194304 4291949 140736886483440 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 42317 253 24 0 49883 0
Current children cumulated CPU time (s) 815.51
Current children cumulated vsize (KiB) 212996

[startup+815.9 s]
/proc/loadavg: 1.65 2.37 2.86 2/172 21801
/proc/meminfo: memFree=14896740/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=815.91 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 114894 0 0 0 81549 42 0 0 25 0 1 0 488287613 218107904 42350 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 42350 253 24 0 49883 0
Current children cumulated CPU time (s) 815.91
Current children cumulated vsize (KiB) 212996

[startup+816 s]
/proc/loadavg: 1.65 2.37 2.86 2/172 21801
/proc/meminfo: memFree=14896740/32950928 swapFree=67111528/67111528
[pid=21698] ppid=21696 vsize=212996 CPUtime=816.01 cores=1,3
/proc/21698/stat : 21698 (RestartSAT) R 21696 21698 20116 0 -1 4202496 114903 0 0 0 81559 42 0 0 25 0 1 0 488287613 218107904 42358 33554432000 4194304 4291949 140736886483440 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/21698/statm: 53249 42358 253 24 0 49883 0
Current children cumulated CPU time (s) 816.01
Current children cumulated vsize (KiB) 212996

Child status: 20
Real time (s): 816.047
CPU time (s): 816.067
CPU user time (s): 815.634
CPU system time (s): 0.432934
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 445320

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

runsolver used 1.24081 second user time and 3.00254 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-25 23:27:58
IDJOB=3286293
IDBENCH=82422
IDSOLVER=1581
FILE ID=node123/3286293-1303766878
RUNJOBID= node123-1303766060-21420
PBS_JOBID= 13157133
Free space on /tmp= 72360 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286293-1303766878/watcher-3286293-1303766878 -o /tmp/evaluation-result-3286293-1303766878/solver-3286293-1303766878 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286293-1303766878.cnf

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1543308787

node123.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.838
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.67
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.838
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      11197280 kB
Buffers:       2167488 kB
Cached:       15430244 kB
SwapCached:          0 kB
Active:       12231160 kB
Inactive:      8972256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11197280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5140 kB
Writeback:           0 kB
AnonPages:     3604752 kB
Mapped:          15436 kB
Slab:           478148 kB
PageTables:      12380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4734324 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= 72692 MiB
End job on node123 at 2011-04-25 23:41:34