Trace number 3419935

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 3229.7 3229.62

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

3229.58/3229.57	c WARNING: for repeatability, setting FPU to use double precision
3229.58/3229.57	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-3419935-1306582554/watcher-3419935-1306582554 -o /tmp/evaluation-result-3419935-1306582554/solver-3419935-1306582554 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419935-1306582554.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.00 2.00 1.91 2/400 16954
/proc/meminfo: memFree=14282952/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=28164 CPUtime=0 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 2287 0 0 0 0 0 0 0 23 0 1 0 769855199 28839936 2190 33554432000 4194304 4291949 140736139546000 18446744073709551615 4272006 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 7041 2197 227 24 0 3675 0

[startup+0.109735 s]
/proc/loadavg: 2.00 2.00 1.91 2/400 16954
/proc/meminfo: memFree=14282952/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=40876 CPUtime=0.1 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 7236 0 0 0 10 0 0 0 24 0 1 0 769855199 41857024 6583 33554432000 4194304 4291949 140736139546000 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 10219 6583 228 24 0 6853 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 40876

[startup+0.200721 s]
/proc/loadavg: 2.00 2.00 1.91 2/400 16954
/proc/meminfo: memFree=14282952/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=60872 CPUtime=0.19 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 11881 0 0 0 18 1 0 0 24 0 1 0 769855199 62332928 10468 33554432000 4194304 4291949 140736139546000 18446744073709551615 4220713 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 15218 10469 228 24 0 11852 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60872

[startup+0.300711 s]
/proc/loadavg: 2.00 2.00 1.91 2/400 16954
/proc/meminfo: memFree=14282952/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=80444 CPUtime=0.29 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 16573 0 0 0 27 2 0 0 25 0 1 0 769855199 82374656 14476 33554432000 4194304 4291949 140736139546000 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 20111 14478 228 24 0 16745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80444

[startup+0.700632 s]
/proc/loadavg: 2.00 2.00 1.91 2/400 16954
/proc/meminfo: memFree=14282952/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=82204 CPUtime=0.69 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 17294 0 0 0 67 2 0 0 25 0 1 0 769855199 84176896 15190 33554432000 4194304 4291949 140736139546000 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 20551 15190 234 24 0 17185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82204

[startup+1.50049 s]
/proc/loadavg: 2.00 2.00 1.91 3/401 16955
/proc/meminfo: memFree=14230996/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=75248 CPUtime=1.49 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 20796 0 0 0 147 2 0 0 25 0 1 0 769855199 77053952 12861 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 18812 12861 253 24 0 15446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75248

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.91 3/401 16955
/proc/meminfo: memFree=14229384/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=75248 CPUtime=3.09 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 21173 0 0 0 307 2 0 0 25 0 1 0 769855199 77053952 13233 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 18812 13233 253 24 0 15446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75248

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 1.91 3/401 16955
/proc/meminfo: memFree=14221708/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=75248 CPUtime=6.29 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 22082 0 0 0 627 2 0 0 25 0 1 0 769855199 77053952 14137 33554432000 4194304 4291949 140736139546000 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 18812 14137 253 24 0 15446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75248

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.91 3/401 16955
/proc/meminfo: memFree=14205936/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=87376 CPUtime=12.69 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 24199 0 0 0 1266 3 0 0 25 0 1 0 769855199 89473024 16243 33554432000 4194304 4291949 140736139546000 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 21844 16243 253 24 0 18478 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87376

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 1.91 3/401 16955
/proc/meminfo: memFree=14171844/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=107904 CPUtime=25.49 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 28613 0 0 0 2545 4 0 0 25 0 1 0 769855199 110493696 20641 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 26976 20641 253 24 0 23610 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107904

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.91 3/401 16956
/proc/meminfo: memFree=14099844/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=141516 CPUtime=51.09 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 36196 0 0 0 5101 8 0 0 25 0 1 0 769855199 144912384 28199 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 35379 28199 253 24 0 32013 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141516

[startup+102.301 s]
/proc/loadavg: 2.05 2.01 1.91 3/401 16957
/proc/meminfo: memFree=13987052/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=195856 CPUtime=102.3 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 48375 0 0 0 10217 13 0 0 25 0 1 0 769855199 200556544 40337 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 48964 40337 253 24 0 45598 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 195856

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.92 3/401 16960
/proc/meminfo: memFree=13854220/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=282040 CPUtime=162.3 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 60197 0 0 0 16213 17 0 0 25 0 1 0 769855199 288808960 52132 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 70510 52132 253 24 0 67144 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 282040

