Trace number 1513575

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.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1017667294-044.cnf
MD5SUM083530c917e5930f85d1f6585a40e1fa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.0137
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  140                                                  |
0.00/0.00	c |  Number of clauses:    11900                                                |
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:          1963140999.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.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.39	c |       100 |     140    11900    83300 |     4363      100     44 |  0.005 % |
0.39/0.44	c |       251 |     140    11900    83300 |     4799      251     43 |  0.005 % |
0.49/0.50	c |       476 |     140    11900    83300 |     5279      476     41 |  0.005 % |
0.49/0.57	c |       814 |     140    11900    83300 |     5807      814     42 |  0.005 % |
0.59/0.64	c |      1321 |     140    11900    83300 |     6388     1321     43 |  0.005 % |
0.69/0.74	c |      2080 |     140    11900    83300 |     7027     2080     42 |  0.005 % |
0.79/0.87	c |      3219 |     140    11900    83300 |     7729     3219     43 |  0.005 % |
1.00/1.05	c |      4928 |     140    11900    83300 |     8502     4928     43 |  0.005 % |
1.29/1.36	c |      7491 |     140    11900    83300 |     9353     7491     43 |  0.005 % |
1.79/1.85	c |     11335 |     140    11900    83300 |    10288     6623     42 |  0.005 % |
2.59/2.62	c |     17102 |     140    11900    83300 |    11317     7213     42 |  0.005 % |
3.69/3.77	c |     25752 |     140    11900    83300 |    12449    10171     43 |  0.005 % |
5.59/5.67	c |     38726 |     140    11900    83300 |    13694    10635     45 |  0.005 % |
8.79/8.84	c |     58187 |     140    11900    83300 |    15063     9457     43 |  0.005 % |
13.78/13.87	c |     87379 |     140    11900    83300 |    16569     8392     43 |  0.005 % |
22.29/22.32	c |    131170 |     140    11900    83300 |    18226    10609     42 |  0.005 % |
35.98/36.01	c |    196855 |     140    11900    83300 |    20049    12278     43 |  0.005 % |
57.97/58.02	c |    295381 |     140    11900    83300 |    22054    10245     43 |  0.005 % |
93.55/93.66	c |    443172 |     140    11900    83300 |    24259    14266     44 |  0.005 % |
149.94/150.05	c |    664855 |     140    11900    83300 |    26685    14874     43 |  0.005 % |
239.01/239.18	c |    997380 |     140    11900    83300 |    29354    16437     42 |  0.005 % |
383.25/383.42	c |   1496168 |     140    11900    83300 |    32289    20953     44 |  0.005 % |
613.87/614.17	c |   2244350 |     140    11900    83300 |    35518    17206     44 |  0.005 % |
979.14/979.59	c |   3366625 |     140    11900    83300 |    39070    25120     43 |  0.005 % |

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-1513575-1238219755/watcher-1513575-1238219755 -o /tmp/evaluation-result-1513575-1238219755/solver-1513575-1238219755 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1963140999 HOME/instance-1513575-1238219755.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.99 0.97 0.93 3/74 22975
/proc/meminfo: memFree=986552/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=2544 CPUtime=0
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 315 0 0 0 0 0 0 0 18 0 1 0 1094636593 2605056 300 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 636 300 87 221 0 412 0

[startup+0.036982 s]
/proc/loadavg: 0.99 0.97 0.93 3/74 22975
/proc/meminfo: memFree=986552/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=5040 CPUtime=0.03
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 934 0 0 0 3 0 0 0 18 0 1 0 1094636593 5160960 919 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 1260 919 98 221 0 1036 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5040

[startup+0.101992 s]
/proc/loadavg: 0.99 0.97 0.93 3/74 22975
/proc/meminfo: memFree=986552/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=5040 CPUtime=0.09
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 934 0 0 0 9 0 0 0 18 0 1 0 1094636593 5160960 919 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 1260 919 98 221 0 1036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5040

