Trace number 3291766

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 1300.02

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3291766-1303786147/watcher-3291766-1303786147 -o /tmp/evaluation-result-3291766-1303786147/solver-3291766-1303786147 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3291766-1303786147.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.95 3.66 3.70 4/187 10738
/proc/meminfo: memFree=17964792/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=20096 CPUtime=0 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 890 0 0 0 0 0 0 0 23 0 1 0 490212685 20578304 817 33554432000 4194304 4291949 140734926525728 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 5024 818 227 24 0 1658 0

[startup+0.075983 s]
/proc/loadavg: 2.95 3.66 3.70 4/187 10738
/proc/meminfo: memFree=17964792/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=31144 CPUtime=0.06 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 4522 0 0 0 6 0 0 0 23 0 1 0 490212685 31891456 4015 33554432000 4194304 4291949 140734926525728 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 7786 4018 228 24 0 4420 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31144

[startup+0.100978 s]
/proc/loadavg: 2.95 3.66 3.70 4/187 10738
/proc/meminfo: memFree=17964792/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=33920 CPUtime=0.09 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 5886 0 0 0 9 0 0 0 23 0 1 0 490212685 34734080 5156 33554432000 4194304 4291949 140734926525728 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 8480 5159 228 24 0 5114 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33920

[startup+0.300915 s]
/proc/loadavg: 2.95 3.66 3.70 4/187 10738
/proc/meminfo: memFree=17964792/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=67808 CPUtime=0.29 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 15909 0 0 0 28 1 0 0 25 0 1 0 490212685 69435392 13613 33554432000 4194304 4291949 140734926525728 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 16952 13614 228 24 0 13586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67808

[startup+0.700809 s]
/proc/loadavg: 2.95 3.66 3.70 4/187 10738
/proc/meminfo: memFree=17964792/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=79744 CPUtime=0.69 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 16035 0 0 0 67 2 0 0 25 0 1 0 490212685 81657856 13734 33554432000 4194304 4291949 140734926525728 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/10738/statm: 19936 13734 232 24 0 16570 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79744

[startup+1.50073 s]
/proc/loadavg: 2.95 3.66 3.70 6/194 10751
/proc/meminfo: memFree=17785464/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=80536 CPUtime=1.49 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 16226 0 0 0 147 2 0 0 25 0 1 0 490212685 82468864 13925 33554432000 4194304 4291949 140734926525728 18446744073709551615 4226082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 20134 13925 232 24 0 16768 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80536

[startup+3.10038 s]
/proc/loadavg: 3.03 3.67 3.70 6/194 10751
/proc/meminfo: memFree=17680540/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=83488 CPUtime=3.09 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 17637 0 0 0 307 2 0 0 25 0 1 0 490212685 85491712 14652 33554432000 4194304 4291949 140734926525728 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/10738/statm: 20872 14652 232 24 0 17506 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83488

[startup+6.30079 s]
/proc/loadavg: 3.03 3.67 3.70 6/194 10778
/proc/meminfo: memFree=17636140/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=85932 CPUtime=6.28 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 19275 0 0 0 626 2 0 0 25 0 1 0 490212685 87994368 15264 33554432000 4194304 4291949 140734926525728 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/10738/statm: 21483 15264 232 24 0 18117 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85932

[startup+12.7007 s]
/proc/loadavg: 3.18 3.68 3.71 6/194 10778
/proc/meminfo: memFree=17672720/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=80684 CPUtime=12.67 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 25153 0 0 0 1263 4 0 0 25 0 1 0 490212685 82620416 14280 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 20171 14280 253 24 0 16805 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 80684

[startup+25.5004 s]
/proc/loadavg: 3.31 3.69 3.71 6/194 10779
/proc/meminfo: memFree=17653520/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=102280 CPUtime=25.43 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 29171 0 0 0 2538 5 0 0 25 0 1 0 490212685 104734720 18106 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 25570 18106 253 24 0 22204 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 102280

[startup+51.1007 s]
/proc/loadavg: 3.62 3.73 3.72 5/194 10779
/proc/meminfo: memFree=17615816/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=110396 CPUtime=51.03 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 33884 0 0 0 5096 7 0 0 25 0 1 0 490212685 113045504 22645 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 27599 22645 253 24 0 24233 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 110396

