Trace number 1513011

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.07 1200.51

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S685953260-065.cnf
MD5SUM3c731c817594d5a699b72cfb7a1ff2af
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.31558
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
0.00/0.02	c |  Parsing time:         0.03         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          2087168531.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.09/0.11	c ============================[ Search Statistics ]==============================
0.09/0.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	c ===============================================================================
0.09/0.11	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       100 |     700    14000    70000 |     5133      100     92 |  0.000 % |
0.09/0.18	c |       250 |     700    14000    70000 |     5646      250     90 |  0.000 % |
0.19/0.23	c |       475 |     700    14000    70000 |     6211      475     91 |  0.000 % |
0.19/0.29	c |       815 |     700    14000    70000 |     6832      815     96 |  0.000 % |
0.29/0.36	c |      1323 |     700    14000    70000 |     7515     1323     94 |  0.000 % |
0.39/0.46	c |      2083 |     700    14000    70000 |     8267     2083     99 |  0.000 % |
0.59/0.61	c |      3222 |     700    14000    70000 |     9094     3222    102 |  0.000 % |
0.79/0.83	c |      4930 |     700    14000    70000 |    10003     4930    101 |  0.000 % |
1.09/1.18	c |      7492 |     700    14000    70000 |    11003     7492    102 |  0.000 % |
1.79/1.84	c |     11336 |     700    14000    70000 |    12104     5697    107 |  0.000 % |
2.79/2.84	c |     17102 |     700    14000    70000 |    13314    11463    105 |  0.000 % |
4.59/4.68	c |     25751 |     700    14000    70000 |    14645    13322    105 |  0.000 % |
7.38/7.45	c |     38725 |     700    14000    70000 |    16110    11391    104 |  0.000 % |
12.09/12.16	c |     58186 |     700    14000    70000 |    17721    14486    109 |  0.000 % |
19.88/19.96	c |     87378 |     700    14000    70000 |    19493    16764    109 |  0.000 % |
32.17/32.24	c |    131167 |     700    14000    70000 |    21443    11224    104 |  0.000 % |
53.78/53.83	c |    196854 |     700    14000    70000 |    23587    11856    105 |  0.000 % |
86.96/87.09	c |    295381 |     700    14000    70000 |    25946    14155    105 |  0.000 % |
145.83/145.93	c |    443172 |     700    14000    70000 |    28540    25639    111 |  0.000 % |
236.01/236.14	c |    664855 |     700    14000    70000 |    31394    25572    112 |  0.000 % |
376.06/376.28	c |    997380 |     700    14000    70000 |    34534    23587    105 |  0.000 % |
609.06/609.37	c |   1496168 |     700    14000    70000 |    37987    26434    107 |  0.000 % |
962.13/962.57	c |   2244351 |     700    14000    70000 |    41786    33076    109 |  0.000 % |

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-1513011-1238211354/watcher-1513011-1238211354 -o /tmp/evaluation-result-1513011-1238211354/solver-1513011-1238211354 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=2087168531 HOME/instance-1513011-1238211354.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.90 3/64 2861
/proc/meminfo: memFree=1174680/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=2548 CPUtime=0
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 311 0 0 0 0 0 0 0 18 0 1 0 1093801739 2609152 296 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 637 297 87 221 0 413 0

