Trace number 3170855

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) 1299.65 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S594553190-015-UNKNOWN.cnf
MD5SUM0a98d6d9a7bdb797305aed69a94f9a69
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark355.73
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
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-3170855-1302821209/watcher-3170855-1302821209 -o /tmp/evaluation-result-3170855-1302821209/solver-3170855-1302821209 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170855-1302821209.cnf 

running on 2 cores: 1,3

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: 4.00 3.97 3.47 3/181 2651
/proc/meminfo: memFree=18795168/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=21200 CPUtime=0 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 1020 0 0 0 0 0 0 0 25 0 1 0 374536789 21708800 961 33554432000 4194304 4291949 140734413444064 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 5300 965 227 24 0 1934 0

[startup+0.070518 s]
/proc/loadavg: 4.00 3.97 3.47 3/181 2651
/proc/meminfo: memFree=18795168/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=24660 CPUtime=0.06 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 2428 0 0 0 6 0 0 0 25 0 1 0 374536789 25251840 2204 33554432000 4194304 4291949 140734413444064 18446744073709551615 4232131 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 6165 2204 234 24 0 2799 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24660

[startup+0.100512 s]
/proc/loadavg: 4.00 3.97 3.47 3/181 2651
/proc/meminfo: memFree=18795168/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=21192 CPUtime=0.09 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 2752 0 0 0 9 0 0 0 25 0 1 0 374536789 21700608 1968 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 5298 1968 252 24 0 1932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21192

[startup+0.300476 s]
/proc/loadavg: 4.00 3.97 3.47 3/181 2651
/proc/meminfo: memFree=18795168/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=21192 CPUtime=0.29 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 2810 0 0 0 29 0 0 0 25 0 1 0 374536789 21700608 2026 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 5298 2026 253 24 0 1932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21192

[startup+0.700402 s]
/proc/loadavg: 4.00 3.97 3.47 3/181 2651
/proc/meminfo: memFree=18795168/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=22220 CPUtime=0.69 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 2960 0 0 0 69 0 0 0 25 0 1 0 374536789 22753280 2173 33554432000 4194304 4291949 140734413444064 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 5555 2173 253 24 0 2189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22220

[startup+1.50026 s]
/proc/loadavg: 4.00 3.97 3.47 5/190 2668
/proc/meminfo: memFree=18753972/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=23896 CPUtime=1.49 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 3337 0 0 0 149 0 0 0 25 0 1 0 374536789 24469504 2544 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 5974 2544 253 24 0 2608 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23896

[startup+3.10096 s]
/proc/loadavg: 4.00 3.97 3.48 5/190 2668
/proc/meminfo: memFree=18745664/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=26916 CPUtime=3.08 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 4152 0 0 0 308 0 0 0 25 0 1 0 374536789 27561984 3355 33554432000 4194304 4291949 140734413444064 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 6729 3355 253 24 0 3363 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26916

[startup+6.30037 s]
/proc/loadavg: 4.00 3.97 3.48 5/190 2668
/proc/meminfo: memFree=18728212/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=39080 CPUtime=6.27 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 5845 0 0 0 626 1 0 0 25 0 1 0 374536789 40017920 5036 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 9770 5036 253 24 0 6404 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 39080

[startup+12.7002 s]
/proc/loadavg: 4.00 3.97 3.48 5/190 2668
/proc/meminfo: memFree=18700232/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=51956 CPUtime=12.62 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 9160 0 0 0 1261 1 0 0 25 0 1 0 374536789 53202944 8334 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 12989 8334 253 24 0 9623 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 51956

[startup+25.5008 s]
/proc/loadavg: 4.07 3.99 3.49 5/190 2669
/proc/meminfo: memFree=18659944/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=72652 CPUtime=25.35 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 15144 0 0 0 2532 3 0 0 25 0 1 0 374536789 74395648 14295 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 18163 14295 253 24 0 14797 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 72652

