Trace number 3170707

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
MD5SUMf8d77cf51b7a3bd2f2043a4a97c7d388
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3581
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3170707-1302817800/watcher-3170707-1302817800 -o /tmp/evaluation-result-3170707-1302817800/solver-3170707-1302817800 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170707-1302817800.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: 1.18 1.73 1.90 4/189 31668
/proc/meminfo: memFree=19474768/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=23272 CPUtime=0 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 1506 0 0 0 0 0 0 0 21 0 1 0 393380488 23830528 1447 33554432000 4194304 4291949 140735485566496 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 5818 1450 226 24 0 2452 0

[startup+0.102267 s]
/proc/loadavg: 1.18 1.73 1.90 4/189 31668
/proc/meminfo: memFree=19474768/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=29992 CPUtime=0.09 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 4117 0 0 0 9 0 0 0 21 0 1 0 393380488 30711808 3750 33554432000 4194304 4291949 140735485566496 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 7498 3751 227 24 0 4132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29992

[startup+0.200238 s]
/proc/loadavg: 1.18 1.73 1.90 4/189 31668
/proc/meminfo: memFree=19474768/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=31948 CPUtime=0.19 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 4941 0 0 0 19 0 0 0 22 0 1 0 393380488 32714752 4404 33554432000 4194304 4291949 140735485566496 18446744073709551615 4232396 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 7987 4404 234 24 0 4621 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31948

[startup+0.300229 s]
/proc/loadavg: 1.18 1.73 1.90 4/189 31668
/proc/meminfo: memFree=19474768/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=30240 CPUtime=0.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 5689 0 0 0 29 0 0 0 22 0 1 0 393380488 30965760 3839 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 7560 3839 252 24 0 4194 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30240

[startup+0.701145 s]
/proc/loadavg: 1.18 1.73 1.90 4/189 31668
/proc/meminfo: memFree=19474768/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=30240 CPUtime=0.69 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 5738 0 0 0 69 0 0 0 24 0 1 0 393380488 30965760 3888 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 7560 3888 253 24 0 4194 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30240

[startup+1.50099 s]
/proc/loadavg: 1.18 1.73 1.90 5/190 31669
/proc/meminfo: memFree=19446620/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=30240 CPUtime=1.49 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 5903 0 0 0 149 0 0 0 25 0 1 0 393380488 30965760 4050 33554432000 4194304 4291949 140735485566496 18446744073709551615 244450404778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 7560 4050 253 24 0 4194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30240

[startup+3.1007 s]
/proc/loadavg: 1.41 1.76 1.91 5/190 31669
/proc/meminfo: memFree=19438204/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=32960 CPUtime=3.09 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 6263 0 0 0 309 0 0 0 25 0 1 0 393380488 33751040 4409 33554432000 4194304 4291949 140735485566496 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 8240 4409 253 24 0 4874 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32960

[startup+6.3011 s]
/proc/loadavg: 1.41 1.76 1.91 5/190 31669
/proc/meminfo: memFree=19429028/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=37380 CPUtime=6.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 7016 0 0 0 629 0 0 0 25 0 1 0 393380488 38277120 5157 33554432000 4194304 4291949 140735485566496 18446744073709551615 244450403457 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 9345 5157 253 24 0 5979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37380

[startup+12.7009 s]
/proc/loadavg: 1.80 1.84 1.93 5/190 31670
/proc/meminfo: memFree=19393664/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=44860 CPUtime=12.69 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 8809 0 0 0 1268 1 0 0 25 0 1 0 393380488 45936640 6940 33554432000 4194304 4291949 140735485566496 18446744073709551615 4251376 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 11215 6940 253 24 0 7849 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44860

[startup+25.5005 s]
/proc/loadavg: 2.14 1.91 1.95 5/190 31670
/proc/meminfo: memFree=19322276/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=76420 CPUtime=25.49 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 13316 0 0 0 2547 2 0 0 25 0 1 0 393380488 78254080 11419 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 19105 11419 253 24 0 15739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76420

[startup+51.1008 s]
/proc/loadavg: 2.77 2.07 2.01 5/190 31671
/proc/meminfo: memFree=19244584/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=109108 CPUtime=51.09 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 21483 0 0 0 5103 6 0 0 25 0 1 0 393380488 111726592 19550 33554432000 4194304 4291949 140735485566496 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 27277 19550 253 24 0 23911 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109108