[startup+102.307 s]
/proc/loadavg: 3.85 3.77 3.74 5/194 10781
/proc/meminfo: memFree=17513904/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=151528 CPUtime=102.24 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 40092 0 0 0 10215 9 0 0 25 0 1 0 490212685 155164672 28638 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 37882 28638 253 24 0 34516 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 151528

[startup+162.3 s]
/proc/loadavg: 3.98 3.82 3.75 5/194 10782
/proc/meminfo: memFree=17455116/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=136544 CPUtime=162.23 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 61992 0 0 0 16210 13 0 0 25 0 1 0 490212685 139821056 27662 33554432000 4194304 4291949 140734926525728 18446744073709551615 4251115 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 34136 27662 253 24 0 30770 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 136544

[startup+222.301 s]
/proc/loadavg: 4.03 3.87 3.77 6/194 10784
/proc/meminfo: memFree=17304184/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=216684 CPUtime=222.24 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 79301 0 0 0 22206 18 0 0 25 0 1 0 490212685 221884416 44499 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 54171 44499 253 24 0 50805 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 216684

[startup+282.301 s]
/proc/loadavg: 4.06 3.90 3.79 6/194 10786
/proc/meminfo: memFree=17230752/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=216684 CPUtime=282.24 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 83502 0 0 0 28204 20 0 0 25 0 1 0 490212685 221884416 48501 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 54171 48501 253 24 0 50805 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 216684

[startup+342.301 s]
/proc/loadavg: 4.09 3.94 3.80 5/194 10787
/proc/meminfo: memFree=17165020/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=266772 CPUtime=342.24 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 87233 0 0 0 34203 21 0 0 25 0 1 0 490212685 273174528 52057 33554432000 4194304 4291949 140734926525728 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 66693 52057 253 24 0 63327 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 266772

[startup+402.301 s]
/proc/loadavg: 4.03 3.94 3.82 5/194 10789
/proc/meminfo: memFree=17096184/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=266772 CPUtime=402.24 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 90283 0 0 0 40202 22 0 0 25 0 1 0 490212685 273174528 54962 33554432000 4194304 4291949 140734926525728 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 66693 54962 253 24 0 63327 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 266772

[startup+462.301 s]
/proc/loadavg: 4.01 3.95 3.82 6/194 10790
/proc/meminfo: memFree=17273476/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=271132 CPUtime=462.24 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 97996 0 0 0 46198 26 0 0 25 0 1 0 490212685 277639168 62521 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 67783 62521 253 24 0 64417 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 271132

[startup+522.301 s]
/proc/loadavg: 4.00 3.96 3.83 6/194 10792
/proc/meminfo: memFree=17238992/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=270828 CPUtime=522.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 125580 0 0 0 52191 34 0 0 25 0 1 0 490212685 277327872 56394 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 67707 56394 253 24 0 64341 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 270828

[startup+582.301 s]
/proc/loadavg: 4.05 3.98 3.84 6/194 10794
/proc/meminfo: memFree=17130088/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=320916 CPUtime=582.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 135322 0 0 0 58186 39 0 0 25 0 1 0 490212685 328617984 65702 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 80229 65702 253 24 0 76863 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 320916

[startup+642.3 s]
/proc/loadavg: 4.09 3.99 3.85 6/194 10795
/proc/meminfo: memFree=17106128/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=273948 CPUtime=642.26 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 158464 0 0 0 64180 46 0 0 25 0 1 0 490212685 280522752 58287 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 68487 58287 253 24 0 65121 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 273948

[startup+702.3 s]
/proc/loadavg: 4.03 3.99 3.86 5/194 10797
/proc/meminfo: memFree=17036536/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=304768 CPUtime=702.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 164106 0 0 0 70178 47 0 0 25 0 1 0 490212685 312082432 63657 33554432000 4194304 4291949 140734926525728 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 76192 63657 253 24 0 72826 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 304768

