Trace number 1516264

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-industrial 2009-03-22? (TO) 1200.03 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S1514821049-021.cnf
MD5SUMf4161d2880fd7bbc6678916071117669
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06199
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  60                                                   |
0.00/0.00	c |  Number of clauses:    5340                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1830680800.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.09/0.15	c |       100 |      60     5340    37380 |     1958      100     23 |  0.028 % |
0.09/0.17	c |       250 |      60     5340    37380 |     2153      250     23 |  0.028 % |
0.19/0.20	c |       475 |      60     5340    37380 |     2369      475     23 |  0.028 % |
0.19/0.23	c |       812 |      60     5340    37380 |     2606      812     22 |  0.028 % |
0.19/0.27	c |      1318 |      60     5340    37380 |     2866     1318     22 |  0.028 % |
0.29/0.32	c |      2077 |      60     5340    37380 |     3153     2077     22 |  0.028 % |
0.39/0.40	c |      3216 |      60     5340    37380 |     3468     1624     21 |  0.028 % |
0.49/0.50	c |      4924 |      60     5340    37380 |     3815     3332     21 |  0.028 % |
0.59/0.66	c |      7486 |      60     5340    37380 |     4197     2052     21 |  0.028 % |
0.79/0.88	c |     11332 |      60     5340    37380 |     4616     3788     21 |  0.028 % |
1.19/1.23	c |     17098 |      60     5340    37380 |     5078     2589     20 |  0.028 % |
1.69/1.75	c |     25749 |      60     5340    37380 |     5586     3583     20 |  0.028 % |
2.49/2.58	c |     38724 |      60     5340    37380 |     6145     5346     20 |  0.028 % |
3.79/3.83	c |     58185 |      60     5340    37380 |     6759     3218     21 |  0.028 % |
5.69/5.75	c |     87378 |      60     5340    37380 |     7435     5277     20 |  0.028 % |
8.79/8.82	c |    131168 |      60     5340    37380 |     8179     4300     20 |  0.028 % |
13.59/13.62	c |    196852 |      60     5340    37380 |     8996     4342     20 |  0.028 % |
21.09/21.14	c |    295378 |      60     5340    37380 |     9896     8152     20 |  0.028 % |
33.18/33.20	c |    443167 |      60     5340    37380 |    10886     7124     20 |  0.028 % |
52.17/52.24	c |    664852 |      60     5340    37380 |    11974    10618     20 |  0.028 % |
82.76/82.83	c |    997379 |      60     5340    37380 |    13172     7208     19 |  0.028 % |
131.25/131.31	c |   1496167 |      60     5340    37380 |    14489    11167     20 |  0.028 % |
210.22/210.39	c |   2244350 |      60     5340    37380 |    15938    11971     20 |  0.028 % |
338.19/338.38	c |   3366624 |      60     5340    37380 |    17532     9051     19 |  0.028 % |
547.52/547.75	c |   5050035 |      60     5340    37380 |    19285    16047     19 |  0.028 % |
893.41/893.70	c |   7575152 |      60     5340    37380 |    21214    12041     18 |  0.028 % |

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-1516264-1238266950/watcher-1516264-1238266950 -o /tmp/evaluation-result-1516264-1238266950/solver-1516264-1238266950 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1830680800 HOME/instance-1516264-1238266950.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.91 0.95 0.97 3/64 2620
/proc/meminfo: memFree=985944/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=2676 CPUtime=0
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 1099360530 2740224 266 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 669 268 87 221 0 445 0

