Trace number 1513012

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

General information on the benchmark

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

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          905521213.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.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       102 |     700    14000    70000 |     5133      102     98 |  0.000 % |
0.09/0.18	c |       252 |     700    14000    70000 |     5646      252     97 |  0.000 % |
0.19/0.23	c |       477 |     700    14000    70000 |     6211      477     95 |  0.000 % |
0.19/0.28	c |       814 |     700    14000    70000 |     6832      814     94 |  0.000 % |
0.29/0.35	c |      1320 |     700    14000    70000 |     7515     1320     94 |  0.000 % |
0.39/0.45	c |      2079 |     700    14000    70000 |     8267     2079     94 |  0.000 % |
0.49/0.59	c |      3220 |     700    14000    70000 |     9094     3220     95 |  0.000 % |
0.79/0.80	c |      4929 |     700    14000    70000 |    10003     4929     94 |  0.000 % |
1.10/1.16	c |      7491 |     700    14000    70000 |    11003     7491     97 |  0.000 % |
1.69/1.80	c |     11335 |     700    14000    70000 |    12104     5696    103 |  0.000 % |
2.69/2.74	c |     17101 |     700    14000    70000 |    13314    11462    104 |  0.000 % |
4.39/4.43	c |     25750 |     700    14000    70000 |    14645    13333    108 |  0.000 % |
7.29/7.36	c |     38724 |     700    14000    70000 |    16110    11432    106 |  0.000 % |
12.19/12.23	c |     58186 |     700    14000    70000 |    17721    14518    106 |  0.000 % |
19.58/19.60	c |     87378 |     700    14000    70000 |    19493    16747    109 |  0.000 % |
33.78/33.87	c |    131167 |     700    14000    70000 |    21443    11180    104 |  0.000 % |
54.57/54.66	c |    196852 |     700    14000    70000 |    23587    11824    102 |  0.000 % |
88.97/89.04	c |    295379 |     700    14000    70000 |    25946    14274    108 |  0.000 % |
145.65/145.70	c |    443170 |     700    14000    70000 |    28540    13657    102 |  0.000 % |
238.04/238.14	c |    664853 |     700    14000    70000 |    31394    27342    114 |  0.000 % |
380.50/380.66	c |    997378 |     700    14000    70000 |    34534    25395    107 |  0.000 % |
597.14/597.31	c |   1496166 |     700    14000    70000 |    37987    13331    100 |  0.000 % |
961.56/961.80	c |   2244348 |     700    14000    70000 |    41786    29882    110 |  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-1513012-1238211354/watcher-1513012-1238211354 -o /tmp/evaluation-result-1513012-1238211354/solver-1513012-1238211354 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=905521213 HOME/instance-1513012-1238211354.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 14876
/proc/meminfo: memFree=911664/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=2548 CPUtime=0
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 1093797551 2609152 293 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 637 294 87 221 0 413 0

