Trace number 1513576

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-industrial 2009-03-22? (TO) 1200.05 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:          9765065.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.32	c ============================[ Search Statistics ]==============================
0.29/0.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.32	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.32	c ===============================================================================
0.29/0.32	c |         0 |     140    11900    83300 |     3966        0    nan |  0.000 % |
0.29/0.37	c |       100 |     140    11900    83300 |     4363      100     42 |  0.005 % |
0.39/0.42	c |       251 |     140    11900    83300 |     4799      251     42 |  0.005 % |
0.39/0.47	c |       477 |     140    11900    83300 |     5279      477     41 |  0.005 % |
0.49/0.53	c |       814 |     140    11900    83300 |     5807      814     42 |  0.005 % |
0.59/0.61	c |      1321 |     140    11900    83300 |     6388     1321     42 |  0.005 % |
0.69/0.70	c |      2083 |     140    11900    83300 |     7027     2083     42 |  0.005 % |
0.79/0.83	c |      3222 |     140    11900    83300 |     7729     3222     43 |  0.005 % |
0.99/1.02	c |      4930 |     140    11900    83300 |     8502     4930     43 |  0.005 % |
1.29/1.30	c |      7494 |     140    11900    83300 |     9353     7494     44 |  0.005 % |
1.69/1.78	c |     11339 |     140    11900    83300 |    10288     6629     44 |  0.005 % |
2.49/2.51	c |     17108 |     140    11900    83300 |    11317     7218     43 |  0.005 % |
3.58/3.69	c |     25758 |     140    11900    83300 |    12449    10179     44 |  0.005 % |
5.49/5.54	c |     38733 |     140    11900    83300 |    13694    10635     43 |  0.005 % |
8.49/8.57	c |     58197 |     140    11900    83300 |    15063     9457     42 |  0.005 % |
13.29/13.32	c |     87389 |     140    11900    83300 |    16569     8374     42 |  0.005 % |
20.79/20.81	c |    131179 |     140    11900    83300 |    18226    10595     43 |  0.005 % |
33.48/33.57	c |    196864 |     140    11900    83300 |    20049    12273     42 |  0.005 % |
53.27/53.34	c |    295390 |     140    11900    83300 |    22054    10225     42 |  0.005 % |
85.16/85.20	c |    443179 |     140    11900    83300 |    24259    14262     42 |  0.005 % |
139.93/140.04	c |    664862 |     140    11900    83300 |    26685    13795     42 |  0.005 % |
224.41/224.56	c |    997387 |     140    11900    83300 |    29354    25996     43 |  0.005 % |
365.64/365.85	c |   1496176 |     140    11900    83300 |    32289    15580     43 |  0.005 % |
586.36/586.67	c |   2244359 |     140    11900    83300 |    35518    14226     42 |  0.005 % |
930.73/931.18	c |   3366634 |     140    11900    83300 |    39070    23841     44 |  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-1513576-1238219755/watcher-1513576-1238219755 -o /tmp/evaluation-result-1513576-1238219755/solver-1513576-1238219755 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=9765065 HOME/instance-1513576-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.91 3/64 19882
/proc/meminfo: memFree=1748224/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=2544 CPUtime=0
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 301 0 0 0 0 0 0 0 20 0 1 0 1094639259 2605056 286 1992294400 4194304 5102648 548682068800 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 636 287 87 221 0 412 0

