Trace number 1719667

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

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.8818
Satisfiable
(Un)Satisfiability was proved
Number of variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
Number of clauses of size over 51

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  3230                                                 |
0.00/0.00	c |  Number of clauses:    20575                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          1920019167.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.04/0.05	c ============================[ Search Statistics ]==============================
0.04/0.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.05	c ===============================================================================
0.04/0.05	c |         0 |    3215    20534    69540 |     6844        0    nan |  0.000 % |
0.04/0.08	c |       101 |    3215    20534    69540 |     7529      101      4 |  0.000 % |
0.09/0.12	c |       251 |    3215    20534    69540 |     8282      251      5 |  0.000 % |
0.09/0.16	c |       476 |    3215    20534    69540 |     9110      476      9 |  0.000 % |
0.19/0.21	c |       813 |    3214    20524    69507 |    10021      782     12 |  0.031 % |
0.19/0.29	c |      1319 |    3214    20524    69507 |    11023     1288     18 |  0.031 % |
0.29/0.39	c |      2078 |    3214    20524    69507 |    12125     2047     19 |  0.031 % |
0.49/0.56	c |      3217 |    3214    20524    69507 |    13338     3186     30 |  0.031 % |
0.79/0.81	c |      4925 |    3214    20524    69507 |    14672     4894     33 |  0.031 % |
1.19/1.22	c |      7488 |    3213    20515    69477 |    16139     7445     33 |  0.063 % |
1.89/1.94	c |     11332 |    3213    20515    69477 |    17753    11289     43 |  0.062 % |
3.19/3.27	c |     17100 |    3213    20515    69477 |    19528    17057     46 |  0.062 % |
5.39/5.42	c |     25749 |    3213    20515    69477 |    21481    15359     44 |  0.062 % |
8.99/9.01	c |     38724 |    3213    20515    69477 |    23629    16982     39 |  0.062 % |
15.19/15.24	c |     58185 |    3213    20515    69477 |    25992    12147     40 |  0.062 % |
25.59/25.66	c |     87377 |    3213    20515    69477 |    28591    14414     31 |  0.062 % |
39.78/39.83	c |    131168 |    3213    20515    69477 |    31451    28374     35 |  0.062 % |
64.97/65.06	c |    196852 |    3213    20515    69477 |    34596    27186     43 |  0.062 % |
102.26/102.36	c |    295378 |    3211    20496    69414 |    38055    29288     45 |  0.124 % |
166.64/166.78	c |    443167 |    3211    20496    69414 |    41861    29628     38 |  0.124 % |
274.31/274.44	c |    664850 |    3211    20496    69414 |    46047    19827     30 |  0.124 % |
442.66/442.88	c |    997376 |    3211    20496    69414 |    50652    27252     88 |  0.124 % |
708.48/708.80	c |   1496164 |    3211    20496    69414 |    55717    31886     36 |  0.124 % |
1144.06/1144.48	c |   2244346 |    3210    20486    69381 |    61289    54783     33 |  0.156 % |

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-1719667-1240648195/watcher-1719667-1240648195 -o /tmp/evaluation-result-1719667-1240648195/solver-1719667-1240648195 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1920019167 HOME/instance-1719667-1240648195.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.59 1.72 1.44 3/65 11658
/proc/meminfo: memFree=1869240/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=2868 CPUtime=0
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 389 0 0 0 0 0 0 0 18 0 1 0 92849132 2936832 374 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 717 375 87 221 0 493 0

[startup+0.0523251 s]
/proc/loadavg: 1.59 1.72 1.44 3/65 11658
/proc/meminfo: memFree=1869240/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=6160 CPUtime=0.04
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 1160 0 0 0 4 0 0 0 18 0 1 0 92849132 6307840 1145 1992294400 4194304 5102648 548682068800 18446744073709551615 4272884 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 1540 1145 100 221 0 1316 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6160

[startup+0.101329 s]
/proc/loadavg: 1.59 1.72 1.44 3/65 11658
/proc/meminfo: memFree=1869240/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=5676 CPUtime=0.09
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 1172 0 0 0 9 0 0 0 18 0 1 0 92849132 5812224 1076 1992294400 4194304 5102648 548682068800 18446744073709551615 4215162 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 1419 1076 112 221 0 1195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5676

[startup+0.301351 s]
/proc/loadavg: 1.59 1.72 1.44 3/65 11658
/proc/meminfo: memFree=1869240/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=5676 CPUtime=0.29
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 1172 0 0 0 29 0 0 0 19 0 1 0 92849132 5812224 1076 1992294400 4194304 5102648 548682068800 18446744073709551615 4214159 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 1419 1076 112 221 0 1195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5676

