Trace number 1512891

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1253795703-015.cnf
MD5SUM17b09148dbc69a552ff183cd5c8f891a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.6782
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
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:  900                                                  |
0.00/0.00	c |  Number of clauses:    18000                                                |
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:          440644594.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.14	c ============================[ Search Statistics ]==============================
0.09/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.14	c ===============================================================================
0.09/0.14	c |         0 |     900    18000    90000 |     6000        0    nan |  0.000 % |
0.09/0.19	c |       100 |     900    18000    90000 |     6600      100    113 |  0.000 % |
0.19/0.24	c |       251 |     900    18000    90000 |     7260      251    113 |  0.000 % |
0.29/0.30	c |       477 |     900    18000    90000 |     7986      477    114 |  0.000 % |
0.29/0.38	c |       815 |     900    18000    90000 |     8784      815    120 |  0.000 % |
0.39/0.47	c |      1321 |     900    18000    90000 |     9663     1321    120 |  0.000 % |
0.49/0.59	c |      2082 |     900    18000    90000 |    10629     2082    116 |  0.000 % |
0.69/0.76	c |      3221 |     900    18000    90000 |    11692     3221    117 |  0.000 % |
0.99/1.02	c |      4930 |     900    18000    90000 |    12861     4930    116 |  0.000 % |
1.39/1.45	c |      7494 |     900    18000    90000 |    14147     7494    118 |  0.000 % |
2.09/2.14	c |     11338 |     900    18000    90000 |    15562    11338    120 |  0.000 % |
3.29/3.39	c |     17104 |     900    18000    90000 |    17118     9164    126 |  0.000 % |
5.40/5.43	c |     25756 |     900    18000    90000 |    18830     9107    122 |  0.000 % |
8.79/8.88	c |     38730 |     900    18000    90000 |    20713    12506    128 |  0.000 % |
15.08/15.10	c |     58191 |     900    18000    90000 |    22784    10917    126 |  0.000 % |
24.69/24.75	c |     87383 |     900    18000    90000 |    25063    16526    130 |  0.000 % |
43.28/43.39	c |    131172 |     900    18000    90000 |    27569    20295    131 |  0.000 % |
71.67/71.74	c |    196856 |     900    18000    90000 |    30326    24436    131 |  0.000 % |
116.26/116.39	c |    295383 |     900    18000    90000 |    33359    14492    124 |  0.000 % |
191.03/191.15	c |    443173 |     900    18000    90000 |    36695    18066    136 |  0.000 % |
305.70/305.81	c |    664858 |     900    18000    90000 |    40364    28422    138 |  0.000 % |
490.05/490.23	c |    997383 |     900    18000    90000 |    44401    35641    131 |  0.000 % |
809.25/809.53	c |   1496171 |     900    18000    90000 |    48841    40655    136 |  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-1512891-1238210142/watcher-1512891-1238210142 -o /tmp/evaluation-result-1512891-1238210142/solver-1512891-1238210142 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=440644594 HOME/instance-1512891-1238210142.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 1.00 0.92 3/64 10165
/proc/meminfo: memFree=914144/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=2564 CPUtime=0
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 345 0 0 0 0 0 0 0 18 0 1 0 859605695 2625536 330 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 641 331 87 221 0 417 0