[startup+102.3 s]
/proc/loadavg: 3.51 2.40 2.12 5/190 31672
/proc/meminfo: memFree=19220492/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=244152 CPUtime=102.3 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 39756 0 0 0 10217 13 0 0 25 0 1 0 393380488 250011648 37756 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 61038 37756 253 24 0 57672 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 244152

[startup+162.301 s]
/proc/loadavg: 3.80 2.66 2.22 5/190 31674
/proc/meminfo: memFree=19057904/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=248092 CPUtime=162.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 53893 0 0 0 16212 17 0 0 25 0 1 0 393380488 254046208 51836 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 62023 51836 253 24 0 58657 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 248092

[startup+222.307 s]
/proc/loadavg: 3.93 2.92 2.34 5/190 31675
/proc/meminfo: memFree=18957436/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=381936 CPUtime=222.3 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 63300 0 0 0 22209 21 0 0 25 0 1 0 393380488 391102464 61203 33554432000 4194304 4291949 140735485566496 18446744073709551615 4251645 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 95484 61203 253 24 0 92118 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 381936

[startup+282.301 s]
/proc/loadavg: 4.02 3.12 2.44 5/190 31677
/proc/meminfo: memFree=19122948/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=169684 CPUtime=282.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 96411 0 0 0 28199 30 0 0 25 0 1 0 393380488 173756416 30949 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 42421 30949 253 24 0 39055 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 169684

[startup+342.301 s]
/proc/loadavg: 4.01 3.29 2.54 5/190 31678
/proc/meminfo: memFree=19009692/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=251336 CPUtime=342.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 110230 0 0 0 34194 35 0 0 25 0 1 0 393380488 257368064 44721 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 62834 44721 253 24 0 59468 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 251336

[startup+402.301 s]
/proc/loadavg: 4.00 3.40 2.62 5/190 31680
/proc/meminfo: memFree=19017104/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=384400 CPUtime=402.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 125352 0 0 0 40189 40 0 0 25 0 1 0 393380488 393625600 59790 33554432000 4194304 4291949 140735485566496 18446744073709551615 244450403473 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 96100 59790 253 24 0 92734 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 384400

[startup+462.301 s]
/proc/loadavg: 4.00 3.52 2.71 5/190 31682
/proc/meminfo: memFree=18903124/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=385328 CPUtime=462.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 136460 0 0 0 46185 44 0 0 25 0 1 0 393380488 394575872 70859 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 96332 70859 253 24 0 92966 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 385328

[startup+522.3 s]
/proc/loadavg: 4.08 3.61 2.79 5/190 31683
/proc/meminfo: memFree=18708912/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=388004 CPUtime=522.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 159065 0 0 0 52179 50 0 0 25 0 1 0 393380488 397316096 93411 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 97001 93411 253 24 0 93635 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 388004

[startup+582.3 s]
/proc/loadavg: 4.02 3.68 2.87 5/190 31685
/proc/meminfo: memFree=19058936/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=256556 CPUtime=582.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 196805 0 0 0 58170 59 0 0 25 0 1 0 393380488 262713344 41269 33554432000 4194304 4291949 140735485566496 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 64139 41269 253 24 0 60773 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 256556

[startup+642.3 s]
/proc/loadavg: 4.14 3.77 2.94 5/190 31686
/proc/meminfo: memFree=18981776/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=256820 CPUtime=642.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 210134 0 0 0 64166 63 0 0 25 0 1 0 393380488 262983680 54534 33554432000 4194304 4291949 140735485566496 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 64205 54535 253 24 0 60839 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 256820

[startup+702.301 s]
/proc/loadavg: 4.05 3.81 3.01 5/190 31697
/proc/meminfo: memFree=18861252/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=389488 CPUtime=702.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 225064 0 0 0 70162 67 0 0 25 0 1 0 393380488 398835712 69414 33554432000 4194304 4291949 140735485566496 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 97372 69414 253 24 0 94006 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 389488

[startup+762.301 s]
/proc/loadavg: 4.02 3.84 3.07 5/190 31699
/proc/meminfo: memFree=18950380/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=389884 CPUtime=762.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 235011 0 0 0 76158 71 0 0 25 0 1 0 393380488 399241216 79322 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 97471 79322 253 24 0 94105 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 389884

[startup+822.301 s]
/proc/loadavg: 4.00 3.87 3.12 5/190 31700
/proc/meminfo: memFree=18634156/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=605732 CPUtime=822.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 253675 0 0 0 82153 75 0 0 25 0 1 0 393380488 620269568 97939 33554432000 4194304 4291949 140735485566496 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 151433 97939 253 24 0 148067 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 605732

