Trace number 3286707

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 888 887.969

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

887.92/887.96	c WARNING: for repeatability, setting FPU to use double precision
887.92/887.96	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-3286707-1303767578/watcher-3286707-1303767578 -o /tmp/evaluation-result-3286707-1303767578/solver-3286707-1303767578 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286707-1303767578.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: 2.77 2.85 3.37 4/189 22066
/proc/meminfo: memFree=15948448/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=21928 CPUtime=0 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 1236 0 0 0 0 0 0 0 25 0 1 0 469173455 22454272 1144 33554432000 4194304 4291949 140735833788368 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 5482 1144 227 24 0 2116 0

[startup+0.073582 s]
/proc/loadavg: 2.77 2.85 3.37 4/189 22066
/proc/meminfo: memFree=15948448/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=29456 CPUtime=0.06 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 3993 0 0 0 6 0 0 0 25 0 1 0 469173455 30162944 3536 33554432000 4194304 4291949 140735833788368 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 7364 3536 232 24 0 3998 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29456

[startup+0.100578 s]
/proc/loadavg: 2.77 2.85 3.37 4/189 22066
/proc/meminfo: memFree=15948448/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=29604 CPUtime=0.09 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 4077 0 0 0 9 0 0 0 25 0 1 0 469173455 30314496 3613 33554432000 4194304 4291949 140735833788368 18446744073709551615 4236577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 7401 3614 234 24 0 4035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29604

[startup+0.30054 s]
/proc/loadavg: 2.77 2.85 3.37 4/189 22066
/proc/meminfo: memFree=15948448/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=27184 CPUtime=0.29 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 4937 0 0 0 29 0 0 0 25 0 1 0 469173455 27836416 3272 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 6796 3272 253 24 0 3430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27184

[startup+0.700465 s]
/proc/loadavg: 2.77 2.85 3.37 4/189 22066
/proc/meminfo: memFree=15948448/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=27184 CPUtime=0.69 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 5110 0 0 0 69 0 0 0 25 0 1 0 469173455 27836416 3443 33554432000 4194304 4291949 140735833788368 18446744073709551615 4256275 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 6796 3443 253 24 0 3430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27184

[startup+1.50031 s]
/proc/loadavg: 2.77 2.85 3.37 5/190 22067
/proc/meminfo: memFree=15931200/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=28860 CPUtime=1.49 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 5442 0 0 0 149 0 0 0 25 0 1 0 469173455 29552640 3775 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 7215 3775 253 24 0 3849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28860

[startup+3.10101 s]
/proc/loadavg: 2.77 2.85 3.37 5/190 22067
/proc/meminfo: memFree=15925248/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=36000 CPUtime=3.09 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 6334 0 0 0 309 0 0 0 25 0 1 0 469173455 36864000 4663 33554432000 4194304 4291949 140735833788368 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 9000 4663 253 24 0 5634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36000

[startup+6.3004 s]
/proc/loadavg: 2.87 2.87 3.37 5/190 22067
/proc/meminfo: memFree=15910508/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=43952 CPUtime=6.29 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 8275 0 0 0 628 1 0 0 25 0 1 0 469173455 45006848 6593 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 10988 6593 253 24 0 7622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43952

[startup+12.7002 s]
/proc/loadavg: 2.96 2.89 3.38 5/190 22067
/proc/meminfo: memFree=15881796/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=57124 CPUtime=12.69 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 10592 0 0 0 1267 2 0 0 25 0 1 0 469173455 58494976 8891 33554432000 4194304 4291949 140735833788368 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 14281 8891 253 24 0 10915 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57124

[startup+25.5008 s]
/proc/loadavg: 3.19 2.94 3.39 5/190 22067
/proc/meminfo: memFree=15822816/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78412 CPUtime=25.5 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 15082 0 0 0 2546 4 0 0 25 0 1 0 469173455 80293888 13344 33554432000 4194304 4291949 140735833788368 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19603 13344 253 24 0 16237 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 78412

