Trace number 1512723

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.61

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1185462553-011.cnf
MD5SUM775d7caa3d486b151a5911ebb89973a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.9568
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:          1789365623.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.09/0.11	c ============================[ Search Statistics ]==============================
0.09/0.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	c ===============================================================================
0.09/0.11	c |         0 |     800    16000    80000 |     5333        0    nan |  0.000 % |
0.09/0.15	c |       100 |     800    16000    80000 |     5866      100     93 |  0.000 % |
0.09/0.20	c |       251 |     800    16000    80000 |     6453      251    102 |  0.000 % |
0.19/0.24	c |       476 |     800    16000    80000 |     7098      476    104 |  0.000 % |
0.29/0.30	c |       813 |     800    16000    80000 |     7808      813    107 |  0.000 % |
0.29/0.38	c |      1319 |     800    16000    80000 |     8589     1319    106 |  0.000 % |
0.39/0.48	c |      2080 |     800    16000    80000 |     9448     2080    105 |  0.000 % |
0.59/0.63	c |      3219 |     800    16000    80000 |    10393     3219    104 |  0.000 % |
0.79/0.84	c |      4928 |     800    16000    80000 |    11432     4928    104 |  0.000 % |
1.19/1.22	c |      7492 |     800    16000    80000 |    12575     7492    111 |  0.000 % |
1.79/1.86	c |     11338 |     800    16000    80000 |    13833    11338    111 |  0.000 % |
2.89/2.92	c |     17104 |     800    16000    80000 |    15216    10051    112 |  0.000 % |
4.59/4.61	c |     25753 |     800    16000    80000 |    16738    10949    115 |  0.000 % |
7.49/7.53	c |     38727 |     800    16000    80000 |    18412    15410    119 |  0.000 % |
12.78/12.86	c |     58188 |     800    16000    80000 |    20253    16164    118 |  0.000 % |
21.48/21.54	c |     87380 |     800    16000    80000 |    22278    14568    118 |  0.000 % |
35.98/36.09	c |    131169 |     800    16000    80000 |    24506    13242    117 |  0.000 % |
60.16/60.26	c |    196853 |     800    16000    80000 |    26957    15477    120 |  0.000 % |
98.04/98.12	c |    295379 |     800    16000    80000 |    29652    24047    121 |  0.000 % |
161.53/161.66	c |    443168 |     800    16000    80000 |    32618    15619    123 |  0.000 % |
256.08/256.26	c |    664852 |     800    16000    80000 |    35879    21157    123 |  0.000 % |
410.71/410.92	c |    997377 |     800    16000    80000 |    39467    15357    112 |  0.000 % |
656.20/656.54	c |   1496165 |     800    16000    80000 |    43414    19534    113 |  0.000 % |
1063.03/1063.56	c |   2244349 |     800    16000    80000 |    47756    20669    117 |  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-1512723-1238207739/watcher-1512723-1238207739 -o /tmp/evaluation-result-1512723-1238207739/solver-1512723-1238207739 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1789365623 HOME/instance-1512723-1238207739.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/64 12185
/proc/meminfo: memFree=917352/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=2684 CPUtime=0
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 339 0 0 0 0 0 0 0 18 0 1 0 1093440995 2748416 324 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 671 326 87 221 0 447 0

