Trace number 1784956

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-22UNSAT 1309.31 1309.74

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
MD5SUM26eb408aec254c812108c852e426e72f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark471.192
Satisfiable
(Un)Satisfiability was proved
Number of variables1040
Number of clauses13020
Sum of the clauses size54606
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21086
Number of clauses of size 38679
Number of clauses of size 4261
Number of clauses of size 5297
Number of clauses of size over 52662

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1040                                                 |
0.00/0.00	c |  Number of clauses:    13020                                                |
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:          1457910020.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.03/0.07	c ============================[ Search Statistics ]==============================
0.03/0.07	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.07	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.07	c ===============================================================================
0.03/0.07	c |         0 |     912     7420    31673 |     2473        0    nan |  0.000 % |
0.09/0.10	c |       101 |     912     7420    31673 |     2720      101     23 |  5.385 % |
0.09/0.13	c |       252 |     912     7420    31673 |     2992      252     24 |  5.385 % |
0.09/0.17	c |       479 |     912     7420    31673 |     3292      479     22 |  5.385 % |
0.19/0.21	c |       816 |     912     7420    31673 |     3621      816     21 |  5.385 % |
0.19/0.26	c |      1322 |     912     7420    31673 |     3983     1322     21 |  5.385 % |
0.29/0.33	c |      2081 |     912     7420    31673 |     4381     2081     23 |  5.385 % |
0.39/0.44	c |      3220 |     912     7420    31673 |     4819     3220     23 |  5.385 % |
0.59/0.62	c |      4928 |     912     7420    31673 |     5301     4928     24 |  5.385 % |
0.79/0.86	c |      7490 |     912     7420    31673 |     5831     4747     24 |  5.385 % |
1.19/1.24	c |     11334 |     912     7420    31673 |     6415     5569     21 |  5.385 % |
1.79/1.81	c |     17101 |     912     7420    31673 |     7056     4720     24 |  5.385 % |
2.69/2.74	c |     25750 |     912     7420    31673 |     7762     6123     27 |  5.385 % |
4.29/4.38	c |     38724 |     912     7420    31673 |     8538     7226     28 |  5.385 % |
6.78/6.86	c |     58186 |     912     7420    31673 |     9392     4892     24 |  5.385 % |
10.68/10.77	c |     87379 |     912     7420    31673 |    10331     5419     21 |  5.385 % |
17.48/17.54	c |    131170 |     912     7420    31673 |    11364     7194     26 |  5.385 % |
28.18/28.26	c |    196858 |     912     7420    31673 |    12501     9436     28 |  5.385 % |
46.08/46.15	c |    295384 |     912     7420    31673 |    13751     6663     25 |  5.386 % |
75.97/76.04	c |    443173 |     911     7378    31547 |    15126    11482     38 |  5.483 % |
118.95/119.07	c |    664856 |     910     7336    31379 |    16639     9200     28 |  5.579 % |
193.43/193.58	c |    997383 |     909     7294    31223 |    18303    16059     26 |  5.675 % |
301.89/302.07	c |   1496171 |     908     7252    31067 |    20133     9757     21 |  5.771 % |
497.12/497.30	c |   2244354 |     908     7252    31067 |    22146    17186     25 |  5.770 % |
801.52/801.81	c |   3366628 |     907     7210    30941 |    24361    19774     25 |  5.865 % |
1309.25/1309.74	c ===============================================================================
1309.25/1309.74	c surveys--CPU time (sec)   : 0.5969         (0.05 % of total)
1309.25/1309.74	c surveys--attempted        : 25             (42 /sec)
1309.25/1309.74	c surveys--converged        : 25             (100.00 % successful)
1309.25/1309.74	c restarts              : 25
1309.25/1309.74	c conflicts             : 4950458        (3783 /sec)
1309.25/1309.74	c decisions             : 5532828        (1.80 % random) (4228 /sec)
1309.25/1309.74	c propagations          : 359184540      (274472 /sec)
1309.25/1309.74	c conflict literals     : 143082859      (38.96 % deleted)
1309.25/1309.74	c Memory used           : 20.19 MB
1309.25/1309.74	c Total CPU time (sec)      : 1309.2360   
1309.25/1309.74	c 
1309.25/1309.74	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784956-1241877172/watcher-1784956-1241877172 -o /tmp/evaluation-result-1784956-1241877172/solver-1784956-1241877172 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1457910020 HOME/instance-1784956-1241877172.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 24936
/proc/meminfo: memFree=976576/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=2576 CPUtime=0
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 306 0 0 0 0 0 0 0 18 0 1 0 215744011 2637824 291 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 644 296 87 221 0 420 0

