Trace number 1512700

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.06 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.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1521695578.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.17	c |       100 |     800    16000    80000 |     5866      100    104 |  0.000 % |
0.19/0.21	c |       250 |     800    16000    80000 |     6453      250    110 |  0.000 % |
0.19/0.27	c |       476 |     800    16000    80000 |     7098      476    113 |  0.000 % |
0.29/0.33	c |       815 |     800    16000    80000 |     7808      815    114 |  0.000 % |
0.39/0.41	c |      1321 |     800    16000    80000 |     8589     1321    111 |  0.000 % |
0.49/0.52	c |      2080 |     800    16000    80000 |     9448     2080    111 |  0.000 % |
0.59/0.68	c |      3219 |     800    16000    80000 |    10393     3219    108 |  0.000 % |
0.89/0.92	c |      4929 |     800    16000    80000 |    11432     4929    109 |  0.000 % |
1.28/1.32	c |      7491 |     800    16000    80000 |    12575     7491    112 |  0.000 % |
1.99/2.03	c |     11336 |     800    16000    80000 |    13833    11336    112 |  0.000 % |
3.09/3.18	c |     17102 |     800    16000    80000 |    15216    10043    115 |  0.000 % |
4.98/5.05	c |     25751 |     800    16000    80000 |    16738    10948    118 |  0.000 % |
8.39/8.41	c |     38727 |     800    16000    80000 |    18412    15402    119 |  0.000 % |
13.89/13.98	c |     58188 |     800    16000    80000 |    20253    16179    117 |  0.000 % |
22.48/22.52	c |     87380 |     800    16000    80000 |    22278    14558    115 |  0.000 % |
37.18/37.26	c |    131169 |     800    16000    80000 |    24506    13209    120 |  0.000 % |
61.58/61.61	c |    196855 |     800    16000    80000 |    26957    15867    117 |  0.000 % |
101.06/101.14	c |    295383 |     800    16000    80000 |    29652    26109    121 |  0.000 % |
162.55/162.66	c |    443174 |     800    16000    80000 |    32618    21361    116 |  0.000 % |
268.41/268.54	c |    664858 |     800    16000    80000 |    35879    29204    123 |  0.000 % |
439.26/439.49	c |    997383 |     800    16000    80000 |    39467    23602    122 |  0.000 % |
700.88/701.12	c |   1496171 |     800    16000    80000 |    43414    30417    122 |  0.000 % |
1134.26/1134.67	c |   2244354 |     800    16000    80000 |    47756    30504    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-1512700-1238207731/watcher-1512700-1238207731 -o /tmp/evaluation-result-1512700-1238207731/solver-1512700-1238207731 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1521695578 HOME/instance-1512700-1238207731.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: 1.00 0.99 0.88 3/64 930
/proc/meminfo: memFree=879152/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=2564 CPUtime=0
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 325 0 0 0 0 0 0 0 18 0 1 0 264974499 2625536 310 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 641 311 88 221 0 417 0

