Trace number 1512688

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-industrial 2009-03-22? (TO) 1200.1 1200.52

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1183359164-025.cnf
MD5SUMeb88883744268c4015fbf88194e85a82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.16961
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:          1504054214.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.10/0.12	c ============================[ Search Statistics ]==============================
0.10/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.12	c ===============================================================================
0.10/0.12	c |         0 |     800    16000    80000 |     5333        0    nan |  0.000 % |
0.10/0.17	c |       100 |     800    16000    80000 |     5866      100    108 |  0.000 % |
0.19/0.21	c |       250 |     800    16000    80000 |     6453      250    101 |  0.000 % |
0.19/0.27	c |       476 |     800    16000    80000 |     7098      476    100 |  0.000 % |
0.29/0.33	c |       813 |     800    16000    80000 |     7808      813    103 |  0.000 % |
0.39/0.42	c |      1320 |     800    16000    80000 |     8589     1320    106 |  0.000 % |
0.49/0.52	c |      2081 |     800    16000    80000 |     9448     2081    106 |  0.000 % |
0.59/0.68	c |      3220 |     800    16000    80000 |    10393     3220    107 |  0.000 % |
0.89/0.91	c |      4929 |     800    16000    80000 |    11432     4929    108 |  0.000 % |
1.29/1.30	c |      7491 |     800    16000    80000 |    12575     7491    109 |  0.000 % |
1.89/1.98	c |     11336 |     800    16000    80000 |    13833    11336    112 |  0.000 % |
2.99/3.08	c |     17103 |     800    16000    80000 |    15216    10043    115 |  0.000 % |
4.79/4.88	c |     25752 |     800    16000    80000 |    16738    10938    116 |  0.000 % |
8.19/8.27	c |     38727 |     800    16000    80000 |    18412    15393    117 |  0.000 % |
13.59/13.68	c |     58188 |     800    16000    80000 |    20253    16151    121 |  0.000 % |
21.88/21.98	c |     87381 |     800    16000    80000 |    22278    14528    120 |  0.000 % |
37.38/37.46	c |    131170 |     800    16000    80000 |    24506    13174    116 |  0.000 % |
62.07/62.15	c |    196854 |     800    16000    80000 |    26957    15157    120 |  0.000 % |
103.26/103.33	c |    295380 |     800    16000    80000 |    29652    24195    120 |  0.000 % |
165.33/165.44	c |    443169 |     800    16000    80000 |    32618    18534    120 |  0.000 % |
269.90/270.01	c |    664852 |     800    16000    80000 |    35879    24501    119 |  0.000 % |
437.54/437.78	c |    997378 |     800    16000    80000 |    39467    15479    115 |  0.000 % |
701.04/701.38	c |   1496168 |     800    16000    80000 |    43414    17638    117 |  0.000 % |
1125.80/1126.22	c |   2244351 |     800    16000    80000 |    47756    24817    120 |  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-1512688-1238207727/watcher-1512688-1238207727 -o /tmp/evaluation-result-1512688-1238207727/solver-1512688-1238207727 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1504054214 HOME/instance-1512688-1238207727.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/72 26466
/proc/meminfo: memFree=1138376/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=2560 CPUtime=0
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 338 0 0 0 0 0 0 0 18 0 1 0 1093433928 2621440 323 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 640 323 87 221 0 416 0

[startup+0.10672 s]
/proc/loadavg: 0.99 0.97 0.88 3/72 26466
/proc/meminfo: memFree=1138376/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=5760 CPUtime=0.1
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 1105 0 0 0 10 0 0 0 18 0 1 0 1093433928 5898240 1090 1992294400 4194304 5102648 548682068784 18446744073709551615 4273274 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 1440 1090 98 221 0 1216 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5760

[startup+0.201738 s]
/proc/loadavg: 0.99 0.97 0.88 3/72 26466
/proc/meminfo: memFree=1138376/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=5436 CPUtime=0.19
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 1120 0 0 0 19 0 0 0 18 0 1 0 1093433928 5566464 1042 1992294400 4194304 5102648 548682068784 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 1359 1042 113 221 0 1135 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5436

