Trace number 1729563

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

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
Number of clauses of size 40
Number of clauses of size 50
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:    3500                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          144639176.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     693     3493    10536 |     1164        0    nan |  0.000 % |
0.00/0.01	c |       101 |     693     3493    10536 |     1280      101     27 |  0.000 % |
0.00/0.02	c |       251 |     693     3493    10536 |     1408      251     28 |  0.000 % |
0.03/0.04	c |       476 |     693     3493    10536 |     1549      476     26 |  0.000 % |
0.03/0.05	c |       814 |     693     3493    10536 |     1704      814     26 |  0.000 % |
0.03/0.08	c |      1320 |     693     3493    10536 |     1875     1320     25 |  0.000 % |
0.09/0.12	c |      2081 |     693     3493    10536 |     2062     1115     24 |  0.000 % |
0.09/0.18	c |      3220 |     693     3493    10536 |     2268     1188     25 |  0.000 % |
0.19/0.28	c |      4928 |     693     3493    10536 |     2495     1728     23 |  0.000 % |
0.39/0.42	c |      7490 |     693     3493    10536 |     2745     1728     25 |  0.000 % |
0.59/0.65	c |     11334 |     693     3493    10536 |     3019     2759     24 |  0.000 % |
1.00/1.00	c |     17102 |     693     3493    10536 |     3321     2364     25 |  0.000 % |
1.49/1.55	c |     25752 |     693     3493    10536 |     3654     2565     24 |  0.000 % |
2.39/2.40	c |     38726 |     693     3493    10536 |     4019     2518     25 |  0.000 % |
3.69/3.74	c |     58189 |     693     3493    10536 |     4421     3615     23 |  0.000 % |
5.69/5.80	c |     87382 |     693     3493    10536 |     4863     3703     23 |  0.000 % |
8.89/8.99	c |    131172 |     693     3493    10536 |     5350     3157     23 |  0.000 % |
14.08/14.10	c |    196856 |     693     3493    10536 |     5885     3884     25 |  0.000 % |
22.09/22.11	c |    295382 |     693     3493    10536 |     6473     4245     25 |  0.000 % |
34.58/34.61	c |    443172 |     693     3493    10536 |     7120     5179     25 |  0.000 % |
54.08/54.19	c |    664855 |     693     3493    10536 |     7833     4109     23 |  0.000 % |
84.77/84.88	c |    997381 |     693     3493    10536 |     8616     5252     24 |  0.000 % |
132.85/132.95	c |   1496170 |     693     3493    10536 |     9477     5462     25 |  0.000 % |
208.84/208.96	c |   2244353 |     693     3493    10536 |    10425     5289     22 |  0.000 % |
332.60/332.76	c |   3366627 |     693     3493    10536 |    11468     5889     25 |  0.000 % |
528.25/528.45	c |   5050039 |     693     3493    10536 |    12615     6047     26 |  0.000 % |
841.57/841.88	c |   7575156 |     693     3493    10536 |    13876     9385     26 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729563-1240751077/watcher-1729563-1240751077 -o /tmp/evaluation-result-1729563-1240751077/solver-1729563-1240751077 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=144639176 HOME/instance-1729563-1240751077.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.99 3/64 13198
/proc/meminfo: memFree=917920/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=2548 CPUtime=0
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 247 0 0 0 0 0 0 0 18 0 1 0 103135221 2609152 232 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 637 238 87 221 0 413 0

