Trace number 1513455

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S1543261951-042.cnf
MD5SUMf53260962d7c8afd7ae82ca459f22f43
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.672
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.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          711772359.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.39/0.41	c ============================[ Search Statistics ]==============================
0.39/0.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	c ===============================================================================
0.39/0.41	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.46	c |       100 |     160    13600    95200 |     4986      100     47 |  0.004 % |
0.49/0.52	c |       251 |     160    13600    95200 |     5485      251     47 |  0.004 % |
0.49/0.59	c |       476 |     160    13600    95200 |     6033      476     47 |  0.004 % |
0.59/0.65	c |       814 |     160    13600    95200 |     6637      814     47 |  0.004 % |
0.69/0.74	c |      1321 |     160    13600    95200 |     7300     1321     47 |  0.004 % |
0.79/0.84	c |      2080 |     160    13600    95200 |     8031     2080     47 |  0.004 % |
0.89/0.99	c |      3219 |     160    13600    95200 |     8834     3219     47 |  0.004 % |
1.19/1.20	c |      4927 |     160    13600    95200 |     9717     4927     49 |  0.004 % |
1.49/1.56	c |      7491 |     160    13600    95200 |    10689     7491     48 |  0.004 % |
2.09/2.14	c |     11335 |     160    13600    95200 |    11758     5952     47 |  0.004 % |
2.89/2.98	c |     17102 |     160    13600    95200 |    12934    11719     48 |  0.004 % |
4.29/4.38	c |     25751 |     160    13600    95200 |    14227     7359     48 |  0.004 % |
6.49/6.51	c |     38725 |     160    13600    95200 |    15650    13178     49 |  0.004 % |
10.29/10.34	c |     58186 |     160    13600    95200 |    17215     9052     48 |  0.004 % |
16.19/16.22	c |     87378 |     160    13600    95200 |    18936    12310     48 |  0.004 % |
26.48/26.55	c |    131170 |     160    13600    95200 |    20830    18082     48 |  0.004 % |
42.18/42.25	c |    196854 |     160    13600    95200 |    22913    10608     47 |  0.004 % |
67.37/67.45	c |    295382 |     160    13600    95200 |    25204    16775     48 |  0.004 % |
108.95/109.00	c |    443171 |     160    13600    95200 |    27725    20120     48 |  0.004 % |
175.33/175.45	c |    664854 |     160    13600    95200 |    30497    24184     48 |  0.004 % |
280.50/280.62	c |    997379 |     160    13600    95200 |    33547    13136     48 |  0.004 % |
440.26/440.46	c |   1496168 |     160    13600    95200 |    36902    32218     49 |  0.004 % |
705.46/705.78	c |   2244350 |     160    13600    95200 |    40592    14355     47 |  0.004 % |
1131.84/1132.28	c |   3366624 |     160    13600    95200 |    44652    37434     50 |  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-1513455-1238217368/watcher-1513455-1238217368 -o /tmp/evaluation-result-1513455-1238217368/solver-1513455-1238217368 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=711772359 HOME/instance-1513455-1238217368.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: 1.00 1.00 0.97 3/64 11096
/proc/meminfo: memFree=978456/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=2412 CPUtime=0
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 1094404102 2469888 292 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 636 293 87 221 0 412 0

