Trace number 1516564

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S2060380282-019.cnf
MD5SUM88a7084af5dd17420de308796e7679c8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.660898
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  65                                                   |
0.00/0.00	c |  Number of clauses:    5785                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1683074347.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.10/0.14	c ============================[ Search Statistics ]==============================
0.10/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.14	c ===============================================================================
0.10/0.14	c |         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
0.10/0.16	c |       103 |      65     5785    40495 |     2121      103     25 |  0.024 % |
0.10/0.19	c |       253 |      65     5785    40495 |     2333      253     24 |  0.024 % |
0.20/0.22	c |       478 |      65     5785    40495 |     2566      478     24 |  0.024 % |
0.20/0.25	c |       815 |      65     5785    40495 |     2823      815     23 |  0.024 % |
0.20/0.29	c |      1321 |      65     5785    40495 |     3105     1321     23 |  0.024 % |
0.29/0.35	c |      2080 |      65     5785    40495 |     3416     2080     23 |  0.024 % |
0.40/0.43	c |      3219 |      65     5785    40495 |     3757     3219     23 |  0.024 % |
0.50/0.54	c |      4927 |      65     5785    40495 |     4133     3034     23 |  0.024 % |
0.70/0.70	c |      7490 |      65     5785    40495 |     4546     3515     23 |  0.024 % |
0.89/0.95	c |     11334 |      65     5785    40495 |     5001     2781     23 |  0.024 % |
1.29/1.32	c |     17100 |      65     5785    40495 |     5501     3514     22 |  0.024 % |
1.79/1.87	c |     25749 |      65     5785    40495 |     6051     3871     22 |  0.024 % |
2.69/2.74	c |     38726 |      65     5785    40495 |     6657     4692     22 |  0.024 % |
3.99/4.07	c |     58188 |      65     5785    40495 |     7322     4090     22 |  0.024 % |
6.09/6.18	c |     87381 |      65     5785    40495 |     8055     3883     22 |  0.024 % |
9.39/9.45	c |    131172 |      65     5785    40495 |     8860     7261     22 |  0.024 % |
14.59/14.62	c |    196856 |      65     5785    40495 |     9746     6293     22 |  0.024 % |
22.59/22.65	c |    295382 |      65     5785    40495 |    10721     7074     22 |  0.024 % |
35.48/35.59	c |    443171 |      65     5785    40495 |    11793     9758     22 |  0.024 % |
56.08/56.19	c |    664854 |      65     5785    40495 |    12972     6857     22 |  0.024 % |
89.07/89.14	c |    997380 |      65     5785    40495 |    14270     7938     21 |  0.024 % |
142.25/142.37	c |   1496169 |      65     5785    40495 |    15697    13515     22 |  0.024 % |
228.83/228.91	c |   2244351 |      65     5785    40495 |    17266    14869     20 |  0.024 % |
369.08/369.24	c |   3366625 |      65     5785    40495 |    18993    13228     21 |  0.024 % |
598.02/598.22	c |   5050037 |      65     5785    40495 |    20892    13568     21 |  0.024 % |
973.40/973.76	c |   7575153 |      65     5785    40495 |    22982    18298     20 |  0.024 % |

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-1516564-1238271523/watcher-1516564-1238271523 -o /tmp/evaluation-result-1516564-1238271523/solver-1516564-1238271523 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1683074347 HOME/instance-1516564-1238271523.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.12 1.02 1.01 3/64 11927
/proc/meminfo: memFree=1066784/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=2544 CPUtime=0
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 865743776 2605056 254 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 636 255 87 221 0 412 0

