Trace number 3291767

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 A75? (TO) 1300.04 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-3291767-1303786206/watcher-3291767-1303786206 -o /tmp/evaluation-result-3291767-1303786206/solver-3291767-1303786206 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3291767-1303786206.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: 0.85 1.31 2.38 4/189 29432
/proc/meminfo: memFree=19546908/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=20092 CPUtime=0 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 882 0 0 0 0 0 0 0 25 0 1 0 568851318 20574208 810 33554432000 4194304 4291949 140736267872400 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 5023 811 227 24 0 1657 0

[startup+0.0718281 s]
/proc/loadavg: 0.85 1.31 2.38 4/189 29432
/proc/meminfo: memFree=19546908/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=30504 CPUtime=0.06 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 4323 0 0 0 6 0 0 0 25 0 1 0 568851318 31236096 3829 33554432000 4194304 4291949 140736267872400 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 7626 3829 228 24 0 4260 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30504

[startup+0.100826 s]
/proc/loadavg: 0.85 1.31 2.38 4/189 29432
/proc/meminfo: memFree=19546908/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=33784 CPUtime=0.09 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 5827 0 0 0 8 1 0 0 25 0 1 0 568851318 34594816 5101 33554432000 4194304 4291949 140736267872400 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 8446 5102 228 24 0 5080 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33784

[startup+0.300814 s]
/proc/loadavg: 0.85 1.31 2.38 4/189 29432
/proc/meminfo: memFree=19546908/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=67540 CPUtime=0.29 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 15785 0 0 0 26 3 0 0 25 0 1 0 568851318 69160960 13498 33554432000 4194304 4291949 140736267872400 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 16885 13498 228 24 0 13519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67540

[startup+0.700724 s]
/proc/loadavg: 0.85 1.31 2.38 4/189 29432
/proc/meminfo: memFree=19546908/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=79740 CPUtime=0.69 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 16033 0 0 0 66 3 0 0 25 0 1 0 568851318 81653760 13732 33554432000 4194304 4291949 140736267872400 18446744073709551615 4229952 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 19935 13732 232 24 0 16569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79740

[startup+1.98451 s]
/proc/loadavg: 0.85 1.31 2.38 4/189 29432
/proc/meminfo: memFree=19546908/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=82296 CPUtime=1.97 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 17356 0 0 0 194 3 0 0 25 0 1 0 568851318 84271104 14371 33554432000 4194304 4291949 140736267872400 18446744073709551615 4230007 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 20574 14371 232 24 0 17208 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 82296

[startup+3.10032 s]
/proc/loadavg: 1.10 1.35 2.39 5/190 29433
/proc/meminfo: memFree=19328544/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=83484 CPUtime=3.09 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 17637 0 0 0 306 3 0 0 25 0 1 0 568851318 85487616 14652 33554432000 4194304 4291949 140736267872400 18446744073709551615 4254680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 20871 14652 232 24 0 17505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83484

[startup+6.30079 s]
/proc/loadavg: 1.33 1.39 2.39 5/190 29433
/proc/meminfo: memFree=19241984/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=85928 CPUtime=6.29 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 19275 0 0 0 626 3 0 0 25 0 1 0 568851318 87990272 15264 33554432000 4194304 4291949 140736267872400 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 21482 15264 232 24 0 18116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85928

[startup+12.7007 s]
/proc/loadavg: 1.54 1.44 2.40 5/190 29433
/proc/meminfo: memFree=19139340/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=80680 CPUtime=12.69 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 25095 0 0 0 1264 5 0 0 25 0 1 0 568851318 82616320 14211 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 20170 14211 253 24 0 16804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80680

[startup+25.5006 s]
/proc/loadavg: 1.92 1.52 2.42 5/190 29433
/proc/meminfo: memFree=19238672/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=81680 CPUtime=25.49 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 27566 0 0 0 2543 6 0 0 25 0 1 0 568851318 83640320 16563 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 20420 16563 253 24 0 17054 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81680

[startup+51.1003 s]
/proc/loadavg: 2.74 1.76 2.47 5/190 29435
/proc/meminfo: memFree=19209332/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=105748 CPUtime=51.09 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 32015 0 0 0 5102 7 0 0 25 0 1 0 568851318 108285952 20826 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 26437 20826 253 24 0 23071 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105748