[startup+0.033021 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11096
/proc/meminfo: memFree=978456/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=5576 CPUtime=0.02
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1084 0 0 0 2 0 0 0 18 0 1 0 1094404102 5709824 1069 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 1394 1069 98 221 0 1170 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5576

[startup+0.101032 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11096
/proc/meminfo: memFree=978456/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=5576 CPUtime=0.09
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1084 0 0 0 9 0 0 0 18 0 1 0 1094404102 5709824 1069 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 1394 1069 98 221 0 1170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5576

[startup+0.301065 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11096
/proc/meminfo: memFree=978456/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=5648 CPUtime=0.29
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1111 0 0 0 29 0 0 0 19 0 1 0 1094404102 5783552 1096 1992294400 4194304 5102648 548682068800 18446744073709551615 4273024 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 1412 1096 98 221 0 1188 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5648

[startup+0.701129 s]
/proc/loadavg: 1.00 1.00 0.97 3/64 11096
/proc/meminfo: memFree=978456/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=4932 CPUtime=0.69
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1123 0 0 0 69 0 0 0 22 0 1 0 1094404102 5050368 937 1992294400 4194304 5102648 548682068800 18446744073709551615 4214165 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 1233 937 110 221 0 1009 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4932

[startup+1.50126 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=974992/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=6120 CPUtime=1.49
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1397 0 0 0 149 0 0 0 25 0 1 0 1094404102 6266880 1211 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 1530 1211 110 221 0 1306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6120

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=972880/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=7604 CPUtime=3.08
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1768 0 0 0 308 0 0 0 25 0 1 0 1094404102 7786496 1582 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 1901 1582 110 221 0 1677 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7604

[startup+6.30103 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=971728/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=8452 CPUtime=6.28
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 1972 0 0 0 628 0 0 0 25 0 1 0 1094404102 8654848 1786 1992294400 4194304 5102648 548682068800 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 2113 1786 110 221 0 1889 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8452

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=970320/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=9648 CPUtime=12.69
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 2289 0 0 0 1268 1 0 0 25 0 1 0 1094404102 9879552 2103 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 2412 2103 110 221 0 2188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9648

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=968912/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=11152 CPUtime=25.48
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 2632 0 0 0 2547 1 0 0 25 0 1 0 1094404102 11419648 2446 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 2788 2446 110 221 0 2564 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11152

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=966992/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=13268 CPUtime=51.08
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 3132 0 0 0 5106 2 0 0 25 0 1 0 1094404102 13586432 2946 1992294400 4194304 5102648 548682068800 18446744073709551615 4225761 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 3317 2946 110 221 0 3093 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13268

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=965072/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=15316 CPUtime=102.26
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 3584 0 0 0 10224 2 0 0 25 0 1 0 1094404102 15683584 3398 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 3829 3398 110 221 0 3605 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15316

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=963280/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=17236 CPUtime=162.24
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 4027 0 0 0 16221 3 0 0 25 0 1 0 1094404102 17649664 3841 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 4309 3841 110 221 0 4085 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17236

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=961680/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=18876 CPUtime=222.22
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 4427 0 0 0 22218 4 0 0 25 0 1 0 1094404102 19329024 4241 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 4719 4241 110 221 0 4495 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=960720/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=19844 CPUtime=282.2
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 4646 0 0 0 28216 4 0 0 25 0 1 0 1094404102 20320256 4460 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 4961 4460 110 221 0 4737 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 19844

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=959376/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=21196 CPUtime=342.18
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 4986 0 0 0 34213 5 0 0 25 0 1 0 1094404102 21704704 4800 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 5299 4800 110 221 0 5075 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 21196

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=958864/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=21732 CPUtime=402.17
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 5100 0 0 0 40211 6 0 0 25 0 1 0 1094404102 22253568 4914 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 5433 4914 110 221 0 5209 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21732

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=957712/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=22948 CPUtime=462.14
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 5384 0 0 0 46208 6 0 0 25 0 1 0 1094404102 23498752 5198 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 5737 5198 110 221 0 5513 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 22948

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=957136/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=23548 CPUtime=522.13
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 5523 0 0 0 52206 7 0 0 25 0 1 0 1094404102 24113152 5337 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 5887 5337 110 221 0 5663 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 23548

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=956752/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=23960 CPUtime=582.11
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 5637 0 0 0 58204 7 0 0 25 0 1 0 1094404102 24535040 5451 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 5990 5451 110 221 0 5766 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 23960

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=956176/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=24480 CPUtime=642.09
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 5760 0 0 0 64202 7 0 0 25 0 1 0 1094404102 25067520 5574 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 6120 5574 110 221 0 5896 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 24480

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=955728/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=25096 CPUtime=702.07
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 5880 0 0 0 70200 7 0 0 25 0 1 0 1094404102 25698304 5694 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 6274 5694 110 221 0 6050 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 25096

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=954256/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=26644 CPUtime=762.05
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6232 0 0 0 76197 8 0 0 25 0 1 0 1094404102 27283456 6046 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 6661 6046 110 221 0 6437 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 26644

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=953616/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=27468 CPUtime=822.04
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6397 0 0 0 82195 9 0 0 25 0 1 0 1094404102 28127232 6211 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 6867 6211 110 221 0 6643 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 27468

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=953424/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=27624 CPUtime=882.02
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6445 0 0 0 88193 9 0 0 25 0 1 0 1094404102 28286976 6259 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 6906 6259 110 221 0 6682 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 27624

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=953040/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=27924 CPUtime=941.99
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6534 0 0 0 94190 9 0 0 25 0 1 0 1094404102 28594176 6348 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 6981 6348 110 221 0 6757 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 27924

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=952848/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=28116 CPUtime=1001.97
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6577 0 0 0 100188 9 0 0 25 0 1 0 1094404102 28790784 6391 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 7029 6391 110 221 0 6805 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 28116

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=952592/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=28540 CPUtime=1061.95
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6645 0 0 0 106186 9 0 0 25 0 1 0 1094404102 29224960 6459 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 7135 6459 110 221 0 6911 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 28540

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=952464/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=28684 CPUtime=1121.94
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6694 0 0 0 112184 10 0 0 25 0 1 0 1094404102 29372416 6508 1992294400 4194304 5102648 548682068800 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 7171 6508 110 221 0 6947 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 28684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=951376/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=29988 CPUtime=1181.92
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6954 0 0 0 118182 10 0 0 25 0 1 0 1094404102 30707712 6768 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 7497 6768 110 221 0 7273 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 29988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 11097
/proc/meminfo: memFree=951248/2055920 swapFree=4178496/4192956
[pid=11096] ppid=11094 vsize=30128 CPUtime=1200.02
/proc/11096/stat : 11096 (varsat-crafted_) R 11094 11096 8679 0 -1 4194304 6984 0 0 0 119992 10 0 0 25 0 1 0 1094404102 30851072 6798 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/11096/statm: 7532 6798 110 221 0 7308 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 30128

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.03
CPU user time (s): 1199.92
CPU system time (s): 0.111982
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 30128

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

runsolver used 0.899863 second user time and 2.53661 second system time

The end

Launcher Data

Begin job on node3 at 2009-03-28 06:16:08
IDJOB=1513455
IDBENCH=70264
IDSOLVER=537
FILE ID=node3/1513455-1238217368
PBS_JOBID= 9060561
Free space on /tmp= 65904 MiB

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

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

MD5SUM BENCH= f53260962d7c8afd7ae82ca459f22f43
RANDOM SEED=711772359

node3.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.275
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.275
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:        978936 kB
Buffers:         87484 kB
Cached:         892152 kB
SwapCached:       8268 kB
Active:         238664 kB
Inactive:       750864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        978936 kB
SwapTotal:     4192956 kB
SwapFree:      4178496 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            73516 kB
Committed_AS:  2678612 kB
PageTables:       1376 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= 65904 MiB
End job on node3 at 2009-03-28 06:36:11