Trace number 3249167

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.05 1300.02

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

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-3249167-1303509920/watcher-3249167-1303509920 -o /tmp/evaluation-result-3249167-1303509920/solver-3249167-1303509920 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3249167-1303509920.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: 3.61 2.14 2.37 4/189 28225
/proc/meminfo: memFree=17246152/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=11800 CPUtime=0 cores=4,6
/proc/28225/stat : 28225 (runsolver) R 28223 28225 27428 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 1 0 443407912 12083200 51 33554432000 4194304 5434984 140734965337136 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/28225/statm: 2950 51 31 303 0 2644 0

[startup+0.10469 s]
/proc/loadavg: 3.61 2.14 2.37 4/189 28225
/proc/meminfo: memFree=17246152/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=26924 CPUtime=0.09 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 3748 0 0 0 9 0 0 0 25 0 1 0 443407912 27570176 3360 33554432000 4194304 4291949 140735102654944 18446744073709551615 4229991 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 6731 3360 232 24 0 3365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26924

[startup+0.200685 s]
/proc/loadavg: 3.61 2.14 2.37 4/189 28225
/proc/meminfo: memFree=17246152/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=26924 CPUtime=0.19 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 3748 0 0 0 19 0 0 0 25 0 1 0 443407912 27570176 3360 33554432000 4194304 4291949 140735102654944 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 6731 3360 232 24 0 3365 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26924

[startup+0.300655 s]
/proc/loadavg: 3.61 2.14 2.37 4/189 28225
/proc/meminfo: memFree=17246152/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=26924 CPUtime=0.29 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 3748 0 0 0 29 0 0 0 25 0 1 0 443407912 27570176 3360 33554432000 4194304 4291949 140735102654944 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 6731 3360 232 24 0 3365 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26924

[startup+0.700597 s]
/proc/loadavg: 3.61 2.14 2.37 4/189 28225
/proc/meminfo: memFree=17246152/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=27728 CPUtime=0.68 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 4129 0 0 0 68 0 0 0 25 0 1 0 443407912 28393472 3741 33554432000 4194304 4291949 140735102654944 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 6932 3741 234 24 0 3566 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27728

[startup+1.50043 s]
/proc/loadavg: 3.61 2.14 2.37 5/190 28226
/proc/meminfo: memFree=17221848/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=38896 CPUtime=1.48 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 9171 0 0 0 147 1 0 0 25 0 1 0 443407912 39829504 6087 33554432000 4194304 4291949 140735102654944 18446744073709551615 4232024 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 9724 6087 234 24 0 6358 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38896

[startup+3.10116 s]
/proc/loadavg: 3.61 2.14 2.37 5/190 28226
/proc/meminfo: memFree=17221104/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=37728 CPUtime=3.08 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 10580 0 0 0 307 1 0 0 25 0 1 0 443407912 38633472 5755 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 9432 5755 253 24 0 6066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37728

[startup+6.30055 s]
/proc/loadavg: 3.64 2.17 2.38 5/190 28226
/proc/meminfo: memFree=17211432/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=49220 CPUtime=6.28 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 13569 0 0 0 626 2 0 0 25 0 1 0 443407912 50401280 8690 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 12305 8690 253 24 0 8939 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49220

[startup+12.7004 s]
/proc/loadavg: 3.67 2.20 2.39 5/190 28226
/proc/meminfo: memFree=17170440/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=98540 CPUtime=12.68 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 22459 0 0 0 1264 4 0 0 25 0 1 0 443407912 100904960 17505 33554432000 4194304 4291949 140735102654944 18446744073709551615 4251571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 24635 17505 253 24 0 21269 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98540

[startup+25.501 s]
/proc/loadavg: 3.74 2.29 2.41 5/190 28226
/proc/meminfo: memFree=17149220/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=129360 CPUtime=25.48 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 26594 0 0 0 2543 5 0 0 25 0 1 0 443407912 132464640 21543 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 32340 21543 253 24 0 28974 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 129360

[startup+51.1003 s]
/proc/loadavg: 3.83 2.42 2.46 5/190 28227
/proc/meminfo: memFree=17126076/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=99796 CPUtime=51.09 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 43700 0 0 0 5099 10 0 0 25 0 1 0 443407912 102191104 20528 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 24949 20528 253 24 0 21583 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99796