[startup+51.1011 s]
/proc/loadavg: 4.05 3.99 3.50 5/190 2669
/proc/meminfo: memFree=18612176/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=105280 CPUtime=50.82 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 29374 0 0 0 5075 7 0 0 25 0 1 0 374536789 107806720 16491 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/2651/statm: 26320 16491 253 24 0 22954 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 105280

[startup+102.307 s]
/proc/loadavg: 4.07 4.00 3.54 5/190 2671
/proc/meminfo: memFree=18543340/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=76316 CPUtime=101.9 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 63290 0 0 0 10175 15 0 0 25 0 1 0 374536789 78147584 14289 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 19079 14289 253 24 0 15713 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 76316

[startup+162.301 s]
/proc/loadavg: 4.08 4.01 3.57 5/190 2672
/proc/meminfo: memFree=18450072/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=108200 CPUtime=161.9 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 88939 0 0 0 16167 23 0 0 25 0 1 0 374536789 110796800 17982 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 27050 17982 253 24 0 23684 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 108200

[startup+222.301 s]
/proc/loadavg: 4.03 4.01 3.59 5/190 2674
/proc/meminfo: memFree=18382220/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=162104 CPUtime=221.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 125015 0 0 0 22158 33 0 0 25 0 1 0 374536789 165994496 33066 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 40526 33066 253 24 0 37160 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 162104

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.61 5/190 2675
/proc/meminfo: memFree=18311508/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=162896 CPUtime=281.9 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 149446 0 0 0 28150 40 0 0 25 0 1 0 374536789 166805504 27487 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 40724 27487 253 24 0 37358 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 162896

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/190 2677
/proc/meminfo: memFree=18280484/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=64076 CPUtime=341.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 181059 0 0 0 34143 48 0 0 25 0 1 0 374536789 65613824 10674 33554432000 4194304 4291949 140734413444064 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 16019 10674 253 24 0 12653 0
Current children cumulated CPU time (s) 341.91
Current children cumulated vsize (KiB) 64076

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/190 2679
/proc/meminfo: memFree=18220312/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=64604 CPUtime=401.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 205537 0 0 0 40134 57 0 0 25 0 1 0 374536789 66154496 12403 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 16151 12403 253 24 0 12785 0
Current children cumulated CPU time (s) 401.91
Current children cumulated vsize (KiB) 64604

[startup+462.3 s]
/proc/loadavg: 4.03 4.01 3.68 5/190 2680
/proc/meminfo: memFree=18122452/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=167028 CPUtime=461.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 254845 0 0 0 46122 69 0 0 25 0 1 0 374536789 171036672 28798 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 41757 28798 253 24 0 38391 0
Current children cumulated CPU time (s) 461.91
Current children cumulated vsize (KiB) 167028

