Trace number 1512639

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
VARSAT-crafted 2009-03-22? (TO) 1200.08 1200.42

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1353769076-009.cnf
MD5SUM0aeb33d4615b67c4ba3e205bec8691bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark87.8936
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  800                                                  |
0.00/0.00	c |  Number of clauses:    16000                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1592269779.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.07/0.12	c ============================[ Search Statistics ]==============================
0.20/0.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.54	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.54	c ===============================================================================
0.20/0.54	c |         0 |     800    16000    80000 |     5333        0    nan |  0.000 % |
0.20/0.54	c |       101 |     800    16000    80000 |     5866      101    113 |  0.000 % |
0.20/0.54	c |       252 |     800    16000    80000 |     6453      252    112 |  0.000 % |
0.20/0.54	c |       477 |     800    16000    80000 |     7098      477    105 |  0.000 % |
0.20/0.54	c |       814 |     800    16000    80000 |     7808      814    103 |  0.000 % |
0.20/0.54	c |      1322 |     800    16000    80000 |     8589     1322    103 |  0.000 % |
0.20/0.54	c |      2082 |     800    16000    80000 |     9448     2082    106 |  0.000 % |
0.59/0.69	c |      3221 |     800    16000    80000 |    10393     3221    106 |  0.000 % |
0.89/0.93	c |      4929 |     800    16000    80000 |    11432     4929    106 |  0.000 % |
1.29/1.31	c |      7491 |     800    16000    80000 |    12575     7491    108 |  0.000 % |
1.89/1.99	c |     11335 |     800    16000    80000 |    13833    11335    109 |  0.000 % |
3.08/3.16	c |     17101 |     800    16000    80000 |    15216    10043    115 |  0.000 % |
5.08/5.13	c |     25751 |     800    16000    80000 |    16738    10951    119 |  0.000 % |
8.27/8.40	c |     38725 |     800    16000    80000 |    18412    15421    119 |  0.000 % |
13.38/13.48	c |     58187 |     800    16000    80000 |    20253    16177    118 |  0.000 % |
22.87/22.94	c |     87379 |     800    16000    80000 |    22278    14590    121 |  0.000 % |
38.47/38.53	c |    131169 |     800    16000    80000 |    24506    13247    117 |  0.000 % |
64.46/64.59	c |    196853 |     800    16000    80000 |    26957    14744    114 |  0.000 % |
103.75/103.84	c |    295379 |     800    16000    80000 |    29652    25344    116 |  0.000 % |
164.53/164.66	c |    443170 |     800    16000    80000 |    32618    18404    118 |  0.000 % |
263.70/263.80	c |    664853 |     800    16000    80000 |    35879    21487    117 |  0.000 % |
416.67/416.84	c |    997378 |     800    16000    80000 |    39467    29431    119 |  0.000 % |
682.79/683.05	c |   1496166 |     800    16000    80000 |    43414    31116    119 |  0.000 % |
1123.08/1123.45	c |   2244351 |     800    16000    80000 |    47756    36590    123 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1512639-1238206538/watcher-1512639-1238206538 -o /tmp/evaluation-result-1512639-1238206538/solver-1512639-1238206538 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1592269779 HOME/instance-1512639-1238206538.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 24662
/proc/meminfo: memFree=1117792/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=2560 CPUtime=0
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 327 0 0 0 0 0 0 0 18 0 1 0 1093319574 2621440 312 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 640 313 87 221 0 416 0