[startup+0.701396 s]
/proc/loadavg: 1.59 1.72 1.44 3/65 11658
/proc/meminfo: memFree=1869240/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=5824 CPUtime=0.69
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 1227 0 0 0 69 0 0 0 23 0 1 0 92849132 5963776 1131 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 1456 1131 112 221 0 1232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5824

[startup+1.50148 s]
/proc/loadavg: 1.59 1.72 1.44 2/66 11659
/proc/meminfo: memFree=1864688/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=7056 CPUtime=1.49
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 1534 0 0 0 149 0 0 0 25 0 1 0 92849132 7225344 1438 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 1764 1438 112 221 0 1540 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7056

[startup+3.10166 s]
/proc/loadavg: 1.59 1.72 1.44 2/66 11659
/proc/meminfo: memFree=1862768/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=9216 CPUtime=3.09
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 2073 0 0 0 308 1 0 0 25 0 1 0 92849132 9437184 1977 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 2304 1977 112 221 0 2080 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9216

[startup+6.30202 s]
/proc/loadavg: 1.54 1.70 1.44 2/66 11659
/proc/meminfo: memFree=1860336/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=10412 CPUtime=6.29
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 2365 0 0 0 628 1 0 0 25 0 1 0 92849132 10661888 2269 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 2603 2269 112 221 0 2379 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10412

[startup+12.7017 s]
/proc/loadavg: 1.50 1.69 1.43 2/66 11659
/proc/meminfo: memFree=1859248/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=11528 CPUtime=12.69
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 2646 0 0 0 1267 2 0 0 25 0 1 0 92849132 11804672 2550 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 2882 2550 112 221 0 2658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11528

[startup+25.5011 s]
/proc/loadavg: 1.39 1.66 1.43 2/66 11659
/proc/meminfo: memFree=1858096/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=12676 CPUtime=25.49
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 2918 0 0 0 2547 2 0 0 25 0 1 0 92849132 12980224 2822 1992294400 4194304 5102648 548682068800 18446744073709551615 4255423 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 3169 2822 112 221 0 2945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12676

[startup+51.102 s]
/proc/loadavg: 1.26 1.60 1.41 2/66 11659
/proc/meminfo: memFree=1857136/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=13668 CPUtime=51.07
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 3162 0 0 0 5105 2 0 0 25 0 1 0 92849132 13996032 3066 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 3417 3066 112 221 0 3193 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13668

[startup+102.306 s]
/proc/loadavg: 1.11 1.51 1.39 2/66 11659
/proc/meminfo: memFree=1854576/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=16228 CPUtime=102.26
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 3790 0 0 0 10224 2 0 0 25 0 1 0 92849132 16617472 3694 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 4057 3694 112 221 0 3833 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16228

[startup+162.301 s]
/proc/loadavg: 1.04 1.41 1.36 2/66 11659
/proc/meminfo: memFree=1853040/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=17872 CPUtime=162.24
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 4154 0 0 0 16222 2 0 0 25 0 1 0 92849132 18300928 4058 1992294400 4194304 5102648 548682068800 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 4468 4058 112 221 0 4244 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17872

[startup+222.302 s]
/proc/loadavg: 1.01 1.34 1.34 2/66 11659
/proc/meminfo: memFree=1852528/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=18460 CPUtime=222.22
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 4292 0 0 0 22220 2 0 0 25 0 1 0 92849132 18903040 4196 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 4615 4196 112 221 0 4391 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18460

[startup+282.302 s]
/proc/loadavg: 1.00 1.27 1.31 2/66 11659
/proc/meminfo: memFree=1852144/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=18932 CPUtime=282.21
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 4381 0 0 0 28219 2 0 0 25 0 1 0 92849132 19386368 4285 1992294400 4194304 5102648 548682068800 18446744073709551615 4250363 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 4733 4285 112 221 0 4509 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18932

[startup+342.301 s]
/proc/loadavg: 1.00 1.22 1.29 2/66 11659
/proc/meminfo: memFree=1850032/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=21112 CPUtime=342.2
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 4894 0 0 0 34217 3 0 0 25 0 1 0 92849132 21618688 4798 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 5278 4798 112 221 0 5054 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 21112

[startup+402.302 s]
/proc/loadavg: 1.00 1.18 1.27 2/66 11659
/proc/meminfo: memFree=1848752/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=22248 CPUtime=402.18
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 5201 0 0 0 40215 3 0 0 25 0 1 0 92849132 22781952 5105 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 5562 5105 112 221 0 5338 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 22248

