Trace number 1513047

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.04 1200.31

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1500472284-060.cnf
MD5SUM2b259c43c2d565526fa8f71172751b7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.9284
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:          1102822093.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     86 |  0.000 % |
0.09/0.18	c |       252 |     700    14000    70000 |     5646      252     95 |  0.000 % |
0.19/0.23	c |       477 |     700    14000    70000 |     6211      477    101 |  0.000 % |
0.19/0.28	c |       814 |     700    14000    70000 |     6832      814     97 |  0.000 % |
0.29/0.35	c |      1321 |     700    14000    70000 |     7515     1321     98 |  0.000 % |
0.39/0.45	c |      2081 |     700    14000    70000 |     8267     2081    100 |  0.000 % |
0.59/0.60	c |      3221 |     700    14000    70000 |     9094     3221    100 |  0.000 % |
0.79/0.81	c |      4934 |     700    14000    70000 |    10003     4934    100 |  0.000 % |
1.19/1.20	c |      7496 |     700    14000    70000 |    11003     7496    103 |  0.000 % |
1.89/1.90	c |     11341 |     700    14000    70000 |    12104     5721    105 |  0.000 % |
2.89/2.91	c |     17107 |     700    14000    70000 |    13314    11487    104 |  0.000 % |
4.49/4.59	c |     25757 |     700    14000    70000 |    14645    13344    103 |  0.000 % |
7.19/7.29	c |     38731 |     700    14000    70000 |    16110    11430    104 |  0.000 % |
12.49/12.54	c |     58193 |     700    14000    70000 |    17721    14538    110 |  0.000 % |
19.49/19.59	c |     87385 |     700    14000    70000 |    19493    16768    106 |  0.000 % |
32.38/32.46	c |    131176 |     700    14000    70000 |    21443    11212    104 |  0.000 % |
52.09/52.17	c |    196860 |     700    14000    70000 |    23587    11869    101 |  0.000 % |
88.27/88.35	c |    295387 |     700    14000    70000 |    25946    14237    105 |  0.000 % |
145.07/145.13	c |    443177 |     700    14000    70000 |    28540    26002    108 |  0.000 % |
232.14/232.26	c |    664860 |     700    14000    70000 |    31394    25576    111 |  0.000 % |
370.70/370.85	c |    997386 |     700    14000    70000 |    34534    24929    107 |  0.000 % |
597.75/597.94	c |   1496175 |     700    14000    70000 |    37987    28756    109 |  0.000 % |
968.17/968.49	c |   2244358 |     700    14000    70000 |    41786    16051    101 |  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-1513047-1238212540/watcher-1513047-1238212540 -o /tmp/evaluation-result-1513047-1238212540/solver-1513047-1238212540 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1102822093 HOME/instance-1513047-1238212540.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.92 0.98 0.95 3/68 15413
/proc/meminfo: memFree=757736/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=2552 CPUtime=0
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 313 0 0 0 0 0 0 0 18 0 1 0 1093915975 2613248 298 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 638 299 87 221 0 414 0

[startup+0.041365 s]
/proc/loadavg: 0.92 0.98 0.95 3/68 15413
/proc/meminfo: memFree=757736/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=5052 CPUtime=0.03
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 946 0 0 0 3 0 0 0 18 0 1 0 1093915975 5173248 931 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 1263 931 98 221 0 1039 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5052

[startup+0.101368 s]
/proc/loadavg: 0.92 0.98 0.95 3/68 15413
/proc/meminfo: memFree=757736/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=5232 CPUtime=0.09
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 973 0 0 0 9 0 0 0 18 0 1 0 1093915975 5357568 958 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 1308 958 98 221 0 1084 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5232

[startup+0.301382 s]
/proc/loadavg: 0.92 0.98 0.95 3/68 15413
/proc/meminfo: memFree=757736/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=4908 CPUtime=0.29
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 988 0 0 0 29 0 0 0 19 0 1 0 1093915975 5025792 918 1992294400 4194304 5102648 548682068800 18446744073709551615 4214244 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 1227 918 113 221 0 1003 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4908

