Trace number 3170723

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.02 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
MD5SUMc6eeff67aa308a86267a5f4d04512b40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.5953
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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-3170723-1302818463/watcher-3170723-1302818463 -o /tmp/evaluation-result-3170723-1302818463/solver-3170723-1302818463 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170723-1302818463.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.11 3.99 3.48 4/189 16970
/proc/meminfo: memFree=14563616/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=23268 CPUtime=0 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 1499 0 0 0 0 0 0 0 25 0 1 0 393445106 23826432 1441 33554432000 4194304 4291949 140734432194928 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 5817 1446 226 24 0 2451 0

[startup+0.0610831 s]
/proc/loadavg: 4.11 3.99 3.48 4/189 16970
/proc/meminfo: memFree=14563616/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=29224 CPUtime=0.05 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 3515 0 0 0 5 0 0 0 25 0 1 0 393445106 29925376 3229 33554432000 4194304 4291949 140734432194928 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 7306 3229 227 24 0 3940 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29224

[startup+0.101075 s]
/proc/loadavg: 4.11 3.99 3.48 4/189 16970
/proc/meminfo: memFree=14563616/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=31784 CPUtime=0.09 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 4484 0 0 0 9 0 0 0 25 0 1 0 393445106 32546816 4059 33554432000 4194304 4291949 140734432194928 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 7946 4061 227 24 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31784

[startup+0.301041 s]
/proc/loadavg: 4.11 3.99 3.48 4/189 16970
/proc/meminfo: memFree=14563616/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=36472 CPUtime=0.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 6397 0 0 0 29 0 0 0 25 0 1 0 393445106 37347328 5142 33554432000 4194304 4291949 140734432194928 18446744073709551615 4257065 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 9118 5143 234 24 0 5752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36472

[startup+0.700969 s]
/proc/loadavg: 4.11 3.99 3.48 4/189 16970
/proc/meminfo: memFree=14563616/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=32116 CPUtime=0.69 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 6487 0 0 0 69 0 0 0 25 0 1 0 393445106 32886784 4368 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 8029 4368 253 24 0 4663 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32116

[startup+1.50083 s]
/proc/loadavg: 4.11 3.99 3.48 5/190 16971
/proc/meminfo: memFree=14536832/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=32116 CPUtime=1.49 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 6625 0 0 0 149 0 0 0 25 0 1 0 393445106 32886784 4504 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 8029 4504 253 24 0 4663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32116

[startup+3.10054 s]
/proc/loadavg: 4.11 3.99 3.49 5/190 16971
/proc/meminfo: memFree=14529280/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=34836 CPUtime=3.09 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 6932 0 0 0 309 0 0 0 25 0 1 0 393445106 35672064 4810 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 8709 4810 253 24 0 5343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34836

[startup+6.30097 s]
/proc/loadavg: 4.11 3.99 3.49 5/190 16971
/proc/meminfo: memFree=14509948/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=39256 CPUtime=6.3 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 7633 0 0 0 629 1 0 0 25 0 1 0 393445106 40198144 5503 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 9814 5503 253 24 0 6448 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 39256

[startup+12.7008 s]
/proc/loadavg: 4.09 3.99 3.49 5/190 16971
/proc/meminfo: memFree=14488340/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=46436 CPUtime=12.69 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 9486 0 0 0 1268 1 0 0 25 0 1 0 393445106 47550464 7351 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 11609 7351 253 24 0 8243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46436

[startup+25.5005 s]
/proc/loadavg: 4.07 3.99 3.50 5/190 16971
/proc/meminfo: memFree=14437420/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=59000 CPUtime=25.49 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 13211 0 0 0 2547 2 0 0 25 0 1 0 393445106 60416000 11058 33554432000 4194304 4291949 140734432194928 18446744073709551615 4251659 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 14750 11058 253 24 0 11384 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59000