[startup+762.307 s]
/proc/loadavg: 4.01 3.99 3.86 6/194 10807
/proc/meminfo: memFree=16955724/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=354856 CPUtime=762.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 171745 0 0 0 76175 50 0 0 25 0 1 0 490212685 363372544 71004 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 88714 71004 253 24 0 85348 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 354856

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.87 6/194 10809
/proc/meminfo: memFree=16856636/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=354856 CPUtime=822.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 177552 0 0 0 82172 53 0 0 25 0 1 0 490212685 363372544 76587 33554432000 4194304 4291949 140734926525728 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 88714 76587 253 24 0 85348 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 354856

[startup+882.301 s]
/proc/loadavg: 4.08 4.01 3.88 6/194 10811
/proc/meminfo: memFree=16773908/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=354856 CPUtime=882.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 181435 0 0 0 88170 55 0 0 25 0 1 0 490212685 363372544 80363 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 88714 80363 253 24 0 85348 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 354856

[startup+942.301 s]
/proc/loadavg: 4.03 4.00 3.89 6/194 10815
/proc/meminfo: memFree=16718664/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=436244 CPUtime=942.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 184552 0 0 0 94169 56 0 0 25 0 1 0 490212685 446713856 83380 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 109061 83380 253 24 0 105695 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 436244

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.89 6/194 10817
/proc/meminfo: memFree=17193792/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=268276 CPUtime=1002.25 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 194681 0 0 0 100166 59 0 0 25 0 1 0 490212685 274714624 56479 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255602 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 67069 56479 253 24 0 63703 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 268276

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/194 10818
/proc/meminfo: memFree=17068640/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=348416 CPUtime=1062.26 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 212517 0 0 0 106162 64 0 0 25 0 1 0 490212685 356777984 73797 33554432000 4194304 4291949 140734926525728 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 87104 73797 253 24 0 83738 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 348416

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.90 6/194 10820
/proc/meminfo: memFree=16987904/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=398504 CPUtime=1122.26 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 218975 0 0 0 112159 67 0 0 25 0 1 0 490212685 408068096 79969 33554432000 4194304 4291949 140734926525728 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 99626 79969 253 24 0 96260 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 398504

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/194 10849
/proc/meminfo: memFree=17319392/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=398504 CPUtime=1182.26 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 222556 0 0 0 118157 69 0 0 25 0 1 0 490212685 408068096 83387 33554432000 4194304 4291949 140734926525728 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 99626 83387 253 24 0 96260 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 398504

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/194 10904
/proc/meminfo: memFree=16619460/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=398504 CPUtime=1242.27 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 225705 0 0 0 124156 71 0 0 25 0 1 0 490212685 408068096 86402 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 99626 86402 253 24 0 96260 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 398504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.91 5/194 10906
/proc/meminfo: memFree=16483864/32951124 swapFree=67111528/67111528
[pid=10738] ppid=10736 vsize=479892 CPUtime=1299.97 cores=4,6
/proc/10738/stat : 10738 (RestartSAT) R 10736 10738 10690 0 -1 4202496 230053 0 0 0 129925 72 0 0 25 0 1 0 490212685 491409408 90550 33554432000 4194304 4291949 140734926525728 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10738/statm: 119973 90550 253 24 0 116607 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 479892

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.02
CPU time (s): 1300
CPU user time (s): 1299.25
CPU system time (s): 0.743886
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 479892

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

runsolver used 2.33864 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-26 04:49:08
IDJOB=3291766
IDBENCH=84806
IDSOLVER=1580
FILE ID=node133/3291766-1303786147
RUNJOBID= node133-1303786147-10709
PBS_JOBID= 13157247
Free space on /tmp= 71936 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291766-1303786147/watcher-3291766-1303786147 -o /tmp/evaluation-result-3291766-1303786147/solver-3291766-1303786147 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3291766-1303786147.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1662604498

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.83
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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17964948 kB
Buffers:       2175808 kB
Cached:       12136276 kB
SwapCached:          0 kB
Active:        8491516 kB
Inactive:      5929656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17964948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           54060 kB
Writeback:           0 kB
AnonPages:      108180 kB
Mapped:          15224 kB
Slab:           499428 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71796 MiB
End job on node133 at 2011-04-26 05:10:50