[startup+222.315 s]
/proc/loadavg: 2.02 2.02 1.92 3/401 16962
/proc/meminfo: memFree=13744588/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=285456 CPUtime=222.31 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 69337 0 0 0 22212 19 0 0 25 0 1 0 769855199 292306944 61242 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 71364 61242 253 24 0 67998 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 285456

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/401 16963
/proc/meminfo: memFree=13603212/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=421804 CPUtime=282.3 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 77527 0 0 0 28208 22 0 0 25 0 1 0 769855199 431927296 69399 33554432000 4194304 4291949 140736139546000 18446744073709551615 4250466 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 105451 69399 253 24 0 102085 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 421804

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.92 3/401 16965
/proc/meminfo: memFree=13498668/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=424600 CPUtime=342.3 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 84882 0 0 0 34205 25 0 0 25 0 1 0 769855199 434790400 76730 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 106150 76730 253 24 0 102784 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 424600

[startup+402.301 s]
/proc/loadavg: 2.03 2.02 1.93 3/401 16966
/proc/meminfo: memFree=13389036/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=427968 CPUtime=402.31 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 92118 0 0 0 40203 28 0 0 25 0 1 0 769855199 438239232 83940 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 106992 83940 253 24 0 103626 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 427968

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/401 16968
/proc/meminfo: memFree=13263532/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=432112 CPUtime=462.3 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 102757 0 0 0 46199 31 0 0 25 0 1 0 769855199 442482688 94547 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 108028 94547 253 24 0 104662 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 432112

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/401 16970
/proc/meminfo: memFree=13166300/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=434104 CPUtime=522.31 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 108535 0 0 0 52197 34 0 0 25 0 1 0 769855199 444522496 100303 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 108526 100303 253 24 0 105160 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 434104

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/401 16971
/proc/meminfo: memFree=13067708/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=651804 CPUtime=582.3 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 113981 0 0 0 58194 36 0 0 25 0 1 0 769855199 667447296 105732 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 162951 105732 253 24 0 159585 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 651804

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=10193008/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1052048 CPUtime=2442.36 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 252906 0 0 0 244142 94 0 0 25 0 1 0 769855199 1077297152 244136 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 263012 244136 253 24 0 259646 0
Current children cumulated CPU time (s) 2442.36
Current children cumulated vsize (KiB) 1052048

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/401 17036
/proc/meminfo: memFree=10115120/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1053968 CPUtime=2502.35 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 256110 0 0 0 250140 95 0 0 25 0 1 0 769855199 1079263232 247329 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 263492 247329 253 24 0 260126 0
Current children cumulated CPU time (s) 2502.35
Current children cumulated vsize (KiB) 1053968