[startup+0.0699479 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 930
/proc/meminfo: memFree=879152/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=5616 CPUtime=0.06
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 1075 0 0 0 6 0 0 0 18 0 1 0 264974499 5750784 1060 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 1404 1060 98 221 0 1180 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5616

[startup+0.101951 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 930
/proc/meminfo: memFree=879152/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=5796 CPUtime=0.09
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 1106 0 0 0 9 0 0 0 18 0 1 0 264974499 5935104 1091 1992294400 4194304 5102648 548682068784 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 1449 1091 98 221 0 1225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.301973 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 930
/proc/meminfo: memFree=879152/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=5232 CPUtime=0.29
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 1121 0 0 0 29 0 0 0 19 0 1 0 264974499 5357568 1014 1992294400 4194304 5102648 548682068784 18446744073709551615 4525127 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 1308 1014 113 221 0 1084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5232

[startup+0.702018 s]
/proc/loadavg: 1.00 0.99 0.88 3/64 930
/proc/meminfo: memFree=879152/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=6156 CPUtime=0.69
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 1341 0 0 0 69 0 0 0 23 0 1 0 264974499 6303744 1234 1992294400 4194304 5102648 548682068784 18446744073709551615 4215218 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 1539 1234 113 221 0 1315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6156

[startup+1.50111 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 931
/proc/meminfo: memFree=873512/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=8856 CPUtime=1.49
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 2019 0 0 0 148 1 0 0 25 0 1 0 264974499 9068544 1912 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 2214 1912 113 221 0 1990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8856

[startup+3.10128 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 931
/proc/meminfo: memFree=870120/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=11912 CPUtime=3.09
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 2762 0 0 0 308 1 0 0 25 0 1 0 264974499 12197888 2655 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 2978 2655 113 221 0 2754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11912

[startup+6.30164 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 931
/proc/meminfo: memFree=867624/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=13916 CPUtime=6.29
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 3280 0 0 0 627 2 0 0 25 0 1 0 264974499 14249984 3173 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 3479 3173 113 221 0 3255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13916

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.88 2/65 931
/proc/meminfo: memFree=865072/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=15492 CPUtime=12.69
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 3651 0 0 0 1267 2 0 0 25 0 1 0 264974499 15863808 3544 1992294400 4194304 5102648 548682068784 18446744073709551615 4254538 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 3873 3544 113 221 0 3649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15492

[startup+25.5018 s]
/proc/loadavg: 1.00 0.99 0.89 2/65 931
/proc/meminfo: memFree=862320/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=18268 CPUtime=25.48
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 4341 0 0 0 2546 2 0 0 25 0 1 0 264974499 18706432 4234 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 4567 4234 113 221 0 4343 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18268

[startup+51.1016 s]
/proc/loadavg: 1.00 0.99 0.89 2/65 931
/proc/meminfo: memFree=859184/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=21328 CPUtime=51.08
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 5129 0 0 0 5105 3 0 0 25 0 1 0 264974499 21839872 5022 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 5332 5022 113 221 0 5108 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21328

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.89 2/65 931
/proc/meminfo: memFree=855152/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=25640 CPUtime=102.26
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 6151 0 0 0 10223 3 0 0 25 0 1 0 264974499 26255360 6044 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 6410 6044 113 221 0 6186 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25640

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.90 2/65 931
/proc/meminfo: memFree=853488/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=27224 CPUtime=162.25
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 6536 0 0 0 16221 4 0 0 25 0 1 0 264974499 27877376 6429 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 6806 6429 113 221 0 6582 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 27224

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 931
/proc/meminfo: memFree=849328/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=31260 CPUtime=222.23
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 7559 0 0 0 22218 5 0 0 25 0 1 0 264974499 32010240 7452 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 7815 7452 113 221 0 7591 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31260

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 931
/proc/meminfo: memFree=847472/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=33656 CPUtime=282.2
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 8156 0 0 0 28215 5 0 0 25 0 1 0 264974499 34463744 8049 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 8414 8049 113 221 0 8190 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 33656

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=845296/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=35204 CPUtime=342.19
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 8540 0 0 0 34213 6 0 0 25 0 1 0 264974499 36048896 8433 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 8801 8433 113 221 0 8577 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 35204

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=844912/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=35600 CPUtime=402.17
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 8642 0 0 0 40211 6 0 0 25 0 1 0 264974499 36454400 8535 1992294400 4194304 5102648 548682068784 18446744073709551615 4249941 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 8900 8535 113 221 0 8676 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 35600

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=841840/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=38864 CPUtime=462.15
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 9457 0 0 0 46208 7 0 0 25 0 1 0 264974499 39796736 9350 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 9716 9350 113 221 0 9492 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 38864

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=840752/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=40008 CPUtime=522.13
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 9724 0 0 0 52206 7 0 0 25 0 1 0 264974499 40968192 9617 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 10002 9617 113 221 0 9778 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 40008

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=840560/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=40228 CPUtime=582.12
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 9762 0 0 0 58204 8 0 0 25 0 1 0 264974499 41193472 9655 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 10057 9655 113 221 0 9833 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 40228

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=839920/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=40812 CPUtime=642.11
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 9914 0 0 0 64203 8 0 0 25 0 1 0 264974499 41791488 9807 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 10203 9807 113 221 0 9979 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 40812

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=839664/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=41156 CPUtime=702.08
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 9981 0 0 0 70200 8 0 0 25 0 1 0 264974499 42143744 9874 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 10289 9874 113 221 0 10065 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 41156

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=837168/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=43752 CPUtime=762.07
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 10612 0 0 0 76198 9 0 0 25 0 1 0 264974499 44802048 10505 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 10938 10505 113 221 0 10714 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 43752

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=836464/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=44556 CPUtime=822.05
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 10791 0 0 0 82196 9 0 0 25 0 1 0 264974499 45625344 10684 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 11139 10684 113 221 0 10915 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 44556

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=835440/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=45528 CPUtime=882.03
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 11048 0 0 0 88194 9 0 0 25 0 1 0 264974499 46620672 10941 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 11382 10941 113 221 0 11158 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 45528

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=835376/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=45700 CPUtime=942.01
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 11061 0 0 0 94192 9 0 0 25 0 1 0 264974499 46796800 10954 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 11425 10954 113 221 0 11201 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 45700

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=834800/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=46240 CPUtime=1002
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 11207 0 0 0 100190 10 0 0 25 0 1 0 264974499 47349760 11100 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 11560 11100 113 221 0 11336 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 46240

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=834096/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=46900 CPUtime=1061.98
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 11376 0 0 0 106188 10 0 0 25 0 1 0 264974499 48025600 11269 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 11725 11269 113 221 0 11501 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 46900

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=833968/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=47036 CPUtime=1121.96
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 11403 0 0 0 112186 10 0 0 25 0 1 0 264974499 48164864 11296 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 11759 11296 113 221 0 11535 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 47036

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=831280/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=49708 CPUtime=1181.95
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 12062 0 0 0 118183 12 0 0 25 0 1 0 264974499 50900992 11955 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 12427 11955 113 221 0 12203 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 49708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 933
/proc/meminfo: memFree=831280/2055920 swapFree=4181692/4192956
[pid=930] ppid=928 vsize=49708 CPUtime=1200.04
/proc/930/stat : 930 (varsat-industri) R 928 930 831 0 -1 4194304 12062 0 0 0 119992 12 0 0 25 0 1 0 264974499 50900992 11955 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/930/statm: 12427 11955 113 221 0 12203 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 49708

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.06
CPU user time (s): 1199.93
CPU system time (s): 0.132979
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 49708

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

runsolver used 0.799878 second user time and 2.55761 second system time

The end

Launcher Data

Begin job on node42 at 2009-03-28 03:35:31
IDJOB=1512700
IDBENCH=70201
IDSOLVER=538
FILE ID=node42/1512700-1238207731
PBS_JOBID= 9060523
Free space on /tmp= 66240 MiB

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

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

MD5SUM BENCH= 5bdd8d21d4edc82016dc7031e101a675
RANDOM SEED=1521695578

node42.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.211
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.211
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:        879568 kB
Buffers:         88240 kB
Cached:         990020 kB
SwapCached:       5184 kB
Active:          89476 kB
Inactive:       997272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        879568 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          14212 kB
Slab:            75668 kB
Committed_AS:   819104 kB
PageTables:       1388 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= 66240 MiB
End job on node42 at 2009-03-28 03:55:34