[startup+0.00790094 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 14876
/proc/meminfo: memFree=911664/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=2824 CPUtime=0
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 375 0 0 0 0 0 0 0 18 0 1 0 1093797551 2891776 360 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 706 361 87 221 0 482 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2824

[startup+0.101908 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 14876
/proc/meminfo: memFree=911664/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=5220 CPUtime=0.09
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 970 0 0 0 9 0 0 0 18 0 1 0 1093797551 5345280 955 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 1305 955 98 221 0 1081 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5220

[startup+0.301925 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 14876
/proc/meminfo: memFree=911664/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=4824 CPUtime=0.29
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 986 0 0 0 29 0 0 0 19 0 1 0 1093797551 4939776 900 1992294400 4194304 5102648 548682068784 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 1206 900 113 221 0 982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4824

[startup+0.701959 s]
/proc/loadavg: 0.99 0.98 0.91 3/64 14876
/proc/meminfo: memFree=911664/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=6012 CPUtime=0.69
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 1267 0 0 0 69 0 0 0 23 0 1 0 1093797551 6156288 1181 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 1503 1181 113 221 0 1279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6012

[startup+1.50103 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=906280/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=8712 CPUtime=1.49
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 1931 0 0 0 148 1 0 0 25 0 1 0 1093797551 8921088 1845 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 2178 1845 113 221 0 1954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8712

[startup+3.10117 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=903720/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=10792 CPUtime=3.09
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 2465 0 0 0 308 1 0 0 25 0 1 0 1093797551 11051008 2379 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 2698 2379 113 221 0 2474 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10792

[startup+6.30144 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=901160/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=11980 CPUtime=6.29
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 2749 0 0 0 628 1 0 0 25 0 1 0 1093797551 12267520 2663 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 2995 2663 113 221 0 2771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11980

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=900080/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=13564 CPUtime=12.69
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 3163 0 0 0 1268 1 0 0 25 0 1 0 1093797551 13889536 3077 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 3391 3077 113 221 0 3167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13564

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=897264/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=16040 CPUtime=25.49
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 3740 0 0 0 2547 2 0 0 25 0 1 0 1093797551 16424960 3654 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 4010 3654 113 221 0 3786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16040

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=894576/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=18616 CPUtime=51.07
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 4403 0 0 0 5105 2 0 0 25 0 1 0 1093797551 19062784 4317 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 4654 4317 113 221 0 4430 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18616

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=890800/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=22532 CPUtime=102.27
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 5351 0 0 0 10224 3 0 0 25 0 1 0 1093797551 23072768 5265 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 5633 5265 113 221 0 5409 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22532

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=887920/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=25420 CPUtime=162.25
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 6067 0 0 0 16221 4 0 0 25 0 1 0 1093797551 26030080 5981 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 6355 5981 113 221 0 6131 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25420

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14877
/proc/meminfo: memFree=886320/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=27064 CPUtime=222.23
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 6461 0 0 0 22219 4 0 0 25 0 1 0 1093797551 27713536 6375 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 6766 6375 113 221 0 6542 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 27064

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=884144/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=29156 CPUtime=282.21
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 6983 0 0 0 28216 5 0 0 25 0 1 0 1093797551 29855744 6897 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 7289 6897 113 221 0 7065 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29156

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=883312/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=30124 CPUtime=342.2
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 7184 0 0 0 34215 5 0 0 25 0 1 0 1093797551 30846976 7098 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 7531 7098 113 221 0 7307 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 30124

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=880624/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=32844 CPUtime=402.19
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 7864 0 0 0 40213 6 0 0 25 0 1 0 1093797551 33632256 7778 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 8211 7778 113 221 0 7987 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 32844

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=879664/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=33868 CPUtime=462.18
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 8093 0 0 0 46211 7 0 0 25 0 1 0 1093797551 34680832 8007 1992294400 4194304 5102648 548682068784 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 8467 8007 113 221 0 8243 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 33868

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=879344/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=34172 CPUtime=522.16
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 8180 0 0 0 52209 7 0 0 25 0 1 0 1093797551 34992128 8094 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 8543 8094 113 221 0 8319 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 34172

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=877808/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=35676 CPUtime=582.14
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 8558 0 0 0 58207 7 0 0 25 0 1 0 1093797551 36532224 8472 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 8919 8472 113 221 0 8695 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 35676

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=876080/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=37460 CPUtime=642.14
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 8980 0 0 0 64206 8 0 0 25 0 1 0 1093797551 38359040 8894 1992294400 4194304 5102648 548682068784 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 9365 8894 113 221 0 9141 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 37460

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=875184/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=38252 CPUtime=702.11
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 9198 0 0 0 70203 8 0 0 25 0 1 0 1093797551 39170048 9112 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 9563 9112 113 221 0 9339 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 38252

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=874736/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=38856 CPUtime=762.11
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 9322 0 0 0 76202 9 0 0 25 0 1 0 1093797551 39788544 9236 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 9714 9236 113 221 0 9490 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 38856

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=873776/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=39796 CPUtime=822.09
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 9553 0 0 0 82200 9 0 0 25 0 1 0 1093797551 40751104 9467 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 9949 9467 113 221 0 9725 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 39796

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=873072/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=40608 CPUtime=882.08
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 9749 0 0 0 88198 10 0 0 25 0 1 0 1093797551 41582592 9663 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 10152 9663 113 221 0 9928 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 40608

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=872816/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=40768 CPUtime=942.06
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 9790 0 0 0 94196 10 0 0 25 0 1 0 1093797551 41746432 9704 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 10192 9704 113 221 0 9968 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 40768

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=871216/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=42440 CPUtime=1002.05
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 10192 0 0 0 100195 10 0 0 25 0 1 0 1093797551 43458560 10106 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 10610 10106 113 221 0 10386 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 42440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=870128/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=43556 CPUtime=1062.03
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 10458 0 0 0 106193 10 0 0 25 0 1 0 1093797551 44601344 10372 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 10889 10372 113 221 0 10665 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 43556

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=870128/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=43556 CPUtime=1122.01
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 10471 0 0 0 112191 10 0 0 25 0 1 0 1093797551 44601344 10385 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 10889 10385 113 221 0 10665 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 43556

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=869680/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=44120 CPUtime=1182.01
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 10581 0 0 0 118190 11 0 0 25 0 1 0 1093797551 45178880 10495 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 11030 10495 113 221 0 10806 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 44120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 14879
/proc/meminfo: memFree=869424/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=44252 CPUtime=1200.01
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 10634 0 0 0 119990 11 0 0 25 0 1 0 1093797551 45314048 10548 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 11063 10548 113 221 0 10839 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 44252

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.91 2/65 14879
/proc/meminfo: memFree=869424/2055920 swapFree=4176996/4192956
[pid=14876] ppid=14874 vsize=44252 CPUtime=1200.01
/proc/14876/stat : 14876 (varsat-industri) R 14874 14876 14209 0 -1 4194304 10634 0 0 0 119990 11 0 0 25 0 1 0 1093797551 45314048 10548 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/14876/statm: 11063 10548 113 221 0 10839 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 44252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.31
CPU time (s): 1200.02
CPU user time (s): 1199.9
CPU system time (s): 0.120981
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 44252

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

runsolver used 0.953854 second user time and 2.44463 second system time

The end

Launcher Data

Begin job on node50 at 2009-03-28 04:35:54
IDJOB=1513012
IDBENCH=70227
IDSOLVER=538
FILE ID=node50/1513012-1238211354
PBS_JOBID= 9060516
Free space on /tmp= 64164 MiB

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

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

MD5SUM BENCH= 3c731c817594d5a699b72cfb7a1ff2af
RANDOM SEED=905521213

node50.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.238
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.238
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:        912144 kB
Buffers:         82760 kB
Cached:         971044 kB
SwapCached:       9920 kB
Active:         137896 kB
Inactive:       927516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        912144 kB
SwapTotal:     4192956 kB
SwapFree:      4176996 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          17264 kB
Slab:            64388 kB
Committed_AS:  2962736 kB
PageTables:       1456 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= 64164 MiB
End job on node50 at 2009-03-28 04:55:57