Trace number 3419897

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 1071.83 1071.8

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark381.959
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

1071.72/1071.75	c WARNING: for repeatability, setting FPU to use double precision
1071.72/1071.75	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-3419897-1306581130/watcher-3419897-1306581130 -o /tmp/evaluation-result-3419897-1306581130/solver-3419897-1306581130 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419897-1306581130.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.07 2.03 1.68 2/400 16732
/proc/meminfo: memFree=16002396/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=20380 CPUtime=0 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 893 0 0 0 0 0 0 0 23 0 1 0 769713312 20869120 836 33554432000 4194304 4291949 140737039689408 18446744073709551615 4276500 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 5095 836 228 24 0 1729 0

[startup+0.0443211 s]
/proc/loadavg: 2.07 2.03 1.68 2/400 16732
/proc/meminfo: memFree=16002396/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=23156 CPUtime=0.03 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 1585 0 0 0 3 0 0 0 23 0 1 0 769713312 23711744 1489 33554432000 4194304 4291949 140737039689408 18446744073709551615 4201692 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 5789 1489 228 24 0 2423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23156

[startup+0.100313 s]
/proc/loadavg: 2.07 2.03 1.68 2/400 16732
/proc/meminfo: memFree=16002396/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=28300 CPUtime=0.09 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 3412 0 0 0 9 0 0 0 23 0 1 0 769713312 28979200 2956 33554432000 4194304 4291949 140737039689408 18446744073709551615 4200660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 7109 2959 228 24 0 3743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28300

[startup+0.300277 s]
/proc/loadavg: 2.07 2.03 1.68 2/400 16732
/proc/meminfo: memFree=16002396/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=67532 CPUtime=0.29 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 15361 0 0 0 27 2 0 0 25 0 1 0 769713312 69152768 12581 33554432000 4194304 4291949 140737039689408 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 16883 12582 228 24 0 13517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67532

[startup+0.700207 s]
/proc/loadavg: 2.07 2.03 1.68 2/400 16732
/proc/meminfo: memFree=16002396/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=164732 CPUtime=0.69 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 44416 0 0 0 63 6 0 0 25 0 1 0 769713312 168685568 33258 33554432000 4194304 4291949 140737039689408 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 41183 33259 228 24 0 37817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164732

[startup+1.50107 s]
/proc/loadavg: 2.07 2.03 1.68 3/401 16733
/proc/meminfo: memFree=15809452/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=323504 CPUtime=1.49 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 100621 0 0 0 137 12 0 0 25 0 1 0 769713312 331268096 73598 33554432000 4194304 4291949 140737039689408 18446744073709551615 4276576 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 80876 73599 228 24 0 77510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 323504

[startup+3.10078 s]
/proc/loadavg: 2.07 2.03 1.68 3/401 16733
/proc/meminfo: memFree=15586816/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=668576 CPUtime=3.09 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 201625 0 0 0 283 26 0 0 25 0 1 0 769713312 684621824 144389 33554432000 4194304 4291949 140737039689408 18446744073709551615 4216096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 167144 144389 231 24 0 163778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 668576

[startup+6.30021 s]
/proc/loadavg: 2.06 2.03 1.68 3/401 16733
/proc/meminfo: memFree=15422148/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=668576 CPUtime=6.29 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 201626 0 0 0 603 26 0 0 25 0 1 0 769713312 684621824 144390 33554432000 4194304 4291949 140737039689408 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 167144 144390 232 24 0 163778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 668576

[startup+12.7011 s]
/proc/loadavg: 2.06 2.03 1.68 3/401 16733
/proc/meminfo: memFree=15537656/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=522844 CPUtime=12.69 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 231601 0 0 0 1239 30 0 0 25 0 1 0 769713312 535392256 114216 33554432000 4194304 4291949 140737039689408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 130711 114216 253 24 0 127345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 522844

[startup+25.5008 s]
/proc/loadavg: 2.04 2.02 1.69 3/401 16733
/proc/meminfo: memFree=15553880/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=472756 CPUtime=25.49 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 251996 0 0 0 2516 33 0 0 25 0 1 0 769713312 484102144 107828 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 118189 107828 253 24 0 114823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 472756