[startup+102.301 s]
/proc/loadavg: 3.92 2.66 2.53 5/190 28228
/proc/meminfo: memFree=17104332/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=108192 CPUtime=102.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 71394 0 0 0 10214 16 0 0 25 0 1 0 443407912 110788608 22944 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 27048 22944 253 24 0 23682 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108192

[startup+162.301 s]
/proc/loadavg: 3.97 2.90 2.62 5/190 28230
/proc/meminfo: memFree=16973480/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=142356 CPUtime=162.29 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 98719 0 0 0 16206 23 0 0 25 0 1 0 443407912 145772544 25952 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 35589 25952 253 24 0 32223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 142356

[startup+222.307 s]
/proc/loadavg: 4.09 3.13 2.72 5/190 28232
/proc/meminfo: memFree=17010868/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=103012 CPUtime=222.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 128981 0 0 0 22197 33 0 0 25 0 1 0 443407912 105484288 21831 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 25753 21831 253 24 0 22387 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103012

[startup+282.301 s]
/proc/loadavg: 4.03 3.29 2.79 5/190 28233
/proc/meminfo: memFree=16866380/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=202888 CPUtime=282.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 149541 0 0 0 28191 39 0 0 25 0 1 0 443407912 207757312 42126 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 50722 42126 253 24 0 47356 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 202888

[startup+342.301 s]
/proc/loadavg: 4.06 3.43 2.87 5/190 28235
/proc/meminfo: memFree=17027392/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=207744 CPUtime=342.29 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 178009 0 0 0 34183 46 0 0 25 0 1 0 443407912 212729856 39580 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 51936 39580 253 24 0 48570 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 207744

[startup+402.301 s]
/proc/loadavg: 4.02 3.53 2.94 5/190 28344
/proc/meminfo: memFree=17169940/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=131848 CPUtime=402.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 199089 0 0 0 40177 53 0 0 25 0 1 0 443407912 135012352 25942 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 32962 25942 253 24 0 29596 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131848

[startup+462.3 s]
/proc/loadavg: 4.01 3.61 3.00 5/190 28346
/proc/meminfo: memFree=16923376/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=294144 CPUtime=462.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 240656 0 0 0 46168 62 0 0 25 0 1 0 443407912 301203456 67212 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 73536 67212 253 24 0 70170 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 294144

[startup+522.3 s]
/proc/loadavg: 4.00 3.68 3.06 5/190 28348
/proc/meminfo: memFree=17019064/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=181580 CPUtime=522.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 269299 0 0 0 52159 71 0 0 25 0 1 0 443407912 185937920 39452 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 45395 39452 253 24 0 42029 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 181580

[startup+582.3 s]
/proc/loadavg: 4.00 3.74 3.12 5/190 28349
/proc/meminfo: memFree=16929468/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=231668 CPUtime=582.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 283582 0 0 0 58155 75 0 0 25 0 1 0 443407912 237228032 53542 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 57917 53542 253 24 0 54551 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 231668

[startup+642.3 s]
/proc/loadavg: 4.00 3.78 3.17 5/190 28351
/proc/meminfo: memFree=16972224/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=231668 CPUtime=642.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 316124 0 0 0 64147 83 0 0 25 0 1 0 443407912 237228032 51185 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 57917 51185 253 24 0 54551 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 231668

[startup+702.301 s]
/proc/loadavg: 4.07 3.83 3.22 5/190 28352
/proc/meminfo: memFree=16937820/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=182952 CPUtime=702.3 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 342307 0 0 0 70140 90 0 0 25 0 1 0 443407912 187342848 37594 33554432000 4194304 4291949 140735102654944 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 45738 37594 253 24 0 42372 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 182952

[startup+762.301 s]
/proc/loadavg: 4.08 3.88 3.28 5/190 28354
/proc/meminfo: memFree=16918188/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=314428 CPUtime=762.32 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 364590 0 0 0 76136 96 0 0 25 0 1 0 443407912 321974272 59553 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 78607 59553 253 24 0 75241 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 314428

