Trace number 1513467

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S592525179-032.cnf
MD5SUM7460bd7d43551ea81285a6734d727c9e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark644.604
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    13600                                                |
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:          2143247326.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.29/0.38	c ============================[ Search Statistics ]==============================
0.29/0.38	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.38	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.38	c ===============================================================================
0.29/0.38	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.43	c |       101 |     160    13600    95200 |     4986      101     50 |  0.004 % |
0.39/0.48	c |       251 |     160    13600    95200 |     5485      251     47 |  0.004 % |
0.49/0.54	c |       477 |     160    13600    95200 |     6033      477     47 |  0.004 % |
0.59/0.61	c |       814 |     160    13600    95200 |     6637      814     47 |  0.004 % |
0.59/0.69	c |      1320 |     160    13600    95200 |     7300     1320     48 |  0.004 % |
0.69/0.79	c |      2080 |     160    13600    95200 |     8031     2080     48 |  0.004 % |
0.89/0.92	c |      3220 |     160    13600    95200 |     8834     3220     49 |  0.004 % |
1.09/1.13	c |      4930 |     160    13600    95200 |     9717     4930     49 |  0.004 % |
1.39/1.47	c |      7495 |     160    13600    95200 |    10689     7495     49 |  0.004 % |
1.99/2.05	c |     11340 |     160    13600    95200 |    11758     5958     48 |  0.004 % |
2.69/2.79	c |     17107 |     160    13600    95200 |    12934    11725     49 |  0.004 % |
4.09/4.12	c |     25757 |     160    13600    95200 |    14227     7369     50 |  0.004 % |
6.19/6.26	c |     38731 |     160    13600    95200 |    15650    13193     49 |  0.004 % |
9.89/9.94	c |     58192 |     160    13600    95200 |    17215     9064     48 |  0.004 % |
15.58/15.65	c |     87384 |     160    13600    95200 |    18936    12325     49 |  0.004 % |
24.78/24.83	c |    131173 |     160    13600    95200 |    20830    18093     48 |  0.004 % |
39.98/40.09	c |    196857 |     160    13600    95200 |    22913    10619     47 |  0.004 % |
64.37/64.40	c |    295383 |     160    13600    95200 |    25204    16889     48 |  0.004 % |
102.16/102.26	c |    443172 |     160    13600    95200 |    27725    20728     48 |  0.004 % |
165.35/165.47	c |    664855 |     160    13600    95200 |    30497    24132     49 |  0.004 % |
261.72/261.84	c |    997381 |     160    13600    95200 |    33547    15062     48 |  0.004 % |
416.58/416.77	c |   1496169 |     160    13600    95200 |    36902    33336     49 |  0.004 % |
673.61/673.83	c |   2244351 |     160    13600    95200 |    40592    13777     47 |  0.004 % |
1076.01/1076.37	c |   3366626 |     160    13600    95200 |    44652    33631     49 |  0.004 % |

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-1513467-1238218545/watcher-1513467-1238218545 -o /tmp/evaluation-result-1513467-1238218545/solver-1513467-1238218545 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=2143247326 HOME/instance-1513467-1238218545.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/81 27113
/proc/meminfo: memFree=1582472/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=2676 CPUtime=0
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 354 0 0 0 0 0 0 0 20 0 1 0 1094518821 2740224 339 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 669 340 87 221 0 445 0