[startup+0.087525 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 10165
/proc/meminfo: memFree=914144/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=5860 CPUtime=0.08
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 1188 0 0 0 8 0 0 0 18 0 1 0 859605695 6000640 1173 1992294400 4194304 5102648 548682068800 18446744073709551615 4498682 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 1465 1173 98 221 0 1241 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5860

[startup+0.102526 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 10165
/proc/meminfo: memFree=914144/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=6040 CPUtime=0.09
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 1223 0 0 0 9 0 0 0 18 0 1 0 859605695 6184960 1208 1992294400 4194304 5102648 548682068800 18446744073709551615 4266317 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 1510 1208 98 221 0 1286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6040

[startup+0.301555 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 10165
/proc/meminfo: memFree=914144/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=5716 CPUtime=0.29
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 1238 0 0 0 29 0 0 0 19 0 1 0 859605695 5853184 1152 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 1429 1152 113 221 0 1205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5716

[startup+0.701615 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 10165
/proc/meminfo: memFree=914144/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=6376 CPUtime=0.69
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 1373 0 0 0 69 0 0 0 22 0 1 0 859605695 6529024 1287 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 1594 1287 113 221 0 1370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6376

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=908440/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=8884 CPUtime=1.49
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 2012 0 0 0 148 1 0 0 25 0 1 0 859605695 9097216 1926 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 2221 1926 113 221 0 1997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8884

[startup+3.10197 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=904856/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=13460 CPUtime=3.09
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 3162 0 0 0 308 1 0 0 25 0 1 0 859605695 13783040 3076 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 3365 3076 113 221 0 3141 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13460

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=900760/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=14784 CPUtime=6.29
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 3496 0 0 0 627 2 0 0 25 0 1 0 859605695 15138816 3410 1992294400 4194304 5102648 548682068800 18446744073709551615 4249881 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 3696 3410 113 221 0 3472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14784

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=898008/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=17556 CPUtime=12.69
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 4174 0 0 0 1267 2 0 0 25 0 1 0 859605695 17977344 4088 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 4389 4088 113 221 0 4165 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17556

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=895448/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=20064 CPUtime=25.49
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 4804 0 0 0 2546 3 0 0 25 0 1 0 859605695 20545536 4718 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 5016 4718 113 221 0 4792 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20064

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=891736/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=23984 CPUtime=51.07
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 5760 0 0 0 5104 3 0 0 25 0 1 0 859605695 24559616 5674 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 5996 5674 113 221 0 5772 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23984

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=887640/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=28120 CPUtime=102.26
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 6775 0 0 0 10222 4 0 0 25 0 1 0 859605695 28794880 6689 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 7030 6689 113 221 0 6806 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 28120

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=883800/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=31844 CPUtime=162.24
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 7723 0 0 0 16219 5 0 0 25 0 1 0 859605695 32608256 7637 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 7961 7637 113 221 0 7737 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31844

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10166
/proc/meminfo: memFree=880920/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=34808 CPUtime=222.22
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 8440 0 0 0 22217 5 0 0 25 0 1 0 859605695 35643392 8354 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 8702 8354 113 221 0 8478 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 34808

[startup+282.302 s]
/proc/loadavg: 1.07 1.02 0.93 2/65 10166
/proc/meminfo: memFree=878936/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=36668 CPUtime=282.2
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 8932 0 0 0 28214 6 0 0 25 0 1 0 859605695 37548032 8846 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 9167 8846 113 221 0 8943 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 36668

[startup+342.302 s]
/proc/loadavg: 1.08 1.03 0.93 2/65 10166
/proc/meminfo: memFree=877080/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=38516 CPUtime=342.19
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 9395 0 0 0 34212 7 0 0 25 0 1 0 859605695 39440384 9309 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 9629 9309 113 221 0 9405 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 38516

[startup+402.301 s]
/proc/loadavg: 1.03 1.02 0.93 2/65 10166
/proc/meminfo: memFree=876184/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=39604 CPUtime=402.17
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 9653 0 0 0 40210 7 0 0 25 0 1 0 859605695 40554496 9567 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 9901 9567 113 221 0 9677 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 39604

[startup+462.301 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 10166
/proc/meminfo: memFree=875352/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=40280 CPUtime=462.15
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 9807 0 0 0 46207 8 0 0 25 0 1 0 859605695 41246720 9721 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 10070 9721 113 221 0 9846 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 40280

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 10166
/proc/meminfo: memFree=872344/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=43308 CPUtime=522.13
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 10558 0 0 0 52205 8 0 0 25 0 1 0 859605695 44347392 10472 1992294400 4194304 5102648 548682068800 18446744073709551615 4249093 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 10827 10472 113 221 0 10603 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 43308

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=870424/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=45296 CPUtime=582.11
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 11037 0 0 0 58203 8 0 0 25 0 1 0 859605695 46383104 10951 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 11324 10951 113 221 0 11100 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 45296

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=869784/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=45984 CPUtime=642.11
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 11186 0 0 0 64202 9 0 0 25 0 1 0 859605695 47087616 11100 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 11496 11100 113 221 0 11272 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 45984

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=869272/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=46528 CPUtime=702.08
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 11329 0 0 0 70199 9 0 0 25 0 1 0 859605695 47644672 11243 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 11632 11243 113 221 0 11408 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 46528

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=868056/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=47716 CPUtime=762.06
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 11622 0 0 0 76197 9 0 0 25 0 1 0 859605695 48861184 11536 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 11929 11536 113 221 0 11705 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 47716

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=866392/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=49300 CPUtime=822.05
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 12036 0 0 0 82195 10 0 0 25 0 1 0 859605695 50483200 11950 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 12325 11950 113 221 0 12101 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 49300

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=863576/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=52240 CPUtime=882.02
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 12737 0 0 0 88192 10 0 0 25 0 1 0 859605695 53493760 12651 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13060 12651 113 221 0 12836 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 52240

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=863384/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=52400 CPUtime=942.01
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 12778 0 0 0 94191 10 0 0 25 0 1 0 859605695 53657600 12692 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13100 12692 113 221 0 12876 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 52400

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=863256/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=52588 CPUtime=1001.99
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 12816 0 0 0 100189 10 0 0 25 0 1 0 859605695 53850112 12730 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13147 12730 113 221 0 12923 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 52588

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=863128/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=52732 CPUtime=1061.97
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 12846 0 0 0 106187 10 0 0 25 0 1 0 859605695 53997568 12760 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13183 12760 113 221 0 12959 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 52732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=862936/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=52864 CPUtime=1121.95
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 12898 0 0 0 112185 10 0 0 25 0 1 0 859605695 54132736 12812 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13216 12812 113 221 0 12992 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 52864

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=862488/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=53260 CPUtime=1181.94
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 13002 0 0 0 118184 10 0 0 25 0 1 0 859605695 54538240 12916 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13315 12916 113 221 0 13091 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 53260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 10166
/proc/meminfo: memFree=862488/2055920 swapFree=4178260/4192956
[pid=10165] ppid=10163 vsize=53260 CPUtime=1200.03
/proc/10165/stat : 10165 (varsat-crafted_) R 10163 10165 9524 0 -1 4194304 13002 0 0 0 119993 10 0 0 25 0 1 0 859605695 54538240 12916 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/10165/statm: 13315 12916 113 221 0 13091 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 53260

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.05
CPU user time (s): 1199.94
CPU system time (s): 0.115982
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 53260

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

runsolver used 1.02784 second user time and 2.30365 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-28 04:15:42
IDJOB=1512891
IDBENCH=70217
IDSOLVER=537
FILE ID=node39/1512891-1238210142
PBS_JOBID= 9060525
Free space on /tmp= 66228 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1253795703-015.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512891-1238210142/watcher-1512891-1238210142 -o /tmp/evaluation-result-1512891-1238210142/solver-1512891-1238210142 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=440644594 HOME/instance-1512891-1238210142.cnf

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

MD5SUM BENCH= 17b09148dbc69a552ff183cd5c8f891a
RANDOM SEED=440644594

node39.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.285
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.285
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:        914624 kB
Buffers:         80212 kB
Cached:         965960 kB
SwapCached:       8168 kB
Active:          92288 kB
Inactive:       963852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        914624 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            71424 kB
Committed_AS:  2183272 kB
PageTables:       1188 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= 66228 MiB
End job on node39 at 2009-03-28 04:35:45