[startup+0.0797181 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 24662
/proc/meminfo: memFree=1117792/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=5480 CPUtime=0.07
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 1065 0 0 0 7 0 0 0 18 0 1 0 1093319574 5611520 1050 1992294400 4194304 5102648 548682068800 18446744073709551615 4283517 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 1370 1050 98 221 0 1146 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5480

[startup+0.207336 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 24662
/proc/meminfo: memFree=1117792/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=5336 CPUtime=0.2
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 1111 0 0 0 20 0 0 0 18 0 1 0 1093319574 5464064 1033 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 1334 1033 113 221 0 1110 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5336

[startup+0.603777 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 24662
/proc/meminfo: memFree=1117792/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=5864 CPUtime=0.59
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 1220 0 0 0 59 0 0 0 21 0 1 0 1093319574 6004736 1142 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 1466 1142 113 221 0 1242 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5864

[startup+0.702788 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 24662
/proc/meminfo: memFree=1117792/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=6128 CPUtime=0.69
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 1307 0 0 0 69 0 0 0 22 0 1 0 1093319574 6275072 1229 1992294400 4194304 5102648 548682068800 18446744073709551615 4214174 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 1532 1229 113 221 0 1308 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6128

[startup+1.50688 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 24663
/proc/meminfo: memFree=1110936/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=8852 CPUtime=1.49
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 1968 0 0 0 149 0 0 0 25 0 1 0 1093319574 9064448 1890 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 2213 1890 113 221 0 1989 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8852

[startup+3.10106 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 24663
/proc/meminfo: memFree=1107800/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=11596 CPUtime=3.08
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 2676 0 0 0 307 1 0 0 25 0 1 0 1093319574 11874304 2598 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 2899 2598 113 221 0 2675 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11596

[startup+6.30143 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 24663
/proc/meminfo: memFree=1106392/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=13708 CPUtime=6.27
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 3185 0 0 0 626 1 0 0 25 0 1 0 1093319574 14036992 3107 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 3427 3107 113 221 0 3203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13708

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 24663
/proc/meminfo: memFree=1103896/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=15484 CPUtime=12.68
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 3615 0 0 0 1266 2 0 0 25 0 1 0 1093319574 15855616 3537 1992294400 4194304 5102648 548682068800 18446744073709551615 4249145 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 3871 3537 113 221 0 3647 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15484

[startup+25.5016 s]
/proc/loadavg: 0.95 0.96 0.70 2/65 24663
/proc/meminfo: memFree=1101336/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=18828 CPUtime=25.48
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 4455 0 0 0 2545 3 0 0 25 0 1 0 1093319574 19279872 4377 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 4707 4377 113 221 0 4483 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18828

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.70 2/65 24663
/proc/meminfo: memFree=1098136/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=21232 CPUtime=51.06
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 5059 0 0 0 5103 3 0 0 25 0 1 0 1093319574 21741568 4981 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 5308 4981 113 221 0 5084 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21232

[startup+102.301 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 24663
/proc/meminfo: memFree=1095192/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=24044 CPUtime=102.25
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 5773 0 0 0 10222 3 0 0 25 0 1 0 1093319574 24621056 5695 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 6011 5695 113 221 0 5787 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 24044

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 24663
/proc/meminfo: memFree=1092184/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=27256 CPUtime=162.23
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 6543 0 0 0 16219 4 0 0 25 0 1 0 1093319574 27910144 6465 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 6814 6465 113 221 0 6590 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27256

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 24663
/proc/meminfo: memFree=1089560/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=29864 CPUtime=222.22
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 7188 0 0 0 22217 5 0 0 25 0 1 0 1093319574 30580736 7110 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 7466 7110 113 221 0 7242 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29864

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 24663
/proc/meminfo: memFree=1086488/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=32844 CPUtime=282.2
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 7933 0 0 0 28214 6 0 0 25 0 1 0 1093319574 33632256 7855 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 8211 7855 113 221 0 7987 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 32844

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 24663
/proc/meminfo: memFree=1085720/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=33672 CPUtime=342.19
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 8112 0 0 0 34212 7 0 0 25 0 1 0 1093319574 34480128 8034 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 8418 8034 113 221 0 8194 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 33672

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 24663
/proc/meminfo: memFree=1084440/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=34960 CPUtime=402.17
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 8417 0 0 0 40210 7 0 0 25 0 1 0 1093319574 35799040 8339 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 8740 8339 113 221 0 8516 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 34960

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 24663
/proc/meminfo: memFree=1081368/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=37964 CPUtime=462.15
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 9188 0 0 0 46208 7 0 0 25 0 1 0 1093319574 38875136 9110 1992294400 4194304 5102648 548682068800 18446744073709551615 4254033 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 9491 9110 113 221 0 9267 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 37964

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 24663
/proc/meminfo: memFree=1080984/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=38564 CPUtime=522.13
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 9320 0 0 0 52206 7 0 0 25 0 1 0 1093319574 39489536 9242 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 9641 9242 113 221 0 9417 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 38564

[startup+582.305 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 24663
/proc/meminfo: memFree=1079960/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=39572 CPUtime=582.13
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 9573 0 0 0 58205 8 0 0 25 0 1 0 1093319574 40521728 9495 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 9893 9495 113 221 0 9669 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 39572

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 24663
/proc/meminfo: memFree=1079704/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=39936 CPUtime=642.11
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 9631 0 0 0 64203 8 0 0 25 0 1 0 1093319574 40894464 9553 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 9984 9553 113 221 0 9760 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 39936

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 24663
/proc/meminfo: memFree=1078104/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=41608 CPUtime=702.09
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10039 0 0 0 70201 8 0 0 25 0 1 0 1093319574 42606592 9961 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 10402 9961 113 221 0 10178 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 41608

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 24663
/proc/meminfo: memFree=1076248/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=43480 CPUtime=762.07
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10497 0 0 0 76198 9 0 0 25 0 1 0 1093319574 44523520 10419 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 10870 10419 113 221 0 10646 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 43480

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 24663
/proc/meminfo: memFree=1075800/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=44008 CPUtime=822.06
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10614 0 0 0 82197 9 0 0 25 0 1 0 1093319574 45064192 10536 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 11002 10536 113 221 0 10778 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 44008

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 24663
/proc/meminfo: memFree=1075288/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=44452 CPUtime=882.04
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10730 0 0 0 88195 9 0 0 25 0 1 0 1093319574 45518848 10652 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 11113 10652 113 221 0 10889 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 44452

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 24663
/proc/meminfo: memFree=1075288/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=44452 CPUtime=942.02
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10730 0 0 0 94193 9 0 0 25 0 1 0 1093319574 45518848 10652 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 11113 10652 113 221 0 10889 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 44452

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 24663
/proc/meminfo: memFree=1074712/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=45112 CPUtime=1002.01
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10880 0 0 0 100192 9 0 0 25 0 1 0 1093319574 46194688 10802 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 11278 10802 113 221 0 11054 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 45112

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 24663
/proc/meminfo: memFree=1074520/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=45280 CPUtime=1061.99
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10924 0 0 0 106190 9 0 0 25 0 1 0 1093319574 46366720 10846 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 11320 10846 113 221 0 11096 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 45280

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 24663
/proc/meminfo: memFree=1074520/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=45280 CPUtime=1121.98
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 10924 0 0 0 112189 9 0 0 25 0 1 0 1093319574 46366720 10846 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 11320 10846 113 221 0 11096 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 45280

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 24663
/proc/meminfo: memFree=1070872/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=48976 CPUtime=1181.96
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 11840 0 0 0 118186 10 0 0 25 0 1 0 1093319574 50151424 11762 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 12244 11762 113 221 0 12020 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 48976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 24663
/proc/meminfo: memFree=1070104/2055920 swapFree=4171920/4192956
[pid=24662] ppid=24660 vsize=49636 CPUtime=1200.06
/proc/24662/stat : 24662 (varsat-crafted_) R 24660 24662 24591 0 -1 4194304 12022 0 0 0 119995 11 0 0 25 0 1 0 1093319574 50827264 11944 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/24662/statm: 12409 11944 113 221 0 12185 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 49636

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): 1200.42
CPU time (s): 1200.08
CPU user time (s): 1199.96
CPU system time (s): 0.118981
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 49636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12022
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= 2
involuntary context switches= 1584

runsolver used 0.872867 second user time and 2.59461 second system time

The end

Launcher Data

Begin job on node28 at 2009-03-28 03:15:39
IDJOB=1512639
IDBENCH=70196
IDSOLVER=537
FILE ID=node28/1512639-1238206538
PBS_JOBID= 9060536
Free space on /tmp= 66136 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1353769076-009.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512639-1238206538/watcher-1512639-1238206538 -o /tmp/evaluation-result-1512639-1238206538/solver-1512639-1238206538 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1592269779 HOME/instance-1512639-1238206538.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0aeb33d4615b67c4ba3e205bec8691bf
RANDOM SEED=1592269779

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1118272 kB
Buffers:         85940 kB
Cached:         758760 kB
SwapCached:      14208 kB
Active:         260296 kB
Inactive:       608288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118272 kB
SwapTotal:     4192956 kB
SwapFree:      4171920 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:          17800 kB
Slab:            54864 kB
Committed_AS:  2785004 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66136 MiB
End job on node28 at 2009-03-28 03:35:41