[startup+51.1002 s]
/proc/loadavg: 2.15 2.05 1.71 3/401 16734
/proc/meminfo: memFree=15495544/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=522844 CPUtime=51.09 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 257005 0 0 0 5074 35 0 0 25 0 1 0 769713312 535392256 112834 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 130711 112834 253 24 0 127345 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 522844

[startup+102.315 s]
/proc/loadavg: 2.13 2.06 1.73 3/401 16736
/proc/meminfo: memFree=15403148/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=522844 CPUtime=102.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 263472 0 0 0 10195 36 0 0 25 0 1 0 769713312 535392256 119296 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 130711 119296 253 24 0 127345 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 522844

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 1.74 3/401 16737
/proc/meminfo: memFree=15281736/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=604232 CPUtime=162.29 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 273291 0 0 0 16191 38 0 0 25 0 1 0 769713312 618733568 129109 33554432000 4194304 4291949 140737039689408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 151058 129109 253 24 0 147692 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 604232

[startup+222.301 s]
/proc/loadavg: 2.08 2.05 1.76 3/401 16739
/proc/meminfo: memFree=15149296/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=604232 CPUtime=222.3 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 284844 0 0 0 22190 40 0 0 25 0 1 0 769713312 618733568 140659 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248340 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 151058 140659 253 24 0 147692 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 604232

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 1.77 3/401 16740
/proc/meminfo: memFree=15036804/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=736492 CPUtime=282.3 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 294545 0 0 0 28188 42 0 0 25 0 1 0 769713312 754167808 150351 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 184123 150351 253 24 0 180757 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 736492

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 1.78 3/401 16742
/proc/meminfo: memFree=14930276/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=736492 CPUtime=342.3 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 304150 0 0 0 34187 43 0 0 25 0 1 0 769713312 754167808 159950 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 184123 159950 253 24 0 180757 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 736492

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.79 3/401 16743
/proc/meminfo: memFree=14829068/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=736492 CPUtime=402.3 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 312144 0 0 0 40185 45 0 0 25 0 1 0 769713312 754167808 167938 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 184123 167938 253 24 0 180757 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 736492

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 1.80 3/401 16745
/proc/meminfo: memFree=14708152/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=951416 CPUtime=462.3 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 323719 0 0 0 46183 47 0 0 25 0 1 0 769713312 974249984 179508 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 237854 179508 253 24 0 234488 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 951416

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/401 16747
/proc/meminfo: memFree=14589464/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=951416 CPUtime=522.3 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 334778 0 0 0 52181 49 0 0 25 0 1 0 769713312 974249984 190561 33554432000 4194304 4291949 140737039689408 18446744073709551615 237282339074 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 237854 190561 253 24 0 234488 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 951416

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.82 3/401 16748
/proc/meminfo: memFree=14461612/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=951416 CPUtime=582.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 346737 0 0 0 58179 52 0 0 25 0 1 0 769713312 974249984 202513 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 237854 202513 253 24 0 234488 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 951416

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.83 3/401 16750
/proc/meminfo: memFree=14334120/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=951416 CPUtime=642.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 359508 0 0 0 64177 54 0 0 25 0 1 0 769713312 974249984 215280 33554432000 4194304 4291949 140737039689408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 237854 215280 253 24 0 234488 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 951416

[startup+702.3 s]
/proc/loadavg: 2.03 2.01 1.84 3/401 16751
/proc/meminfo: memFree=14199820/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=951416 CPUtime=702.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 371052 0 0 0 70174 57 0 0 25 0 1 0 769713312 974249984 226820 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 237854 226820 253 24 0 234488 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 951416

[startup+762.315 s]
/proc/loadavg: 2.01 2.01 1.85 3/401 16753
/proc/meminfo: memFree=14115984/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=762.32 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 378869 0 0 0 76174 58 0 0 25 0 1 0 769713312 1331879936 234632 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248343 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 234632 253 24 0 321800 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1300664