[startup+51.1009 s]
/proc/loadavg: 3.46 3.02 3.40 5/190 22095
/proc/meminfo: memFree=16073672/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=112160 CPUtime=51.1 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 20527 0 0 0 5104 6 0 0 25 0 1 0 469173455 114851840 18752 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 28040 18752 253 24 0 24674 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 112160

[startup+102.307 s]
/proc/loadavg: 3.81 3.19 3.44 5/190 22177
/proc/meminfo: memFree=15879832/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=167536 CPUtime=102.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 30122 0 0 0 10220 10 0 0 25 0 1 0 469173455 171556864 28274 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 41884 28274 253 24 0 38518 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167536

[startup+162.301 s]
/proc/loadavg: 3.93 3.33 3.47 5/190 22314
/proc/meminfo: memFree=15892920/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=89596 CPUtime=162.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 45623 0 0 0 16212 18 0 0 25 0 1 0 469173455 91746304 18347 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 22399 18347 253 24 0 19033 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89596

[startup+222.301 s]
/proc/loadavg: 4.03 3.47 3.50 5/190 22316
/proc/meminfo: memFree=15777328/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=122092 CPUtime=222.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 51803 0 0 0 22209 21 0 0 25 0 1 0 469173455 125022208 24463 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 30523 24463 253 24 0 27157 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122092

[startup+282.3 s]
/proc/loadavg: 4.07 3.58 3.54 5/190 22317
/proc/meminfo: memFree=15708436/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=175740 CPUtime=282.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 56803 0 0 0 28207 23 0 0 25 0 1 0 469173455 179957760 29424 33554432000 4194304 4291949 140735833788368 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 43935 29424 253 24 0 40569 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 175740

[startup+342.301 s]
/proc/loadavg: 4.02 3.65 3.56 5/190 22319
/proc/meminfo: memFree=15673792/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=95084 CPUtime=342.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 67860 0 0 0 34202 28 0 0 25 0 1 0 469173455 97366016 18415 33554432000 4194304 4291949 140735833788368 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 23771 18415 253 24 0 20405 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95084

[startup+402.301 s]
/proc/loadavg: 4.01 3.71 3.59 5/190 22320
/proc/meminfo: memFree=15592776/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=129412 CPUtime=402.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 77592 0 0 0 40197 33 0 0 25 0 1 0 469173455 132517888 28055 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 32353 28055 253 24 0 28987 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 129412

[startup+462.3 s]
/proc/loadavg: 4.00 3.76 3.61 5/190 22322
/proc/meminfo: memFree=15602400/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=81024 CPUtime=462.3 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 87264 0 0 0 46192 38 0 0 25 0 1 0 469173455 82968576 16230 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 20256 16230 253 24 0 16890 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 81024

[startup+522.301 s]
/proc/loadavg: 4.05 3.82 3.64 5/190 22324
/proc/meminfo: memFree=15536396/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=130812 CPUtime=522.31 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 93133 0 0 0 52189 42 0 0 25 0 1 0 469173455 133951488 22005 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 32703 22005 253 24 0 29337 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 130812

[startup+582.301 s]
/proc/loadavg: 4.02 3.85 3.66 5/190 22325
/proc/meminfo: memFree=15481176/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=132408 CPUtime=582.31 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 97458 0 0 0 58187 44 0 0 25 0 1 0 469173455 135585792 26283 33554432000 4194304 4291949 140735833788368 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 33102 26283 253 24 0 29736 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 132408

[startup+642.3 s]
/proc/loadavg: 4.00 3.87 3.67 5/190 22327
/proc/meminfo: memFree=15491176/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=75408 CPUtime=642.31 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 105902 0 0 0 64184 47 0 0 25 0 1 0 469173455 77217792 13989 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 18852 13989 253 24 0 15486 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 75408

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.69 5/190 22328
/proc/meminfo: memFree=15429016/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=106052 CPUtime=702.32 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 112723 0 0 0 70181 51 0 0 25 0 1 0 469173455 108597248 20723 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 26513 20723 253 24 0 23147 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 106052

