Trace number 1784926

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 604.537 604.75

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 benchmark418.918
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:          2072997186.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.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	c ===============================================================================
0.00/0.05	c |         0 |     438     6617    23446 |     2205        0    nan |  0.000 % |
0.00/0.06	c |       100 |     438     6617    23446 |     2426      100     25 | 11.156 % |
0.00/0.08	c |       252 |     438     6617    23446 |     2668      252     25 | 11.156 % |
0.09/0.10	c |       477 |     438     6617    23446 |     2935      477     22 | 11.156 % |
0.09/0.13	c |       814 |     438     6617    23446 |     3229      814     21 | 11.156 % |
0.09/0.17	c |      1320 |     438     6617    23446 |     3552     1320     23 | 11.156 % |
0.19/0.22	c |      2079 |     438     6617    23446 |     3907     2079     24 | 11.156 % |
0.29/0.31	c |      3219 |     438     6617    23446 |     4298     3219     24 | 11.156 % |
0.39/0.46	c |      4928 |     438     6617    23446 |     4728     2683     23 | 11.156 % |
0.59/0.69	c |      7490 |     438     6617    23446 |     5200     2778     21 | 11.156 % |
1.00/1.08	c |     11336 |     438     6617    23446 |     5720     3967     24 | 11.156 % |
1.69/1.70	c |     17102 |     438     6617    23446 |     6293     3864     24 | 11.156 % |
2.69/2.71	c |     25751 |     438     6617    23446 |     6922     6109     21 | 11.156 % |
3.99/4.09	c |     38726 |     438     6617    23446 |     7614     4896     23 | 11.156 % |
6.29/6.33	c |     58188 |     438     6617    23446 |     8376     4909     23 | 11.156 % |
9.99/10.09	c |     87380 |     438     6617    23446 |     9213     8488     23 | 11.156 % |
15.98/16.01	c |    131170 |     438     6617    23446 |    10134     5427     23 | 11.157 % |
25.59/25.60	c |    196854 |     438     6617    23446 |    11148     9368     24 | 11.158 % |
42.18/42.23	c |    295382 |     437     6575    23320 |    12263     9622     23 | 11.355 % |
69.27/69.39	c |    443172 |     436     6533    23194 |    13489     9890     23 | 11.554 % |
110.96/111.01	c |    664855 |     436     6533    23194 |    14838    13207     26 | 11.554 % |
180.82/180.97	c |    997380 |     436     6533    23194 |    16322     8406     23 | 11.554 % |
296.68/296.84	c |   1496169 |     436     6533    23194 |    17954    12820     27 | 11.555 % |
476.52/476.78	c |   2244352 |     436     6533    23194 |    19750     9353     20 | 11.556 % |
604.48/604.74	c ===============================================================================
604.48/604.74	c surveys--CPU time (sec)   : 0.2770         (0.05 % of total)
604.48/604.74	c surveys--attempted        : 24             (87 /sec)
604.48/604.74	c surveys--converged        : 24             (100.00 % successful)
604.48/604.74	c restarts              : 24
604.48/604.74	c conflicts             : 2767047        (4580 /sec)
604.48/604.74	c decisions             : 3079277        (1.48 % random) (5096 /sec)
604.48/604.74	c propagations          : 207491587      (343411 /sec)
604.48/604.74	c conflict literals     : 75952290       (38.79 % deleted)
604.48/604.74	c Memory used           : 15.30 MB
604.48/604.74	c Total CPU time (sec)      : 604.4841    
604.48/604.74	c 
604.48/604.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-1784926-1241874515/watcher-1784926-1241874515 -o /tmp/evaluation-result-1784926-1241874515/solver-1784926-1241874515 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=2072997186 HOME/instance-1784926-1241874515.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.92 0.98 0.95 3/64 29858
/proc/meminfo: memFree=1536824/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=2552 CPUtime=0
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 215485515 2613248 260 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 638 261 87 221 0 414 0

