Trace number 3170769

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT A75? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
MD5SUMd523f5efa43fecaa5caf604137870a4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.522
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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-3170769-1302819574/watcher-3170769-1302819574 -o /tmp/evaluation-result-3170769-1302819574/solver-3170769-1302819574 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170769-1302819574.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: 4.00 4.01 3.84 3/183 9849
/proc/meminfo: memFree=16643904/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=22064 CPUtime=0 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 1225 0 0 0 0 0 0 0 25 0 1 0 472188088 22593536 1165 33554432000 4194304 4291949 140734872902864 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 5516 1165 227 24 0 2150 0

[startup+0.0384059 s]
/proc/loadavg: 4.00 4.01 3.84 3/183 9849
/proc/meminfo: memFree=16643904/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=25140 CPUtime=0.03 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 2331 0 0 0 3 0 0 0 25 0 1 0 472188088 25743360 2179 33554432000 4194304 4291949 140734872902864 18446744073709551615 4260672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 6285 2180 227 24 0 2919 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25140

[startup+0.100395 s]
/proc/loadavg: 4.00 4.01 3.84 3/183 9849
/proc/meminfo: memFree=16643904/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=26884 CPUtime=0.09 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 2994 0 0 0 9 0 0 0 25 0 1 0 472188088 27529216 2750 33554432000 4194304 4291949 140734872902864 18446744073709551615 4215472 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 6721 2750 234 24 0 3355 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26884

[startup+0.300348 s]
/proc/loadavg: 4.00 4.01 3.84 3/183 9849
/proc/meminfo: memFree=16643904/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=23220 CPUtime=0.29 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 3468 0 0 0 29 0 0 0 25 0 1 0 472188088 23777280 2493 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 5805 2493 253 24 0 2439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23220

[startup+0.700289 s]
/proc/loadavg: 4.00 4.01 3.84 3/183 9849
/proc/meminfo: memFree=16643904/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=24248 CPUtime=0.69 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 3580 0 0 0 69 0 0 0 25 0 1 0 472188088 24829952 2603 33554432000 4194304 4291949 140734872902864 18446744073709551615 216738636827 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 6062 2603 253 24 0 2696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24248