[startup+0.0863551 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 2620
/proc/meminfo: memFree=985944/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=3556 CPUtime=0.08
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 517 0 0 0 8 0 0 0 18 0 1 0 1099360530 3641344 502 1992294400 4194304 5102648 548682068784 18446744073709551615 4272856 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 889 502 98 221 0 665 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3556

[startup+0.101357 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 2620
/proc/meminfo: memFree=985944/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=3556 CPUtime=0.09
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 517 0 0 0 9 0 0 0 18 0 1 0 1099360530 3641344 502 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 889 502 98 221 0 665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3556

[startup+0.301389 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 2620
/proc/meminfo: memFree=985944/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=3492 CPUtime=0.29
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 530 0 0 0 29 0 0 0 19 0 1 0 1099360530 3575808 515 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 873 515 110 221 0 649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3492

[startup+0.701453 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 2620
/proc/meminfo: memFree=985944/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=3624 CPUtime=0.69
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 568 0 0 0 69 0 0 0 23 0 1 0 1099360530 3710976 553 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 906 553 110 221 0 682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3624

[startup+1.50158 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 2621
/proc/meminfo: memFree=983888/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=4028 CPUtime=1.49
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 658 0 0 0 149 0 0 0 25 0 1 0 1099360530 4124672 643 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 1007 643 110 221 0 783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4028

[startup+3.10184 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 2621
/proc/meminfo: memFree=983376/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=4432 CPUtime=3.09
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 757 0 0 0 309 0 0 0 25 0 1 0 1099360530 4538368 742 1992294400 4194304 5102648 548682068784 18446744073709551615 4248848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 1108 742 110 221 0 884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4432

[startup+6.30135 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 2621
/proc/meminfo: memFree=982808/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=4840 CPUtime=6.29
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 860 0 0 0 629 0 0 0 25 0 1 0 1099360530 4956160 845 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 1210 845 110 221 0 986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4840

[startup+12.7024 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 2621
/proc/meminfo: memFree=982232/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=5400 CPUtime=12.69
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 988 0 0 0 1269 0 0 0 25 0 1 0 1099360530 5529600 973 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 1350 973 110 221 0 1126 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5400

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 2621
/proc/meminfo: memFree=981464/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=6188 CPUtime=25.48
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 1163 0 0 0 2548 0 0 0 25 0 1 0 1099360530 6336512 1148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 1547 1148 110 221 0 1323 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6188

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 2621
/proc/meminfo: memFree=980504/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=7208 CPUtime=51.07
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 1392 0 0 0 5107 0 0 0 25 0 1 0 1099360530 7380992 1377 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 1802 1377 110 221 0 1578 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7208

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 2621
/proc/meminfo: memFree=979608/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=8108 CPUtime=102.27
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 1614 0 0 0 10226 1 0 0 25 0 1 0 1099360530 8302592 1599 1992294400 4194304 5102648 548682068784 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2027 1599 110 221 0 1803 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8108

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=978840/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=9056 CPUtime=162.24
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 1814 0 0 0 16223 1 0 0 25 0 1 0 1099360530 9273344 1799 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2264 1799 110 221 0 2040 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9056

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=978328/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=9468 CPUtime=222.22
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 1933 0 0 0 22221 1 0 0 25 0 1 0 1099360530 9695232 1918 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2367 1918 110 221 0 2143 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9468

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=977944/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=9848 CPUtime=282.21
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2035 0 0 0 28219 2 0 0 25 0 1 0 1099360530 10084352 2020 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2462 2020 110 221 0 2238 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 9848

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=977496/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=10416 CPUtime=342.18
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2139 0 0 0 34216 2 0 0 25 0 1 0 1099360530 10665984 2124 1992294400 4194304 5102648 548682068784 18446744073709551615 4253999 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2604 2124 110 221 0 2380 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 10416

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=976792/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=11176 CPUtime=402.16
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2311 0 0 0 40214 2 0 0 25 0 1 0 1099360530 11444224 2296 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2794 2296 110 221 0 2570 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 11176

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=976536/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=11556 CPUtime=462.14
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2372 0 0 0 46212 2 0 0 25 0 1 0 1099360530 11833344 2357 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2889 2357 110 221 0 2665 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 11556

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=976472/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=11556 CPUtime=522.12
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2399 0 0 0 52210 2 0 0 25 0 1 0 1099360530 11833344 2384 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2889 2384 110 221 0 2665 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 11556

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=976344/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=11816 CPUtime=582.11
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2443 0 0 0 58208 3 0 0 25 0 1 0 1099360530 12099584 2428 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 2954 2428 110 221 0 2730 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 11816

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=975896/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=12196 CPUtime=642.1
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2533 0 0 0 64207 3 0 0 25 0 1 0 1099360530 12488704 2518 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3049 2518 110 221 0 2825 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 12196

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=975512/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=12576 CPUtime=702.07
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2620 0 0 0 70204 3 0 0 25 0 1 0 1099360530 12877824 2605 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3144 2605 110 221 0 2920 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 12576

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=975064/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13144 CPUtime=762.06
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2723 0 0 0 76203 3 0 0 25 0 1 0 1099360530 13459456 2708 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3286 2708 110 221 0 3062 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 13144

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=975064/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13144 CPUtime=822.03
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2740 0 0 0 82200 3 0 0 25 0 1 0 1099360530 13459456 2725 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3286 2725 110 221 0 3062 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 13144

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=975064/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13144 CPUtime=882.01
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2743 0 0 0 88198 3 0 0 25 0 1 0 1099360530 13459456 2728 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3286 2728 110 221 0 3062 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 13144

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=974936/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13144 CPUtime=942
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2762 0 0 0 94196 4 0 0 25 0 1 0 1099360530 13459456 2747 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3286 2747 110 221 0 3062 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 13144

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=974872/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13144 CPUtime=1001.98
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2782 0 0 0 100194 4 0 0 25 0 1 0 1099360530 13459456 2767 1992294400 4194304 5102648 548682068784 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3286 2767 110 221 0 3062 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 13144

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=974872/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13144 CPUtime=1061.96
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2789 0 0 0 106192 4 0 0 25 0 1 0 1099360530 13459456 2774 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3286 2774 110 221 0 3062 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 13144

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=974680/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13288 CPUtime=1121.94
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2829 0 0 0 112190 4 0 0 25 0 1 0 1099360530 13606912 2814 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3322 2814 110 221 0 3098 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 13288

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=974680/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13288 CPUtime=1181.92
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2835 0 0 0 118188 4 0 0 25 0 1 0 1099360530 13606912 2820 1992294400 4194304 5102648 548682068784 18446744073709551615 4225403 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3322 2820 110 221 0 3098 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 13288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 2621
/proc/meminfo: memFree=974680/2055920 swapFree=4178216/4192956
[pid=2620] ppid=2618 vsize=13288 CPUtime=1200.02
/proc/2620/stat : 2620 (varsat-industri) R 2618 2620 2583 0 -1 4194304 2836 0 0 0 119998 4 0 0 25 0 1 0 1099360530 13606912 2821 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/2620/statm: 3322 2821 110 221 0 3098 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 13288

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.03
CPU user time (s): 1199.98
CPU system time (s): 0.048992
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 13288

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

runsolver used 0.929858 second user time and 2.57361 second system time

The end

Launcher Data

Begin job on node26 at 2009-03-28 20:02:30
IDJOB=1516264
IDBENCH=70498
IDSOLVER=538
FILE ID=node26/1516264-1238266950
PBS_JOBID= 9060837
Free space on /tmp= 66108 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S1514821049-021.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516264-1238266950/watcher-1516264-1238266950 -o /tmp/evaluation-result-1516264-1238266950/solver-1516264-1238266950 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1830680800 HOME/instance-1516264-1238266950.cnf

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

MD5SUM BENCH= f4161d2880fd7bbc6678916071117669
RANDOM SEED=1830680800

node26.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.261
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	: 5931.00
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.261
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:        986360 kB
Buffers:         82104 kB
Cached:         894356 kB
SwapCached:       8520 kB
Active:         107340 kB
Inactive:       879008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986360 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:          15472 kB
Slab:            69316 kB
Committed_AS:  2815044 kB
PageTables:       1372 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= 66108 MiB
End job on node26 at 2009-03-28 20:22:32