Trace number 1512640

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

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:          1408424687.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.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.16	c |       100 |     800    16000    80000 |     5866      100     89 |  0.000 % |
0.19/0.21	c |       250 |     800    16000    80000 |     6453      250     97 |  0.000 % |
0.19/0.26	c |       477 |     800    16000    80000 |     7098      477     98 |  0.000 % |
0.29/0.32	c |       816 |     800    16000    80000 |     7808      816    100 |  0.000 % |
0.39/0.41	c |      1323 |     800    16000    80000 |     8589     1323    104 |  0.000 % |
0.49/0.52	c |      2082 |     800    16000    80000 |     9448     2082    107 |  0.000 % |
0.59/0.68	c |      3222 |     800    16000    80000 |    10393     3222    111 |  0.000 % |
0.89/0.92	c |      4930 |     800    16000    80000 |    11432     4930    112 |  0.000 % |
1.29/1.31	c |      7492 |     800    16000    80000 |    12575     7492    113 |  0.000 % |
1.89/1.96	c |     11336 |     800    16000    80000 |    13833    11336    112 |  0.000 % |
3.09/3.10	c |     17102 |     800    16000    80000 |    15216    10055    111 |  0.000 % |
4.79/4.82	c |     25751 |     800    16000    80000 |    16738    10961    114 |  0.000 % |
8.19/8.22	c |     38731 |     800    16000    80000 |    18412    15415    119 |  0.000 % |
13.19/13.20	c |     58193 |     800    16000    80000 |    20253    16179    121 |  0.000 % |
22.18/22.28	c |     87385 |     800    16000    80000 |    22278    14599    120 |  0.000 % |
38.28/38.31	c |    131175 |     800    16000    80000 |    24506    13266    122 |  0.000 % |
61.97/62.08	c |    196859 |     800    16000    80000 |    26957    14768    117 |  0.000 % |
102.66/102.72	c |    295385 |     800    16000    80000 |    29652    27169    123 |  0.000 % |
165.73/165.86	c |    443174 |     800    16000    80000 |    32618    20165    117 |  0.000 % |
271.80/271.94	c |    664859 |     800    16000    80000 |    35879    25350    121 |  0.000 % |
435.55/435.75	c |    997385 |     800    16000    80000 |    39467    35565    123 |  0.000 % |
689.27/689.52	c |   1496173 |     800    16000    80000 |    43414    33934    119 |  0.000 % |
1115.92/1116.34	c |   2244355 |     800    16000    80000 |    47756    33940    125 |  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-1512640-1238206539/watcher-1512640-1238206539 -o /tmp/evaluation-result-1512640-1238206539/solver-1512640-1238206539 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1408424687 HOME/instance-1512640-1238206539.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.91 0.95 0.69 3/64 21385
/proc/meminfo: memFree=1445880/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=2560 CPUtime=0
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 326 0 0 0 0 0 0 0 18 0 1 0 1093319930 2621440 311 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 640 312 87 221 0 416 0