[startup+0.066945 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 12185
/proc/meminfo: memFree=917352/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=5608 CPUtime=0.06
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 1086 0 0 0 6 0 0 0 18 0 1 0 1093440995 5742592 1071 1992294400 4194304 5102648 548682068800 18446744073709551615 4272888 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 1402 1071 98 221 0 1178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5608

[startup+0.101947 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 12185
/proc/meminfo: memFree=917352/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=5788 CPUtime=0.09
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 1117 0 0 0 9 0 0 0 18 0 1 0 1093440995 5926912 1102 1992294400 4194304 5102648 548682068800 18446744073709551615 4272884 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 1447 1102 98 221 0 1223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5788

[startup+0.301968 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 12185
/proc/meminfo: memFree=917352/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=5252 CPUtime=0.29
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 1132 0 0 0 29 0 0 0 19 0 1 0 1093440995 5378048 1020 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 1313 1020 113 221 0 1089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5252

[startup+0.70201 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 12185
/proc/meminfo: memFree=917352/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=6308 CPUtime=0.69
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 1390 0 0 0 69 0 0 0 23 0 1 0 1093440995 6459392 1278 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 1577 1278 113 221 0 1353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6308

[startup+1.50109 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12186
/proc/meminfo: memFree=911456/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=9232 CPUtime=1.49
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 2110 0 0 0 149 0 0 0 25 0 1 0 1093440995 9453568 1998 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 2308 1998 113 221 0 2084 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9232

[startup+3.10126 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12186
/proc/meminfo: memFree=907872/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=11716 CPUtime=3.09
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 2739 0 0 0 308 1 0 0 25 0 1 0 1093440995 11997184 2627 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 2929 2627 113 221 0 2705 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11716

[startup+6.3016 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12186
/proc/meminfo: memFree=906016/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=13828 CPUtime=6.29
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 3268 0 0 0 628 1 0 0 25 0 1 0 1093440995 14159872 3156 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 3457 3156 113 221 0 3233 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13828

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12186
/proc/meminfo: memFree=903584/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=15292 CPUtime=12.68
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 3604 0 0 0 1267 1 0 0 25 0 1 0 1093440995 15659008 3492 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 3823 3492 113 221 0 3599 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15292

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12186
/proc/meminfo: memFree=900704/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=18108 CPUtime=25.48
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 4328 0 0 0 2546 2 0 0 25 0 1 0 1093440995 18542592 4216 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 4527 4216 113 221 0 4303 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18108

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12186
/proc/meminfo: memFree=897056/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=21948 CPUtime=51.07
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 5268 0 0 0 5104 3 0 0 25 0 1 0 1093440995 22474752 5156 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 5487 5156 113 221 0 5263 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21948

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12186
/proc/meminfo: memFree=893280/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=25604 CPUtime=102.25
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 6171 0 0 0 10221 4 0 0 25 0 1 0 1093440995 26218496 6059 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 6401 6059 113 221 0 6177 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 25604

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12186
/proc/meminfo: memFree=890976/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=27848 CPUtime=162.22
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 6747 0 0 0 16218 4 0 0 25 0 1 0 1093440995 28516352 6635 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 6962 6635 113 221 0 6738 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 27848

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 12186
/proc/meminfo: memFree=887072/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=31876 CPUtime=222.2
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 7723 0 0 0 22215 5 0 0 25 0 1 0 1093440995 32641024 7611 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 7969 7611 113 221 0 7745 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 31876

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 12186
/proc/meminfo: memFree=885152/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=33724 CPUtime=282.17
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 8194 0 0 0 28211 6 0 0 25 0 1 0 1093440995 34533376 8082 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 8431 8082 113 221 0 8207 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 33724

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12186
/proc/meminfo: memFree=884192/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=34828 CPUtime=342.15
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 8441 0 0 0 34209 6 0 0 25 0 1 0 1093440995 35663872 8329 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 8707 8329 113 221 0 8483 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 34828

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=883616/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=35408 CPUtime=402.12
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 8592 0 0 0 40206 6 0 0 25 0 1 0 1093440995 36257792 8480 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 8852 8480 113 221 0 8628 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 35408

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=881056/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=37928 CPUtime=462.09
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 9230 0 0 0 46202 7 0 0 25 0 1 0 1093440995 38838272 9118 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 9482 9118 113 221 0 9258 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 37928

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=880288/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=38728 CPUtime=522.06
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 9415 0 0 0 52199 7 0 0 25 0 1 0 1093440995 39657472 9303 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 9682 9303 113 221 0 9458 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 38728

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=879968/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=39132 CPUtime=582.04
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 9519 0 0 0 58197 7 0 0 25 0 1 0 1093440995 40071168 9407 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 9783 9407 113 221 0 9559 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 39132

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=879200/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=39932 CPUtime=642.01
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 9705 0 0 0 64194 7 0 0 25 0 1 0 1093440995 40890368 9593 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 9983 9593 113 221 0 9759 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 39932

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=876832/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=42268 CPUtime=701.99
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 10273 0 0 0 70191 8 0 0 25 0 1 0 1093440995 43282432 10161 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 10567 10161 113 221 0 10343 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 42268

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=875936/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=43084 CPUtime=761.97
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 10485 0 0 0 76189 8 0 0 25 0 1 0 1093440995 44118016 10373 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 10771 10373 113 221 0 10547 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 43084

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=875104/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=44184 CPUtime=821.93
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 10729 0 0 0 82185 8 0 0 25 0 1 0 1093440995 45244416 10617 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 11046 10617 113 221 0 10822 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 44184

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=874656/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=44644 CPUtime=881.9
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 10830 0 0 0 88182 8 0 0 25 0 1 0 1093440995 45715456 10718 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 11161 10718 113 221 0 10937 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 44644

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=874656/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=44644 CPUtime=941.88
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 10830 0 0 0 94180 8 0 0 25 0 1 0 1093440995 45715456 10718 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 11161 10718 113 221 0 10937 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 44644

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=873376/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=45964 CPUtime=1001.86
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 11156 0 0 0 100177 9 0 0 25 0 1 0 1093440995 47067136 11044 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 11491 11044 113 221 0 11267 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 45964

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=873248/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=45964 CPUtime=1061.83
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 11172 0 0 0 106174 9 0 0 25 0 1 0 1093440995 47067136 11060 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 11491 11060 113 221 0 11267 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 45964

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=869920/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=49316 CPUtime=1121.81
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 12014 0 0 0 112171 10 0 0 25 0 1 0 1093440995 50499584 11902 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 12329 11902 113 221 0 12105 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 49316

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=869472/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=49872 CPUtime=1181.79
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 12133 0 0 0 118168 11 0 0 25 0 1 0 1093440995 51068928 12021 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 12468 12021 113 221 0 12244 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 49872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12188
/proc/meminfo: memFree=869408/2055920 swapFree=4174972/4192956
[pid=12185] ppid=12183 vsize=49872 CPUtime=1200.08
/proc/12185/stat : 12185 (varsat-crafted_) R 12183 12185 12086 0 -1 4194304 12133 0 0 0 119997 11 0 0 25 0 1 0 1093440995 51068928 12021 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 0 0 0
/proc/12185/statm: 12468 12021 113 221 0 12244 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 49872

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.61
CPU time (s): 1200.1
CPU user time (s): 1199.98
CPU system time (s): 0.121981
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 49872

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

runsolver used 0.962853 second user time and 3.41548 second system time

The end

Launcher Data

Begin job on node7 at 2009-03-28 03:35:39
IDJOB=1512723
IDBENCH=70203
IDSOLVER=537
FILE ID=node7/1512723-1238207739
PBS_JOBID= 9060557
Free space on /tmp= 65600 MiB

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

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

MD5SUM BENCH= 775d7caa3d486b151a5911ebb89973a9
RANDOM SEED=1789365623

node7.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.236
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.236
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:        917832 kB
Buffers:         83736 kB
Cached:         952600 kB
SwapCached:      11884 kB
Active:          67980 kB
Inactive:       981672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        917832 kB
SwapTotal:     4192956 kB
SwapFree:      4174972 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:          19064 kB
Slab:            74408 kB
Committed_AS:  2833288 kB
PageTables:       1456 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= 65600 MiB
End job on node7 at 2009-03-28 03:55:42