[startup+1.50116 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 9880
/proc/meminfo: memFree=16606992/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=25924 CPUtime=1.49 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 3817 0 0 0 149 0 0 0 25 0 1 0 472188088 26546176 2838 33554432000 4194304 4291949 140734872902864 18446744073709551615 216738637063 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 6481 2838 253 24 0 3115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25924

[startup+3.10089 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 9880
/proc/meminfo: memFree=16596824/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=28644 CPUtime=3.09 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 4414 0 0 0 309 0 0 0 25 0 1 0 472188088 29331456 3431 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 7161 3431 253 24 0 3795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28644

[startup+6.30032 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 9880
/proc/meminfo: memFree=16566240/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=33332 CPUtime=6.29 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 5809 0 0 0 628 1 0 0 25 0 1 0 472188088 34131968 4816 33554432000 4194304 4291949 140734872902864 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 8333 4816 253 24 0 4967 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33332

[startup+12.7012 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 9880
/proc/meminfo: memFree=16548428/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=53096 CPUtime=12.69 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 8784 0 0 0 1267 2 0 0 25 0 1 0 472188088 54370304 7776 33554432000 4194304 4291949 140734872902864 18446744073709551615 4251124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 13274 7776 253 24 0 9908 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53096

[startup+25.501 s]
/proc/loadavg: 4.00 4.01 3.85 5/190 9880
/proc/meminfo: memFree=16497612/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=73676 CPUtime=25.49 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 14840 0 0 0 2546 3 0 0 25 0 1 0 472188088 75444224 13811 33554432000 4194304 4291949 140734872902864 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 18419 13811 253 24 0 15053 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73676

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 9881
/proc/meminfo: memFree=16354496/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=106788 CPUtime=51.09 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 22219 0 0 0 5104 5 0 0 25 0 1 0 472188088 109350912 21152 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 26697 21152 253 24 0 23331 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106788

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 9882
/proc/meminfo: memFree=16322248/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=108424 CPUtime=102.3 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 45296 0 0 0 10219 11 0 0 25 0 1 0 472188088 111026176 23407 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 27106 23407 253 24 0 23740 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108424

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 3.87 5/190 9884
/proc/meminfo: memFree=16177020/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=160784 CPUtime=162.29 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 76337 0 0 0 16210 19 0 0 25 0 1 0 472188088 164642816 24607 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 40196 24607 253 24 0 36830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160784

[startup+222.3 s]
/proc/loadavg: 4.01 4.01 3.87 5/190 9885
/proc/meminfo: memFree=16229672/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=81080 CPUtime=222.29 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 102564 0 0 0 22202 27 0 0 25 0 1 0 472188088 83025920 14004 33554432000 4194304 4291949 140734872902864 18446744073709551615 4262327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 20270 14004 253 24 0 16904 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 81080

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 9887
/proc/meminfo: memFree=16221952/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=244304 CPUtime=282.29 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 126810 0 0 0 28196 33 0 0 25 0 1 0 472188088 250167296 38160 33554432000 4194304 4291949 140734872902864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 61076 38160 253 24 0 57710 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 244304

[startup+342.3 s]
/proc/loadavg: 4.05 4.01 3.89 5/190 9889
/proc/meminfo: memFree=16148140/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=164508 CPUtime=342.29 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 160290 0 0 0 34187 42 0 0 25 0 1 0 472188088 168456192 29717 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 41127 29717 253 24 0 37761 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 164508

[startup+402.301 s]
/proc/loadavg: 4.05 4.02 3.90 5/190 9890
/proc/meminfo: memFree=16050280/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=248140 CPUtime=402.3 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 176548 0 0 0 40182 48 0 0 25 0 1 0 472188088 254095360 45880 33554432000 4194304 4291949 140734872902864 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 62035 45880 253 24 0 58669 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 248140

[startup+462.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 9892
/proc/meminfo: memFree=16059548/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=167016 CPUtime=462.3 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 205521 0 0 0 46174 56 0 0 25 0 1 0 472188088 171024384 34552 33554432000 4194304 4291949 140734872902864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 41754 34552 253 24 0 38388 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167016

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 9893
/proc/meminfo: memFree=16084700/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=86772 CPUtime=522.3 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 223345 0 0 0 52169 61 0 0 25 0 1 0 472188088 88854528 13785 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 21693 13785 253 24 0 18327 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 86772

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 9895
/proc/meminfo: memFree=15937976/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=168084 CPUtime=582.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 242979 0 0 0 58165 66 0 0 25 0 1 0 472188088 172118016 33331 33554432000 4194304 4291949 140734872902864 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 42021 33331 253 24 0 38655 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 168084

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9897
/proc/meminfo: memFree=16218064/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=169708 CPUtime=642.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 281101 0 0 0 64156 75 0 0 25 0 1 0 472188088 173780992 28064 33554432000 4194304 4291949 140734872902864 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 42427 28064 253 24 0 39061 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 169708

[startup+702.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/190 9898
/proc/meminfo: memFree=15964920/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=255360 CPUtime=702.3 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 311966 0 0 0 70146 84 0 0 25 0 1 0 472188088 261488640 58839 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255776 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 63840 58839 253 24 0 60474 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 255360

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 9900
/proc/meminfo: memFree=16121636/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=74624 CPUtime=762.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 327766 0 0 0 76141 90 0 0 25 0 1 0 472188088 76414976 13073 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 18656 13073 253 24 0 15290 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 74624

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9901
/proc/meminfo: memFree=16021784/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=174632 CPUtime=822.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 348061 0 0 0 82135 96 0 0 25 0 1 0 472188088 178823168 33265 33554432000 4194304 4291949 140734872902864 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 43658 33265 253 24 0 40292 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 174632

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9903
/proc/meminfo: memFree=16046052/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=75692 CPUtime=882.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 372050 0 0 0 88128 103 0 0 25 0 1 0 472188088 77508608 13652 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 18923 13652 253 24 0 15557 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 75692

[startup+942.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 9905
/proc/meminfo: memFree=15940132/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=175704 CPUtime=942.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 392221 0 0 0 94123 108 0 0 25 0 1 0 472188088 179920896 33719 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 43926 33719 253 24 0 40560 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 175704

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 9906
/proc/meminfo: memFree=16138512/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=257492 CPUtime=1002.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 404313 0 0 0 100119 112 0 0 25 0 1 0 472188088 263671808 45742 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 64373 45742 253 24 0 61007 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 257492

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9908
/proc/meminfo: memFree=16145176/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=177824 CPUtime=1062.32 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 438341 0 0 0 106110 122 0 0 25 0 1 0 472188088 182091776 38250 33554432000 4194304 4291949 140734872902864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 44456 38250 253 24 0 41090 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 177824

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9909
/proc/meminfo: memFree=16021284/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=259612 CPUtime=1122.31 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 451950 0 0 0 112105 126 0 0 25 0 1 0 472188088 265842688 51775 33554432000 4194304 4291949 140734872902864 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 64903 51775 253 24 0 61537 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 259612

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9914
/proc/meminfo: memFree=16112704/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=97720 CPUtime=1182.32 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 473180 0 0 0 118099 133 0 0 25 0 1 0 472188088 100065280 19186 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 24430 19186 253 24 0 21064 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 97720

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9916
/proc/meminfo: memFree=15866652/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=260808 CPUtime=1242.32 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 497701 0 0 0 124093 139 0 0 25 0 1 0 472188088 267067392 43594 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 65202 43594 253 24 0 61836 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 260808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 4/189 9918
/proc/meminfo: memFree=15750584/32951124 swapFree=67102128/67111528
[pid=9849] ppid=9847 vsize=261080 CPUtime=1300.02 cores=4,6
/proc/9849/stat : 9849 (RestartSAT) R 9847 9849 9513 0 -1 4202496 508582 0 0 0 129861 141 0 0 25 0 1 0 472188088 267345920 54415 33554432000 4194304 4291949 140734872902864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9849/statm: 65270 54415 253 24 0 61904 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 261080

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.62
CPU system time (s): 1.43078
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 403772

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

runsolver used 2.23866 second user time and 4.86426 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-15 00:19:34
IDJOB=3170769
IDBENCH=82587
IDSOLVER=1581
FILE ID=node119/3170769-1302819574
RUNJOBID= node119-1302816969-9532
PBS_JOBID= 13006649
Free space on /tmp= 71480 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170769-1302819574/watcher-3170769-1302819574 -o /tmp/evaluation-result-3170769-1302819574/solver-3170769-1302819574 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170769-1302819574.cnf

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

MD5SUM BENCH= d523f5efa43fecaa5caf604137870a4e
RANDOM SEED=1704883129

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16644184 kB
Buffers:        649008 kB
Cached:       15234280 kB
SwapCached:       5516 kB
Active:        3845876 kB
Inactive:     12101496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16644184 kB
SwapTotal:    67111528 kB
SwapFree:     67102128 kB
Dirty:            2752 kB
Writeback:           0 kB
AnonPages:       62224 kB
Mapped:          14948 kB
Slab:           294812 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213976 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= 71480 MiB
End job on node119 at 2011-04-15 00:41:16