Trace number 1515820

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S1772751287-054.cnf
MD5SUM35065935e71c2ceef94b54d497dccd31
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark761.95
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:          1779247315.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     22 |  0.028 % |
0.09/0.17	c |       251 |      60     5340    37380 |     2153      251     22 |  0.028 % |
0.19/0.20	c |       477 |      60     5340    37380 |     2369      477     22 |  0.028 % |
0.19/0.23	c |       814 |      60     5340    37380 |     2606      814     22 |  0.028 % |
0.19/0.26	c |      1320 |      60     5340    37380 |     2866     1320     22 |  0.028 % |
0.29/0.32	c |      2079 |      60     5340    37380 |     3153     2079     22 |  0.028 % |
0.29/0.39	c |      3218 |      60     5340    37380 |     3468     1626     21 |  0.028 % |
0.39/0.50	c |      4926 |      60     5340    37380 |     3815     3334     21 |  0.028 % |
0.59/0.65	c |      7488 |      60     5340    37380 |     4197     2051     21 |  0.028 % |
0.79/0.87	c |     11333 |      60     5340    37380 |     4616     3781     21 |  0.028 % |
1.19/1.23	c |     17101 |      60     5340    37380 |     5078     2581     21 |  0.028 % |
1.69/1.75	c |     25750 |      60     5340    37380 |     5586     3571     20 |  0.028 % |
2.49/2.54	c |     38724 |      60     5340    37380 |     6145     5319     20 |  0.028 % |
3.69/3.76	c |     58186 |      60     5340    37380 |     6759     3187     20 |  0.028 % |
5.59/5.66	c |     87379 |      60     5340    37380 |     7435     5239     20 |  0.028 % |
8.69/8.72	c |    131169 |      60     5340    37380 |     8179     4262     20 |  0.028 % |
13.28/13.34	c |    196854 |      60     5340    37380 |     8996     4320     20 |  0.028 % |
20.68/20.74	c |    295380 |      60     5340    37380 |     9896     8140     19 |  0.028 % |
32.49/32.59	c |    443170 |      60     5340    37380 |    10886     7134     20 |  0.028 % |
51.48/51.52	c |    664854 |      60     5340    37380 |    11974    10637     19 |  0.028 % |
81.67/81.73	c |    997379 |      60     5340    37380 |    13172     7225     21 |  0.028 % |
130.45/130.50	c |   1496168 |      60     5340    37380 |    14489    11204     20 |  0.028 % |
208.34/208.48	c |   2244350 |      60     5340    37380 |    15938    12051     19 |  0.028 % |
334.00/334.20	c |   3366624 |      60     5340    37380 |    17532     9144     19 |  0.028 % |
539.65/539.81	c |   5050035 |      60     5340    37380 |    19285    16134     20 |  0.028 % |
877.96/878.26	c |   7575151 |      60     5340    37380 |    21214    12121     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-1515820-1238259714/watcher-1515820-1238259714 -o /tmp/evaluation-result-1515820-1238259714/solver-1515820-1238259714 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1779247315 HOME/instance-1515820-1238259714.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.97 0.99 3/76 18898
/proc/meminfo: memFree=1350528/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=2676 CPUtime=0
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 1098632638 2740224 281 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 669 282 87 221 0 445 0

