Trace number 1727707

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-crafted 2009-03-22UNSAT 593.86 594.056

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
MD5SUM7f866db903b373b6b7f75057c2353f02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark295.875
Satisfiable
(Un)Satisfiability was proved
Number of variables502
Number of clauses11816
Sum of the clauses size41772
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21080
Number of clauses of size 38731
Number of clauses of size 4281
Number of clauses of size 5285
Number of clauses of size over 51404

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  502                                                  |
0.00/0.00	c |  Number of clauses:    11816                                                |
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:          1623444821.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.800                              |
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.03/0.05	c ============================[ Search Statistics ]==============================
0.03/0.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.05	c ===============================================================================
0.03/0.05	c |         0 |     438     6617    23446 |     2205        0    nan |  0.000 % |
0.03/0.06	c |       100 |     438     6617    23446 |     2426      100     25 | 11.156 % |
0.03/0.08	c |       250 |     438     6617    23446 |     2668      250     23 | 11.156 % |
0.09/0.10	c |       475 |     438     6617    23446 |     2935      475     22 | 11.156 % |
0.09/0.13	c |       812 |     438     6617    23446 |     3229      812     25 | 11.156 % |
0.09/0.17	c |      1318 |     438     6617    23446 |     3552     1318     22 | 11.156 % |
0.19/0.22	c |      2079 |     438     6617    23446 |     3907     2079     22 | 11.156 % |
0.29/0.32	c |      3218 |     438     6617    23446 |     4298     3218     21 | 11.156 % |
0.39/0.47	c |      4926 |     438     6617    23446 |     4728     2696     22 | 11.156 % |
0.69/0.72	c |      7490 |     438     6617    23446 |     5200     2811     18 | 11.156 % |
0.99/1.05	c |     11335 |     438     6617    23446 |     5720     3979     24 | 11.156 % |
1.59/1.60	c |     17101 |     438     6617    23446 |     6293     3846     20 | 11.156 % |
2.49/2.56	c |     25750 |     438     6617    23446 |     6922     6035     24 | 11.156 % |
3.99/4.00	c |     38724 |     438     6617    23446 |     7614     4845     22 | 11.156 % |
6.29/6.31	c |     58186 |     438     6617    23446 |     8376     4821     21 | 11.157 % |
10.08/10.12	c |     87378 |     438     6617    23446 |     9213     8402     28 | 11.157 % |
15.88/15.95	c |    131167 |     438     6617    23446 |    10134     5399     25 | 11.157 % |
25.98/26.04	c |    196851 |     438     6617    23446 |    11148     9422     24 | 11.157 % |
41.87/41.97	c |    295377 |     437     6575    23320 |    12263    11145     31 | 11.362 % |
68.77/68.83	c |    443166 |     436     6533    23194 |    13489    10790     25 | 11.554 % |
112.65/112.73	c |    664850 |     436     6533    23194 |    14838     7378     23 | 11.554 % |
183.73/183.82	c |    997375 |     436     6533    23194 |    16322    10170     26 | 11.554 % |
295.19/295.39	c |   1496164 |     436     6533    23194 |    17954    14597     27 | 11.555 % |
483.53/483.74	c |   2244346 |     417     6002    21472 |    19750     4990     17 | 15.339 % |
593.79/594.05	c ===============================================================================
593.79/594.05	c surveys--CPU time (sec)   : 0.2850         (0.05 % of total)
593.79/594.05	c surveys--attempted        : 24             (84 /sec)
593.79/594.05	c surveys--converged        : 24             (100.00 % successful)
593.79/594.05	c restarts              : 24
593.79/594.05	c conflicts             : 2684010        (4522 /sec)
593.79/594.05	c decisions             : 2974820        (1.48 % random) (5012 /sec)
593.79/594.05	c propagations          : 205475795      (346203 /sec)
593.79/594.05	c conflict literals     : 74429307       (38.45 % deleted)
593.79/594.05	c Memory used           : 15.53 MB
593.79/594.05	c Total CPU time (sec)      : 593.7967    
593.79/594.05	c 
593.79/594.05	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-1727707-1240727942/watcher-1727707-1240727942 -o /tmp/evaluation-result-1727707-1240727942/solver-1727707-1240727942 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1623444821 HOME/instance-1727707-1240727942.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.92 0.97 0.99 3/64 25838
/proc/meminfo: memFree=1625792/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=2552 CPUtime=0
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 100827459 2613248 261 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 638 262 87 221 0 414 0