[startup+0.0992239 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 11927
/proc/meminfo: memFree=1066784/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=3628 CPUtime=0.09
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 552 0 0 0 9 0 0 0 18 0 1 0 865743776 3715072 537 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 907 537 98 221 0 683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3628

[startup+0.102223 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 11927
/proc/meminfo: memFree=1066784/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=3628 CPUtime=0.1
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 552 0 0 0 10 0 0 0 18 0 1 0 865743776 3715072 537 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 907 537 98 221 0 683 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3628

[startup+0.301253 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 11927
/proc/meminfo: memFree=1066784/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=3628 CPUtime=0.29
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 564 0 0 0 29 0 0 0 19 0 1 0 865743776 3715072 549 1992294400 4194304 5102648 548682068784 18446744073709551615 4214182 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 907 549 110 221 0 683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3628

[startup+0.702311 s]
/proc/loadavg: 1.12 1.02 1.01 3/64 11927
/proc/meminfo: memFree=1066784/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=3764 CPUtime=0.7
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 603 0 0 0 70 0 0 0 23 0 1 0 865743776 3854336 588 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 941 588 110 221 0 717 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3764

[startup+1.50143 s]
/proc/loadavg: 1.12 1.02 1.01 2/65 11928
/proc/meminfo: memFree=1064664/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=4308 CPUtime=1.49
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 705 0 0 0 149 0 0 0 25 0 1 0 865743776 4411392 690 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 1077 690 110 221 0 853 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4308

[startup+3.10166 s]
/proc/loadavg: 1.12 1.02 1.01 2/65 11928
/proc/meminfo: memFree=1064152/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=4572 CPUtime=3.09
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 796 0 0 0 309 0 0 0 25 0 1 0 865743776 4681728 781 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 1143 781 110 221 0 919 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4572

[startup+6.30113 s]
/proc/loadavg: 1.19 1.03 1.01 2/65 11928
/proc/meminfo: memFree=1063448/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=5116 CPUtime=6.29
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 914 0 0 0 629 0 0 0 25 0 1 0 865743776 5238784 899 1992294400 4194304 5102648 548682068784 18446744073709551615 4249855 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 1279 899 110 221 0 1055 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5116

[startup+12.7011 s]
/proc/loadavg: 1.17 1.03 1.01 2/65 11928
/proc/meminfo: memFree=1062744/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=5832 CPUtime=12.69
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 1080 0 0 0 1269 0 0 0 25 0 1 0 865743776 5971968 1065 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 1458 1065 110 221 0 1234 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5832

[startup+25.502 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 11928
/proc/meminfo: memFree=1061912/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=6576 CPUtime=25.49
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 1255 0 0 0 2549 0 0 0 25 0 1 0 865743776 6733824 1240 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 1644 1240 110 221 0 1420 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6576

[startup+51.1017 s]
/proc/loadavg: 1.09 1.03 1.01 2/65 11928
/proc/meminfo: memFree=1061080/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=7468 CPUtime=51.08
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 1474 0 0 0 5108 0 0 0 25 0 1 0 865743776 7647232 1459 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 1867 1459 110 221 0 1643 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7468

[startup+102.305 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 11928
/proc/meminfo: memFree=1059864/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=8916 CPUtime=102.26
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 1766 0 0 0 10226 0 0 0 25 0 1 0 865743776 9129984 1751 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 2229 1751 110 221 0 2005 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8916

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 11928
/proc/meminfo: memFree=1059352/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=9456 CPUtime=162.24
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 1905 0 0 0 16224 0 0 0 25 0 1 0 865743776 9682944 1890 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 2364 1890 110 221 0 2140 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9456

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11928
/proc/meminfo: memFree=1058712/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=9992 CPUtime=222.23
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2046 0 0 0 22222 1 0 0 25 0 1 0 865743776 10231808 2031 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 2498 2031 110 221 0 2274 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9992

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1058136/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=10560 CPUtime=282.21
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2182 0 0 0 28220 1 0 0 25 0 1 0 865743776 10813440 2167 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 2640 2167 110 221 0 2416 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 10560

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1057752/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=10940 CPUtime=342.19
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2276 0 0 0 34218 1 0 0 25 0 1 0 865743776 11202560 2261 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 2735 2261 110 221 0 2511 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 10940

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1057304/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=11392 CPUtime=402.17
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2367 0 0 0 40216 1 0 0 25 0 1 0 865743776 11665408 2352 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 2848 2352 110 221 0 2624 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 11392

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1056728/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=12148 CPUtime=462.15
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2521 0 0 0 46214 1 0 0 25 0 1 0 865743776 12439552 2506 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3037 2506 110 221 0 2813 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12148

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1056536/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=12340 CPUtime=522.14
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2571 0 0 0 52212 2 0 0 25 0 1 0 865743776 12636160 2556 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3085 2556 110 221 0 2861 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 12340

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1056280/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=12720 CPUtime=582.12
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2634 0 0 0 58210 2 0 0 25 0 1 0 865743776 13025280 2619 1992294400 4194304 5102648 548682068784 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3180 2619 110 221 0 2956 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 12720

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1056152/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=12720 CPUtime=642.11
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2675 0 0 0 64209 2 0 0 25 0 1 0 865743776 13025280 2660 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3180 2660 110 221 0 2956 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 12720

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1055896/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=12908 CPUtime=702.08
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2729 0 0 0 70206 2 0 0 25 0 1 0 865743776 13217792 2714 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3227 2714 110 221 0 3003 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 12908

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1055704/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=13096 CPUtime=762.07
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2780 0 0 0 76205 2 0 0 25 0 1 0 865743776 13410304 2765 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3274 2765 110 221 0 3050 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 13096

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1055512/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=13476 CPUtime=822.05
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2842 0 0 0 82203 2 0 0 25 0 1 0 865743776 13799424 2827 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3369 2827 110 221 0 3145 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 13476

[startup+882.302 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 11928
/proc/meminfo: memFree=1055192/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=13668 CPUtime=882.03
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2910 0 0 0 88201 2 0 0 25 0 1 0 865743776 13996032 2895 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3417 2895 110 221 0 3193 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 13668

[startup+942.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 11928
/proc/meminfo: memFree=1055128/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=13856 CPUtime=942.01
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2932 0 0 0 94199 2 0 0 25 0 1 0 865743776 14188544 2917 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3464 2917 110 221 0 3240 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 13856

[startup+1002.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 11928
/proc/meminfo: memFree=1054936/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=13856 CPUtime=1001.99
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 2958 0 0 0 100197 2 0 0 25 0 1 0 865743776 14188544 2943 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3464 2943 110 221 0 3240 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 13856

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 11928
/proc/meminfo: memFree=1054808/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=14048 CPUtime=1061.97
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 3012 0 0 0 106195 2 0 0 25 0 1 0 865743776 14385152 2997 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3512 2997 110 221 0 3288 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 14048

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11928
/proc/meminfo: memFree=1054744/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=14048 CPUtime=1121.95
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 3019 0 0 0 112193 2 0 0 25 0 1 0 865743776 14385152 3004 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3512 3004 110 221 0 3288 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 14048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1054616/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=14236 CPUtime=1181.94
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 3051 0 0 0 118191 3 0 0 25 0 1 0 865743776 14577664 3036 1992294400 4194304 5102648 548682068784 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3559 3036 110 221 0 3335 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 14236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11928
/proc/meminfo: memFree=1054616/2055920 swapFree=4178260/4192956
[pid=11927] ppid=11925 vsize=14236 CPUtime=1200.04
/proc/11927/stat : 11927 (varsat-industri) R 11925 11927 11796 0 -1 4194304 3052 0 0 0 120001 3 0 0 25 0 1 0 865743776 14577664 3037 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/11927/statm: 3559 3037 110 221 0 3335 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 14236

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.05
CPU user time (s): 1200.02
CPU system time (s): 0.033994
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 14236

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

runsolver used 0.947855 second user time and 2.42863 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-28 21:18:43
IDJOB=1516564
IDBENCH=70523
IDSOLVER=538
FILE ID=node39/1516564-1238271523
PBS_JOBID= 9060884
Free space on /tmp= 66228 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S2060380282-019.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516564-1238271523/watcher-1516564-1238271523 -o /tmp/evaluation-result-1516564-1238271523/solver-1516564-1238271523 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1683074347 HOME/instance-1516564-1238271523.cnf

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

MD5SUM BENCH= 88a7084af5dd17420de308796e7679c8
RANDOM SEED=1683074347

node39.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.285
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.285
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:       1067200 kB
Buffers:         88980 kB
Cached:         804532 kB
SwapCached:       8168 kB
Active:          54156 kB
Inactive:       849256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1067200 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:            1156 kB
Writeback:           0 kB
Mapped:          16692 kB
Slab:            71600 kB
Committed_AS:  2189880 kB
PageTables:       1188 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= 66228 MiB
End job on node39 at 2009-03-28 21:38:45