[startup+0.034141 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 18898
/proc/meminfo: memFree=1350528/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=3368 CPUtime=0.03
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 493 0 0 0 3 0 0 0 18 0 1 0 1098632638 3448832 478 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 842 478 98 221 0 618 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3368

[startup+0.101147 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 18898
/proc/meminfo: memFree=1350528/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=3548 CPUtime=0.09
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 515 0 0 0 9 0 0 0 18 0 1 0 1098632638 3633152 500 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 887 500 98 221 0 663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3548

[startup+0.301163 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 18898
/proc/meminfo: memFree=1350528/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=3484 CPUtime=0.29
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 528 0 0 0 29 0 0 0 19 0 1 0 1098632638 3567616 513 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 871 513 110 221 0 647 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3484

[startup+0.701197 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 18898
/proc/meminfo: memFree=1350528/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=3748 CPUtime=0.69
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 571 0 0 0 69 0 0 0 22 0 1 0 1098632638 3837952 556 1992294400 4194304 5102648 548682068784 18446744073709551615 4254144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 937 556 110 221 0 713 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3748

[startup+1.50126 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1348536/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=4012 CPUtime=1.49
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 662 0 0 0 149 0 0 0 25 0 1 0 1098632638 4108288 647 1992294400 4194304 5102648 548682068784 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 1003 647 110 221 0 779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4012

[startup+3.1024 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1347960/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=4432 CPUtime=3.09
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 755 0 0 0 309 0 0 0 25 0 1 0 1098632638 4538368 740 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 1108 740 110 221 0 884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4432

[startup+6.30166 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1347384/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=4852 CPUtime=6.29
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 861 0 0 0 629 0 0 0 25 0 1 0 1098632638 4968448 846 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 1213 846 110 221 0 989 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4852

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1346680/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=5456 CPUtime=12.69
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 993 0 0 0 1269 0 0 0 25 0 1 0 1098632638 5586944 978 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 1364 978 110 221 0 1140 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5456

[startup+25.5013 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1345912/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=6400 CPUtime=25.49
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 1191 0 0 0 2548 1 0 0 25 0 1 0 1098632638 6553600 1176 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 1600 1176 110 221 0 1376 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6400

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1345080/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=7248 CPUtime=51.08
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 1395 0 0 0 5107 1 0 0 25 0 1 0 1098632638 7421952 1380 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 1812 1380 110 221 0 1588 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7248

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1343864/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=8532 CPUtime=102.27
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 1681 0 0 0 10226 1 0 0 25 0 1 0 1098632638 8736768 1666 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2133 1666 110 221 0 1909 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8532

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1343224/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=9100 CPUtime=162.24
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 1841 0 0 0 16223 1 0 0 25 0 1 0 1098632638 9318400 1826 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2275 1826 110 221 0 2051 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9100

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 18899
/proc/meminfo: memFree=1342904/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=9288 CPUtime=222.24
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 1909 0 0 0 22222 2 0 0 25 0 1 0 1098632638 9510912 1894 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2322 1894 110 221 0 2098 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 9288

[startup+282.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/77 18899
/proc/meminfo: memFree=1342584/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=9508 CPUtime=282.22
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 1979 0 0 0 28220 2 0 0 25 0 1 0 1098632638 9736192 1964 1992294400 4194304 5102648 548682068784 18446744073709551615 4254538 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2377 1964 110 221 0 2153 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 9508

[startup+342.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/77 18899
/proc/meminfo: memFree=1341944/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=10268 CPUtime=342.21
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2119 0 0 0 34218 3 0 0 25 0 1 0 1098632638 10514432 2104 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2567 2104 110 221 0 2343 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 10268

[startup+402.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 18899
/proc/meminfo: memFree=1341368/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=10836 CPUtime=402.19
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2254 0 0 0 40216 3 0 0 25 0 1 0 1098632638 11096064 2239 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2709 2239 110 221 0 2485 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 10836

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 18899
/proc/meminfo: memFree=1341176/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=11028 CPUtime=462.17
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2302 0 0 0 46214 3 0 0 25 0 1 0 1098632638 11292672 2287 1992294400 4194304 5102648 548682068784 18446744073709551615 4225739 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2757 2287 110 221 0 2533 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 11028

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 18899
/proc/meminfo: memFree=1340856/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=11408 CPUtime=522.15
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2379 0 0 0 52212 3 0 0 25 0 1 0 1098632638 11681792 2364 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 2852 2364 110 221 0 2628 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 11408

[startup+582.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 18899
/proc/meminfo: memFree=1340344/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12048 CPUtime=582.14
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2502 0 0 0 58210 4 0 0 25 0 1 0 1098632638 12337152 2487 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3012 2487 110 221 0 2788 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 12048

[startup+642.301 s]
/proc/loadavg: 1.09 1.02 1.00 2/77 18899
/proc/meminfo: memFree=1340152/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12428 CPUtime=642.13
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2564 0 0 0 64209 4 0 0 25 0 1 0 1098632638 12726272 2549 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3107 2549 110 221 0 2883 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 12428

[startup+702.301 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 18899
/proc/meminfo: memFree=1339960/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12428 CPUtime=702.11
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2593 0 0 0 70207 4 0 0 25 0 1 0 1098632638 12726272 2578 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3107 2578 110 221 0 2883 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 12428

[startup+762.306 s]
/proc/loadavg: 1.04 1.02 1.00 2/77 18899
/proc/meminfo: memFree=1339832/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12616 CPUtime=762.1
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2641 0 0 0 76205 5 0 0 25 0 1 0 1098632638 12918784 2626 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3154 2626 110 221 0 2930 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 12616

[startup+822.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/77 18899
/proc/meminfo: memFree=1339768/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12616 CPUtime=822.08
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2652 0 0 0 82203 5 0 0 25 0 1 0 1098632638 12918784 2637 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3154 2637 110 221 0 2930 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 12616

[startup+882.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/77 18899
/proc/meminfo: memFree=1339640/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12616 CPUtime=882.06
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2667 0 0 0 88201 5 0 0 25 0 1 0 1098632638 12918784 2652 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3154 2652 110 221 0 2930 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 12616

[startup+942.301 s]
/proc/loadavg: 1.11 1.04 1.01 2/77 18899
/proc/meminfo: memFree=1339576/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12808 CPUtime=942.04
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2692 0 0 0 94199 5 0 0 25 0 1 0 1098632638 13115392 2677 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3202 2677 110 221 0 2978 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 12808

[startup+1002.3 s]
/proc/loadavg: 1.15 1.07 1.01 2/77 18899
/proc/meminfo: memFree=1339512/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12808 CPUtime=1002.03
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2697 0 0 0 100198 5 0 0 25 0 1 0 1098632638 13115392 2682 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3202 2682 110 221 0 2978 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 12808

[startup+1062.3 s]
/proc/loadavg: 1.18 1.09 1.02 2/77 18899
/proc/meminfo: memFree=1339512/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12808 CPUtime=1062.02
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2702 0 0 0 106196 6 0 0 25 0 1 0 1098632638 13115392 2687 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3202 2687 110 221 0 2978 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 12808

[startup+1122.3 s]
/proc/loadavg: 1.06 1.07 1.01 2/77 18899
/proc/meminfo: memFree=1339448/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12808 CPUtime=1122
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2713 0 0 0 112194 6 0 0 25 0 1 0 1098632638 13115392 2698 1992294400 4194304 5102648 548682068784 18446744073709551615 4244649 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3202 2698 110 221 0 2978 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 12808

[startup+1182.3 s]
/proc/loadavg: 1.14 1.09 1.02 2/77 18899
/proc/meminfo: memFree=1339384/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12808 CPUtime=1181.99
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2720 0 0 0 118193 6 0 0 25 0 1 0 1098632638 13115392 2705 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3202 2705 110 221 0 2978 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 12808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.10 1.08 1.02 2/77 18899
/proc/meminfo: memFree=1339384/2055920 swapFree=4173544/4192956
[pid=18898] ppid=18896 vsize=12808 CPUtime=1200.09
/proc/18898/stat : 18898 (varsat-industri) R 18896 18898 18642 0 -1 4194304 2722 0 0 0 120003 6 0 0 25 0 1 0 1098632638 13115392 2707 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/18898/statm: 3202 2707 110 221 0 2978 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 12808

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.1
CPU user time (s): 1200.03
CPU system time (s): 0.065989
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 12808

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

runsolver used 1.01385 second user time and 3.36849 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-28 18:01:54
IDJOB=1515820
IDBENCH=70461
IDSOLVER=538
FILE ID=node65/1515820-1238259714
PBS_JOBID= 9060744
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= 35065935e71c2ceef94b54d497dccd31
RANDOM SEED=1779247315

node65.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.231
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.231
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:       1350944 kB
Buffers:         76152 kB
Cached:         532756 kB
SwapCached:      10232 kB
Active:         113624 kB
Inactive:       507052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350944 kB
SwapTotal:     4192956 kB
SwapFree:      4173544 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          16948 kB
Slab:            68976 kB
Committed_AS:  3271808 kB
PageTables:       2316 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= 66268 MiB
End job on node65 at 2009-03-28 18:21:57