[startup+0.0409371 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25838
/proc/meminfo: memFree=1625792/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=3972 CPUtime=0.03
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 622 0 0 0 3 0 0 0 18 0 1 0 100827459 4067328 607 1992294400 4194304 5102648 548682068768 18446744073709551615 4516208 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 993 607 99 221 0 769 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3972

[startup+0.101947 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25838
/proc/meminfo: memFree=1625792/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=3828 CPUtime=0.09
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 649 0 0 0 9 0 0 0 18 0 1 0 100827459 3919872 596 1992294400 4194304 5102648 548682068768 18446744073709551615 4254657 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 957 596 112 221 0 733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3828

[startup+0.301982 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25838
/proc/meminfo: memFree=1625792/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=3828 CPUtime=0.29
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 650 0 0 0 29 0 0 0 19 0 1 0 100827459 3919872 597 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 957 597 112 221 0 733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3828

[startup+0.702052 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25838
/proc/meminfo: memFree=1625792/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=3960 CPUtime=0.69
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 692 0 0 0 69 0 0 0 23 0 1 0 100827459 4055040 639 1992294400 4194304 5102648 548682068768 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 990 639 112 221 0 766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3960

[startup+1.50119 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1623544/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=4276 CPUtime=1.49
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 772 0 0 0 149 0 0 0 25 0 1 0 100827459 4378624 719 1992294400 4194304 5102648 548682068768 18446744073709551615 4255193 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 1069 719 112 221 0 845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4276

[startup+3.10147 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1623160/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=4672 CPUtime=3.09
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 861 0 0 0 309 0 0 0 25 0 1 0 100827459 4784128 808 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 1168 808 112 221 0 944 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4672

[startup+6.30104 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1622328/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=5068 CPUtime=6.29
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 983 0 0 0 629 0 0 0 25 0 1 0 100827459 5189632 930 1992294400 4194304 5102648 548682068768 18446744073709551615 4249825 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 1267 930 112 221 0 1043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5068

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1621432/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=5968 CPUtime=12.68
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 1200 0 0 0 1268 0 0 0 25 0 1 0 100827459 6111232 1147 1992294400 4194304 5102648 548682068768 18446744073709551615 4225774 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 1492 1147 112 221 0 1268 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5968

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1620728/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=6772 CPUtime=25.48
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 1373 0 0 0 2548 0 0 0 25 0 1 0 100827459 6934528 1320 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 1693 1320 112 221 0 1469 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6772

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1619320/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=8148 CPUtime=51.08
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 1706 0 0 0 5107 1 0 0 25 0 1 0 100827459 8343552 1653 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 2037 1653 112 221 0 1813 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8148

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1617784/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=9656 CPUtime=102.26
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 2075 0 0 0 10225 1 0 0 25 0 1 0 100827459 9887744 2022 1992294400 4194304 5102648 548682068768 18446744073709551615 4250048 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 2414 2022 112 221 0 2190 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9656

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1616504/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=10940 CPUtime=162.24
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 2395 0 0 0 16221 3 0 0 25 0 1 0 100827459 11202560 2342 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 2735 2342 112 221 0 2511 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10940

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1615352/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=12160 CPUtime=222.22
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 2685 0 0 0 22219 3 0 0 25 0 1 0 100827459 12451840 2632 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3040 2632 112 221 0 2816 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 12160

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1614584/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=12936 CPUtime=282.19
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 2854 0 0 0 28216 3 0 0 25 0 1 0 100827459 13246464 2801 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3234 2801 112 221 0 3010 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12936

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1613752/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=13732 CPUtime=342.18
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3056 0 0 0 34214 4 0 0 25 0 1 0 100827459 14061568 3003 1992294400 4194304 5102648 548682068768 18446744073709551615 4244348 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3433 3003 112 221 0 3209 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 13732

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1613048/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=14328 CPUtime=402.15
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3221 0 0 0 40211 4 0 0 25 0 1 0 100827459 14671872 3168 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3582 3168 112 221 0 3358 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 14328

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1612344/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15052 CPUtime=462.14
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3382 0 0 0 46209 5 0 0 25 0 1 0 100827459 15413248 3329 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3763 3329 112 221 0 3539 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 15052

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611896/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15600 CPUtime=522.12
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3495 0 0 0 52207 5 0 0 25 0 1 0 100827459 15974400 3442 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3900 3442 112 221 0 3676 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 15600

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=582.1
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3570 0 0 0 58205 5 0 0 25 0 1 0 100827459 16277504 3517 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3517 112 221 0 3750 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 15896

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

[startup+588.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=588.49
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3577 0 0 0 58844 5 0 0 25 0 1 0 100827459 16277504 3524 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3524 112 221 0 3750 0
Current children cumulated CPU time (s) 588.49
Current children cumulated vsize (KiB) 15896

[startup+591.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=591.69
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3577 0 0 0 59164 5 0 0 25 0 1 0 100827459 16277504 3524 1992294400 4194304 5102648 548682068768 18446744073709551615 4255304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3524 112 221 0 3750 0
Current children cumulated CPU time (s) 591.69
Current children cumulated vsize (KiB) 15896

[startup+592.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=592.49
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3577 0 0 0 59244 5 0 0 25 0 1 0 100827459 16277504 3524 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3524 112 221 0 3750 0
Current children cumulated CPU time (s) 592.49
Current children cumulated vsize (KiB) 15896

[startup+593.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=593.29
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3577 0 0 0 59324 5 0 0 25 0 1 0 100827459 16277504 3524 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3524 112 221 0 3750 0
Current children cumulated CPU time (s) 593.29
Current children cumulated vsize (KiB) 15896

[startup+593.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=593.69
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3577 0 0 0 59364 5 0 0 25 0 1 0 100827459 16277504 3524 1992294400 4194304 5102648 548682068768 18446744073709551615 4249929 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3524 112 221 0 3750 0
Current children cumulated CPU time (s) 593.69
Current children cumulated vsize (KiB) 15896

[startup+594.005 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25839
/proc/meminfo: memFree=1611512/2055920 swapFree=4181888/4192956
[pid=25838] ppid=25836 vsize=15896 CPUtime=593.79
/proc/25838/stat : 25838 (varsat-crafted_) R 25836 25838 25527 0 -1 4194304 3577 0 0 0 59374 5 0 0 25 0 1 0 100827459 16277504 3524 1992294400 4194304 5102648 548682068768 18446744073709551615 4250363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25838/statm: 3974 3524 112 221 0 3750 0
Current children cumulated CPU time (s) 593.79
Current children cumulated vsize (KiB) 15896

Child status: 20
Real time (s): 594.056
CPU time (s): 593.86
CPU user time (s): 593.797
CPU system time (s): 0.06299
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 15896

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

runsolver used 0.550916 second user time and 1.08983 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-26 08:39:02
IDJOB=1727707
IDBENCH=24643
IDSOLVER=537
FILE ID=node18/1727707-1240727942
PBS_JOBID= 9186891
Free space on /tmp= 66148 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727707-1240727942/watcher-1727707-1240727942 -o /tmp/evaluation-result-1727707-1240727942/solver-1727707-1240727942 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1623444821 HOME/instance-1727707-1240727942.cnf

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

MD5SUM BENCH= 7f866db903b373b6b7f75057c2353f02
RANDOM SEED=1623444821

node18.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.280
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.280
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:       1626272 kB
Buffers:         50836 kB
Cached:         315800 kB
SwapCached:       5324 kB
Active:         191264 kB
Inactive:       183752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626272 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            40676 kB
Committed_AS:   410672 kB
PageTables:       1372 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= 66144 MiB
End job on node18 at 2009-04-26 08:48:56