Trace number 3170237

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

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3170237-1302820958/watcher-3170237-1302820958 -o /tmp/evaluation-result-3170237-1302820958/solver-3170237-1302820958 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170237-1302820958.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: 3.99 3.97 3.91 4/180 16240
/proc/meminfo: memFree=13612744/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=22064 CPUtime=0 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 1230 0 0 0 0 0 0 0 18 0 1 0 374511679 22593536 1172 33554432000 4194304 4291949 140733369971232 18446744073709551615 4271570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 5516 1176 227 24 0 2150 0

[startup+0.04903 s]
/proc/loadavg: 3.99 3.97 3.91 4/180 16240
/proc/meminfo: memFree=13612744/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=27304 CPUtime=0.04 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 2921 0 0 0 4 0 0 0 18 0 1 0 374511679 27959296 2699 33554432000 4194304 4291949 140733369971232 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 6826 2700 227 24 0 3460 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27304

[startup+0.101033 s]
/proc/loadavg: 3.99 3.97 3.91 4/180 16240
/proc/meminfo: memFree=13612744/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=30584 CPUtime=0.09 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 4139 0 0 0 9 0 0 0 18 0 1 0 374511679 31318016 3764 33554432000 4194304 4291949 140733369971232 18446744073709551615 4229716 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 7646 3764 232 24 0 4280 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30584

[startup+0.300984 s]
/proc/loadavg: 3.99 3.97 3.91 4/180 16240
/proc/meminfo: memFree=13612744/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=27652 CPUtime=0.29 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 4884 0 0 0 29 0 0 0 18 0 1 0 374511679 28315648 3417 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 6913 3417 253 24 0 3547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27652

[startup+0.700915 s]
/proc/loadavg: 3.99 3.97 3.91 4/180 16240
/proc/meminfo: memFree=13612744/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=27652 CPUtime=0.69 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 4964 0 0 0 69 0 0 0 18 0 1 0 374511679 28315648 3497 33554432000 4194304 4291949 140733369971232 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 6913 3497 253 24 0 3547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27652