[startup+102.307 s]
/proc/loadavg: 3.51 2.12 2.55 5/190 29435
/proc/meminfo: memFree=19110136/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=149800 CPUtime=102.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 39760 0 0 0 10219 11 0 0 25 0 1 0 568851318 153395200 28339 33554432000 4194304 4291949 140736267872400 18446744073709551615 4251571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 37450 28339 253 24 0 34084 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 149800

[startup+162.301 s]
/proc/loadavg: 3.90 2.47 2.65 5/190 29437
/proc/meminfo: memFree=19013532/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=159468 CPUtime=162.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 46401 0 0 0 16216 14 0 0 25 0 1 0 568851318 163295232 34755 33554432000 4194304 4291949 140736267872400 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 39867 34755 253 24 0 36501 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 159468

[startup+222.301 s]
/proc/loadavg: 3.96 2.75 2.73 5/190 29439
/proc/meminfo: memFree=18945904/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=219616 CPUtime=222.29 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 51976 0 0 0 22213 16 0 0 25 0 1 0 568851318 224886784 40183 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 54904 40183 253 24 0 51538 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 219616

[startup+282.301 s]
/proc/loadavg: 3.98 2.97 2.80 5/190 29441
/proc/meminfo: memFree=18878280/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=219332 CPUtime=282.29 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 83173 0 0 0 28206 23 0 0 25 0 1 0 568851318 224595968 48074 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 54833 48074 253 24 0 51467 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 219332

[startup+342.301 s]
/proc/loadavg: 3.99 3.16 2.88 5/190 29443
/proc/meminfo: memFree=18817604/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=269420 CPUtime=342.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 88133 0 0 0 34204 26 0 0 25 0 1 0 568851318 275886080 52762 33554432000 4194304 4291949 140736267872400 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 67355 52762 253 24 0 63989 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 269420

[startup+402.301 s]
/proc/loadavg: 3.99 3.31 2.94 5/190 29443
/proc/meminfo: memFree=18789912/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=236736 CPUtime=402.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 112986 0 0 0 40198 32 0 0 25 0 1 0 568851318 242417664 49113 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 59184 49113 253 24 0 55818 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 236736

[startup+462.301 s]
/proc/loadavg: 4.03 3.45 3.01 5/190 29445
/proc/meminfo: memFree=18718948/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=267556 CPUtime=462.29 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 122250 0 0 0 46193 36 0 0 25 0 1 0 568851318 273977344 57899 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 66889 57899 253 24 0 63523 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 267556

[startup+522.301 s]
/proc/loadavg: 4.01 3.54 3.07 5/190 29447
/proc/meminfo: memFree=18624668/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=317644 CPUtime=522.29 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 126545 0 0 0 52191 38 0 0 25 0 1 0 568851318 325267456 61979 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 79411 61979 253 24 0 76045 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 317644

[startup+582.301 s]
/proc/loadavg: 4.00 3.62 3.13 5/190 29449
/proc/meminfo: memFree=18569828/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=317644 CPUtime=582.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 131862 0 0 0 58189 41 0 0 25 0 1 0 568851318 325267456 67067 33554432000 4194304 4291949 140736267872400 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 79411 67067 253 24 0 76045 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 317644

[startup+642.301 s]
/proc/loadavg: 4.00 3.69 3.18 5/190 29451
/proc/meminfo: memFree=18875328/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=218304 CPUtime=642.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 140816 0 0 0 64187 43 0 0 25 0 1 0 568851318 223543296 44688 33554432000 4194304 4291949 140736267872400 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 54576 44688 253 24 0 51210 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 218304

[startup+702.301 s]
/proc/loadavg: 4.00 3.74 3.23 5/190 29460
/proc/meminfo: memFree=18768056/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=298444 CPUtime=702.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 157321 0 0 0 70181 49 0 0 25 0 1 0 568851318 305606656 60730 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 74611 60730 253 24 0 71245 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 298444

[startup+762.307 s]
/proc/loadavg: 4.00 3.79 3.27 5/190 29462
/proc/meminfo: memFree=18699072/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=298444 CPUtime=762.31 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 160951 0 0 0 76180 51 0 0 25 0 1 0 568851318 305606656 64171 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 74611 64171 253 24 0 71245 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 298444