[startup+51.101 s]
/proc/loadavg: 4.05 3.99 3.51 5/190 16972
/proc/meminfo: memFree=14356484/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=110528 CPUtime=51.09 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 21328 0 0 0 5105 4 0 0 25 0 1 0 393445106 113180672 19139 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 27632 19139 253 24 0 24266 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110528

[startup+102.307 s]
/proc/loadavg: 4.02 3.99 3.54 5/190 16973
/proc/meminfo: memFree=14285052/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=163408 CPUtime=102.3 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 35831 0 0 0 10221 9 0 0 25 0 1 0 393445106 167329792 33599 33554432000 4194304 4291949 140734432194928 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 40852 33599 253 24 0 37486 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163408

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.56 5/190 16975
/proc/meminfo: memFree=14189680/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=247992 CPUtime=162.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 51290 0 0 0 16216 13 0 0 25 0 1 0 393445106 253943808 49000 33554432000 4194304 4291949 140734432194928 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 61998 49000 253 24 0 58632 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247992

[startup+222.3 s]
/proc/loadavg: 4.08 4.02 3.60 5/190 16979
/proc/meminfo: memFree=14165088/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=383148 CPUtime=222.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 64256 0 0 0 22212 16 0 0 25 0 1 0 393445106 392343552 61914 33554432000 4194304 4291949 140734432194928 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 95787 61914 253 24 0 92421 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 383148

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 3.62 5/190 16981
/proc/meminfo: memFree=14076620/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=386192 CPUtime=282.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 87643 0 0 0 28206 22 0 0 25 0 1 0 393445106 395460608 85250 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 96548 85250 253 24 0 93182 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 386192

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.65 5/190 16983
/proc/meminfo: memFree=14249832/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=124212 CPUtime=342.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 106347 0 0 0 34201 28 0 0 25 0 1 0 393445106 127193088 24728 33554432000 4194304 4291949 140734432194928 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 31053 24728 253 24 0 27687 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 124212

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.66 6/190 16984
/proc/meminfo: memFree=14233320/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=255688 CPUtime=402.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 123543 0 0 0 40197 32 0 0 25 0 1 0 393445106 261824512 41867 33554432000 4194304 4291949 140734432194928 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 63922 41867 253 24 0 60556 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 255688

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.68 5/190 16986
/proc/meminfo: memFree=14091324/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=255820 CPUtime=462.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 136896 0 0 0 46191 38 0 0 25 0 1 0 393445106 261959680 55176 33554432000 4194304 4291949 140734432194928 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 63955 55176 253 24 0 60589 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 255820

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.70 5/190 16987
/proc/meminfo: memFree=14113620/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=388620 CPUtime=522.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 146181 0 0 0 52186 42 0 0 25 0 1 0 393445106 397946880 64424 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 97155 64424 253 24 0 93789 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 388620

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/190 16989
/proc/meminfo: memFree=13852196/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=606324 CPUtime=582.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 192877 0 0 0 58173 56 0 0 25 0 1 0 393445106 620875776 111045 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 151581 111045 253 24 0 148215 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 606324

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 16991
/proc/meminfo: memFree=13750616/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=607952 CPUtime=642.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 200511 0 0 0 64169 60 0 0 25 0 1 0 393445106 622542848 118651 33554432000 4194304 4291949 140734432194928 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 151988 118651 253 24 0 148622 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 607952

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 16992
/proc/meminfo: memFree=14072628/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=129556 CPUtime=702.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 218042 0 0 0 70160 68 0 0 25 0 1 0 393445106 132665344 25033 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 32389 25033 253 24 0 29023 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 129556

[startup+762.307 s]
/proc/loadavg: 4.04 4.01 3.76 5/190 16994
/proc/meminfo: memFree=14162008/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=261304 CPUtime=762.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 236279 0 0 0 76155 74 0 0 25 0 1 0 393445106 267575296 43217 33554432000 4194304 4291949 140734432194928 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 65326 43217 253 24 0 61960 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 261304