[startup+2562.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 17038
/proc/meminfo: memFree=10009452/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1054448 CPUtime=2562.36 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 259727 0 0 0 256139 97 0 0 25 0 1 0 769855199 1079754752 250929 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 263612 250929 253 24 0 260246 0
Current children cumulated CPU time (s) 2562.36
Current children cumulated vsize (KiB) 1054448

[startup+2622.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/401 17040
/proc/meminfo: memFree=9920648/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1056564 CPUtime=2622.36 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 264510 0 0 0 262138 98 0 0 25 0 1 0 769855199 1081921536 255697 33554432000 4194304 4291949 140736139546000 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 264141 255697 253 24 0 260775 0
Current children cumulated CPU time (s) 2622.36
Current children cumulated vsize (KiB) 1056564

[startup+2682.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 17041
/proc/meminfo: memFree=9817704/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1057688 CPUtime=2682.36 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 267960 0 0 0 268137 99 0 0 25 0 1 0 769855199 1083072512 259133 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 264422 259133 253 24 0 261056 0
Current children cumulated CPU time (s) 2682.36
Current children cumulated vsize (KiB) 1057688

[startup+2742.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 17043
/proc/meminfo: memFree=9730888/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1626176 CPUtime=2742.37 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 271061 0 0 0 274137 100 0 0 25 0 1 0 769855199 1665204224 262223 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 406544 262223 253 24 0 403178 0
Current children cumulated CPU time (s) 2742.37
Current children cumulated vsize (KiB) 1626176

[startup+2802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 17044
/proc/meminfo: memFree=9630424/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1632604 CPUtime=2802.36 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 274684 0 0 0 280134 102 0 0 25 0 1 0 769855199 1671786496 265837 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408151 265837 253 24 0 404785 0
Current children cumulated CPU time (s) 2802.36
Current children cumulated vsize (KiB) 1632604

[startup+2862.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 17046
/proc/meminfo: memFree=9542748/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1632604 CPUtime=2862.38 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 277171 0 0 0 286135 103 0 0 25 0 1 0 769855199 1671786496 268315 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408151 268315 253 24 0 404785 0
Current children cumulated CPU time (s) 2862.38
Current children cumulated vsize (KiB) 1632604

[startup+2922.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/401 17048
/proc/meminfo: memFree=9453440/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1634044 CPUtime=2922.36 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 280052 0 0 0 292132 104 0 0 25 0 1 0 769855199 1673261056 271185 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408511 271185 253 24 0 405145 0
Current children cumulated CPU time (s) 2922.36
Current children cumulated vsize (KiB) 1634044

[startup+2982.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/401 17049
/proc/meminfo: memFree=9364756/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1635484 CPUtime=2982.37 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 282739 0 0 0 298131 106 0 0 25 0 1 0 769855199 1674735616 273853 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408871 273853 253 24 0 405505 0
Current children cumulated CPU time (s) 2982.37
Current children cumulated vsize (KiB) 1635484

[startup+3042.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 17051
/proc/meminfo: memFree=9287612/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1635484 CPUtime=3042.37 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 285558 0 0 0 304130 107 0 0 25 0 1 0 769855199 1674735616 276660 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408871 276660 253 24 0 405505 0
Current children cumulated CPU time (s) 3042.37
Current children cumulated vsize (KiB) 1635484

[startup+3102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/401 17052
/proc/meminfo: memFree=9211828/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1635484 CPUtime=3102.38 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 287732 0 0 0 310130 108 0 0 25 0 1 0 769855199 1674735616 278823 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408871 278823 253 24 0 405505 0
Current children cumulated CPU time (s) 3102.38
Current children cumulated vsize (KiB) 1635484

[startup+3162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/401 17054
/proc/meminfo: memFree=9135048/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1635484 CPUtime=3162.38 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 290698 0 0 0 316129 109 0 0 25 0 1 0 769855199 1674735616 281773 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 408871 281773 253 24 0 405505 0
Current children cumulated CPU time (s) 3162.38
Current children cumulated vsize (KiB) 1635484

[startup+3222.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/401 17111
/proc/meminfo: memFree=15589896/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1636924 CPUtime=3222.38 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 293375 0 0 0 322128 110 0 0 25 0 1 0 769855199 1676210176 284434 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 409231 284434 253 24 0 405865 0
Current children cumulated CPU time (s) 3222.38
Current children cumulated vsize (KiB) 1636924

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

[startup+3225.6 s]
/proc/loadavg: 2.09 2.04 2.00 3/401 17111
/proc/meminfo: memFree=15587044/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1636924 CPUtime=3225.68 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 293473 0 0 0 322458 110 0 0 25 0 1 0 769855199 1676210176 284532 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 409231 284532 253 24 0 405865 0
Current children cumulated CPU time (s) 3225.68
Current children cumulated vsize (KiB) 1636924

[startup+3227.2 s]
/proc/loadavg: 2.08 2.04 2.00 3/401 17111
/proc/meminfo: memFree=15587044/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1636924 CPUtime=3227.28 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 293567 0 0 0 322618 110 0 0 25 0 1 0 769855199 1676210176 284623 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 409231 284623 253 24 0 405865 0
Current children cumulated CPU time (s) 3227.28
Current children cumulated vsize (KiB) 1636924

[startup+3228.8 s]
/proc/loadavg: 2.08 2.04 2.00 3/401 17111
/proc/meminfo: memFree=15586424/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1636924 CPUtime=3228.88 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 293629 0 0 0 322778 110 0 0 25 0 1 0 769855199 1676210176 284684 33554432000 4194304 4291949 140736139546000 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 409231 284684 253 24 0 405865 0
Current children cumulated CPU time (s) 3228.88
Current children cumulated vsize (KiB) 1636924

[startup+3229.2 s]
/proc/loadavg: 2.08 2.04 2.00 3/401 17111
/proc/meminfo: memFree=15586424/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=1636924 CPUtime=3229.28 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202496 293646 0 0 0 322818 110 0 0 25 0 1 0 769855199 1676210176 284701 33554432000 4194304 4291949 140736139546000 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16954/statm: 409231 284701 253 24 0 405865 0
Current children cumulated CPU time (s) 3229.28
Current children cumulated vsize (KiB) 1636924

[startup+3229.6 s]
/proc/loadavg: 2.08 2.04 2.00 3/401 17111
/proc/meminfo: memFree=16278716/32950904 swapFree=64480420/67111528
[pid=16954] ppid=16952 vsize=0 CPUtime=3229.68 cores=1,3,5,7
/proc/16954/stat : 16954 (RestartSAT) R 16952 16954 16527 0 -1 4202500 293653 0 0 0 322854 114 0 0 25 0 1 0 769855199 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/16954/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3229.68
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 3229.62
CPU time (s): 3229.7
CPU user time (s): 3228.55
CPU system time (s): 1.15382
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1636924

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

runsolver used 11.7022 second user time and 29.4105 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-28 13:35:54
IDJOB=3419935
IDBENCH=82431
IDSOLVER=1911
FILE ID=node121/3419935-1306582554
RUNJOBID= node121-1306579394-16546
PBS_JOBID= 13471559
Free space on /tmp= 73332 MiB

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

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=820444519

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      14282984 kB
Buffers:        221284 kB
Cached:        5941056 kB
SwapCached:      66536 kB
Active:        6503196 kB
Inactive:     11908832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      14282984 kB
SwapTotal:    67111528 kB
SwapFree:     64480420 kB
Dirty:           12864 kB
Writeback:           0 kB
AnonPages:    12189720 kB
Mapped:          27900 kB
Slab:           131720 kB
PageTables:      56764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 87507756 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= 73340 MiB
End job on node121 at 2011-05-28 14:29:44