[startup+0.063122 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27113
/proc/meminfo: memFree=1582472/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=5640 CPUtime=0.05
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 1087 0 0 0 5 0 0 0 20 0 1 0 1094518821 5775360 1072 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 1410 1072 98 221 0 1186 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5640

[startup+0.102126 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27113
/proc/meminfo: memFree=1582472/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=5640 CPUtime=0.09
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 1087 0 0 0 9 0 0 0 20 0 1 0 1094518821 5775360 1072 1992294400 4194304 5102648 548682068800 18446744073709551615 4273077 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 1410 1072 98 221 0 1186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5640

[startup+0.301148 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27113
/proc/meminfo: memFree=1582472/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=5712 CPUtime=0.29
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 1114 0 0 0 29 0 0 0 22 0 1 0 1094518821 5849088 1099 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 1428 1099 98 221 0 1204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5712

[startup+0.702192 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27113
/proc/meminfo: memFree=1582472/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=4972 CPUtime=0.69
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 1126 0 0 0 69 0 0 0 25 0 1 0 1094518821 5091328 947 1992294400 4194304 5102648 548682068800 18446744073709551615 4214152 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 1243 947 110 221 0 1019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4972

[startup+1.50128 s]
/proc/loadavg: 0.91 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1578816/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=6204 CPUtime=1.49
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 1420 0 0 0 149 0 0 0 25 0 1 0 1094518821 6352896 1241 1992294400 4194304 5102648 548682068800 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 1551 1241 110 221 0 1327 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6204

[startup+3.10146 s]
/proc/loadavg: 0.91 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1576832/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=7808 CPUtime=3.09
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 1823 0 0 0 308 1 0 0 25 0 1 0 1094518821 7995392 1644 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 1952 1644 110 221 0 1728 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7808

[startup+6.30181 s]
/proc/loadavg: 0.92 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1575360/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=8600 CPUtime=6.29
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 2018 0 0 0 628 1 0 0 25 0 1 0 1094518821 8806400 1839 1992294400 4194304 5102648 548682068800 18446744073709551615 4214299 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 2150 1839 110 221 0 1926 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8600

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1573888/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=10008 CPUtime=12.69
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 2342 0 0 0 1268 1 0 0 25 0 1 0 1094518821 10248192 2163 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 2502 2163 110 221 0 2278 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10008

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1572488/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=11672 CPUtime=25.49
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 2762 0 0 0 2547 2 0 0 25 0 1 0 1094518821 11952128 2583 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 2918 2583 110 221 0 2694 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11672

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1570632/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=13340 CPUtime=51.07
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 3148 0 0 0 5105 2 0 0 25 0 1 0 1094518821 13660160 2969 1992294400 4194304 5102648 548682068800 18446744073709551615 4249799 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 3335 2969 110 221 0 3111 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13340

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1568648/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=15368 CPUtime=102.26
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 3615 0 0 0 10224 2 0 0 25 0 1 0 1094518821 15736832 3436 1992294400 4194304 5102648 548682068800 18446744073709551615 4214204 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 3842 3436 110 221 0 3618 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15368

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1566728/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=17588 CPUtime=162.25
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 4101 0 0 0 16222 3 0 0 25 0 1 0 1094518821 18010112 3922 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 4397 3922 110 221 0 4173 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17588

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1565192/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=19024 CPUtime=222.23
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 4461 0 0 0 22220 3 0 0 25 0 1 0 1094518821 19480576 4282 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 4756 4282 110 221 0 4532 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 19024

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1563976/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=20268 CPUtime=282.21
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 4760 0 0 0 28218 3 0 0 25 0 1 0 1094518821 20754432 4581 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 5067 4581 110 221 0 4843 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20268

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1563144/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=21268 CPUtime=342.2
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 4973 0 0 0 34216 4 0 0 25 0 1 0 1094518821 21778432 4794 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 5317 4794 110 221 0 5093 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 21268

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1562568/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=21852 CPUtime=402.18
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 5109 0 0 0 40214 4 0 0 25 0 1 0 1094518821 22376448 4930 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 5463 4930 110 221 0 5239 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 21852

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27114
/proc/meminfo: memFree=1561224/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=23140 CPUtime=462.16
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 5440 0 0 0 46212 4 0 0 25 0 1 0 1094518821 23695360 5261 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 5785 5261 110 221 0 5561 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 23140

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1560520/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=23820 CPUtime=522.15
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 5580 0 0 0 52211 4 0 0 25 0 1 0 1094518821 24391680 5401 1992294400 4194304 5102648 548682068800 18446744073709551615 4250037 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 5955 5401 110 221 0 5731 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 23820

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1560008/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=24436 CPUtime=582.13
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 5696 0 0 0 58209 4 0 0 25 0 1 0 1094518821 25022464 5517 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 6109 5517 110 221 0 5885 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 24436

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1559624/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=24816 CPUtime=642.12
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 5791 0 0 0 64208 4 0 0 25 0 1 0 1094518821 25411584 5612 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 6204 5612 110 221 0 5980 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 24816

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1558664/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=25772 CPUtime=702.1
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6048 0 0 0 70206 4 0 0 25 0 1 0 1094518821 26390528 5869 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 6443 5869 110 221 0 6219 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 25772

[startup+762.308 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1557832/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=26676 CPUtime=762.1
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6235 0 0 0 76205 5 0 0 25 0 1 0 1094518821 27316224 6056 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 6669 6056 110 221 0 6445 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 26676

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1557384/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=27112 CPUtime=822.08
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6347 0 0 0 82203 5 0 0 25 0 1 0 1094518821 27762688 6168 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 6778 6168 110 221 0 6554 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 27112

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1556872/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=27760 CPUtime=882.06
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6471 0 0 0 88201 5 0 0 25 0 1 0 1094518821 28426240 6292 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 6940 6292 110 221 0 6716 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 27760

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1556616/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=28044 CPUtime=942.05
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6531 0 0 0 94200 5 0 0 25 0 1 0 1094518821 28717056 6352 1992294400 4194304 5102648 548682068800 18446744073709551615 4250503 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 7011 6352 110 221 0 6787 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 28044

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1556488/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=28184 CPUtime=1002.03
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6559 0 0 0 100198 5 0 0 25 0 1 0 1094518821 28860416 6380 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 7046 6380 110 221 0 6822 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 28184

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1556296/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=28328 CPUtime=1062.01
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6596 0 0 0 106196 5 0 0 25 0 1 0 1094518821 29007872 6417 1992294400 4194304 5102648 548682068800 18446744073709551615 4255171 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 7082 6417 110 221 0 6858 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 28328

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1555144/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=29600 CPUtime=1122
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6881 0 0 0 112195 5 0 0 25 0 1 0 1094518821 30310400 6702 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 7400 6702 110 221 0 7176 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 29600

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1554760/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=29980 CPUtime=1181.98
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 6974 0 0 0 118193 5 0 0 25 0 1 0 1094518821 30699520 6795 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 7495 6795 110 221 0 7271 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 29980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27116
/proc/meminfo: memFree=1554504/2055920 swapFree=4176448/4192956
[pid=27113] ppid=27111 vsize=30312 CPUtime=1200.08
/proc/27113/stat : 27113 (varsat-crafted_) R 27111 27113 26246 0 -1 4194304 7042 0 0 0 120003 5 0 0 25 0 1 0 1094518821 31039488 6863 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/27113/statm: 7578 6863 110 221 0 7354 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30312

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.09
CPU user time (s): 1200.04
CPU system time (s): 0.055991
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 30312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
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= 7042
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= 2149

runsolver used 1.48477 second user time and 3.98739 second system time

The end

Launcher Data

Begin job on node86 at 2009-03-28 06:35:45
IDJOB=1513467
IDBENCH=70265
IDSOLVER=537
FILE ID=node86/1513467-1238218545
PBS_JOBID= 9060481
Free space on /tmp= 66460 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S592525179-032.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513467-1238218545/watcher-1513467-1238218545 -o /tmp/evaluation-result-1513467-1238218545/solver-1513467-1238218545 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=2143247326 HOME/instance-1513467-1238218545.cnf

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

MD5SUM BENCH= 7460bd7d43551ea81285a6734d727c9e
RANDOM SEED=2143247326

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.238
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.238
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:       1582888 kB
Buffers:         45788 kB
Cached:         334564 kB
SwapCached:       8880 kB
Active:         146828 kB
Inactive:       247540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582888 kB
SwapTotal:     4192956 kB
SwapFree:      4176448 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          19176 kB
Slab:            62920 kB
Committed_AS:  2721228 kB
PageTables:       2684 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= 66460 MiB
End job on node86 at 2009-03-28 06:55:48