[startup+822.3 s]
/proc/loadavg: 4.01 4.01 3.77 5/190 16995
/proc/meminfo: memFree=14194860/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=261436 CPUtime=822.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 247841 0 0 0 82149 80 0 0 25 0 1 0 393445106 267710464 54730 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 65359 54730 253 24 0 61993 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 261436

[startup+882.301 s]
/proc/loadavg: 4.06 4.02 3.79 5/190 16997
/proc/meminfo: memFree=14007728/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=394508 CPUtime=882.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 272445 0 0 0 88144 84 0 0 25 0 1 0 393445106 403976192 79275 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 98627 79275 253 24 0 95261 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 394508

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.80 5/190 16999
/proc/meminfo: memFree=13909756/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=395308 CPUtime=942.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 281578 0 0 0 94141 87 0 0 25 0 1 0 393445106 404795392 88378 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 98827 88378 253 24 0 95461 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 395308

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.81 5/190 17000
/proc/meminfo: memFree=13890272/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=610912 CPUtime=1002.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 290867 0 0 0 100137 91 0 0 25 0 1 0 393445106 625573888 97633 33554432000 4194304 4291949 140734432194928 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 152728 97633 253 24 0 149362 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 610912

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 17002
/proc/meminfo: memFree=13802964/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=611708 CPUtime=1062.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 299241 0 0 0 106134 94 0 0 25 0 1 0 393445106 626388992 105968 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 152927 105968 253 24 0 149561 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 611708

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 17003
/proc/meminfo: memFree=14273284/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=102888 CPUtime=1122.28 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 318861 0 0 0 112126 102 0 0 25 0 1 0 393445106 105357312 21145 33554432000 4194304 4291949 140734432194928 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 25722 21146 253 24 0 22356 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 102888

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 17005
/proc/meminfo: memFree=14127936/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=183796 CPUtime=1182.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 332868 0 0 0 118121 108 0 0 25 0 1 0 393445106 188207104 35094 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 45949 35094 253 24 0 42583 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 183796

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 17007
/proc/meminfo: memFree=14037016/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=398784 CPUtime=1242.29 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 381379 0 0 0 124105 124 0 0 25 0 1 0 393445106 408354816 83529 33554432000 4194304 4291949 140734432194928 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 99696 83529 253 24 0 96330 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 398784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.85 2/184 17011
/proc/meminfo: memFree=14078096/32950928 swapFree=67111528/67111528
[pid=16970] ppid=16968 vsize=617312 CPUtime=1299.99 cores=1,3
/proc/16970/stat : 16970 (RestartSAT) R 16968 16970 16754 0 -1 4202496 421985 0 0 0 129864 135 0 0 25 0 1 0 393445106 632127488 124069 33554432000 4194304 4291949 140734432194928 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/16970/statm: 154328 124069 253 24 0 150962 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 617312

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.03
CPU time (s): 1300.02
CPU user time (s): 1298.64
CPU system time (s): 1.37779
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 631044

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

runsolver used 2.11568 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-15 00:01:03
IDJOB=3170723
IDBENCH=82541
IDSOLVER=1581
FILE ID=node122/3170723-1302818463
RUNJOBID= node122-1302817160-16774
PBS_JOBID= 13006651
Free space on /tmp= 71644 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170723-1302818463/watcher-3170723-1302818463 -o /tmp/evaluation-result-3170723-1302818463/solver-3170723-1302818463 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170723-1302818463.cnf

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

MD5SUM BENCH= c6eeff67aa308a86267a5f4d04512b40
RANDOM SEED=1726327073

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14563896 kB
Buffers:        791544 kB
Cached:       17132688 kB
SwapCached:          0 kB
Active:        8421864 kB
Inactive:      9584548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14563896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7456 kB
Writeback:           0 kB
AnonPages:       81808 kB
Mapped:          15268 kB
Slab:           316256 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   272584 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= 71644 MiB
End job on node122 at 2011-04-15 00:22:45