[startup+0.0375281 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 13198
/proc/meminfo: memFree=917920/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=2780 CPUtime=0.03
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 324 0 0 0 3 0 0 0 18 0 1 0 103135221 2846720 309 1992294400 4194304 5102648 548682068768 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 695 309 111 221 0 471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2780

[startup+0.10152 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 13198
/proc/meminfo: memFree=917920/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=2912 CPUtime=0.09
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 348 0 0 0 9 0 0 0 18 0 1 0 103135221 2981888 333 1992294400 4194304 5102648 548682068768 18446744073709551615 4516169 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 728 333 111 221 0 504 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2912

[startup+0.301542 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 13198
/proc/meminfo: memFree=917920/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=3044 CPUtime=0.29
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 391 0 0 0 29 0 0 0 19 0 1 0 103135221 3117056 376 1992294400 4194304 5102648 548682068768 18446744073709551615 4249926 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 761 376 111 221 0 537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3044

[startup+0.701588 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 13198
/proc/meminfo: memFree=917920/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=3308 CPUtime=0.69
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 454 0 0 0 69 0 0 0 22 0 1 0 103135221 3387392 439 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 827 439 111 221 0 603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3308

[startup+1.50168 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=916440/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=3572 CPUtime=1.49
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 514 0 0 0 149 0 0 0 25 0 1 0 103135221 3657728 499 1992294400 4194304 5102648 548682068768 18446744073709551615 4227866 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 893 499 111 221 0 669 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3572

[startup+3.10186 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=916056/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=3836 CPUtime=3.09
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 599 0 0 0 309 0 0 0 25 0 1 0 103135221 3928064 584 1992294400 4194304 5102648 548682068768 18446744073709551615 4227412 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 959 584 111 221 0 735 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3836

[startup+6.30223 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=915480/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=4376 CPUtime=6.29
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 712 0 0 0 629 0 0 0 25 0 1 0 103135221 4481024 697 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 1094 697 111 221 0 870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4376

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=914712/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=4904 CPUtime=12.69
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 858 0 0 0 1269 0 0 0 25 0 1 0 103135221 5021696 843 1992294400 4194304 5102648 548682068768 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 1226 843 111 221 0 1002 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4904

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=913752/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=5832 CPUtime=25.49
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 1093 0 0 0 2548 1 0 0 25 0 1 0 103135221 5971968 1078 1992294400 4194304 5102648 548682068768 18446744073709551615 4249736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 1458 1078 111 221 0 1234 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5832

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=912856/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=6892 CPUtime=51.08
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 1347 0 0 0 5107 1 0 0 25 0 1 0 103135221 7057408 1332 1992294400 4194304 5102648 548682068768 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 1723 1332 111 221 0 1499 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6892

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=911448/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=8288 CPUtime=102.26
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 1686 0 0 0 10225 1 0 0 25 0 1 0 103135221 8486912 1671 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 2072 1671 111 221 0 1848 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8288

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=910552/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=9244 CPUtime=162.24
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 1925 0 0 0 16223 1 0 0 25 0 1 0 103135221 9465856 1910 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 2311 1910 111 221 0 2087 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9244

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=909528/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=10216 CPUtime=222.23
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 2163 0 0 0 22221 2 0 0 25 0 1 0 103135221 10461184 2148 1992294400 4194304 5102648 548682068768 18446744073709551615 4250190 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 2554 2148 111 221 0 2330 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 10216

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=908696/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=11024 CPUtime=282.22
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 2365 0 0 0 28220 2 0 0 25 0 1 0 103135221 11288576 2350 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 2756 2350 111 221 0 2532 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11024

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=908056/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=11724 CPUtime=342.2
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 2529 0 0 0 34218 2 0 0 25 0 1 0 103135221 12005376 2514 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 2931 2514 111 221 0 2707 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 11724

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=907352/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=12420 CPUtime=402.18
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 2710 0 0 0 40216 2 0 0 25 0 1 0 103135221 12718080 2695 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3105 2695 111 221 0 2881 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 12420

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=906904/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=12840 CPUtime=462.17
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 2816 0 0 0 46214 3 0 0 25 0 1 0 103135221 13148160 2801 1992294400 4194304 5102648 548682068768 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3210 2801 111 221 0 2986 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 12840

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=906584/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=13276 CPUtime=522.15
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 2897 0 0 0 52212 3 0 0 25 0 1 0 103135221 13594624 2882 1992294400 4194304 5102648 548682068768 18446744073709551615 4255920 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3319 2882 111 221 0 3095 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 13276

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=905880/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=13984 CPUtime=582.13
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3076 0 0 0 58210 3 0 0 25 0 1 0 103135221 14319616 3061 1992294400 4194304 5102648 548682068768 18446744073709551615 4225745 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3496 3061 111 221 0 3272 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 13984

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=905560/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=14404 CPUtime=642.12
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3147 0 0 0 64209 3 0 0 25 0 1 0 103135221 14749696 3132 1992294400 4194304 5102648 548682068768 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3601 3132 111 221 0 3377 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 14404

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=905176/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=14676 CPUtime=702.11
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3243 0 0 0 70207 4 0 0 25 0 1 0 103135221 15028224 3228 1992294400 4194304 5102648 548682068768 18446744073709551615 4225728 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3669 3228 111 221 0 3445 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 14676

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=904792/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=15092 CPUtime=762.09
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3333 0 0 0 76205 4 0 0 25 0 1 0 103135221 15454208 3318 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3773 3318 111 221 0 3549 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 15092

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=904792/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=15236 CPUtime=822.07
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3374 0 0 0 82203 4 0 0 25 0 1 0 103135221 15601664 3359 1992294400 4194304 5102648 548682068768 18446744073709551615 4225728 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3809 3359 111 221 0 3585 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 15236

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=904088/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=15924 CPUtime=882.06
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3540 0 0 0 88201 5 0 0 25 0 1 0 103135221 16306176 3525 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 3981 3525 111 221 0 3757 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 15924

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=903704/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=16340 CPUtime=942.04
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3632 0 0 0 94199 5 0 0 25 0 1 0 103135221 16732160 3617 1992294400 4194304 5102648 548682068768 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 4085 3617 111 221 0 3861 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 16340

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=903384/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=16648 CPUtime=1002.02
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3718 0 0 0 100197 5 0 0 25 0 1 0 103135221 17047552 3703 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 4162 3703 111 221 0 3938 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 16648

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=903192/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=16944 CPUtime=1062
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3767 0 0 0 106195 5 0 0 25 0 1 0 103135221 17350656 3752 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 4236 3752 111 221 0 4012 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 16944

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=902872/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=17240 CPUtime=1121.99
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3851 0 0 0 112193 6 0 0 25 0 1 0 103135221 17653760 3836 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 4310 3836 111 221 0 4086 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 17240

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=902616/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=17644 CPUtime=1181.97
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3922 0 0 0 118191 6 0 0 25 0 1 0 103135221 18067456 3907 1992294400 4194304 5102648 548682068768 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 4411 3907 111 221 0 4187 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 17644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13199
/proc/meminfo: memFree=902616/2055920 swapFree=4192956/4192956
[pid=13198] ppid=13196 vsize=17644 CPUtime=1200.07
/proc/13198/stat : 13198 (varsat-industri) R 13196 13198 12974 0 -1 4194304 3929 0 0 0 120001 6 0 0 25 0 1 0 103135221 18067456 3914 1992294400 4194304 5102648 548682068768 18446744073709551615 4249860 0 0 4096 3 0 0 0 17 1 0 0
/proc/13198/statm: 4411 3914 111 221 0 4187 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 17644

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.09
CPU user time (s): 1200.02
CPU system time (s): 0.069989
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 17644

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

runsolver used 0.959854 second user time and 2.36864 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-26 15:04:37
IDJOB=1729563
IDBENCH=24706
IDSOLVER=538
FILE ID=node62/1729563-1240751077
PBS_JOBID= 9187047
Free space on /tmp= 66376 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729563-1240751077/watcher-1729563-1240751077 -o /tmp/evaluation-result-1729563-1240751077/solver-1729563-1240751077 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=144639176 HOME/instance-1729563-1240751077.cnf

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

MD5SUM BENCH= 68e48f3a77d59cc85ebd5fd30cfcba3c
RANDOM SEED=144639176

node62.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.220
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.220
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:        918336 kB
Buffers:         91980 kB
Cached:         936520 kB
SwapCached:          0 kB
Active:         262036 kB
Inactive:       781936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        918336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          25216 kB
Slab:            79360 kB
Committed_AS:   219948 kB
PageTables:       1456 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= 66376 MiB
End job on node62 at 2009-04-26 15:24:39