[startup+822.301 s]
/proc/loadavg: 4.08 3.85 3.32 5/190 29464
/proc/meminfo: memFree=18609384/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=348532 CPUtime=822.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 168151 0 0 0 82177 53 0 0 25 0 1 0 568851318 356896768 71136 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 87133 71136 253 24 0 83767 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 348532

[startup+882.301 s]
/proc/loadavg: 4.03 3.88 3.37 5/190 29466
/proc/meminfo: memFree=18539028/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=429920 CPUtime=882.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 176857 0 0 0 88173 57 0 0 25 0 1 0 568851318 440238080 79532 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 107480 79532 253 24 0 104114 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 429920

[startup+942.301 s]
/proc/loadavg: 4.01 3.90 3.40 5/190 29468
/proc/meminfo: memFree=18483440/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=429920 CPUtime=942.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 180095 0 0 0 94172 58 0 0 25 0 1 0 568851318 440238080 82612 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 107480 82612 253 24 0 104114 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 429920

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.44 5/190 29468
/proc/meminfo: memFree=18526304/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=298444 CPUtime=1002.31 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 196130 0 0 0 100168 63 0 0 25 0 1 0 568851318 305606656 61895 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 74611 61896 253 24 0 71245 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 298444

[startup+1062.3 s]
/proc/loadavg: 4.04 3.94 3.47 5/190 29470
/proc/meminfo: memFree=18464380/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=298444 CPUtime=1062.3 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 200407 0 0 0 106164 66 0 0 25 0 1 0 568851318 305606656 65985 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 74611 65985 253 24 0 71245 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 298444

[startup+1122.3 s]
/proc/loadavg: 4.01 3.95 3.50 5/190 29526
/proc/meminfo: memFree=18330024/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=348532 CPUtime=1122.31 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 205163 0 0 0 112162 69 0 0 25 0 1 0 568851318 356896768 70532 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 87133 70532 253 24 0 83767 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 348532

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 29555
/proc/meminfo: memFree=18632724/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=348532 CPUtime=1182.31 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 207650 0 0 0 118160 71 0 0 25 0 1 0 568851318 356896768 72888 33554432000 4194304 4291949 140736267872400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 87133 72888 253 24 0 83767 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 348532

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.56 5/190 29557
/proc/meminfo: memFree=18564736/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=348532 CPUtime=1242.31 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 210136 0 0 0 124159 72 0 0 25 0 1 0 568851318 356896768 75266 33554432000 4194304 4291949 140736267872400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 87133 75266 253 24 0 83767 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 348532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.98 3.58 3/183 29576
/proc/meminfo: memFree=19561720/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=348532 CPUtime=1300.01 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 211644 0 0 0 129929 72 0 0 25 0 1 0 568851318 356896768 76686 33554432000 4194304 4291949 140736267872400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 87133 76686 253 24 0 83767 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 348532

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

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

[startup+1300 s]
/proc/loadavg: 4.04 3.98 3.58 3/183 29576
/proc/meminfo: memFree=19561720/32951124 swapFree=67110396/67111528
[pid=29432] ppid=29430 vsize=348532 CPUtime=1300.01 cores=4,6
/proc/29432/stat : 29432 (RestartSAT) R 29430 29432 28890 0 -1 4202496 211644 0 0 0 129929 72 0 0 25 0 1 0 568851318 356896768 76686 33554432000 4194304 4291949 140736267872400 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29432/statm: 87133 76686 253 24 0 83767 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 348532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.3
CPU system time (s): 0.742887
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 429920

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

runsolver used 2.28565 second user time and 4.81327 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 04:50:07
IDJOB=3291767
IDBENCH=84806
IDSOLVER=1581
FILE ID=node118/3291767-1303786206
RUNJOBID= node118-1303786202-29364
PBS_JOBID= 13157236
Free space on /tmp= 71876 MiB

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

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=49743187

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19547312 kB
Buffers:       1875576 kB
Cached:       10577748 kB
SwapCached:        600 kB
Active:        9109196 kB
Inactive:      3765480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19547312 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:          129528 kB
Writeback:           0 kB
AnonPages:      420568 kB
Mapped:          15464 kB
Slab:           465132 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   668472 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= 71980 MiB
End job on node118 at 2011-04-26 05:11:49