[startup+762.307 s]
/proc/loadavg: 4.00 3.91 3.71 5/190 22330
/proc/meminfo: memFree=15383956/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=136872 CPUtime=762.33 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 117002 0 0 0 76179 54 0 0 25 0 1 0 469173455 140156928 24938 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 34218 24938 253 24 0 30852 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 136872

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.73 6/190 22332
/proc/meminfo: memFree=15338648/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=138152 CPUtime=822.32 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 120293 0 0 0 82176 56 0 0 25 0 1 0 469173455 141467648 28172 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 34538 28172 253 24 0 31172 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 138152

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.74 5/190 22333
/proc/meminfo: memFree=15359060/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78076 CPUtime=882.32 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 131798 0 0 0 88171 61 0 0 25 0 1 0 469173455 79949824 14779 33554432000 4194304 4291949 140735833788368 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19519 14779 253 24 0 16153 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 78076

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

[startup+883.101 s]
/proc/loadavg: 4.00 3.93 3.74 5/190 22333
/proc/meminfo: memFree=15359060/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78076 CPUtime=883.12 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 131980 0 0 0 88251 61 0 0 25 0 1 0 469173455 79949824 14958 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19519 14958 253 24 0 16153 0
Current children cumulated CPU time (s) 883.12
Current children cumulated vsize (KiB) 78076

[startup+886.3 s]
/proc/loadavg: 4.00 3.94 3.74 5/190 22333
/proc/meminfo: memFree=15353604/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78076 CPUtime=886.32 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 135546 0 0 0 88570 62 0 0 25 0 1 0 469173455 79949824 14106 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19519 14106 253 24 0 16153 0
Current children cumulated CPU time (s) 886.32
Current children cumulated vsize (KiB) 78076

[startup+887.101 s]
/proc/loadavg: 4.00 3.94 3.74 5/190 22333
/proc/meminfo: memFree=15356828/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78076 CPUtime=887.12 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 135762 0 0 0 88650 62 0 0 25 0 1 0 469173455 79949824 14319 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19519 14319 253 24 0 16153 0
Current children cumulated CPU time (s) 887.12
Current children cumulated vsize (KiB) 78076

[startup+887.501 s]
/proc/loadavg: 4.00 3.94 3.74 5/190 22333
/proc/meminfo: memFree=15356828/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78076 CPUtime=887.52 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 135833 0 0 0 88690 62 0 0 25 0 1 0 469173455 79949824 14389 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19519 14389 253 24 0 16153 0
Current children cumulated CPU time (s) 887.52
Current children cumulated vsize (KiB) 78076

[startup+887.901 s]
/proc/loadavg: 4.00 3.94 3.74 5/190 22333
/proc/meminfo: memFree=15355216/32951124 swapFree=67111528/67111528
[pid=22066] ppid=22064 vsize=78076 CPUtime=887.92 cores=1,3
/proc/22066/stat : 22066 (RestartSAT) R 22064 22066 20705 0 -1 4202496 135876 0 0 0 88730 62 0 0 25 0 1 0 469173455 79949824 14432 33554432000 4194304 4291949 140735833788368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22066/statm: 19519 14432 253 24 0 16153 0
Current children cumulated CPU time (s) 887.92
Current children cumulated vsize (KiB) 78076

Child status: 20
Real time (s): 887.969
CPU time (s): 888
CPU user time (s): 887.371
CPU system time (s): 0.628904
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 188676

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

runsolver used 1.38179 second user time and 3.46647 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-25 23:39:38
IDJOB=3286707
IDBENCH=82433
IDSOLVER=1581
FILE ID=node141/3286707-1303767578
RUNJOBID= node141-1303767530-21916
PBS_JOBID= 13157120
Free space on /tmp= 71184 MiB

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

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=160067966

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.75
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.806
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.84
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.806
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.806
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.806
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:      15948604 kB
Buffers:       1593396 kB
Cached:       14312740 kB
SwapCached:          0 kB
Active:        6617136 kB
Inactive:      9809612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15948604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          105524 kB
Writeback:           0 kB
AnonPages:      520728 kB
Mapped:          15368 kB
Slab:           509604 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   774140 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= 71260 MiB
End job on node141 at 2011-04-25 23:54:26