[startup+0.301758 s]
/proc/loadavg: 0.99 0.97 0.88 3/72 26466
/proc/meminfo: memFree=1138376/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=5436 CPUtime=0.29
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 1120 0 0 0 29 0 0 0 19 0 1 0 1093433928 5566464 1042 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 1359 1042 113 221 0 1135 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5436

[startup+0.701835 s]
/proc/loadavg: 0.99 0.97 0.88 3/72 26466
/proc/meminfo: memFree=1138376/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=6108 CPUtime=0.69
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 1310 0 0 0 69 0 0 0 22 0 1 0 1093433928 6254592 1232 1992294400 4194304 5102648 548682068784 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 1527 1232 113 221 0 1303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6108

[startup+1.50199 s]
/proc/loadavg: 0.99 0.97 0.88 2/73 26467
/proc/meminfo: memFree=1132352/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=8904 CPUtime=1.49
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 1984 0 0 0 149 0 0 0 25 0 1 0 1093433928 9117696 1906 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 2226 1906 113 221 0 2002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8904

[startup+3.10131 s]
/proc/loadavg: 0.99 0.97 0.88 2/73 26467
/proc/meminfo: memFree=1128896/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=11872 CPUtime=3.09
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 2722 0 0 0 308 1 0 0 25 0 1 0 1093433928 12156928 2644 1992294400 4194304 5102648 548682068784 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 2968 2644 113 221 0 2744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11872

[startup+6.30193 s]
/proc/loadavg: 0.99 0.97 0.88 2/73 26467
/proc/meminfo: memFree=1126848/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=13852 CPUtime=6.28
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 3215 0 0 0 627 1 0 0 25 0 1 0 1093433928 14184448 3137 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 3463 3137 113 221 0 3239 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13852

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.88 2/73 26467
/proc/meminfo: memFree=1124352/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=15500 CPUtime=12.69
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 3627 0 0 0 1267 2 0 0 25 0 1 0 1093433928 15872000 3549 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 3875 3549 113 221 0 3651 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15500

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.88 2/73 26467
/proc/meminfo: memFree=1121344/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=18404 CPUtime=25.49
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 4368 0 0 0 2546 3 0 0 25 0 1 0 1093433928 18845696 4290 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 4601 4290 113 221 0 4377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18404

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.88 2/73 26467
/proc/meminfo: memFree=1118656/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=21060 CPUtime=51.08
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 5031 0 0 0 5104 4 0 0 25 0 1 0 1093433928 21565440 4953 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 5265 4953 113 221 0 5041 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21060

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/73 26467
/proc/meminfo: memFree=1115776/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=24116 CPUtime=102.26
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 5763 0 0 0 10221 5 0 0 25 0 1 0 1093433928 24694784 5685 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 6029 5685 113 221 0 5805 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24116

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/73 26467
/proc/meminfo: memFree=1112832/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=27108 CPUtime=162.24
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 6488 0 0 0 16218 6 0 0 25 0 1 0 1093433928 27758592 6410 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 6777 6410 113 221 0 6553 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 27108

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.90 2/73 26467
/proc/meminfo: memFree=1110016/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=29924 CPUtime=222.22
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 7195 0 0 0 22215 7 0 0 25 0 1 0 1093433928 30642176 7117 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 7481 7117 113 221 0 7257 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29924

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26467
/proc/meminfo: memFree=1107904/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=32064 CPUtime=282.19
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 7728 0 0 0 28212 7 0 0 25 0 1 0 1093433928 32833536 7650 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 8016 7650 113 221 0 7792 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 32064

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26467
/proc/meminfo: memFree=1106432/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=33528 CPUtime=342.17
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 8100 0 0 0 34210 7 0 0 25 0 1 0 1093433928 34332672 8022 1992294400 4194304 5102648 548682068784 18446744073709551615 4249401 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 8382 8022 113 221 0 8158 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 33528

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26467
/proc/meminfo: memFree=1105472/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=34488 CPUtime=402.15
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 8335 0 0 0 40207 8 0 0 25 0 1 0 1093433928 35315712 8257 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 8622 8257 113 221 0 8398 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 34488

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26467
/proc/meminfo: memFree=1101696/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=38356 CPUtime=462.13
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 9300 0 0 0 46204 9 0 0 25 0 1 0 1093433928 39276544 9222 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 9589 9222 113 221 0 9365 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 38356

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26467
/proc/meminfo: memFree=1101376/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=38636 CPUtime=522.11
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 9361 0 0 0 52202 9 0 0 25 0 1 0 1093433928 39563264 9283 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 9659 9283 113 221 0 9435 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 38636

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26467
/proc/meminfo: memFree=1100608/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=39388 CPUtime=582.08
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 9544 0 0 0 58199 9 0 0 25 0 1 0 1093433928 40333312 9466 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 9847 9466 113 221 0 9623 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 39388

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1100416/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=39388 CPUtime=642.07
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 9555 0 0 0 64197 10 0 0 25 0 1 0 1093433928 40333312 9477 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 9847 9477 113 221 0 9623 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 39388

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1099840/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=40168 CPUtime=702.04
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 9735 0 0 0 70194 10 0 0 25 0 1 0 1093433928 41132032 9657 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 10042 9657 113 221 0 9818 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 40168

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1096640/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=43588 CPUtime=762.02
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 10517 0 0 0 76192 10 0 0 25 0 1 0 1093433928 44634112 10439 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 10897 10439 113 221 0 10673 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 43588

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1096064/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=44248 CPUtime=822
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 10690 0 0 0 82189 11 0 0 25 0 1 0 1093433928 45309952 10612 1992294400 4194304 5102648 548682068784 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 11062 10612 113 221 0 10838 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 44248