[startup+0.70141 s]
/proc/loadavg: 0.92 0.98 0.95 3/68 15413
/proc/meminfo: memFree=757736/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=6096 CPUtime=0.69
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 1270 0 0 0 69 0 0 0 22 0 1 0 1093915975 6242304 1200 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 1524 1200 113 221 0 1300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6096

[startup+1.50146 s]
/proc/loadavg: 0.92 0.98 0.95 2/69 15414
/proc/meminfo: memFree=752224/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=8644 CPUtime=1.5
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 1911 0 0 0 149 1 0 0 25 0 1 0 1093915975 8851456 1841 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 2161 1841 113 221 0 1937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8644

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 0.95 2/69 15414
/proc/meminfo: memFree=749664/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=10436 CPUtime=3.09
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 2346 0 0 0 308 1 0 0 25 0 1 0 1093915975 10686464 2276 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 2609 2276 113 221 0 2385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10436

[startup+6.30179 s]
/proc/loadavg: 0.93 0.98 0.95 2/69 15414
/proc/meminfo: memFree=747552/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=11756 CPUtime=6.29
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 2691 0 0 0 628 1 0 0 25 0 1 0 1093915975 12038144 2621 1992294400 4194304 5102648 548682068800 18446744073709551615 4249788 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 2939 2621 113 221 0 2715 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11756

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.95 2/69 15414
/proc/meminfo: memFree=746016/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=13212 CPUtime=12.69
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 3044 0 0 0 1268 1 0 0 25 0 1 0 1093915975 13529088 2974 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 3303 2974 113 221 0 3079 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13212

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.95 2/69 15414
/proc/meminfo: memFree=743584/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=15628 CPUtime=25.49
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 3641 0 0 0 2547 2 0 0 25 0 1 0 1093915975 16003072 3571 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 3907 3571 113 221 0 3683 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15628

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.95 2/69 15414
/proc/meminfo: memFree=741088/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=18164 CPUtime=51.09
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 4263 0 0 0 5106 3 0 0 25 0 1 0 1093915975 18599936 4193 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 4541 4193 113 221 0 4317 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18164

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.95 2/69 15414
/proc/meminfo: memFree=737504/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=21780 CPUtime=102.27
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 5173 0 0 0 10223 4 0 0 25 0 1 0 1093915975 22302720 5103 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 5445 5103 113 221 0 5221 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21780

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15414
/proc/meminfo: memFree=734560/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=24904 CPUtime=162.26
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 5914 0 0 0 16221 5 0 0 25 0 1 0 1093915975 25501696 5844 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 6226 5844 113 221 0 6002 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 24904

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15414
/proc/meminfo: memFree=733408/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=26164 CPUtime=222.24
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 6200 0 0 0 22219 5 0 0 25 0 1 0 1093915975 26791936 6130 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 6541 6130 113 221 0 6317 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 26164

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15414
/proc/meminfo: memFree=730464/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=28984 CPUtime=282.23
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 6907 0 0 0 28216 7 0 0 25 0 1 0 1093915975 29679616 6837 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 7246 6837 113 221 0 7022 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 28984

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=730016/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=29300 CPUtime=342.21
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 6979 0 0 0 34214 7 0 0 25 0 1 0 1093915975 30003200 6909 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 7325 6909 113 221 0 7101 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 29300

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=727776/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=31616 CPUtime=402.2
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 7554 0 0 0 40212 8 0 0 25 0 1 0 1093915975 32374784 7484 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 7904 7484 113 221 0 7680 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 31616

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=726944/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=32508 CPUtime=462.18
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 7758 0 0 0 46210 8 0 0 25 0 1 0 1093915975 33288192 7688 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 8127 7688 113 221 0 7903 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 32508

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=726304/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=33236 CPUtime=522.17
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 7936 0 0 0 52208 9 0 0 25 0 1 0 1093915975 34033664 7866 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 8309 7866 113 221 0 8085 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 33236

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=725728/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=33896 CPUtime=582.16
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 8097 0 0 0 58207 9 0 0 25 0 1 0 1093915975 34709504 8027 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 8474 8027 113 221 0 8250 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 33896

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=723552/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=36032 CPUtime=642.15
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 8646 0 0 0 64205 10 0 0 25 0 1 0 1093915975 36896768 8576 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 9008 8576 113 221 0 8784 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 36032

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=722528/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=37092 CPUtime=702.14
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 8891 0 0 0 70203 11 0 0 25 0 1 0 1093915975 37982208 8821 1992294400 4194304 5102648 548682068800 18446744073709551615 4255938 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 9273 8821 113 221 0 9049 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 37092

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=722400/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=37384 CPUtime=762.13
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 8954 0 0 0 76202 11 0 0 25 0 1 0 1093915975 38281216 8884 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 9346 8884 113 221 0 9122 0
Current children cumulated CPU time (s) 762.13
Current children cumulated vsize (KiB) 37384

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=721568/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=38152 CPUtime=822.11
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 9135 0 0 0 82200 11 0 0 25 0 1 0 1093915975 39067648 9065 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 9538 9065 113 221 0 9314 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 38152

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=721376/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=38340 CPUtime=882.09
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 9180 0 0 0 88198 11 0 0 25 0 1 0 1093915975 39260160 9110 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 9585 9110 113 221 0 9361 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 38340

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=721248/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=38472 CPUtime=942.08
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 9211 0 0 0 94197 11 0 0 25 0 1 0 1093915975 39395328 9141 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 9618 9141 113 221 0 9394 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 38472

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=718368/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=41476 CPUtime=1002.06
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 9924 0 0 0 100194 12 0 0 25 0 1 0 1093915975 42471424 9854 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 10369 9854 113 221 0 10145 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 41476

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=717472/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=42412 CPUtime=1062.05
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 10131 0 0 0 106193 12 0 0 25 0 1 0 1093915975 43429888 10061 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 10603 10061 113 221 0 10379 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 42412

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=716832/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=43116 CPUtime=1122.04
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 10316 0 0 0 112191 13 0 0 25 0 1 0 1093915975 44150784 10246 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 10779 10246 113 221 0 10555 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 43116

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=716384/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=43524 CPUtime=1182.03
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 10414 0 0 0 118190 13 0 0 25 0 1 0 1093915975 44568576 10344 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 10881 10344 113 221 0 10657 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 43524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=716256/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=43692 CPUtime=1200.03
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 10447 0 0 0 119990 13 0 0 25 0 1 0 1093915975 44740608 10377 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 10923 10377 113 221 0 10699 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 43692

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.95 2/69 15420
/proc/meminfo: memFree=716256/2055920 swapFree=4177828/4192956
[pid=15413] ppid=15411 vsize=43692 CPUtime=1200.03
/proc/15413/stat : 15413 (varsat-crafted_) R 15411 15413 13108 0 -1 4194304 10447 0 0 0 119990 13 0 0 25 0 1 0 1093915975 44740608 10377 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 10923 10377 113 221 0 10699 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 43692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.04
CPU user time (s): 1199.9
CPU system time (s): 0.140978
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 43692

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

runsolver used 1.09583 second user time and 3.2815 second system time

The end

Launcher Data

Begin job on node52 at 2009-03-28 04:55:40
IDJOB=1513047
IDBENCH=70230
IDSOLVER=537
FILE ID=node52/1513047-1238212540
PBS_JOBID= 9060514
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= 2b259c43c2d565526fa8f71172751b7f
RANDOM SEED=1102822093

node52.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.230
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.230
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:        758216 kB
Buffers:         83524 kB
Cached:        1121084 kB
SwapCached:       7968 kB
Active:          93780 kB
Inactive:      1120860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        758216 kB
SwapTotal:     4192956 kB
SwapFree:      4177828 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          15704 kB
Slab:            68652 kB
Committed_AS:  2966532 kB
PageTables:       1736 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= 66324 MiB
End job on node52 at 2009-03-28 05:15:42