[startup+822.301 s]
/proc/loadavg: 2.04 2.02 1.86 3/401 16755
/proc/meminfo: memFree=14013424/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=822.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 390110 0 0 0 82170 61 0 0 25 0 1 0 769713312 1331879936 245865 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 245865 253 24 0 321800 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1300664

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 1.86 3/401 16756
/proc/meminfo: memFree=13885548/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=882.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 401195 0 0 0 88167 64 0 0 25 0 1 0 769713312 1331879936 256941 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 256941 253 24 0 321800 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1300664

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/401 16758
/proc/meminfo: memFree=13749012/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=942.32 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 412406 0 0 0 94165 67 0 0 25 0 1 0 769713312 1331879936 268141 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 268141 253 24 0 321800 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1300664

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/401 16759
/proc/meminfo: memFree=13627096/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1002.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 424029 0 0 0 100161 70 0 0 25 0 1 0 769713312 1331879936 279753 33554432000 4194304 4291949 140737039689408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 279753 253 24 0 321800 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1300664

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13509896/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1062.31 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 432837 0 0 0 106159 72 0 0 25 0 1 0 769713312 1331879936 288553 33554432000 4194304 4291949 140737039689408 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 288553 253 24 0 321800 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1300664

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

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13498236/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1068.72 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 433623 0 0 0 106799 73 0 0 25 0 1 0 769713312 1331879936 289338 33554432000 4194304 4291949 140737039689408 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 289338 253 24 0 321800 0
Current children cumulated CPU time (s) 1068.72
Current children cumulated vsize (KiB) 1300664

[startup+1070.31 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13494512/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1070.33 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 433843 0 0 0 106960 73 0 0 25 0 1 0 769713312 1331879936 289558 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 289558 253 24 0 321800 0
Current children cumulated CPU time (s) 1070.33
Current children cumulated vsize (KiB) 1300664

[startup+1071.1 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13494512/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1071.12 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 433922 0 0 0 107039 73 0 0 25 0 1 0 769713312 1331879936 289637 33554432000 4194304 4291949 140737039689408 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 289637 253 24 0 321800 0
Current children cumulated CPU time (s) 1071.12
Current children cumulated vsize (KiB) 1300664

[startup+1071.5 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13492900/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1071.52 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 433972 0 0 0 107079 73 0 0 25 0 1 0 769713312 1331879936 289687 33554432000 4194304 4291949 140737039689408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 289687 253 24 0 321800 0
Current children cumulated CPU time (s) 1071.52
Current children cumulated vsize (KiB) 1300664

[startup+1071.7 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13492900/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=1300664 CPUtime=1071.72 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202496 433994 0 0 0 107099 73 0 0 25 0 1 0 769713312 1331879936 289709 33554432000 4194304 4291949 140737039689408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16732/statm: 325166 289709 253 24 0 321800 0
Current children cumulated CPU time (s) 1071.72
Current children cumulated vsize (KiB) 1300664

[startup+1071.8 s]
/proc/loadavg: 2.00 2.00 1.88 3/401 16761
/proc/meminfo: memFree=13492900/32950904 swapFree=64480420/67111528
[pid=16732] ppid=16730 vsize=0 CPUtime=1071.82 cores=1,3,5,7
/proc/16732/stat : 16732 (RestartSAT) R 16730 16732 16527 0 -1 4202500 434002 0 0 0 107104 78 0 0 25 0 1 0 769713312 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/16732/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1071.82
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1071.8
CPU time (s): 1071.83
CPU user time (s): 1071.05
CPU system time (s): 0.78488
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1300664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1071.05
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 568

runsolver used 3.86441 second user time and 9.73852 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-28 13:12:16
IDJOB=3419897
IDBENCH=82399
IDSOLVER=1911
FILE ID=node121/3419897-1306581130
RUNJOBID= node121-1306579394-16546
PBS_JOBID= 13471559
Free space on /tmp= 73160 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419897-1306581130/watcher-3419897-1306581130 -o /tmp/evaluation-result-3419897-1306581130/solver-3419897-1306581130 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419897-1306581130.cnf

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1778983021

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:      16002304 kB
Buffers:        220160 kB
Cached:        6042960 kB
SwapCached:      66536 kB
Active:        4849580 kB
Inactive:     11836988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16002304 kB
SwapTotal:    67111528 kB
SwapFree:     64480420 kB
Dirty:          186144 kB
Writeback:           0 kB
AnonPages:    10363468 kB
Mapped:          27808 kB
Slab:           140408 kB
PageTables:      53108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 84485988 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= 73160 MiB
End job on node121 at 2011-05-28 13:30:08