[startup+882.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1095424/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=44964 CPUtime=881.99
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 10843 0 0 0 88188 11 0 0 25 0 1 0 1093433928 46043136 10765 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 11241 10765 113 221 0 11017 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 44964

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1095296/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=45096 CPUtime=941.96
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 10880 0 0 0 94185 11 0 0 25 0 1 0 1093433928 46178304 10802 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 11274 10802 113 221 0 11050 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 45096

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1094656/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=45648 CPUtime=1001.94
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 11024 0 0 0 100183 11 0 0 25 0 1 0 1093433928 46743552 10946 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 11412 10946 113 221 0 11188 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 45648

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1094336/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=45928 CPUtime=1061.92
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 11093 0 0 0 106181 11 0 0 25 0 1 0 1093433928 47030272 11015 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 11482 11015 113 221 0 11258 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 45928

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1093760/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=46588 CPUtime=1121.9
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 11249 0 0 0 112178 12 0 0 25 0 1 0 1093433928 47706112 11171 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 11647 11171 113 221 0 11423 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 46588

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1090944/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=49388 CPUtime=1181.88
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 11941 0 0 0 118175 13 0 0 25 0 1 0 1093433928 50573312 11863 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 12347 11863 113 221 0 12123 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 49388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/73 26469
/proc/meminfo: memFree=1090944/2055920 swapFree=4175896/4192956
[pid=26466] ppid=26464 vsize=49388 CPUtime=1200.08
/proc/26466/stat : 26466 (varsat-industri) R 26464 26466 26367 0 -1 4194304 11941 0 0 0 119995 13 0 0 25 0 1 0 1093433928 50573312 11863 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26466/statm: 12347 11863 113 221 0 12123 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 49388

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.52
CPU time (s): 1200.1
CPU user time (s): 1199.96
CPU system time (s): 0.139978
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 49388

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

runsolver used 0.995848 second user time and 3.38248 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-28 03:35:27
IDJOB=1512688
IDBENCH=70200
IDSOLVER=538
FILE ID=node66/1512688-1238207727
PBS_JOBID= 9060500
Free space on /tmp= 66512 MiB

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

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

MD5SUM BENCH= eb88883744268c4015fbf88194e85a82
RANDOM SEED=1504054214

node66.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.286
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.286
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:       1138856 kB
Buffers:         85064 kB
Cached:         740268 kB
SwapCached:       8824 kB
Active:         184612 kB
Inactive:       651684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1138856 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          16568 kB
Slab:            66012 kB
Committed_AS:  3048736 kB
PageTables:       1976 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= 66512 MiB
End job on node66 at 2009-03-28 03:55:30