Trace number 1723127

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-random 2009-03-22? (TO) 1200.11 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1740                                                 |
0.00/0.00	c |  Number of clauses:    114011                                               |
0.09/0.11	c |  Parsing time:         0.09         s                                       |
0.09/0.11	c |  Timeout:              43200 s
0.09/0.11	c |  Random Seed:          280889588.000000
0.09/0.11	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.09/0.11	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.11	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.11	c |                                                                             |
2.89/2.91	c ============================[ Search Statistics ]==============================
2.89/2.91	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.89/2.91	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.89/2.91	c ===============================================================================
2.89/2.91	c |         0 |    1114   109602   479921 |    36534        0    nan |  0.000 % |
54.98/55.07	c |       100 |    1114   109602   479921 |    40187      100     50 |  0.000 % |
106.97/107.00	c |       253 |    1114   109602   479921 |    44206      253     61 |  0.000 % |
159.25/159.36	c |       479 |    1114   109602   479921 |    48626      479     88 |  0.000 % |
212.04/212.10	c |       819 |    1114   109602   479921 |    53489      819    114 |  0.000 % |
264.72/264.83	c |      1325 |    1114   109602   479921 |    58838     1325    126 |  0.000 % |
317.61/317.76	c |      2084 |    1114   109602   479921 |    64722     2084    129 |  0.000 % |
370.50/370.65	c |      3224 |    1114   109602   479921 |    71194     3224    135 |  0.000 % |
423.89/424.03	c |      4935 |    1114   109602   479921 |    78313     4935    148 |  0.000 % |
477.47/477.67	c |      7497 |    1114   109602   479921 |    86145     7497    145 |  0.000 % |
532.06/532.21	c |     11342 |    1114   109602   479921 |    94759    11342    155 |  0.000 % |
588.54/588.70	c |     17109 |    1114   109602   479921 |   104235    17109    147 |  0.000 % |
647.33/647.52	c |     25759 |    1114   109602   479921 |   114659    25759    144 |  0.000 % |
717.91/718.16	c |     38734 |    1114   109602   479921 |   126125    38734    153 |  0.000 % |
794.58/794.88	c |     58195 |    1114   109602   479921 |   138737    58195    145 |  0.000 % |
995.73/996.01	c |     87390 |    1114   109602   479921 |   152611    87390    166 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1723127-1240683357/watcher-1723127-1240683357 -o /tmp/evaluation-result-1723127-1240683357/solver-1723127-1240683357 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=280889588 HOME/instance-1723127-1240683357.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 1.00 3/64 20592
/proc/meminfo: memFree=1523160/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=2740 CPUtime=0
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 515 0 0 0 0 0 0 0 18 0 1 0 96363489 2805760 500 1992294400 4194304 5102416 548682068800 18446744073709551615 4198340 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 685 500 88 221 0 461 0