[startup+462.302 s]
/proc/loadavg: 1.00 1.14 1.25 2/66 11659
/proc/meminfo: memFree=1841904/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29228 CPUtime=462.16
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 6927 0 0 0 46212 4 0 0 25 0 1 0 92849132 29929472 6831 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7307 6831 112 221 0 7083 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 29228

[startup+522.301 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 11661
/proc/meminfo: memFree=1841520/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29228 CPUtime=522.14
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 6934 0 0 0 52210 4 0 0 25 0 1 0 92849132 29929472 6838 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7307 6838 112 221 0 7083 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 29228

[startup+582.302 s]
/proc/loadavg: 1.00 1.09 1.22 2/66 11661
/proc/meminfo: memFree=1841520/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29228 CPUtime=582.12
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 6944 0 0 0 58208 4 0 0 25 0 1 0 92849132 29929472 6848 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7307 6848 112 221 0 7083 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 29228

[startup+642.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/66 11661
/proc/meminfo: memFree=1841584/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29228 CPUtime=642.1
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 6949 0 0 0 64206 4 0 0 25 0 1 0 92849132 29929472 6853 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7307 6853 112 221 0 7083 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 29228

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 11661
/proc/meminfo: memFree=1841584/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29228 CPUtime=702.08
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 6949 0 0 0 70204 4 0 0 25 0 1 0 92849132 29929472 6853 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7307 6853 112 221 0 7083 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 29228

[startup+762.306 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 11661
/proc/meminfo: memFree=1841200/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29584 CPUtime=762.07
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7032 0 0 0 76203 4 0 0 25 0 1 0 92849132 30294016 6936 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7396 6936 112 221 0 7172 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 29584

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 11661
/proc/meminfo: memFree=1840944/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29796 CPUtime=822.05
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7084 0 0 0 82201 4 0 0 25 0 1 0 92849132 30511104 6988 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7449 6988 112 221 0 7225 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 29796

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.15 2/66 11661
/proc/meminfo: memFree=1841008/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=29796 CPUtime=882.03
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7084 0 0 0 88199 4 0 0 25 0 1 0 92849132 30511104 6988 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7449 6988 112 221 0 7225 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 29796

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 11661
/proc/meminfo: memFree=1840752/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=30012 CPUtime=942.01
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7128 0 0 0 94197 4 0 0 25 0 1 0 92849132 30732288 7032 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7503 7032 112 221 0 7279 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 30012

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 11661
/proc/meminfo: memFree=1840752/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=30012 CPUtime=1002
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7131 0 0 0 100196 4 0 0 25 0 1 0 92849132 30732288 7035 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7503 7035 112 221 0 7279 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 30012

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 11661
/proc/meminfo: memFree=1840368/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=30436 CPUtime=1061.98
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7216 0 0 0 106194 4 0 0 25 0 1 0 92849132 31166464 7120 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7609 7120 112 221 0 7385 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 30436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 11661
/proc/meminfo: memFree=1840304/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=30436 CPUtime=1121.96
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7223 0 0 0 112192 4 0 0 25 0 1 0 92849132 31166464 7127 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7609 7127 112 221 0 7385 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 30436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11661
/proc/meminfo: memFree=1839536/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=31376 CPUtime=1181.95
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7403 0 0 0 118190 5 0 0 25 0 1 0 92849132 32129024 7307 1992294400 4194304 5102648 548682068800 18446744073709551615 4249964 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7844 7307 112 221 0 7620 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 31376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11661
/proc/meminfo: memFree=1839536/2055920 swapFree=4181068/4192956
[pid=11658] ppid=11656 vsize=31376 CPUtime=1200.05
/proc/11658/stat : 11658 (varsat-crafted_) R 11656 11658 11621 0 -1 4194304 7403 0 0 0 120000 5 0 0 25 0 1 0 92849132 32129024 7307 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11658/statm: 7844 7307 112 221 0 7620 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 31376

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): 1200.01
CPU system time (s): 0.055991
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 31376

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

runsolver used 1.38579 second user time and 2.84657 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 10:29:55
IDJOB=1719667
IDBENCH=69567
IDSOLVER=537
FILE ID=node86/1719667-1240648195
PBS_JOBID= 9186496
Free space on /tmp= 66160 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-frg1mul.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719667-1240648195/watcher-1719667-1240648195 -o /tmp/evaluation-result-1719667-1240648195/solver-1719667-1240648195 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1920019167 HOME/instance-1719667-1240648195.cnf

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED=1920019167

node86.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1869656 kB
Buffers:          4392 kB
Cached:         108808 kB
SwapCached:       5732 kB
Active:          20888 kB
Inactive:       100972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869656 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          13912 kB
Slab:            50276 kB
Committed_AS:   323096 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node86 at 2009-04-25 10:49:57