[startup+1.50078 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16293
/proc/meminfo: memFree=13571252/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=29328 CPUtime=1.49 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 5141 0 0 0 149 0 0 0 20 0 1 0 374511679 30031872 3671 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 7332 3671 253 24 0 3966 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29328

[startup+3.1005 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16293
/proc/meminfo: memFree=13556776/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=32048 CPUtime=3.09 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 5744 0 0 0 309 0 0 0 25 0 1 0 374511679 32817152 4268 33554432000 4194304 4291949 140733369971232 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 8012 4268 253 24 0 4646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32048

[startup+6.30091 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16293
/proc/meminfo: memFree=13538180/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=36468 CPUtime=6.29 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 6943 0 0 0 629 0 0 0 25 0 1 0 374511679 37343232 5460 33554432000 4194304 4291949 140733369971232 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 9117 5460 253 24 0 5751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36468

[startup+12.7008 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16293
/proc/meminfo: memFree=13509932/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=44176 CPUtime=12.69 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 9060 0 0 0 1268 1 0 0 25 0 1 0 374511679 45236224 7566 33554432000 4194304 4291949 140733369971232 18446744073709551615 233513756857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 11044 7566 253 24 0 7678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44176

[startup+25.5005 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16293
/proc/meminfo: memFree=13440748/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=76040 CPUtime=25.49 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 14361 0 0 0 2546 3 0 0 25 0 1 0 374511679 77864960 12844 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 19010 12844 253 24 0 15644 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76040

[startup+51.1009 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16294
/proc/meminfo: memFree=13328552/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=109420 CPUtime=51.09 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 24398 0 0 0 5102 7 0 0 25 0 1 0 374511679 112046080 22843 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 27355 22843 253 24 0 23989 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109420

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16295
/proc/meminfo: memFree=13118084/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=244552 CPUtime=102.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 42510 0 0 0 10216 14 0 0 25 0 1 0 374511679 250421248 40880 33554432000 4194304 4291949 140733369971232 18446744073709551615 4250622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 61138 40880 253 24 0 57772 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 244552

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16297
/proc/meminfo: memFree=13354772/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=115556 CPUtime=162.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 66258 0 0 0 16208 22 0 0 25 0 1 0 374511679 118329344 20272 33554432000 4194304 4291949 140733369971232 18446744073709551615 4250384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 28889 20272 253 24 0 25523 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 115556

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16298
/proc/meminfo: memFree=13051060/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=248380 CPUtime=222.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 91538 0 0 0 22200 30 0 0 25 0 1 0 374511679 254341120 45457 33554432000 4194304 4291949 140733369971232 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 62095 45457 253 24 0 58729 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 248380

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16300
/proc/meminfo: memFree=12995356/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=382236 CPUtime=282.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 109400 0 0 0 28194 36 0 0 25 0 1 0 374511679 391409664 63245 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 95559 63245 253 24 0 92193 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 382236

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16302
/proc/meminfo: memFree=13259904/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=119160 CPUtime=342.29 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 128761 0 0 0 34185 44 0 0 25 0 1 0 374511679 122019840 22418 33554432000 4194304 4291949 140733369971232 18446744073709551615 4268821 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 29790 22418 253 24 0 26424 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 119160

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16303
/proc/meminfo: memFree=13099284/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=385700 CPUtime=402.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 170166 0 0 0 40174 56 0 0 25 0 1 0 374511679 394956800 63713 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 96425 63713 253 24 0 93059 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 385700

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16305
/proc/meminfo: memFree=12806828/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=386516 CPUtime=462.31 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 183229 0 0 0 46170 61 0 0 25 0 1 0 374511679 395792384 76731 33554432000 4194304 4291949 140733369971232 18446744073709551615 233513755429 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 96629 76731 253 24 0 93263 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 386516

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16306
/proc/meminfo: memFree=12916044/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=123440 CPUtime=522.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 205760 0 0 0 52162 68 0 0 25 0 1 0 374511679 126402560 25353 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 30860 25353 253 24 0 27494 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 123440

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16308
/proc/meminfo: memFree=13015936/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=255192 CPUtime=582.3 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 222425 0 0 0 58157 73 0 0 25 0 1 0 374511679 261316608 41942 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 63798 41942 253 24 0 60432 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 255192

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16310
/proc/meminfo: memFree=12990236/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=388772 CPUtime=642.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 244344 0 0 0 64151 81 0 0 25 0 1 0 374511679 398102528 63782 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 97193 63782 253 24 0 93827 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 388772

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16311
/proc/meminfo: memFree=12803204/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=389704 CPUtime=702.31 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 256348 0 0 0 70145 86 0 0 25 0 1 0 374511679 399056896 75734 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 97426 75734 253 24 0 94060 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 389704

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16313
/proc/meminfo: memFree=12876080/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=177844 CPUtime=762.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 280091 0 0 0 76137 95 0 0 25 0 1 0 374511679 182112256 29136 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 44461 29136 253 24 0 41095 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 177844

[startup+822.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16314
/proc/meminfo: memFree=13139900/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=259232 CPUtime=822.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 295073 0 0 0 82131 101 0 0 25 0 1 0 374511679 265453568 44036 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 64808 44036 253 24 0 61442 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 259232

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16316
/proc/meminfo: memFree=12689476/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=608288 CPUtime=882.31 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 348079 0 0 0 88117 114 0 0 25 0 1 0 374511679 622886912 96940 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 152072 96940 253 24 0 148706 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 608288

[startup+942.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16318
/proc/meminfo: memFree=12747704/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=83756 CPUtime=942.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 374510 0 0 0 94108 124 0 0 25 0 1 0 374511679 85766144 16086 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 20939 16086 253 24 0 17573 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 83756

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16319
/proc/meminfo: memFree=12802952/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=183776 CPUtime=1002.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 394780 0 0 0 100102 130 0 0 25 0 1 0 374511679 188186624 36278 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 45944 36278 253 24 0 42578 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 183776

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16321
/proc/meminfo: memFree=13032196/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=265432 CPUtime=1062.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 411370 0 0 0 106097 135 0 0 25 0 1 0 374511679 271802368 52805 33554432000 4194304 4291949 140733369971232 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 66358 52805 253 24 0 62992 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 265432

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16331
/proc/meminfo: memFree=12866144/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=397956 CPUtime=1122.31 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 423964 0 0 0 112091 140 0 0 25 0 1 0 374511679 407506944 65343 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 99489 65343 253 24 0 96123 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 397956

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16333
/proc/meminfo: memFree=12876032/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=399156 CPUtime=1182.33 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 443950 0 0 0 118086 147 0 0 25 0 1 0 374511679 408735744 85267 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 99789 85267 253 24 0 96423 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 399156

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16335
/proc/meminfo: memFree=13008664/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=86292 CPUtime=1242.32 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 458020 0 0 0 124079 153 0 0 25 0 1 0 374511679 88363008 15353 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 21573 15353 253 24 0 18207 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 86292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 16336
/proc/meminfo: memFree=12843848/32951124 swapFree=67111528/67111528
[pid=16240] ppid=16238 vsize=186300 CPUtime=1300.03 cores=1,3
/proc/16240/stat : 16240 (RestartSAT) R 16238 16240 15779 0 -1 4202496 478417 0 0 0 129843 160 0 0 25 0 1 0 374511679 190771200 35675 33554432000 4194304 4291949 140733369971232 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16240/statm: 46575 35675 253 24 0 43209 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 186300

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.44
CPU system time (s): 1.61076
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 630880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.44
system time used= 1.61075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478417
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= 11
involuntary context switches= 656

runsolver used 1.9777 second user time and 5.12622 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-15 00:42:38
IDJOB=3170237
IDBENCH=82655
IDSOLVER=1580
FILE ID=node145/3170237-1302820958
RUNJOBID= node145-1302817051-15799
PBS_JOBID= 13006650
Free space on /tmp= 71116 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170237-1302820958/watcher-3170237-1302820958 -o /tmp/evaluation-result-3170237-1302820958/solver-3170237-1302820958 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170237-1302820958.cnf

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=1756390019

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13613032 kB
Buffers:        708096 kB
Cached:       18188936 kB
SwapCached:          0 kB
Active:        8864104 kB
Inactive:     10102424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13613032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4292 kB
Writeback:           0 kB
AnonPages:       69544 kB
Mapped:          15096 kB
Slab:           308580 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   224684 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= 71116 MiB
End job on node145 at 2011-04-15 01:04:20