[startup+0.0122079 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 20592
/proc/meminfo: memFree=1523160/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=3508 CPUtime=0
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 723 0 0 0 0 0 0 0 18 0 1 0 96363489 3592192 708 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 877 708 88 221 0 653 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3508

[startup+0.101217 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 20592
/proc/meminfo: memFree=1523160/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=15540 CPUtime=0.09
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 3584 0 0 0 8 1 0 0 18 0 1 0 96363489 15912960 3569 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 3885 3569 88 221 0 3661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15540

[startup+0.301238 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 20592
/proc/meminfo: memFree=1523160/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=17124 CPUtime=0.29
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 4026 0 0 0 28 1 0 0 19 0 1 0 96363489 17534976 4011 1992294400 4194304 5102416 548682068800 18446744073709551615 4272801 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 4281 4011 98 221 0 4057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17124

[startup+0.701281 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 20592
/proc/meminfo: memFree=1523160/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=17124 CPUtime=0.69
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 4026 0 0 0 68 1 0 0 22 0 1 0 96363489 17534976 4011 1992294400 4194304 5102416 548682068800 18446744073709551615 4272814 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 4281 4011 98 221 0 4057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17124

[startup+1.50137 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1505872/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=25048 CPUtime=1.49
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5945 0 0 0 147 2 0 0 25 0 1 0 96363489 25649152 5930 1992294400 4194304 5102416 548682068800 18446744073709551615 4272801 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 6262 5930 99 221 0 6038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25048

[startup+3.10154 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1499600/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=3.09
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5950 0 0 0 307 2 0 0 25 0 1 0 96363489 23158784 5462 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5462 102 221 0 5430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22616

[startup+6.30188 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=6.29
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5950 0 0 0 627 2 0 0 25 0 1 0 96363489 23158784 5462 1992294400 4194304 5102416 548682068800 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5462 102 221 0 5430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22616

[startup+12.7026 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501136/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=12.69
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5950 0 0 0 1267 2 0 0 25 0 1 0 96363489 23158784 5462 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5462 102 221 0 5430 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22616

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501136/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=25.48
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5950 0 0 0 2546 2 0 0 25 0 1 0 96363489 23158784 5462 1992294400 4194304 5102416 548682068800 18446744073709551615 4220509 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5462 102 221 0 5430 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22616

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501264/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=51.08
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5950 0 0 0 5105 3 0 0 25 0 1 0 96363489 23158784 5462 1992294400 4194304 5102416 548682068800 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5462 102 221 0 5430 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22616

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501264/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=102.27
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5963 0 0 0 10224 3 0 0 25 0 1 0 96363489 23158784 5475 1992294400 4194304 5102416 548682068800 18446744073709551615 4221949 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5475 115 221 0 5430 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22616

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=162.25
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5963 0 0 0 16222 3 0 0 25 0 1 0 96363489 23158784 5475 1992294400 4194304 5102416 548682068800 18446744073709551615 4220524 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5475 115 221 0 5430 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 22616

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=222.24
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5963 0 0 0 22220 4 0 0 25 0 1 0 96363489 23158784 5475 1992294400 4194304 5102416 548682068800 18446744073709551615 4221975 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5475 115 221 0 5430 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 22616

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=282.22
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5963 0 0 0 28218 4 0 0 25 0 1 0 96363489 23158784 5475 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5475 115 221 0 5430 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 22616

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=342.21
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5964 0 0 0 34216 5 0 0 25 0 1 0 96363489 23158784 5476 1992294400 4194304 5102416 548682068800 18446744073709551615 4221966 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5476 115 221 0 5430 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 22616

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=402.19
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5965 0 0 0 40214 5 0 0 25 0 1 0 96363489 23158784 5477 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5477 115 221 0 5430 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 22616

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=462.17
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5965 0 0 0 46212 5 0 0 25 0 1 0 96363489 23158784 5477 1992294400 4194304 5102416 548682068800 18446744073709551615 4221966 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5477 115 221 0 5430 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 22616

[startup+522.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 20593
/proc/meminfo: memFree=1501200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=22616 CPUtime=522.16
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 5989 0 0 0 52211 5 0 0 25 0 1 0 96363489 23158784 5501 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 5654 5501 115 221 0 5430 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 22616

[startup+582.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 20593
/proc/meminfo: memFree=1498384/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=25464 CPUtime=582.14
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 6699 0 0 0 58208 6 0 0 25 0 1 0 96363489 26075136 6211 1992294400 4194304 5102416 548682068800 18446744073709551615 4221966 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 6366 6211 115 221 0 6142 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 25464

[startup+642.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 20593
/proc/meminfo: memFree=1493776/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=30284 CPUtime=642.13
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 7844 0 0 0 64205 8 0 0 25 0 1 0 96363489 31010816 7356 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 7571 7356 115 221 0 7347 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 30284

[startup+702.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 20593
/proc/meminfo: memFree=1488208/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=36176 CPUtime=702.11
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 9322 0 0 0 70202 9 0 0 25 0 1 0 96363489 37044224 8834 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 9044 8834 115 221 0 8820 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 36176

[startup+762.306 s]
/proc/loadavg: 1.05 1.04 1.00 2/65 20593
/proc/meminfo: memFree=1478864/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=45328 CPUtime=762.1
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 11552 0 0 0 76198 12 0 0 25 0 1 0 96363489 46415872 11064 1992294400 4194304 5102416 548682068800 18446744073709551615 4220513 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 11332 11064 115 221 0 11108 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 45328

[startup+822.301 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 20593
/proc/meminfo: memFree=1467600/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=56616 CPUtime=822.07
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 14352 0 0 0 82193 14 0 0 25 0 1 0 96363489 57974784 13864 1992294400 4194304 5102416 548682068800 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 14154 13864 115 221 0 13930 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 56616

[startup+882.302 s]
/proc/loadavg: 1.15 1.07 1.01 2/65 20593
/proc/meminfo: memFree=1460816/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=63780 CPUtime=882.06
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 16057 0 0 0 88190 16 0 0 25 0 1 0 96363489 65310720 15569 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 15945 15569 115 221 0 15721 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 63780

[startup+942.301 s]
/proc/loadavg: 1.12 1.07 1.01 2/65 20593
/proc/meminfo: memFree=1451792/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=73184 CPUtime=942.05
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 18320 0 0 0 94187 18 0 0 25 0 1 0 96363489 74940416 17832 1992294400 4194304 5102416 548682068800 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 18296 17832 115 221 0 18072 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 73184

[startup+1002.3 s]
/proc/loadavg: 1.14 1.09 1.02 2/65 20593
/proc/meminfo: memFree=1439760/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=85096 CPUtime=1002.03
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 21284 0 0 0 100182 21 0 0 25 0 1 0 96363489 87138304 20796 1992294400 4194304 5102416 548682068800 18446744073709551615 4221975 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 21274 20796 115 221 0 21050 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 85096

[startup+1062.3 s]
/proc/loadavg: 1.05 1.07 1.01 2/65 20593
/proc/meminfo: memFree=1437200/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=87960 CPUtime=1062.01
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 21968 0 0 0 106179 22 0 0 25 0 1 0 96363489 90071040 21480 1992294400 4194304 5102416 548682068800 18446744073709551615 4249634 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 21990 21480 115 221 0 21766 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 87960

[startup+1122.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 20593
/proc/meminfo: memFree=1427152/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=98012 CPUtime=1122
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 24445 0 0 0 112176 24 0 0 25 0 1 0 96363489 100364288 23957 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 24503 23957 115 221 0 24279 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 98012

[startup+1182.3 s]
/proc/loadavg: 1.05 1.06 1.00 2/65 20593
/proc/meminfo: memFree=1416080/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=109160 CPUtime=1181.99
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 27228 0 0 0 118172 27 0 0 25 0 1 0 96363489 111779840 26740 1992294400 4194304 5102416 548682068800 18446744073709551615 4250067 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 27290 26740 115 221 0 27066 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 109160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.05 1.00 2/65 20593
/proc/meminfo: memFree=1412112/2055920 swapFree=4181276/4192956
[pid=20592] ppid=20590 vsize=113120 CPUtime=1200.08
/proc/20592/stat : 20592 (varsat-random_s) R 20590 20592 20199 0 -1 4194304 28183 0 0 0 119981 27 0 0 25 0 1 0 96363489 115834880 27695 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/20592/statm: 28280 27695 115 221 0 28056 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 113120

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.42
CPU time (s): 1200.11
CPU user time (s): 1199.82
CPU system time (s): 0.296954
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 113120

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

runsolver used 0.927858 second user time and 2.53661 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-25 20:15:57
IDJOB=1723127
IDBENCH=71103
IDSOLVER=539
FILE ID=node47/1723127-1240683357
PBS_JOBID= 9186642
Free space on /tmp= 66288 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_11_UNKNOWN.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723127-1240683357/watcher-1723127-1240683357 -o /tmp/evaluation-result-1723127-1240683357/solver-1723127-1240683357 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=280889588 HOME/instance-1723127-1240683357.cnf

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED=280889588

node47.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.212
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.212
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:       1523576 kB
Buffers:         60648 kB
Cached:         418508 kB
SwapCached:       6432 kB
Active:         203500 kB
Inactive:       284484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523576 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:            2792 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            30308 kB
Committed_AS:   369720 kB
PageTables:       1444 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= 66288 MiB
End job on node47 at 2009-04-25 20:36:00