[startup+522.3 s]
/proc/loadavg: 4.01 4.01 3.69 5/190 2682
/proc/meminfo: memFree=18149704/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=69832 CPUtime=521.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 278920 0 0 0 52115 76 0 0 25 0 1 0 374536789 71507968 13657 33554432000 4194304 4291949 140734413444064 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 17458 13657 253 24 0 14092 0
Current children cumulated CPU time (s) 521.91
Current children cumulated vsize (KiB) 69832

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/190 2683
/proc/meminfo: memFree=18111988/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=58420 CPUtime=581.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 300905 0 0 0 58107 84 0 0 25 0 1 0 374536789 59822080 10540 33554432000 4194304 4291949 140734413444064 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 14605 10540 253 24 0 11239 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 58420

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 2685
/proc/meminfo: memFree=18408436/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=170768 CPUtime=641.92 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 325543 0 0 0 64100 92 0 0 25 0 1 0 374536789 174866432 35073 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 42692 35073 253 24 0 39326 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 170768

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 2687
/proc/meminfo: memFree=18354956/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=171040 CPUtime=701.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 348452 0 0 0 70092 99 0 0 25 0 1 0 374536789 175144960 27211 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 42760 27211 253 24 0 39394 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 171040

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 2688
/proc/meminfo: memFree=18260560/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=172636 CPUtime=761.93 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 382842 0 0 0 76085 108 0 0 25 0 1 0 374536789 176779264 32697 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 43159 32697 253 24 0 39793 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 172636

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 2690
/proc/meminfo: memFree=18209192/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=92128 CPUtime=821.91 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 404658 0 0 0 82075 116 0 0 25 0 1 0 374536789 94339072 18950 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 23032 18950 253 24 0 19666 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 92128

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 2700
/proc/meminfo: memFree=18194152/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=73560 CPUtime=881.92 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 432593 0 0 0 88067 125 0 0 25 0 1 0 374536789 75325440 14721 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256272 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 18390 14721 253 24 0 15024 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 73560

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 3.79 5/190 2702
/proc/meminfo: memFree=18073944/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=173708 CPUtime=941.92 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 452746 0 0 0 94059 133 0 0 25 0 1 0 374536789 177876992 34755 33554432000 4194304 4291949 140734413444064 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 43427 34755 253 24 0 40061 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 173708

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.81 5/190 2704
/proc/meminfo: memFree=18013024/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=255896 CPUtime=1001.93 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 488475 0 0 0 100049 144 0 0 25 0 1 0 374536789 262037504 40842 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 63974 40842 253 24 0 60608 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 255896

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 2705
/proc/meminfo: memFree=17899036/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=260168 CPUtime=1061.92 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 543351 0 0 0 106034 158 0 0 25 0 1 0 374536789 266412032 48466 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 65042 48466 253 24 0 61676 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 260168

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 2707
/proc/meminfo: memFree=17811100/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=395520 CPUtime=1121.92 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 568591 0 0 0 112021 171 0 0 25 0 1 0 374536789 405012480 73646 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 98880 73646 253 24 0 95514 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 395520

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 2708
/proc/meminfo: memFree=17952932/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=184932 CPUtime=1181.93 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 591928 0 0 0 118013 180 0 0 25 0 1 0 374536789 189370368 30448 33554432000 4194304 4291949 140734413444064 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 46233 30448 253 24 0 42867 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 184932

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 3.85 5/190 2710
/proc/meminfo: memFree=17967032/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=104156 CPUtime=1241.93 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 612016 0 0 0 124006 187 0 0 25 0 1 0 374536789 106655744 19425 33554432000 4194304 4291949 140734413444064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 26039 19425 253 24 0 22673 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 104156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.85 4/188 2713
/proc/meminfo: memFree=17850592/32951124 swapFree=67111528/67111528
[pid=2651] ppid=2649 vsize=185328 CPUtime=1299.63 cores=1,3
/proc/2651/stat : 2651 (RestartSAT) R 2649 2651 2459 0 -1 4202496 633471 0 0 0 129770 193 0 0 25 0 1 0 374536789 189775872 40777 33554432000 4194304 4291949 140734413444064 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2651/statm: 46332 40777 253 24 0 42966 0
Current children cumulated CPU time (s) 1299.63
Current children cumulated vsize (KiB) 185328

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): 1299.65
CPU user time (s): 1297.71
CPU system time (s): 1.9477
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 417256

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

runsolver used 2.03469 second user time and 5.06823 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-15 00:46:49
IDJOB=3170855
IDBENCH=82673
IDSOLVER=1581
FILE ID=node147/3170855-1302821209
RUNJOBID= node147-1302819906-2479
PBS_JOBID= 13006673
Free space on /tmp= 71380 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S594553190-015-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170855-1302821209/watcher-3170855-1302821209 -o /tmp/evaluation-result-3170855-1302821209/solver-3170855-1302821209 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170855-1302821209.cnf

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

MD5SUM BENCH= 0a98d6d9a7bdb797305aed69a94f9a69
RANDOM SEED=1299242018

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:      18795452 kB
Buffers:        681140 kB
Cached:       13035044 kB
SwapCached:          0 kB
Active:        2688100 kB
Inactive:     11098244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18795452 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4280 kB
Writeback:          84 kB
AnonPages:       70372 kB
Mapped:          15240 kB
Slab:           306484 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   215316 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= 71372 MiB
End job on node147 at 2011-04-15 01:08:31