[startup+882.307 s]
/proc/loadavg: 4.00 3.89 3.18 5/190 31705
/proc/meminfo: memFree=19191516/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=78744 CPUtime=882.29 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 269472 0 0 0 88147 82 0 0 25 0 1 0 393380488 80633856 16029 33554432000 4194304 4291949 140735485566496 18446744073709551615 244450404542 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 19686 16029 253 24 0 16320 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 78744

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.22 5/190 31706
/proc/meminfo: memFree=19062780/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=178620 CPUtime=942.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 284790 0 0 0 94142 86 0 0 25 0 1 0 393380488 182906880 31283 33554432000 4194304 4291949 140735485566496 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 44655 31283 253 24 0 41289 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 178620

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.27 5/190 31708
/proc/meminfo: memFree=18983892/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=260280 CPUtime=1002.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 301896 0 0 0 100136 92 0 0 25 0 1 0 393380488 266526720 48348 33554432000 4194304 4291949 140735485566496 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 65070 48348 253 24 0 61704 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 260280

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.31 5/190 31710
/proc/meminfo: memFree=18803808/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=260416 CPUtime=1062.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 313317 0 0 0 106131 97 0 0 25 0 1 0 393380488 266665984 59728 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 65104 59728 253 24 0 61738 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 260416

[startup+1122.3 s]
/proc/loadavg: 4.04 3.96 3.36 5/190 31711
/proc/meminfo: memFree=18860452/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=609060 CPUtime=1122.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 350356 0 0 0 112120 108 0 0 25 0 1 0 393380488 623677440 96688 33554432000 4194304 4291949 140735485566496 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 152265 96688 253 24 0 148899 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 609060

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.39 5/190 31713
/proc/meminfo: memFree=18575220/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=611756 CPUtime=1182.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 397700 0 0 0 118106 122 0 0 25 0 1 0 393380488 626438144 143968 33554432000 4194304 4291949 140735485566496 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 152939 143968 253 24 0 149573 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 611756

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.44 5/190 31714
/proc/meminfo: memFree=19002624/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=185300 CPUtime=1242.28 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 424289 0 0 0 124095 133 0 0 25 0 1 0 393380488 189747200 33771 33554432000 4194304 4291949 140735485566496 18446744073709551615 244450344785 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 46325 33771 253 24 0 42959 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 185300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.47 2/187 31719
/proc/meminfo: memFree=19287960/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=266836 CPUtime=1299.99 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 440330 0 0 0 129861 138 0 0 25 0 1 0 393380488 273240064 49760 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 66709 49760 253 24 0 63343 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 266836

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.47 2/187 31719
/proc/meminfo: memFree=19287960/32951124 swapFree=67111528/67111528
[pid=31668] ppid=31666 vsize=266836 CPUtime=1299.99 cores=1,3
/proc/31668/stat : 31668 (RestartSAT) R 31666 31668 31608 0 -1 4202496 440330 0 0 0 129861 138 0 0 25 0 1 0 393380488 273240064 49760 33554432000 4194304 4291949 140735485566496 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31668/statm: 66709 49760 253 24 0 63343 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 266836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1298.61
CPU system time (s): 1.39279
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 663192

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

runsolver used 2.04669 second user time and 5.05123 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-14 23:50:00
IDJOB=3170707
IDBENCH=82525
IDSOLVER=1581
FILE ID=node105/3170707-1302817800
RUNJOBID= node105-1302817800-31628
PBS_JOBID= 13006657
Free space on /tmp= 71856 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170707-1302817800/watcher-3170707-1302817800 -o /tmp/evaluation-result-3170707-1302817800/solver-3170707-1302817800 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170707-1302817800.cnf

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

MD5SUM BENCH= f8d77cf51b7a3bd2f2043a4a97c7d388
RANDOM SEED=773668393

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.825
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.825
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:      19475048 kB
Buffers:        652916 kB
Cached:       12370592 kB
SwapCached:          0 kB
Active:        2647436 kB
Inactive:     10455960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19475048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7792 kB
Writeback:           0 kB
AnonPages:       79328 kB
Mapped:          15160 kB
Slab:           306828 kB
PageTables:       5344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270668 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= 71856 MiB
End job on node105 at 2011-04-15 00:11:43