[startup+0.302025 s]
/proc/loadavg: 0.99 0.97 0.93 3/74 22975
/proc/meminfo: memFree=986552/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=5256 CPUtime=0.29
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 981 0 0 0 29 0 0 0 19 0 1 0 1094636593 5382144 966 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 1314 966 98 221 0 1090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5256

[startup+0.701093 s]
/proc/loadavg: 0.99 0.97 0.93 3/74 22975
/proc/meminfo: memFree=986552/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=4572 CPUtime=0.69
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 994 0 0 0 69 0 0 0 23 0 1 0 1094636593 4681728 843 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 1143 843 110 221 0 919 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4572

[startup+1.50123 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=983216/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=6048 CPUtime=1.49
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 1324 0 0 0 149 0 0 0 25 0 1 0 1094636593 6193152 1173 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 1512 1173 110 221 0 1288 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6048

[startup+3.1025 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=981808/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=6708 CPUtime=3.09
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 1520 0 0 0 309 0 0 0 25 0 1 0 1094636593 6868992 1369 1992294400 4194304 5102648 548682068800 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 1677 1369 110 221 0 1453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6708

[startup+6.30104 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=980464/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=8000 CPUtime=6.29
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 1810 0 0 0 628 1 0 0 25 0 1 0 1094636593 8192000 1659 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 2000 1659 110 221 0 1776 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8000

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=979256/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=8840 CPUtime=12.68
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 2024 0 0 0 1267 1 0 0 25 0 1 0 1094636593 9052160 1873 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 2210 1873 110 221 0 1986 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8840

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=977784/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=10360 CPUtime=25.48
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 2374 0 0 0 2546 2 0 0 25 0 1 0 1094636593 10608640 2223 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 2590 2223 110 221 0 2366 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10360

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=976248/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=11884 CPUtime=51.07
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 2742 0 0 0 5105 2 0 0 25 0 1 0 1094636593 12169216 2591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 2971 2591 110 221 0 2747 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11884

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=974072/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=14088 CPUtime=102.26
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 3267 0 0 0 10223 3 0 0 25 0 1 0 1094636593 14426112 3116 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 3522 3116 110 221 0 3298 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14088

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=972664/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=15660 CPUtime=162.23
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 3621 0 0 0 16220 3 0 0 25 0 1 0 1094636593 16035840 3470 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 3915 3470 110 221 0 3691 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 15660

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=971448/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=16876 CPUtime=222.22
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 3917 0 0 0 22218 4 0 0 25 0 1 0 1094636593 17281024 3766 1992294400 4194304 5102648 548682068800 18446744073709551615 4255900 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 4219 3766 110 221 0 3995 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 16876

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22976
/proc/meminfo: memFree=970296/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=18284 CPUtime=282.19
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 4221 0 0 0 28215 4 0 0 25 0 1 0 1094636593 18722816 4070 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 4571 4070 110 221 0 4347 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 18284

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=969720/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=18872 CPUtime=342.17
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 4347 0 0 0 34212 5 0 0 25 0 1 0 1094636593 19324928 4196 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 4718 4196 110 221 0 4494 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 18872

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=968312/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=20292 CPUtime=402.14
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 4672 0 0 0 40209 5 0 0 25 0 1 0 1094636593 20779008 4521 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 5073 4521 110 221 0 4849 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 20292

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=967672/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=20936 CPUtime=462.12
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 4849 0 0 0 46207 5 0 0 25 0 1 0 1094636593 21438464 4698 1992294400 4194304 5102648 548682068800 18446744073709551615 4255524 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 5234 4698 110 221 0 5010 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 20936

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=967096/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=21644 CPUtime=522.1
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 4981 0 0 0 52205 5 0 0 25 0 1 0 1094636593 22163456 4830 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 5411 4830 110 221 0 5187 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21644

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=966712/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=22072 CPUtime=582.09
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5075 0 0 0 58203 6 0 0 25 0 1 0 1094636593 22601728 4924 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 5518 4924 110 221 0 5294 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 22072

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=966016/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=22776 CPUtime=642.07
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5254 0 0 0 64201 6 0 0 25 0 1 0 1094636593 23322624 5103 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 5694 5103 110 221 0 5470 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 22776

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=965248/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=23640 CPUtime=702.04
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5423 0 0 0 70198 6 0 0 25 0 1 0 1094636593 24207360 5272 1992294400 4194304 5102648 548682068800 18446744073709551615 4255494 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 5910 5272 110 221 0 5686 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 23640

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=964928/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=24036 CPUtime=762.02
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5507 0 0 0 76196 6 0 0 25 0 1 0 1094636593 24612864 5356 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6009 5356 110 221 0 5785 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 24036

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=964800/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=24272 CPUtime=822
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5553 0 0 0 82193 7 0 0 25 0 1 0 1094636593 24854528 5402 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6068 5402 110 221 0 5844 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 24272

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=964352/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=24700 CPUtime=881.98
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5645 0 0 0 88191 7 0 0 25 0 1 0 1094636593 25292800 5494 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6175 5494 110 221 0 5951 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 24700

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=964032/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=25032 CPUtime=941.95
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5717 0 0 0 94188 7 0 0 25 0 1 0 1094636593 25632768 5566 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6258 5566 110 221 0 6034 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 25032

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=963328/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=25668 CPUtime=1001.93
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 5904 0 0 0 100186 7 0 0 25 0 1 0 1094636593 26284032 5753 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6417 5753 110 221 0 6193 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 25668

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=962752/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=26428 CPUtime=1061.92
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 6044 0 0 0 106184 8 0 0 25 0 1 0 1094636593 27062272 5893 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6607 5893 110 221 0 6383 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 26428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=962496/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=26664 CPUtime=1121.89
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 6104 0 0 0 112181 8 0 0 25 0 1 0 1094636593 27303936 5953 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6666 5953 110 221 0 6442 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 26664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=961984/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=27280 CPUtime=1181.87
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 6234 0 0 0 118179 8 0 0 25 0 1 0 1094636593 27934720 6083 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6820 6083 110 221 0 6596 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 27280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.93 2/75 22982
/proc/meminfo: memFree=961856/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=27472 CPUtime=1200.07
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 6263 0 0 0 119999 8 0 0 25 0 1 0 1094636593 28131328 6112 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6868 6112 110 221 0 6644 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 27472

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.93 2/75 22982
/proc/meminfo: memFree=961856/2055920 swapFree=4173168/4192956
[pid=22975] ppid=22973 vsize=27472 CPUtime=1200.07
/proc/22975/stat : 22975 (varsat-crafted_) R 22973 22975 22047 0 -1 4194304 6263 0 0 0 119999 8 0 0 25 0 1 0 1094636593 28131328 6112 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/22975/statm: 6868 6112 110 221 0 6644 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 27472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.99
CPU system time (s): 0.090986
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 27472

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

runsolver used 1.11383 second user time and 3.2665 second system time

The end

Launcher Data

Begin job on node68 at 2009-03-28 06:55:55
IDJOB=1513575
IDBENCH=70274
IDSOLVER=537
FILE ID=node68/1513575-1238219755
PBS_JOBID= 9060498
Free space on /tmp= 66288 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1017667294-044.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513575-1238219755/watcher-1513575-1238219755 -o /tmp/evaluation-result-1513575-1238219755/solver-1513575-1238219755 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1963140999 HOME/instance-1513575-1238219755.cnf

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

MD5SUM BENCH= 083530c917e5930f85d1f6585a40e1fa
RANDOM SEED=1963140999

node68.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.270
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.270
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:        986968 kB
Buffers:         74280 kB
Cached:         904576 kB
SwapCached:       9864 kB
Active:          95288 kB
Inactive:       895448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986968 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          17800 kB
Slab:            63152 kB
Committed_AS:  2886336 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node68 at 2009-03-28 07:15:58