Trace number 3265669

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 B95? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3265669-1307668505/watcher-3265669-1307668505 -o /tmp/evaluation-result-3265669-1307668505/solver-3265669-1307668505 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265669-1307668505.cnf 

running on 2 cores: 4,6

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.28 2.93 3.32 5/186 13757
/proc/meminfo: memFree=31999316/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=11796 CPUtime=0 cores=4,6
/proc/13757/stat : 13757 (runsolver) R 13755 13757 12991 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 878448254 12079104 50 33554432000 4194304 5432328 140734915416064 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/13757/statm: 2949 50 31 303 0 2643 0

[startup+0.0351669 s]
/proc/loadavg: 2.28 2.93 3.32 5/186 13757
/proc/meminfo: memFree=31999316/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=20712 CPUtime=0.02 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 1064 0 0 0 2 0 0 0 22 0 1 0 878448254 21209088 987 33554432000 4194304 4291949 140735003220928 18446744073709551615 4226657 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 5178 987 231 24 0 1812 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20712

[startup+0.100227 s]
/proc/loadavg: 2.28 2.93 3.32 5/186 13757
/proc/meminfo: memFree=31999316/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=16984 CPUtime=0.09 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 1245 0 0 0 9 0 0 0 22 0 1 0 878448254 17391616 972 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 4246 972 251 24 0 880 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16984

[startup+0.30018 s]
/proc/loadavg: 2.28 2.93 3.32 5/186 13757
/proc/meminfo: memFree=31999316/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=17372 CPUtime=0.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 1402 0 0 0 29 0 0 0 23 0 1 0 878448254 17788928 1123 33554432000 4194304 4291949 140735003220928 18446744073709551615 4251687 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 4343 1123 252 24 0 977 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17372

[startup+0.7011 s]
/proc/loadavg: 2.28 2.93 3.32 5/186 13757
/proc/meminfo: memFree=31999316/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=20124 CPUtime=0.69 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 2258 0 0 0 69 0 0 0 25 0 1 0 878448254 20606976 1684 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 5031 1684 252 24 0 1665 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20124

[startup+1.50098 s]
/proc/loadavg: 2.28 2.93 3.32 4/185 13908
/proc/meminfo: memFree=31990856/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=21152 CPUtime=1.49 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 2637 0 0 0 149 0 0 0 25 0 1 0 878448254 21659648 2041 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 5288 2041 252 24 0 1922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21152

[startup+3.10068 s]
/proc/loadavg: 2.42 2.95 3.32 5/190 13958
/proc/meminfo: memFree=31977044/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=21788 CPUtime=3.09 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 2802 0 0 0 309 0 0 0 25 0 1 0 878448254 22310912 2200 33554432000 4194304 4291949 140735003220928 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 5447 2200 252 24 0 2081 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21788

[startup+6.30111 s]
/proc/loadavg: 2.42 2.95 3.32 5/190 13958
/proc/meminfo: memFree=31970016/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=24576 CPUtime=6.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 3095 0 0 0 629 0 0 0 25 0 1 0 878448254 25165824 2488 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 6144 2488 252 24 0 2778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24576

[startup+12.7009 s]
/proc/loadavg: 2.66 2.98 3.33 5/190 13958
/proc/meminfo: memFree=31932664/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=26248 CPUtime=12.69 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 3728 0 0 0 1269 0 0 0 25 0 1 0 878448254 26877952 3099 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 6562 3099 252 24 0 3196 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26248

[startup+25.5006 s]
/proc/loadavg: 2.87 3.02 3.34 5/190 13997
/proc/meminfo: memFree=31875860/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=27680 CPUtime=25.49 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 4240 0 0 0 2549 0 0 0 25 0 1 0 878448254 28344320 3602 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 6920 3602 252 24 0 3554 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27680

[startup+51.101 s]
/proc/loadavg: 3.17 3.08 3.35 4/184 14021
/proc/meminfo: memFree=31919552/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=33280 CPUtime=51.08 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 6302 0 0 0 5108 0 0 0 25 0 1 0 878448254 34078720 4500 33554432000 4194304 4291949 140735003220928 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 8320 4500 252 24 0 4954 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33280

[startup+102.307 s]
/proc/loadavg: 3.07 3.06 3.33 4/184 14023
/proc/meminfo: memFree=31854668/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=36040 CPUtime=102.3 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 7161 0 0 0 10229 1 0 0 25 0 1 0 878448254 36904960 5330 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 9010 5330 252 24 0 5644 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 36040

[startup+162.301 s]
/proc/loadavg: 3.02 3.05 3.31 4/184 14024
/proc/meminfo: memFree=31831296/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=37716 CPUtime=162.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 7736 0 0 0 16228 1 0 0 25 0 1 0 878448254 38621184 5890 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 9429 5890 252 24 0 6063 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 37716

[startup+222.301 s]
/proc/loadavg: 3.01 3.04 3.28 4/184 14026
/proc/meminfo: memFree=31822668/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=37716 CPUtime=222.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 7883 0 0 0 22228 1 0 0 25 0 1 0 878448254 38621184 6034 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 9429 6034 252 24 0 6063 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 37716

[startup+282.3 s]
/proc/loadavg: 3.00 3.03 3.26 4/184 14027
/proc/meminfo: memFree=31832420/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=44620 CPUtime=282.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 8570 0 0 0 28228 1 0 0 25 0 1 0 878448254 45690880 6706 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 11155 6706 252 24 0 7789 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44620