[startup+822.301 s]
/proc/loadavg: 4.03 3.90 3.32 5/190 28356
/proc/meminfo: memFree=16907604/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=237768 CPUtime=822.31 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 394527 0 0 0 82127 104 0 0 25 0 1 0 443407912 243474432 48638 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 59442 48638 253 24 0 56076 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 237768

[startup+882.307 s]
/proc/loadavg: 4.08 3.93 3.36 5/190 28357
/proc/meminfo: memFree=16852388/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=319156 CPUtime=882.32 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 405998 0 0 0 88125 107 0 0 25 0 1 0 443407912 326815744 59951 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 79789 59951 253 24 0 76423 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 319156

[startup+942.301 s]
/proc/loadavg: 4.03 3.94 3.40 5/190 28359
/proc/meminfo: memFree=16852840/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=241344 CPUtime=942.31 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 439898 0 0 0 94117 114 0 0 25 0 1 0 443407912 247136256 51968 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 60336 51968 253 24 0 56970 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 241344

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.43 5/190 28360
/proc/meminfo: memFree=16843224/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=241344 CPUtime=1002.32 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 498256 0 0 0 100105 127 0 0 25 0 1 0 443407912 247136256 52477 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 60336 52477 253 24 0 56970 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 241344

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.47 5/190 28362
/proc/meminfo: memFree=16769776/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=331488 CPUtime=1062.32 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 522073 0 0 0 106100 132 0 0 25 0 1 0 443407912 339443712 76074 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 82872 76074 253 24 0 79506 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 331488

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.50 5/190 28364
/proc/meminfo: memFree=16921236/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=161844 CPUtime=1122.32 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 544718 0 0 0 112093 139 0 0 25 0 1 0 443407912 165728256 36221 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 40461 36221 253 24 0 37095 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 161844

[startup+1182.3 s]
/proc/loadavg: 3.84 3.93 3.52 4/179 28404
/proc/meminfo: memFree=17071284/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=261720 CPUtime=1182.32 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 568110 0 0 0 118086 146 0 0 25 0 1 0 443407912 268001280 59361 33554432000 4194304 4291949 140735102654944 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 65430 59361 253 24 0 62064 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 261720

[startup+1242.3 s]
/proc/loadavg: 2.67 3.58 3.42 3/178 28406
/proc/meminfo: memFree=17049308/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=343108 CPUtime=1242.33 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 582263 0 0 0 124083 150 0 0 25 0 1 0 443407912 351342592 73306 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 85777 73306 253 24 0 82411 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 343108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.28 3.30 3.33 3/178 28407
/proc/meminfo: memFree=17097124/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=262712 CPUtime=1300.03 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 616140 0 0 0 129845 158 0 0 25 0 1 0 443407912 269017088 61272 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 65678 61272 253 24 0 62312 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 262712

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: 2.28 3.30 3.33 3/178 28407
/proc/meminfo: memFree=17097124/32951124 swapFree=67111528/67111528
[pid=28225] ppid=28223 vsize=262712 CPUtime=1300.03 cores=4,6
/proc/28225/stat : 28225 (RestartSAT) R 28223 28225 27428 0 -1 4202496 616140 0 0 0 129845 158 0 0 25 0 1 0 443407912 269017088 61272 33554432000 4194304 4291949 140735102654944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28225/statm: 65678 61272 253 24 0 62312 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 262712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.46
CPU system time (s): 1.59376
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 473668

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

runsolver used 2.28865 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 00:05:20
IDJOB=3249167
IDBENCH=83159
IDSOLVER=1580
FILE ID=node147/3249167-1303509920
RUNJOBID= node147-1303509794-28126
PBS_JOBID= 13134275
Free space on /tmp= 71868 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249167-1303509920/watcher-3249167-1303509920 -o /tmp/evaluation-result-3249167-1303509920/solver-3249167-1303509920 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3249167-1303509920.cnf

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=737692496

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.82
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.836
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:      17246556 kB
Buffers:       1297116 kB
Cached:       13539144 kB
SwapCached:          0 kB
Active:        7637096 kB
Inactive:      7529996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17246556 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3984 kB
Writeback:           0 kB
AnonPages:      330780 kB
Mapped:          15376 kB
Slab:           473712 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   562860 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= 71880 MiB
End job on node147 at 2011-04-23 00:27:02