Trace number 1512699

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.1 1200.41

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S315403000-060.cnf
MD5SUM5bdd8d21d4edc82016dc7031e101a675
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.8655
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.01/0.03	c |  Parsing time:         0.03         s                                       |
0.01/0.03	c |  Timeout:              43200 s
0.01/0.03	c |  Random Seed:          1504054214.000000
0.01/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.01/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.01/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.01/0.03	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |     800    16000    80000 |     5333        0    nan |  0.000 % |
0.09/0.17	c |       102 |     800    16000    80000 |     5866      102    104 |  0.000 % |
0.19/0.21	c |       253 |     800    16000    80000 |     6453      253    105 |  0.000 % |
0.19/0.27	c |       480 |     800    16000    80000 |     7098      480    103 |  0.000 % |
0.29/0.33	c |       821 |     800    16000    80000 |     7808      821    106 |  0.000 % |
0.39/0.41	c |      1327 |     800    16000    80000 |     8589     1327    108 |  0.000 % |
0.49/0.52	c |      2086 |     800    16000    80000 |     9448     2086    108 |  0.000 % |
0.59/0.68	c |      3226 |     800    16000    80000 |    10393     3226    110 |  0.000 % |
0.89/0.93	c |      4936 |     800    16000    80000 |    11432     4936    114 |  0.000 % |
1.29/1.33	c |      7499 |     800    16000    80000 |    12575     7499    113 |  0.000 % |
1.99/2.04	c |     11345 |     800    16000    80000 |    13833    11345    113 |  0.000 % |
3.19/3.20	c |     17111 |     800    16000    80000 |    15216    10061    114 |  0.000 % |
4.99/5.07	c |     25760 |     800    16000    80000 |    16738    10961    116 |  0.000 % |
8.29/8.31	c |     38735 |     800    16000    80000 |    18412    15426    120 |  0.000 % |
13.49/13.52	c |     58199 |     800    16000    80000 |    20253    16190    117 |  0.000 % |
22.39/22.41	c |     87392 |     800    16000    80000 |    22278    14580    119 |  0.000 % |
36.89/36.91	c |    131182 |     800    16000    80000 |    24506    13247    122 |  0.000 % |
62.68/62.73	c |    196867 |     800    16000    80000 |    26957    15394    115 |  0.000 % |
103.37/103.49	c |    295393 |     800    16000    80000 |    29652    24007    122 |  0.000 % |
168.55/168.62	c |    443182 |     800    16000    80000 |    32618    18715    117 |  0.000 % |
269.92/270.08	c |    664865 |     800    16000    80000 |    35879    24857    125 |  0.000 % |
430.98/431.16	c |    997394 |     800    16000    80000 |    39467    18635    116 |  0.000 % |
701.51/701.71	c |   1496182 |     800    16000    80000 |    43414    21170    118 |  0.000 % |
1119.70/1120.04	c |   2244364 |     800    16000    80000 |    47756    24424    115 |  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-1512699-1238207730/watcher-1512699-1238207730 -o /tmp/evaluation-result-1512699-1238207730/solver-1512699-1238207730 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1504054214 HOME/instance-1512699-1238207730.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.99 0.97 0.88 3/76 16955
/proc/meminfo: memFree=1382864/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=2696 CPUtime=0
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1093434207 2760704 334 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 674 334 87 221 0 450 0

[startup+0.020182 s]
/proc/loadavg: 0.99 0.97 0.88 3/76 16955
/proc/meminfo: memFree=1382864/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=4012 CPUtime=0.01
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 682 0 0 0 1 0 0 0 18 0 1 0 1093434207 4108288 667 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 1003 667 87 221 0 779 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4012

[startup+0.101189 s]
/proc/loadavg: 0.99 0.97 0.88 3/76 16955
/proc/meminfo: memFree=1382864/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=5796 CPUtime=0.09
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 1106 0 0 0 9 0 0 0 18 0 1 0 1093434207 5935104 1091 1992294400 4194304 5102648 548682068800 18446744073709551615 4273024 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 1449 1091 98 221 0 1225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.301205 s]
/proc/loadavg: 0.99 0.97 0.88 3/76 16955
/proc/meminfo: memFree=1382864/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=5232 CPUtime=0.29
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 1121 0 0 0 29 0 0 0 19 0 1 0 1093434207 5357568 1014 1992294400 4194304 5102648 548682068800 18446744073709551615 4525143 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 1308 1014 113 221 0 1084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5232