[startup+0.042081 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 24936
/proc/meminfo: memFree=976576/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=4444 CPUtime=0.03
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 776 0 0 0 3 0 0 0 18 0 1 0 215744011 4550656 761 1992294400 4194304 5102648 548682068784 18446744073709551615 4273065 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1111 761 99 221 0 887 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4444

[startup+0.102092 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 24936
/proc/meminfo: memFree=976576/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=4300 CPUtime=0.09
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 799 0 0 0 9 0 0 0 18 0 1 0 215744011 4403200 739 1992294400 4194304 5102648 548682068784 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1075 739 102 221 0 851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4300

[startup+0.302129 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 24936
/proc/meminfo: memFree=976576/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=4300 CPUtime=0.29
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 809 0 0 0 29 0 0 0 19 0 1 0 215744011 4403200 749 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1075 749 112 221 0 851 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4300

[startup+0.7012 s]
/proc/loadavg: 0.85 0.97 0.96 3/64 24936
/proc/meminfo: memFree=976576/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=4608 CPUtime=0.69
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 850 0 0 0 69 0 0 0 22 0 1 0 215744011 4718592 790 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1152 790 112 221 0 928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4608

[startup+1.50134 s]
/proc/loadavg: 0.85 0.97 0.96 2/65 24937
/proc/meminfo: memFree=973752/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=4740 CPUtime=1.49
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 898 0 0 0 149 0 0 0 25 0 1 0 215744011 4853760 838 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1185 838 112 221 0 961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4740

[startup+3.10163 s]
/proc/loadavg: 0.85 0.97 0.96 2/65 24937
/proc/meminfo: memFree=973176/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=5268 CPUtime=3.09
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 1029 0 0 0 309 0 0 0 25 0 1 0 215744011 5394432 969 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1317 969 112 221 0 1093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5268

[startup+6.3012 s]
/proc/loadavg: 0.86 0.97 0.96 2/65 24937
/proc/meminfo: memFree=972600/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=5544 CPUtime=6.28
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 1115 0 0 0 628 0 0 0 25 0 1 0 215744011 5677056 1055 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1386 1055 112 221 0 1162 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5544

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.96 2/65 24937
/proc/meminfo: memFree=971968/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=6228 CPUtime=12.68
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 1269 0 0 0 1268 0 0 0 25 0 1 0 215744011 6377472 1209 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1557 1209 112 221 0 1333 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6228

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.96 2/65 24937
/proc/meminfo: memFree=971264/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=6912 CPUtime=25.48
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 1431 0 0 0 2548 0 0 0 25 0 1 0 215744011 7077888 1371 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1728 1371 112 221 0 1504 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6912

[startup+51.1022 s]
/proc/loadavg: 0.93 0.97 0.96 2/65 24937
/proc/meminfo: memFree=970368/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=7888 CPUtime=51.08
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 1670 0 0 0 5107 1 0 0 25 0 1 0 215744011 8077312 1610 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 1972 1610 112 221 0 1748 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7888

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.96 2/65 24937
/proc/meminfo: memFree=968512/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=9660 CPUtime=102.26
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 2126 0 0 0 10225 1 0 0 25 0 1 0 215744011 9891840 2066 1992294400 4194304 5102648 548682068784 18446744073709551615 4227830 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 2415 2066 112 221 0 2191 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9660

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24937
/proc/meminfo: memFree=967616/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=10680 CPUtime=162.24
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 2345 0 0 0 16222 2 0 0 25 0 1 0 215744011 10936320 2285 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 2670 2285 112 221 0 2446 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10680

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24937
/proc/meminfo: memFree=966976/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=11368 CPUtime=222.22
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 2518 0 0 0 22220 2 0 0 25 0 1 0 215744011 11640832 2458 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 2842 2458 112 221 0 2618 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 11368

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24937
/proc/meminfo: memFree=966272/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=12040 CPUtime=282.2
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 2682 0 0 0 28218 2 0 0 25 0 1 0 215744011 12328960 2622 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3010 2622 112 221 0 2786 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 12040

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24937
/proc/meminfo: memFree=965184/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=13148 CPUtime=342.18
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 2943 0 0 0 34216 2 0 0 25 0 1 0 215744011 13463552 2883 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3287 2883 112 221 0 3063 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 13148

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24937
/proc/meminfo: memFree=964800/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=13588 CPUtime=402.15
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3048 0 0 0 40213 2 0 0 25 0 1 0 215744011 13914112 2988 1992294400 4194304 5102648 548682068784 18446744073709551615 4228720 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3397 2988 112 221 0 3173 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 13588

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24937
/proc/meminfo: memFree=964544/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=13864 CPUtime=462.14
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3110 0 0 0 46211 3 0 0 25 0 1 0 215744011 14196736 3050 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3466 3050 112 221 0 3242 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 13864

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=963968/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=14304 CPUtime=522.11
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3208 0 0 0 52208 3 0 0 25 0 1 0 215744011 14647296 3148 1992294400 4194304 5102648 548682068784 18446744073709551615 4249956 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3576 3148 112 221 0 3352 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 14304

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=963584/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=14732 CPUtime=582.09
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3298 0 0 0 58206 3 0 0 25 0 1 0 215744011 15085568 3238 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3683 3238 112 221 0 3459 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 14732

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=963264/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=15040 CPUtime=642.07
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3379 0 0 0 64204 3 0 0 25 0 1 0 215744011 15400960 3319 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3760 3319 112 221 0 3536 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 15040

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=962816/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=15540 CPUtime=702.06
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3497 0 0 0 70202 4 0 0 25 0 1 0 215744011 15912960 3437 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3885 3437 112 221 0 3661 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 15540

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=962496/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=15848 CPUtime=762.04
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3574 0 0 0 76200 4 0 0 25 0 1 0 215744011 16228352 3514 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 3962 3514 112 221 0 3738 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 15848

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=962048/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=16332 CPUtime=822.01
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3682 0 0 0 82197 4 0 0 25 0 1 0 215744011 16723968 3622 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4083 3622 112 221 0 3859 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 16332

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=961088/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=17248 CPUtime=882
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 3915 0 0 0 88195 5 0 0 25 0 1 0 215744011 17661952 3855 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4312 3855 112 221 0 4088 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 17248

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=960768/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=17728 CPUtime=941.98
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4006 0 0 0 94193 5 0 0 25 0 1 0 215744011 18153472 3946 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4432 3946 112 221 0 4208 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 17728

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=960256/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=18144 CPUtime=1001.96
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4124 0 0 0 100191 5 0 0 25 0 1 0 215744011 18579456 4064 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4536 4064 112 221 0 4312 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 18144

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=960064/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=18468 CPUtime=1061.93
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4195 0 0 0 106188 5 0 0 25 0 1 0 215744011 18911232 4135 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4617 4135 112 221 0 4393 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 18468

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=959360/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=19268 CPUtime=1121.91
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4356 0 0 0 112186 5 0 0 25 0 1 0 215744011 19730432 4296 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4817 4296 112 221 0 4593 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 19268

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=958912/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=19580 CPUtime=1181.9
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4457 0 0 0 118184 6 0 0 25 0 1 0 215744011 20049920 4397 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 4895 4397 112 221 0 4671 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 19580

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=958400/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20208 CPUtime=1241.88
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4577 0 0 0 124182 6 0 0 25 0 1 0 215744011 20692992 4517 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5052 4517 112 221 0 4828 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 20208

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=957888/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20672 CPUtime=1301.86
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4695 0 0 0 130180 6 0 0 25 0 1 0 215744011 21168128 4635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5168 4635 112 221 0 4944 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 20672

Solver just ended. Dumping a history of the last processes samples

[startup+1305.5 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=957888/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20672 CPUtime=1305.05
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4695 0 0 0 130499 6 0 0 25 0 1 0 215744011 21168128 4635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5168 4635 112 221 0 4944 0
Current children cumulated CPU time (s) 1305.05
Current children cumulated vsize (KiB) 20672

[startup+1307.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=957888/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20672 CPUtime=1306.65
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4695 0 0 0 130659 6 0 0 25 0 1 0 215744011 21168128 4635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249704 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5168 4635 112 221 0 4944 0
Current children cumulated CPU time (s) 1306.65
Current children cumulated vsize (KiB) 20672

[startup+1308.7 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=957888/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20672 CPUtime=1308.25
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4695 0 0 0 130819 6 0 0 25 0 1 0 215744011 21168128 4635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5168 4635 112 221 0 4944 0
Current children cumulated CPU time (s) 1308.25
Current children cumulated vsize (KiB) 20672

[startup+1309.5 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=957888/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20672 CPUtime=1309.05
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4695 0 0 0 130899 6 0 0 25 0 1 0 215744011 21168128 4635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5168 4635 112 221 0 4944 0
Current children cumulated CPU time (s) 1309.05
Current children cumulated vsize (KiB) 20672

[startup+1309.7 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24943
/proc/meminfo: memFree=957888/2055920 swapFree=4175260/4192956
[pid=24936] ppid=24934 vsize=20672 CPUtime=1309.25
/proc/24936/stat : 24936 (varsat-industri) R 24934 24936 24899 0 -1 4194304 4695 0 0 0 130919 6 0 0 25 0 1 0 215744011 21168128 4635 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24936/statm: 5168 4635 112 221 0 4944 0
Current children cumulated CPU time (s) 1309.25
Current children cumulated vsize (KiB) 20672

Child status: 20
Real time (s): 1309.74
CPU time (s): 1309.31
CPU user time (s): 1309.24
CPU system time (s): 0.070989
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 20672

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

runsolver used 0.913861 second user time and 2.78958 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-09 15:52:52
IDJOB=1784956
IDBENCH=24651
IDSOLVER=641
FILE ID=node60/1784956-1241877172
PBS_JOBID= 9264681
Free space on /tmp= 66040 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784956-1241877172/watcher-1784956-1241877172 -o /tmp/evaluation-result-1784956-1241877172/solver-1784956-1241877172 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1457910020 HOME/instance-1784956-1241877172.cnf

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

MD5SUM BENCH= 26eb408aec254c812108c852e426e72f
RANDOM SEED=1457910020

node60.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.256
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.256
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:        977056 kB
Buffers:         56316 kB
Cached:         932616 kB
SwapCached:      12028 kB
Active:         339408 kB
Inactive:       663956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977056 kB
SwapTotal:     4192956 kB
SwapFree:      4175260 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          13892 kB
Slab:            61536 kB
Committed_AS:   756264 kB
PageTables:       1448 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= 66040 MiB
End job on node60 at 2009-05-09 16:14:42