[startup+0.096106 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 2861
/proc/meminfo: memFree=1174680/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=5220 CPUtime=0.09
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 970 0 0 0 9 0 0 0 18 0 1 0 1093801739 5345280 955 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 1305 955 98 221 0 1081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5220

[startup+0.102107 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 2861
/proc/meminfo: memFree=1174680/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=5220 CPUtime=0.09
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 970 0 0 0 9 0 0 0 18 0 1 0 1093801739 5345280 955 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 1305 955 98 221 0 1081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5220

[startup+0.301146 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 2861
/proc/meminfo: memFree=1174680/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=4824 CPUtime=0.29
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 986 0 0 0 29 0 0 0 19 0 1 0 1093801739 4939776 900 1992294400 4194304 5102648 548682068800 18446744073709551615 4215158 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 1206 900 113 221 0 982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4824

[startup+0.701221 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 2861
/proc/meminfo: memFree=1174680/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=6048 CPUtime=0.69
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 1274 0 0 0 69 0 0 0 22 0 1 0 1093801739 6193152 1188 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 1512 1188 113 221 0 1288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6048

[startup+1.50137 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 2862
/proc/meminfo: memFree=1169232/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=8748 CPUtime=1.48
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 1946 0 0 0 148 0 0 0 25 0 1 0 1093801739 8957952 1860 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 2187 1860 113 221 0 1963 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8748

[startup+3.10168 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 2862
/proc/meminfo: memFree=1166544/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=10628 CPUtime=3.09
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 2423 0 0 0 308 1 0 0 25 0 1 0 1093801739 10883072 2337 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 2657 2337 113 221 0 2433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10628

[startup+6.30129 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 2862
/proc/meminfo: memFree=1164304/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=11816 CPUtime=6.28
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 2722 0 0 0 627 1 0 0 25 0 1 0 1093801739 12099584 2636 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 2954 2636 113 221 0 2730 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11816

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 2862
/proc/meminfo: memFree=1162896/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=13932 CPUtime=12.69
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 3253 0 0 0 1267 2 0 0 25 0 1 0 1093801739 14266368 3167 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 3483 3167 113 221 0 3259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13932

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 2862
/proc/meminfo: memFree=1160336/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=15916 CPUtime=25.48
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 3720 0 0 0 2546 2 0 0 25 0 1 0 1093801739 16297984 3634 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 3979 3634 113 221 0 3755 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15916

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 2862
/proc/meminfo: memFree=1157648/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=18592 CPUtime=51.07
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 4380 0 0 0 5104 3 0 0 25 0 1 0 1093801739 19038208 4294 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 4648 4294 113 221 0 4424 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18592

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 2862
/proc/meminfo: memFree=1153744/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=22632 CPUtime=102.26
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 5373 0 0 0 10222 4 0 0 25 0 1 0 1093801739 23175168 5287 1992294400 4194304 5102648 548682068800 18446744073709551615 4249627 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 5658 5287 113 221 0 5434 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22632

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2862
/proc/meminfo: memFree=1150928/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=25528 CPUtime=162.23
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 6069 0 0 0 16218 5 0 0 25 0 1 0 1093801739 26140672 5983 1992294400 4194304 5102648 548682068800 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 6382 5983 113 221 0 6158 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25528

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2862
/proc/meminfo: memFree=1150096/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=26420 CPUtime=222.2
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 6266 0 0 0 22215 5 0 0 25 0 1 0 1093801739 27054080 6180 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 6605 6180 113 221 0 6381 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 26420

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2862
/proc/meminfo: memFree=1147472/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=29008 CPUtime=282.18
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 6919 0 0 0 28212 6 0 0 25 0 1 0 1093801739 29704192 6833 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 7252 6833 113 221 0 7028 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 29008

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2862
/proc/meminfo: memFree=1146960/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=29468 CPUtime=342.17
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 7035 0 0 0 34210 7 0 0 25 0 1 0 1093801739 30175232 6949 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 7367 6949 113 221 0 7143 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 29468

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2862
/proc/meminfo: memFree=1143952/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=32748 CPUtime=402.14
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 7830 0 0 0 40207 7 0 0 25 0 1 0 1093801739 33533952 7744 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 8187 7744 113 221 0 7963 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 32748

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1142992/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=33472 CPUtime=462.12
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 8003 0 0 0 46204 8 0 0 25 0 1 0 1093801739 34275328 7917 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 8368 7917 113 221 0 8144 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 33472

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1142864/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=33808 CPUtime=522.1
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 8076 0 0 0 52202 8 0 0 25 0 1 0 1093801739 34619392 7990 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 8452 7990 113 221 0 8228 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 33808

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1142416/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=34208 CPUtime=582.07
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 8194 0 0 0 58199 8 0 0 25 0 1 0 1093801739 35028992 8108 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 8552 8108 113 221 0 8328 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 34208

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1140048/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=36492 CPUtime=642.06
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 8772 0 0 0 64197 9 0 0 25 0 1 0 1093801739 37367808 8686 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 9123 8686 113 221 0 8899 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 36492

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1138960/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=37728 CPUtime=702.03
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 9040 0 0 0 70194 9 0 0 25 0 1 0 1093801739 38633472 8954 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 9432 8954 113 221 0 9208 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 37728

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1138128/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=38592 CPUtime=762.01
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 9255 0 0 0 76192 9 0 0 25 0 1 0 1093801739 39518208 9169 1992294400 4194304 5102648 548682068800 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 9648 9169 113 221 0 9424 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 38592

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1138000/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=38812 CPUtime=821.99
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 9288 0 0 0 82189 10 0 0 25 0 1 0 1093801739 39743488 9202 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 9703 9202 113 221 0 9479 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 38812

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1137424/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=39244 CPUtime=881.96
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 9416 0 0 0 88186 10 0 0 25 0 1 0 1093801739 40185856 9330 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 9811 9330 113 221 0 9587 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 39244

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1137104/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=39724 CPUtime=941.94
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 9505 0 0 0 94184 10 0 0 25 0 1 0 1093801739 40677376 9419 1992294400 4194304 5102648 548682068800 18446744073709551615 4249212 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 9931 9419 113 221 0 9707 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 39724

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1134224/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=42688 CPUtime=1001.92
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 10224 0 0 0 100181 11 0 0 25 0 1 0 1093801739 43712512 10138 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 10672 10138 113 221 0 10448 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 42688

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1133712/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=43512 CPUtime=1061.9
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 10401 0 0 0 106179 11 0 0 25 0 1 0 1093801739 44556288 10315 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 10878 10315 113 221 0 10654 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 43512

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1133136/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=43828 CPUtime=1121.88
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 10491 0 0 0 112176 12 0 0 25 0 1 0 1093801739 44879872 10405 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 10957 10405 113 221 0 10733 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 43828

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1132304/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=44624 CPUtime=1181.85
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 10681 0 0 0 118173 12 0 0 25 0 1 0 1093801739 45694976 10595 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 11156 10595 113 221 0 10932 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 44624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1132368/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=44624 CPUtime=1200.05
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 10681 0 0 0 119993 12 0 0 25 0 1 0 1093801739 45694976 10595 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 11156 10595 113 221 0 10932 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 44624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 2864
/proc/meminfo: memFree=1132368/2055920 swapFree=4178400/4192956
[pid=2861] ppid=2859 vsize=44624 CPUtime=1200.05
/proc/2861/stat : 2861 (varsat-crafted_) R 2859 2861 2196 0 -1 4194304 10681 0 0 0 119993 12 0 0 25 0 1 0 1093801739 45694976 10595 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/2861/statm: 11156 10595 113 221 0 10932 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 44624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.94
CPU system time (s): 0.131979
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 44624

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

runsolver used 0.927858 second user time and 2.49362 second system time

The end

Launcher Data

Begin job on node9 at 2009-03-28 04:35:54
IDJOB=1513011
IDBENCH=70227
IDSOLVER=537
FILE ID=node9/1513011-1238211354
PBS_JOBID= 9060555
Free space on /tmp= 66348 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S685953260-065.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513011-1238211354/watcher-1513011-1238211354 -o /tmp/evaluation-result-1513011-1238211354/solver-1513011-1238211354 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=2087168531 HOME/instance-1513011-1238211354.cnf

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

MD5SUM BENCH= 3c731c817594d5a699b72cfb7a1ff2af
RANDOM SEED=2087168531

node9.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.268
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.268
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:       1175096 kB
Buffers:         88248 kB
Cached:         705240 kB
SwapCached:       8300 kB
Active:         236016 kB
Inactive:       567296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175096 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          15524 kB
Slab:            63552 kB
Committed_AS:  2825588 kB
PageTables:       1392 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= 66348 MiB
End job on node9 at 2009-03-28 04:55:57