[startup+0.701238 s]
/proc/loadavg: 0.99 0.97 0.88 3/76 16955
/proc/meminfo: memFree=1382864/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=6156 CPUtime=0.69
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 1345 0 0 0 69 0 0 0 22 0 1 0 1093434207 6303744 1238 1992294400 4194304 5102648 548682068800 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 1539 1238 113 221 0 1315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6156

[startup+1.5013 s]
/proc/loadavg: 0.99 0.97 0.88 2/77 16956
/proc/meminfo: memFree=1377224/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=8880 CPUtime=1.49
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 2016 0 0 0 148 1 0 0 25 0 1 0 1093434207 9093120 1909 1992294400 4194304 5102648 548682068800 18446744073709551615 4249914 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 2220 1909 113 221 0 1996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8880

[startup+3.10144 s]
/proc/loadavg: 0.99 0.97 0.88 2/77 16956
/proc/meminfo: memFree=1373896/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=11812 CPUtime=3.09
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 2754 0 0 0 308 1 0 0 25 0 1 0 1093434207 12095488 2647 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 2953 2647 113 221 0 2729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11812

[startup+6.3017 s]
/proc/loadavg: 0.99 0.97 0.88 2/77 16956
/proc/meminfo: memFree=1371336/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=13928 CPUtime=6.29
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 3268 0 0 0 628 1 0 0 25 0 1 0 1093434207 14262272 3161 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 3482 3161 113 221 0 3258 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13928

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.88 2/77 16956
/proc/meminfo: memFree=1368904/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=15356 CPUtime=12.68
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 3635 0 0 0 1267 1 0 0 25 0 1 0 1093434207 15724544 3528 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 3839 3528 113 221 0 3615 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15356

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.88 2/77 16956
/proc/meminfo: memFree=1365832/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=18552 CPUtime=25.49
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 4418 0 0 0 2547 2 0 0 25 0 1 0 1093434207 18997248 4311 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 4638 4311 113 221 0 4414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18552

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.88 2/77 16956
/proc/meminfo: memFree=1363208/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=21100 CPUtime=51.08
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 5059 0 0 0 5105 3 0 0 25 0 1 0 1093434207 21606400 4952 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 5275 4952 113 221 0 5051 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21100

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.89 2/77 16956
/proc/meminfo: memFree=1359752/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=24560 CPUtime=102.27
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 5920 0 0 0 10223 4 0 0 25 0 1 0 1093434207 25149440 5813 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 6140 5813 113 221 0 5916 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24560

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/77 16956
/proc/meminfo: memFree=1357192/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=27160 CPUtime=162.25
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 6543 0 0 0 16220 5 0 0 25 0 1 0 1093434207 27811840 6436 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 6790 6436 113 221 0 6566 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 27160

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/77 16956
/proc/meminfo: memFree=1353160/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=31164 CPUtime=222.24
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 7532 0 0 0 22218 6 0 0 25 0 1 0 1093434207 31911936 7425 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 7791 7425 113 221 0 7567 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 31164

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/77 16958
/proc/meminfo: memFree=1351432/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=32896 CPUtime=282.21
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 7964 0 0 0 28215 6 0 0 25 0 1 0 1093434207 33685504 7857 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 8224 7857 113 221 0 8000 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32896

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 16958
/proc/meminfo: memFree=1349832/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=34508 CPUtime=342.2
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 8358 0 0 0 34213 7 0 0 25 0 1 0 1093434207 35336192 8251 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 8627 8251 113 221 0 8403 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 34508

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 16958
/proc/meminfo: memFree=1348936/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=35300 CPUtime=402.19
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 8573 0 0 0 40212 7 0 0 25 0 1 0 1093434207 36147200 8466 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 8825 8466 113 221 0 8601 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 35300

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 16958
/proc/meminfo: memFree=1346120/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=38180 CPUtime=462.17
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 9270 0 0 0 46209 8 0 0 25 0 1 0 1093434207 39096320 9163 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 9545 9163 113 221 0 9321 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 38180