[startup+0.060315 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 21385
/proc/meminfo: memFree=1445880/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=5480 CPUtime=0.05
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 1065 0 0 0 5 0 0 0 18 0 1 0 1093319930 5611520 1050 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 1370 1050 98 221 0 1146 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5480

[startup+0.102321 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 21385
/proc/meminfo: memFree=1445880/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=5660 CPUtime=0.09
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 1096 0 0 0 9 0 0 0 18 0 1 0 1093319930 5795840 1081 1992294400 4194304 5102648 548682068784 18446744073709551615 4273033 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 1415 1081 98 221 0 1191 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5660

[startup+0.30136 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 21385
/proc/meminfo: memFree=1445880/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=5336 CPUtime=0.29
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 1111 0 0 0 29 0 0 0 19 0 1 0 1093319930 5464064 1033 1992294400 4194304 5102648 548682068784 18446744073709551615 4249105 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 1334 1033 113 221 0 1110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5336

[startup+0.701425 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 21385
/proc/meminfo: memFree=1445880/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=6260 CPUtime=0.69
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 1324 0 0 0 69 0 0 0 22 0 1 0 1093319930 6410240 1246 1992294400 4194304 5102648 548682068784 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 1565 1246 113 221 0 1341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6260

[startup+1.50157 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 21386
/proc/meminfo: memFree=1440240/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=8992 CPUtime=1.49
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 2007 0 0 0 148 1 0 0 25 0 1 0 1093319930 9207808 1929 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 2248 1929 113 221 0 2024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8992

[startup+3.10184 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 21386
/proc/meminfo: memFree=1436656/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=11736 CPUtime=3.09
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 2693 0 0 0 308 1 0 0 25 0 1 0 1093319930 12017664 2615 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 2934 2615 113 221 0 2710 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11736

[startup+6.3014 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 21386
/proc/meminfo: memFree=1434736/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=13984 CPUtime=6.29
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 3248 0 0 0 627 2 0 0 25 0 1 0 1093319930 14319616 3170 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 3496 3170 113 221 0 3272 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13984

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 21386
/proc/meminfo: memFree=1431856/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=15532 CPUtime=12.68
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 3644 0 0 0 1266 2 0 0 25 0 1 0 1093319930 15904768 3566 1992294400 4194304 5102648 548682068784 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 3883 3566 113 221 0 3659 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15532

[startup+25.5027 s]
/proc/loadavg: 0.94 0.95 0.69 2/65 21386
/proc/meminfo: memFree=1428912/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=18440 CPUtime=25.48
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 4380 0 0 0 2545 3 0 0 25 0 1 0 1093319930 18882560 4302 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 4610 4302 113 221 0 4386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18440

[startup+51.1022 s]
/proc/loadavg: 0.96 0.96 0.70 2/65 21386
/proc/meminfo: memFree=1426160/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=21236 CPUtime=51.07
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 5069 0 0 0 5103 4 0 0 25 0 1 0 1093319930 21745664 4991 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 5309 4991 113 221 0 5085 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21236

[startup+102.304 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 21386
/proc/meminfo: memFree=1422960/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=24496 CPUtime=102.26
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 5865 0 0 0 10220 6 0 0 25 0 1 0 1093319930 25083904 5787 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 6124 5787 113 221 0 5900 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24496

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 21386
/proc/meminfo: memFree=1420464/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=27044 CPUtime=162.23
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 6486 0 0 0 16217 6 0 0 25 0 1 0 1093319930 27693056 6408 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 6761 6408 113 221 0 6537 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27044

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 21386
/proc/meminfo: memFree=1417392/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=30080 CPUtime=222.21
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 7242 0 0 0 22214 7 0 0 25 0 1 0 1093319930 30801920 7164 1992294400 4194304 5102648 548682068784 18446744073709551615 4254520 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 7520 7164 113 221 0 7296 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 30080

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 21386
/proc/meminfo: memFree=1415088/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=32380 CPUtime=282.19
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 7808 0 0 0 28211 8 0 0 25 0 1 0 1093319930 33157120 7730 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 8095 7730 113 221 0 7871 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 32380

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 21386
/proc/meminfo: memFree=1413552/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=33988 CPUtime=342.17
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 8192 0 0 0 34209 8 0 0 25 0 1 0 1093319930 34803712 8114 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 8497 8114 113 221 0 8273 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 33988

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 21386
/proc/meminfo: memFree=1413296/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=34132 CPUtime=402.16
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 8243 0 0 0 40207 9 0 0 25 0 1 0 1093319930 34951168 8165 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 8533 8165 113 221 0 8309 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 34132

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 21386
/proc/meminfo: memFree=1410096/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=37336 CPUtime=462.14
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 9040 0 0 0 46205 9 0 0 25 0 1 0 1093319930 38232064 8962 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 9334 8962 113 221 0 9110 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 37336

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 21386
/proc/meminfo: memFree=1408880/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=38524 CPUtime=522.12
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 9340 0 0 0 52203 9 0 0 25 0 1 0 1093319930 39448576 9262 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 9631 9262 113 221 0 9407 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 38524

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 21386
/proc/meminfo: memFree=1407984/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=39532 CPUtime=582.1
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 9561 0 0 0 58200 10 0 0 25 0 1 0 1093319930 40480768 9483 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 9883 9483 113 221 0 9659 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 39532

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 21386
/proc/meminfo: memFree=1407536/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=39944 CPUtime=642.09
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 9669 0 0 0 64199 10 0 0 25 0 1 0 1093319930 40902656 9591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 9986 9591 113 221 0 9762 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 39944

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 21386
/proc/meminfo: memFree=1406128/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=41484 CPUtime=702.06
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 10016 0 0 0 70196 10 0 0 25 0 1 0 1093319930 42479616 9938 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 10371 9938 113 221 0 10147 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 41484

[startup+762.305 s]
/proc/loadavg: 1.07 0.99 0.84 2/65 21386
/proc/meminfo: memFree=1404016/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=43668 CPUtime=762.04
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 10543 0 0 0 76193 11 0 0 25 0 1 0 1093319930 44716032 10465 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 10917 10465 113 221 0 10693 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 43668

[startup+822.302 s]
/proc/loadavg: 1.03 0.99 0.85 2/65 21386
/proc/meminfo: memFree=1403120/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=44484 CPUtime=822.02
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 10757 0 0 0 82191 11 0 0 25 0 1 0 1093319930 45551616 10679 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 11121 10679 113 221 0 10897 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 44484

[startup+882.301 s]
/proc/loadavg: 1.01 0.99 0.85 2/65 21386
/proc/meminfo: memFree=1402800/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=44880 CPUtime=882
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 10836 0 0 0 88189 11 0 0 25 0 1 0 1093319930 45957120 10758 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 11220 10758 113 221 0 10996 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 44880

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.86 2/65 21386
/proc/meminfo: memFree=1402480/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=45196 CPUtime=941.98
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 10911 0 0 0 94187 11 0 0 25 0 1 0 1093319930 46280704 10833 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 11299 10833 113 221 0 11075 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 45196

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.86 2/65 21386
/proc/meminfo: memFree=1401392/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=46308 CPUtime=1001.96
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 11194 0 0 0 100184 12 0 0 25 0 1 0 1093319930 47419392 11116 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 11577 11116 113 221 0 11353 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 46308

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.87 2/65 21386
/proc/meminfo: memFree=1401072/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=46740 CPUtime=1061.94
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 11272 0 0 0 106182 12 0 0 25 0 1 0 1093319930 47861760 11194 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 11685 11194 113 221 0 11461 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 46740

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.87 2/65 21386
/proc/meminfo: memFree=1399216/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=48864 CPUtime=1121.92
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 11827 0 0 0 112180 12 0 0 25 0 1 0 1093319930 50036736 11749 1992294400 4194304 5102648 548682068784 18446744073709551615 4262668 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 12216 11749 113 221 0 11992 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 48864

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 21386
/proc/meminfo: memFree=1396912/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=50784 CPUtime=1181.91
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 12291 0 0 0 118178 13 0 0 25 0 1 0 1093319930 52002816 12213 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 12696 12213 113 221 0 12472 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 50784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 21386
/proc/meminfo: memFree=1396784/2055920 swapFree=4178416/4192956
[pid=21385] ppid=21383 vsize=51020 CPUtime=1200
/proc/21385/stat : 21385 (varsat-industri) R 21383 21385 21300 0 -1 4194304 12332 0 0 0 119987 13 0 0 25 0 1 0 1093319930 52244480 12254 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/21385/statm: 12755 12254 113 221 0 12531 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 51020

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.02
CPU user time (s): 1199.88
CPU system time (s): 0.142978
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 51020

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

runsolver used 0.890864 second user time and 2.44363 second system time

The end

Launcher Data

Begin job on node15 at 2009-03-28 03:15:39
IDJOB=1512640
IDBENCH=70196
IDSOLVER=538
FILE ID=node15/1512640-1238206539
PBS_JOBID= 9060549
Free space on /tmp= 65224 MiB

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

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

MD5SUM BENCH= 0aeb33d4615b67c4ba3e205bec8691bf
RANDOM SEED=1408424687

node15.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:       1446360 kB
Buffers:         62368 kB
Cached:         468264 kB
SwapCached:       8336 kB
Active:          67416 kB
Inactive:       473144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446360 kB
SwapTotal:     4192956 kB
SwapFree:      4178416 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          15624 kB
Slab:            54960 kB
Committed_AS:  2861632 kB
PageTables:       1464 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= 65224 MiB
End job on node15 at 2009-03-28 03:35:41