[startup+342.3 s]
/proc/loadavg: 3.00 3.02 3.24 4/184 14029
/proc/meminfo: memFree=31778668/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=44620 CPUtime=342.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 8706 0 0 0 34228 1 0 0 25 0 1 0 878448254 45690880 6838 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 11155 6838 252 24 0 7789 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 44620

[startup+402.301 s]
/proc/loadavg: 3.00 3.02 3.23 4/184 14031
/proc/meminfo: memFree=31794228/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=44620 CPUtime=402.29 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 8723 0 0 0 40228 1 0 0 25 0 1 0 878448254 45690880 6855 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 11155 6855 252 24 0 7789 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 44620

[startup+462.301 s]
/proc/loadavg: 3.00 3.01 3.21 4/184 14032
/proc/meminfo: memFree=31744080/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=44620 CPUtime=462.3 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 8723 0 0 0 46229 1 0 0 25 0 1 0 878448254 45690880 6855 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 11155 6855 252 24 0 7789 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 44620

[startup+522.301 s]
/proc/loadavg: 3.05 3.02 3.20 4/184 14034
/proc/meminfo: memFree=31672340/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=522.3 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13634 0 0 0 52228 2 0 0 25 0 1 0 878448254 53563392 9820 33554432000 4194304 4291949 140735003220928 18446744073709551615 4250720 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9820 252 24 0 9711 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 52308

[startup+582.301 s]
/proc/loadavg: 3.05 3.03 3.18 4/184 14035
/proc/meminfo: memFree=31775228/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=582.3 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 58228 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 52308

[startup+642.3 s]
/proc/loadavg: 3.02 3.02 3.17 4/184 14037
/proc/meminfo: memFree=31681080/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=642.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 64229 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 52308

[startup+702.3 s]
/proc/loadavg: 3.00 3.02 3.16 4/184 14039
/proc/meminfo: memFree=31691784/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=702.3 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 70228 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 52308

[startup+762.307 s]
/proc/loadavg: 3.00 3.01 3.15 4/184 14040
/proc/meminfo: memFree=31644732/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=762.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 76229 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 52308

[startup+822.301 s]
/proc/loadavg: 3.00 3.00 3.14 4/184 14042
/proc/meminfo: memFree=31623348/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=822.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 82229 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 52308

[startup+882.301 s]
/proc/loadavg: 3.00 3.00 3.12 4/184 14043
/proc/meminfo: memFree=31754604/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=882.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 88229 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4275966 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 52308

[startup+942.301 s]
/proc/loadavg: 3.00 3.00 3.11 4/184 14045
/proc/meminfo: memFree=31724668/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=52308 CPUtime=942.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 13637 0 0 0 94229 2 0 0 25 0 1 0 878448254 53563392 9823 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 13077 9823 252 24 0 9711 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 52308

[startup+1002.3 s]
/proc/loadavg: 3.00 3.00 3.10 4/184 14047
/proc/meminfo: memFree=31765020/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=57296 CPUtime=1002.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 14256 0 0 0 100229 2 0 0 25 0 1 0 878448254 58671104 10434 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 14324 10434 252 24 0 10958 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 57296

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 3.09 4/184 14048
/proc/meminfo: memFree=31685232/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=57296 CPUtime=1062.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 14256 0 0 0 106229 2 0 0 25 0 1 0 878448254 58671104 10434 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 14324 10434 252 24 0 10958 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 57296

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 3.08 4/184 14050
/proc/meminfo: memFree=31797520/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=57296 CPUtime=1122.31 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 14256 0 0 0 112229 2 0 0 25 0 1 0 878448254 58671104 10434 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 14324 10434 252 24 0 10958 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 57296

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 3.08 4/184 14051
/proc/meminfo: memFree=31703488/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=57296 CPUtime=1182.32 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 14260 0 0 0 118230 2 0 0 25 0 1 0 878448254 58671104 10438 33554432000 4194304 4291949 140735003220928 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 14324 10438 252 24 0 10958 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 57296

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.07 4/184 14053
/proc/meminfo: memFree=31656676/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=57296 CPUtime=1242.32 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 14260 0 0 0 124230 2 0 0 25 0 1 0 878448254 58671104 10438 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 14324 10438 252 24 0 10958 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 57296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 3.07 3/183 14056
/proc/meminfo: memFree=31938972/32951124 swapFree=67053156/67111528
[pid=13757] ppid=13755 vsize=57296 CPUtime=1300.02 cores=4,6
/proc/13757/stat : 13757 (RestartSAT) R 13755 13757 12991 0 -1 4202496 14327 0 0 0 130000 2 0 0 25 0 1 0 878448254 58671104 10503 33554432000 4194304 4291949 140735003220928 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13757/statm: 14324 10503 252 24 0 10958 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 57296

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300.01
CPU system time (s): 0.030995
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 57296

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

runsolver used 2.38164 second user time and 4.71328 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-10 03:15:05
IDJOB=3265669
IDBENCH=85799
IDSOLVER=1580
FILE ID=node137/3265669-1307668505
RUNJOBID= node137-1307668505-13710
PBS_JOBID= 13549465
Free space on /tmp= 74104 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265669-1307668505/watcher-3265669-1307668505 -o /tmp/evaluation-result-3265669-1307668505/solver-3265669-1307668505 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3265669-1307668505.cnf

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=254773527

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32000364 kB
Buffers:        218668 kB
Cached:         526928 kB
SwapCached:      12208 kB
Active:         363456 kB
Inactive:       411996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32000364 kB
SwapTotal:    67111528 kB
SwapFree:     67053156 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:       27060 kB
Mapped:           9244 kB
Slab:           109896 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   246664 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= 74104 MiB
End job on node137 at 2011-06-10 03:36:47