[startup+0.090329 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 29858
/proc/meminfo: memFree=1536824/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=3828 CPUtime=0.08
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 649 0 0 0 8 0 0 0 18 0 1 0 215485515 3919872 596 1992294400 4194304 5102648 548682068784 18446744073709551615 4213880 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 957 596 112 221 0 733 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3828

[startup+0.10233 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 29858
/proc/meminfo: memFree=1536824/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=3828 CPUtime=0.09
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 649 0 0 0 9 0 0 0 18 0 1 0 215485515 3919872 596 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 957 596 112 221 0 733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3828

[startup+0.301366 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 29858
/proc/meminfo: memFree=1536824/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=3828 CPUtime=0.29
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 650 0 0 0 29 0 0 0 19 0 1 0 215485515 3919872 597 1992294400 4194304 5102648 548682068784 18446744073709551615 4255076 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 957 597 112 221 0 733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3828

[startup+0.701436 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 29858
/proc/meminfo: memFree=1536824/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=3960 CPUtime=0.69
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 706 0 0 0 69 0 0 0 23 0 1 0 215485515 4055040 653 1992294400 4194304 5102648 548682068784 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 990 653 112 221 0 766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3960

[startup+1.50157 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1534448/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=4360 CPUtime=1.49
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 778 0 0 0 149 0 0 0 25 0 1 0 215485515 4464640 725 1992294400 4194304 5102648 548682068784 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 1090 725 112 221 0 866 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4360

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1534000/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=4492 CPUtime=3.09
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 841 0 0 0 309 0 0 0 25 0 1 0 215485515 4599808 788 1992294400 4194304 5102648 548682068784 18446744073709551615 4249236 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 1123 788 112 221 0 899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4492

[startup+6.30142 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1533368/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=5156 CPUtime=6.29
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 995 0 0 0 629 0 0 0 25 0 1 0 215485515 5279744 942 1992294400 4194304 5102648 548682068784 18446744073709551615 4250343 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 1289 942 112 221 0 1065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5156

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1532728/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=5612 CPUtime=12.69
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 1113 0 0 0 1269 0 0 0 25 0 1 0 215485515 5746688 1060 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 1403 1060 112 221 0 1179 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5612

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.95 3/65 29859
/proc/meminfo: memFree=1531960/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=6284 CPUtime=25.49
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 1279 0 0 0 2548 1 0 0 25 0 1 0 215485515 6434816 1226 1992294400 4194304 5102648 548682068784 18446744073709551615 4244339 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 1571 1226 112 221 0 1347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6284

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1530680/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=7660 CPUtime=51.07
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 1608 0 0 0 5106 1 0 0 25 0 1 0 215485515 7843840 1555 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 1915 1555 112 221 0 1691 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7660

[startup+102.304 s]
/proc/loadavg: 0.98 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1529720/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=8656 CPUtime=102.26
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 1847 0 0 0 10224 2 0 0 25 0 1 0 215485515 8863744 1794 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 2164 1794 112 221 0 1940 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8656

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1528056/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=10316 CPUtime=162.23
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 2249 0 0 0 16221 2 0 0 25 0 1 0 215485515 10563584 2196 1992294400 4194304 5102648 548682068784 18446744073709551615 4249313 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 2579 2196 112 221 0 2355 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 10316

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1526968/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=11348 CPUtime=222.21
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 2508 0 0 0 22218 3 0 0 25 0 1 0 215485515 11620352 2455 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 2837 2455 112 221 0 2613 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 11348

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1526264/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=12100 CPUtime=282.19
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 2674 0 0 0 28216 3 0 0 25 0 1 0 215485515 12390400 2621 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3025 2621 112 221 0 2801 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12100

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1525112/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=13260 CPUtime=342.17
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 2949 0 0 0 34214 3 0 0 25 0 1 0 215485515 13578240 2896 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3315 2896 112 221 0 3091 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 13260

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1524472/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=13872 CPUtime=402.15
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3100 0 0 0 40211 4 0 0 25 0 1 0 215485515 14204928 3047 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3468 3047 112 221 0 3244 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 13872

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1523896/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=14428 CPUtime=462.13
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3235 0 0 0 46209 4 0 0 25 0 1 0 215485515 14774272 3182 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3607 3182 112 221 0 3383 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 14428

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1523512/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15044 CPUtime=522.11
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3375 0 0 0 52207 4 0 0 25 0 1 0 215485515 15405056 3322 1992294400 4194304 5102648 548682068784 18446744073709551615 4254118 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3761 3322 112 221 0 3537 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 15044

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522872/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=582.09
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3528 0 0 0 58204 5 0 0 25 0 1 0 215485515 16044032 3475 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3475 112 221 0 3693 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 15668

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

[startup+588.701 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522872/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=588.49
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3528 0 0 0 58844 5 0 0 25 0 1 0 215485515 16044032 3475 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3475 112 221 0 3693 0
Current children cumulated CPU time (s) 588.49
Current children cumulated vsize (KiB) 15668

[startup+595.104 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522872/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=594.89
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3528 0 0 0 59484 5 0 0 25 0 1 0 215485515 16044032 3475 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3475 112 221 0 3693 0
Current children cumulated CPU time (s) 594.89
Current children cumulated vsize (KiB) 15668

[startup+601.502 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522872/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=601.28
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3529 0 0 0 60123 5 0 0 25 0 1 0 215485515 16044032 3476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3476 112 221 0 3693 0
Current children cumulated CPU time (s) 601.28
Current children cumulated vsize (KiB) 15668

[startup+603.102 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522872/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=602.88
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3529 0 0 0 60283 5 0 0 25 0 1 0 215485515 16044032 3476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3476 112 221 0 3693 0
Current children cumulated CPU time (s) 602.88
Current children cumulated vsize (KiB) 15668

[startup+603.905 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522808/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=603.69
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3529 0 0 0 60364 5 0 0 25 0 1 0 215485515 16044032 3476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3476 112 221 0 3693 0
Current children cumulated CPU time (s) 603.69
Current children cumulated vsize (KiB) 15668

[startup+604.301 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522808/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=604.08
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3529 0 0 0 60403 5 0 0 25 0 1 0 215485515 16044032 3476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3476 112 221 0 3693 0
Current children cumulated CPU time (s) 604.08
Current children cumulated vsize (KiB) 15668

[startup+604.701 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 29859
/proc/meminfo: memFree=1522808/2055920 swapFree=4180800/4192956
[pid=29858] ppid=29856 vsize=15668 CPUtime=604.48
/proc/29858/stat : 29858 (varsat-industri) R 29856 29858 29821 0 -1 4194304 3529 0 0 0 60443 5 0 0 25 0 1 0 215485515 16044032 3476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/29858/statm: 3917 3476 112 221 0 3693 0
Current children cumulated CPU time (s) 604.48
Current children cumulated vsize (KiB) 15668

Child status: 20
Real time (s): 604.75
CPU time (s): 604.537
CPU user time (s): 604.484
CPU system time (s): 0.052991
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 15668

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

runsolver used 0.432934 second user time and 1.23681 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-09 15:08:35
IDJOB=1784926
IDBENCH=24643
IDSOLVER=641
FILE ID=node4/1784926-1241874515
PBS_JOBID= 9264642
Free space on /tmp= 66188 MiB

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

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

MD5SUM BENCH= 7f866db903b373b6b7f75057c2353f02
RANDOM SEED=2072997186

node4.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.265
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.265
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:       1537240 kB
Buffers:         46680 kB
Cached:         416592 kB
SwapCached:       6540 kB
Active:         268348 kB
Inactive:       203320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537240 kB
SwapTotal:     4192956 kB
SwapFree:      4180800 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          13408 kB
Slab:            32948 kB
Committed_AS:   891820 kB
PageTables:       1468 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= 66188 MiB
End job on node4 at 2009-05-09 15:18:40