[startup+0.047818 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 19882
/proc/meminfo: memFree=1748224/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=5040 CPUtime=0.03
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 934 0 0 0 3 0 0 0 20 0 1 0 1094639259 5160960 919 1992294400 4194304 5102648 548682068800 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1260 919 98 221 0 1036 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5040

[startup+0.101827 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 19882
/proc/meminfo: memFree=1748224/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=5040 CPUtime=0.09
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 934 0 0 0 9 0 0 0 20 0 1 0 1094639259 5160960 919 1992294400 4194304 5102648 548682068800 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1260 919 98 221 0 1036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5040

[startup+0.301866 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 19882
/proc/meminfo: memFree=1748224/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=5256 CPUtime=0.29
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 981 0 0 0 29 0 0 0 22 0 1 0 1094639259 5382144 966 1992294400 4194304 5102648 548682068800 18446744073709551615 4273027 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1314 966 98 221 0 1090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5256

[startup+0.701946 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 19882
/proc/meminfo: memFree=1748224/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=4572 CPUtime=0.69
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 994 0 0 0 69 0 0 0 25 0 1 0 1094639259 4681728 843 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1143 843 110 221 0 919 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4572

[startup+1.5011 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1744760/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=6080 CPUtime=1.49
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 1352 0 0 0 149 0 0 0 25 0 1 0 1094639259 6225920 1201 1992294400 4194304 5102648 548682068800 18446744073709551615 4254501 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1520 1201 110 221 0 1296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6080

[startup+3.10142 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1743480/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=6872 CPUtime=3.08
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 1559 0 0 0 308 0 0 0 25 0 1 0 1094639259 7036928 1408 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1718 1408 110 221 0 1494 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6872

[startup+6.30105 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1742200/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=7860 CPUtime=6.29
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 1792 0 0 0 628 1 0 0 25 0 1 0 1094639259 8048640 1641 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 1965 1641 110 221 0 1741 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7860

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1740984/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=8716 CPUtime=12.69
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 2004 0 0 0 1268 1 0 0 25 0 1 0 1094639259 8925184 1853 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 2179 1853 110 221 0 1955 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8716

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1739512/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=10204 CPUtime=25.48
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 2365 0 0 0 2547 1 0 0 25 0 1 0 1094639259 10448896 2214 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 2551 2214 110 221 0 2327 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10204

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1738040/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=11776 CPUtime=51.07
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 2729 0 0 0 5106 1 0 0 25 0 1 0 1094639259 12058624 2578 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 2944 2578 110 221 0 2720 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11776

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1735928/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=13856 CPUtime=102.25
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 3232 0 0 0 10223 2 0 0 25 0 1 0 1094639259 14188544 3081 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 3464 3081 110 221 0 3240 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13856

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1734072/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=15812 CPUtime=162.23
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 3696 0 0 0 16220 3 0 0 25 0 1 0 1094639259 16191488 3545 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 3953 3545 110 221 0 3729 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 15812

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1733240/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=16624 CPUtime=222.21
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 3891 0 0 0 22218 3 0 0 25 0 1 0 1094639259 17022976 3740 1992294400 4194304 5102648 548682068800 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 4156 3740 110 221 0 3932 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16624

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19883
/proc/meminfo: memFree=1731768/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=18268 CPUtime=282.18
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 4250 0 0 0 28215 3 0 0 25 0 1 0 1094639259 18706432 4099 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 4567 4099 110 221 0 4343 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 18268

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1730672/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=19516 CPUtime=342.15
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 4497 0 0 0 34212 3 0 0 25 0 1 0 1094639259 19984384 4346 1992294400 4194304 5102648 548682068800 18446744073709551615 4249834 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 4879 4346 110 221 0 4655 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 19516

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1729712/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=20440 CPUtime=402.13
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 4728 0 0 0 40209 4 0 0 25 0 1 0 1094639259 20930560 4577 1992294400 4194304 5102648 548682068800 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5110 4577 110 221 0 4886 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 20440

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1729008/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=21208 CPUtime=462.11
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 4910 0 0 0 46207 4 0 0 25 0 1 0 1094639259 21716992 4759 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5302 4759 110 221 0 5078 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 21208

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1728752/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=21396 CPUtime=522.09
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 4958 0 0 0 52205 4 0 0 25 0 1 0 1094639259 21909504 4807 1992294400 4194304 5102648 548682068800 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5349 4807 110 221 0 5125 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 21396

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1728432/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=21776 CPUtime=582.07
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5044 0 0 0 58203 4 0 0 25 0 1 0 1094639259 22298624 4893 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5444 4893 110 221 0 5220 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 21776

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1727288/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=22892 CPUtime=642.05
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5311 0 0 0 64201 4 0 0 25 0 1 0 1094639259 23441408 5160 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5723 5160 110 221 0 5499 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 22892

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1727032/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=23208 CPUtime=702.02
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5387 0 0 0 70198 4 0 0 25 0 1 0 1094639259 23764992 5236 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5802 5236 110 221 0 5578 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 23208

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1726584/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=23732 CPUtime=762
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5502 0 0 0 76196 4 0 0 25 0 1 0 1094639259 24301568 5351 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 5933 5351 110 221 0 5709 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 23732

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1726200/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=24112 CPUtime=821.97
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5585 0 0 0 82193 4 0 0 25 0 1 0 1094639259 24690688 5434 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6028 5434 110 221 0 5804 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 24112

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1725816/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=24444 CPUtime=881.95
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5658 0 0 0 88191 4 0 0 25 0 1 0 1094639259 25030656 5507 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6111 5507 110 221 0 5887 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 24444

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1725368/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=24940 CPUtime=941.93
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5786 0 0 0 94189 4 0 0 25 0 1 0 1094639259 25538560 5635 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6235 5635 110 221 0 6011 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 24940

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1725048/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=25132 CPUtime=1001.9
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 5851 0 0 0 100186 4 0 0 25 0 1 0 1094639259 25735168 5700 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6283 5700 110 221 0 6059 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 25132

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1724280/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=26136 CPUtime=1061.88
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 6042 0 0 0 106184 4 0 0 25 0 1 0 1094639259 26763264 5891 1992294400 4194304 5102648 548682068800 18446744073709551615 4249881 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6534 5891 110 221 0 6310 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 26136

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1724088/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=26280 CPUtime=1121.86
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 6078 0 0 0 112182 4 0 0 25 0 1 0 1094639259 26910720 5927 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6570 5927 110 221 0 6346 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 26280

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1723768/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=26564 CPUtime=1181.84
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 6154 0 0 0 118180 4 0 0 25 0 1 0 1094639259 27201536 6003 1992294400 4194304 5102648 548682068800 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6641 6003 110 221 0 6417 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 26564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19889
/proc/meminfo: memFree=1723640/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=26708 CPUtime=1200.03
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 6185 0 0 0 119999 4 0 0 25 0 1 0 1094639259 27348992 6034 1992294400 4194304 5102648 548682068800 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6677 6034 110 221 0 6453 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 26708

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 19889
/proc/meminfo: memFree=1723640/2055920 swapFree=4178884/4192956
[pid=19882] ppid=19880 vsize=26708 CPUtime=1200.03
/proc/19882/stat : 19882 (varsat-industri) R 19880 19882 18971 0 -1 4194304 6185 0 0 0 119999 4 0 0 25 0 1 0 1094639259 27348992 6034 1992294400 4194304 5102648 548682068800 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/19882/statm: 6677 6034 110 221 0 6453 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 26708

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1200
CPU system time (s): 0.052991
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 26708

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

runsolver used 0.881865 second user time and 2.47462 second system time

The end

Launcher Data

Begin job on node75 at 2009-03-28 06:55:55
IDJOB=1513576
IDBENCH=70274
IDSOLVER=538
FILE ID=node75/1513576-1238219755
PBS_JOBID= 9060492
Free space on /tmp= 64928 MiB

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

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

MD5SUM BENCH= 083530c917e5930f85d1f6585a40e1fa
RANDOM SEED=9765065

node75.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748704 kB
Buffers:         44528 kB
Cached:         184588 kB
SwapCached:       8136 kB
Active:         134480 kB
Inactive:       104316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748704 kB
SwapTotal:     4192956 kB
SwapFree:      4178884 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          15408 kB
Slab:            54356 kB
Committed_AS:  2248680 kB
PageTables:       1420 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= 64928 MiB
End job on node75 at 2009-03-28 07:15:58