[startup+522.302 s]
/proc/loadavg: 1.11 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1345352/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=38840 CPUtime=522.15
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 9460 0 0 0 52207 8 0 0 25 0 1 0 1093434207 39772160 9353 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 9710 9353 113 221 0 9486 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 38840

[startup+582.302 s]
/proc/loadavg: 1.04 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1344904/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=39340 CPUtime=582.13
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 9561 0 0 0 58205 8 0 0 25 0 1 0 1093434207 40284160 9454 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 9835 9454 113 221 0 9611 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 39340

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1344072/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=40180 CPUtime=642.13
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 9753 0 0 0 64204 9 0 0 25 0 1 0 1093434207 41144320 9646 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 10045 9646 113 221 0 9821 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 40180

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1343624/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=40596 CPUtime=702.11
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 9857 0 0 0 70202 9 0 0 25 0 1 0 1093434207 41570304 9750 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 10149 9750 113 221 0 9925 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 40596

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1340936/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=43628 CPUtime=762.1
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 10558 0 0 0 76200 10 0 0 25 0 1 0 1093434207 44675072 10451 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 10907 10451 113 221 0 10683 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 43628

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1340424/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=44112 CPUtime=822.07
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 10658 0 0 0 82197 10 0 0 25 0 1 0 1093434207 45170688 10551 1992294400 4194304 5102648 548682068800 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 11028 10551 113 221 0 10804 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 44112

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1339784/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=44680 CPUtime=882.06
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 10810 0 0 0 88195 11 0 0 25 0 1 0 1093434207 45752320 10703 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 11170 10703 113 221 0 10946 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 44680

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1339464/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=45124 CPUtime=942.04
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 10895 0 0 0 94193 11 0 0 25 0 1 0 1093434207 46206976 10788 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 11281 10788 113 221 0 11057 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 45124

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1338888/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=45652 CPUtime=1002.02
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 11040 0 0 0 100191 11 0 0 25 0 1 0 1093434207 46747648 10933 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 11413 10933 113 221 0 11189 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 45652

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1338440/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=46184 CPUtime=1062.01
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 11150 0 0 0 106190 11 0 0 25 0 1 0 1093434207 47292416 11043 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 11546 11043 113 221 0 11322 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 46184

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1338248/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=46368 CPUtime=1122
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 11194 0 0 0 112188 12 0 0 25 0 1 0 1093434207 47480832 11087 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 11592 11087 113 221 0 11368 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 46368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1335112/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=49308 CPUtime=1181.98
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 11955 0 0 0 118186 12 0 0 25 0 1 0 1093434207 50491392 11848 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 12327 11848 113 221 0 12103 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 49308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 16958
/proc/meminfo: memFree=1335112/2055920 swapFree=4173544/4192956
[pid=16955] ppid=16953 vsize=49308 CPUtime=1200.08
/proc/16955/stat : 16955 (varsat-crafted_) R 16953 16955 16842 0 -1 4194304 11955 0 0 0 119996 12 0 0 25 0 1 0 1093434207 50491392 11848 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/16955/statm: 12327 11848 113 221 0 12103 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 49308

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.41
CPU time (s): 1200.1
CPU user time (s): 1199.96
CPU system time (s): 0.134979
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 49308

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

runsolver used 1.02184 second user time and 3.35949 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-28 03:35:30
IDJOB=1512699
IDBENCH=70201
IDSOLVER=537
FILE ID=node65/1512699-1238207730
PBS_JOBID= 9060501
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= 5bdd8d21d4edc82016dc7031e101a675
RANDOM SEED=1504054214

node65.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.231
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.231
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:       1383344 kB
Buffers:         63236 kB
Cached:         513644 kB
SwapCached:      10232 kB
Active:          85280 kB
Inactive:       503412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383344 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          17008 kB
Slab:            68616 kB
Committed_AS:  3267384 kB
PageTables:       2316 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node65 at 2009-03-28 03:55:33