Trace number 1716860

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 931.311 931.577

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  52382                                                |
0.00/0.00	c |  Number of clauses:    182485                                               |
0.19/0.24	c |  Parsing time:         0.21         s                                       |
0.19/0.24	c |  Timeout:              43200 s
0.19/0.24	c |  Random Seed:          1524859623.000000
0.19/0.24	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.19/0.24	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.24	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.24	c |                                                                             |
1.20/1.24	c ============================[ Search Statistics ]==============================
1.20/1.24	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.20/1.24	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.20/1.24	c ===============================================================================
1.20/1.24	c |         0 |   16713    94756   311639 |    31585        0    nan |  0.000 % |
1.69/1.78	c |       101 |   16713    94756   311639 |    34743      101     10 | 10.311 % |
2.10/2.17	c |       251 |   16713    94756   311639 |    38218      251     27 | 10.311 % |
2.59/2.67	c |       477 |   16713    94756   311639 |    42040      477     34 | 10.311 % |
3.09/3.17	c |       814 |   16713    94756   311639 |    46244      814     45 | 10.311 % |
3.69/3.73	c |      1321 |   16713    94756   311639 |    50868     1321     49 | 10.311 % |
4.89/4.91	c |      2085 |   16707    94219   310444 |    55955     2081     54 | 10.322 % |
5.89/5.92	c |      3224 |   16707    94219   310444 |    61550     3220     53 | 10.322 % |
7.19/7.30	c |      4933 |   16707    94219   310444 |    67705     4929     50 | 10.322 % |
9.99/10.08	c |      7496 |   16707    94219   310444 |    74476     7492     51 | 10.322 % |
12.99/13.08	c |     11341 |   16707    94219   310444 |    81924    11337     52 | 10.322 % |
19.29/19.36	c |     17108 |   16707    94219   310444 |    90116    17104     49 | 10.322 % |
24.98/25.01	c |     25757 |   16707    94219   310444 |    99128    25753     81 | 10.322 % |
34.68/34.71	c |     38731 |   16707    94219   310444 |   109041    38727     97 | 10.322 % |
55.27/55.36	c |     58192 |   16707    94219   310444 |   119945    58188    105 | 10.322 % |
94.96/95.08	c |     87385 |   16364    91125   300219 |   131939    37170     50 | 10.977 % |
151.55/151.66	c |    131176 |   16364    91125   300219 |   145133    80961     78 | 10.977 % |
256.01/256.11	c |    196860 |   16363    91117   300193 |   159647   146644    102 | 10.979 % |
429.16/429.35	c |    295387 |   16352    91090   300105 |   175611    49966     82 | 11.160 % |
728.48/728.76	c |    443176 |   16267    90095   297180 |   193173    24008     67 | 11.162 % |
931.22/931.55	c ===============================================================================
931.22/931.55	c surveys--CPU time (sec)   : 6.1491         (0.66 % of total)
931.22/931.55	c surveys--attempted        : 35             (6 /sec)
931.22/931.55	c surveys--converged        : 35             (100.00 % successful)
931.22/931.55	c restarts              : 20
931.22/931.55	c conflicts             : 551635         (596 /sec)
931.22/931.55	c decisions             : 686698         (0.19 % random) (743 /sec)
931.22/931.55	c propagations          : 211806139      (229018 /sec)
931.22/931.55	c conflict literals     : 58095899       (55.41 % deleted)
931.22/931.55	c Memory used           : 133.12 MB
931.22/931.55	c Total CPU time (sec)      : 930.9935    
931.22/931.55	c 
931.22/931.55	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-1716860-1240621221/watcher-1716860-1240621221 -o /tmp/evaluation-result-1716860-1240621221/solver-1716860-1240621221 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1524859623 HOME/instance-1716860-1240621221.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 17667
/proc/meminfo: memFree=1773912/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=4204 CPUtime=0
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 799 0 0 0 0 0 0 0 18 0 1 0 90150001 4304896 784 1992294400 4194304 5102648 548682068784 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 1051 791 80 221 0 827 0

[startup+0.046216 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 17667
/proc/meminfo: memFree=1773912/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=14668 CPUtime=0.04
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 3193 0 0 0 3 1 0 0 18 0 1 0 90150001 15020032 3154 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 3667 3155 87 221 0 3443 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14668

[startup+0.102218 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 17667
/proc/meminfo: memFree=1773912/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=21108 CPUtime=0.09
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 4688 0 0 0 8 1 0 0 18 0 1 0 90150001 21614592 4649 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 5277 4650 87 221 0 5053 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21108

[startup+0.301242 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 17667
/proc/meminfo: memFree=1773912/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=36632 CPUtime=0.29
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 8619 0 0 0 26 3 0 0 19 0 1 0 90150001 37511168 8580 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 9158 8582 100 221 0 8934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36632

[startup+0.70128 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 17667
/proc/meminfo: memFree=1773912/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=51584 CPUtime=0.69
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 12370 0 0 0 64 5 0 0 22 0 1 0 90150001 52822016 12331 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 12896 12331 100 221 0 12672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51584

[startup+1.50136 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 17668
/proc/meminfo: memFree=1718608/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=55076 CPUtime=1.49
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 14620 0 0 0 142 7 0 0 25 0 1 0 90150001 56397824 13109 1992294400 4194304 5102648 548682068784 18446744073709551615 4214299 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 13769 13109 102 221 0 13545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55076

[startup+3.10152 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 17668
/proc/meminfo: memFree=1721424/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=55076 CPUtime=3.09
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 14632 0 0 0 302 7 0 0 25 0 1 0 90150001 56397824 13121 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 13769 13121 112 221 0 13545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55076

[startup+6.30185 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 17668
/proc/meminfo: memFree=1721232/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=55076 CPUtime=6.29
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 14633 0 0 0 622 7 0 0 25 0 1 0 90150001 56397824 13122 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 13769 13122 112 221 0 13545 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55076

[startup+12.7015 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 17668
/proc/meminfo: memFree=1721232/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=55268 CPUtime=12.69
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 14675 0 0 0 1262 7 0 0 25 0 1 0 90150001 56594432 13164 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 13817 13164 112 221 0 13593 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55268

[startup+25.5028 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 17668
/proc/meminfo: memFree=1717520/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=59112 CPUtime=25.48
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 15631 0 0 0 2540 8 0 0 25 0 1 0 90150001 60530688 14120 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 14778 14120 112 221 0 14554 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59112

[startup+51.1024 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1703440/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=73536 CPUtime=51.08
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 19161 0 0 0 5096 12 0 0 25 0 1 0 90150001 75300864 17650 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 18384 17650 113 221 0 18160 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 73536

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1694736/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=82112 CPUtime=102.26
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 21298 0 0 0 10212 14 0 0 25 0 1 0 90150001 84082688 19787 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 20528 19787 113 221 0 20304 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82112

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1694224/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=82904 CPUtime=162.24
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 21519 0 0 0 16209 15 0 0 25 0 1 0 90150001 84893696 20008 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 20726 20008 113 221 0 20502 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 82904

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1672656/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=104484 CPUtime=222.22
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 26820 0 0 0 22202 20 0 0 25 0 1 0 90150001 106991616 25309 1992294400 4194304 5102648 548682068784 18446744073709551615 4249100 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 26121 25309 113 221 0 25897 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 104484

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1656912/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=120544 CPUtime=282.21
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 30783 0 0 0 28198 23 0 0 25 0 1 0 90150001 123437056 29272 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 30136 29272 113 221 0 29912 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 120544

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1645264/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=132184 CPUtime=342.19
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 33629 0 0 0 34192 27 0 0 25 0 1 0 90150001 135356416 32118 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33046 32118 113 221 0 32822 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 132184

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1645136/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=132184 CPUtime=402.17
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 33643 0 0 0 40190 27 0 0 25 0 1 0 90150001 135356416 32132 1992294400 4194304 5102648 548682068784 18446744073709551615 4249362 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33046 32132 113 221 0 32822 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 132184

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1645072/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=132184 CPUtime=462.15
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 33647 0 0 0 46188 27 0 0 25 0 1 0 90150001 135356416 32136 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33046 32136 113 221 0 32822 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 132184

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1645072/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=132184 CPUtime=522.14
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 33648 0 0 0 52187 27 0 0 25 0 1 0 90150001 135356416 32137 1992294400 4194304 5102648 548682068784 18446744073709551615 4249100 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33046 32137 113 221 0 32822 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 132184

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1644624/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=132784 CPUtime=582.12
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 33758 0 0 0 58184 28 0 0 25 0 1 0 90150001 135970816 32247 1992294400 4194304 5102648 548682068784 18446744073709551615 4249080 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33196 32247 113 221 0 32972 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 132784

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1644432/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=133504 CPUtime=642.11
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 33791 0 0 0 64183 28 0 0 25 0 1 0 90150001 136708096 32280 1992294400 4194304 5102648 548682068784 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33376 32280 113 221 0 33152 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 133504

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1642512/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=134824 CPUtime=702.08
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34291 0 0 0 70180 28 0 0 25 0 1 0 90150001 138059776 32780 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 33706 32780 113 221 0 33482 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 134824

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1641296/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136036 CPUtime=762.08
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34568 0 0 0 76179 29 0 0 25 0 1 0 90150001 139300864 33057 1992294400 4194304 5102648 548682068784 18446744073709551615 4255776 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34009 33057 113 221 0 33785 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 136036

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1641296/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136036 CPUtime=822.06
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34569 0 0 0 82177 29 0 0 25 0 1 0 90150001 139300864 33058 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34009 33058 113 221 0 33785 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 136036

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1641040/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=882.04
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34630 0 0 0 88175 29 0 0 25 0 1 0 90150001 139579392 33119 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33119 113 221 0 33853 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 136308

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

[startup+895.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1641040/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=895.63
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34636 0 0 0 89534 29 0 0 25 0 1 0 90150001 139579392 33125 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33125 113 221 0 33853 0
Current children cumulated CPU time (s) 895.63
Current children cumulated vsize (KiB) 136308

[startup+908.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=908.43
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34638 0 0 0 90814 29 0 0 25 0 1 0 90150001 139579392 33127 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33127 113 221 0 33853 0
Current children cumulated CPU time (s) 908.43
Current children cumulated vsize (KiB) 136308

[startup+921.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=921.23
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34645 0 0 0 92094 29 0 0 25 0 1 0 90150001 139579392 33134 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33134 113 221 0 33853 0
Current children cumulated CPU time (s) 921.23
Current children cumulated vsize (KiB) 136308

[startup+927.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=927.63
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34646 0 0 0 92734 29 0 0 25 0 1 0 90150001 139579392 33135 1992294400 4194304 5102648 548682068784 18446744073709551615 4225728 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33135 113 221 0 33853 0
Current children cumulated CPU time (s) 927.63
Current children cumulated vsize (KiB) 136308

[startup+929.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=929.23
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34646 0 0 0 92894 29 0 0 25 0 1 0 90150001 139579392 33135 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33135 113 221 0 33853 0
Current children cumulated CPU time (s) 929.23
Current children cumulated vsize (KiB) 136308

[startup+930.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=930.02
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34646 0 0 0 92973 29 0 0 25 0 1 0 90150001 139579392 33135 1992294400 4194304 5102648 548682068784 18446744073709551615 4250021 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33135 113 221 0 33853 0
Current children cumulated CPU time (s) 930.02
Current children cumulated vsize (KiB) 136308

[startup+931.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=930.82
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34646 0 0 0 93053 29 0 0 25 0 1 0 90150001 139579392 33135 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33135 113 221 0 33853 0
Current children cumulated CPU time (s) 930.82
Current children cumulated vsize (KiB) 136308

[startup+931.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17674
/proc/meminfo: memFree=1640976/2055920 swapFree=4180784/4192956
[pid=17667] ppid=17665 vsize=136308 CPUtime=931.22
/proc/17667/stat : 17667 (varsat-industri) R 17665 17667 17602 0 -1 4194304 34646 0 0 0 93093 29 0 0 25 0 1 0 90150001 139579392 33135 1992294400 4194304 5102648 548682068784 18446744073709551615 4225410 0 0 4096 3 0 0 0 17 1 0 0
/proc/17667/statm: 34077 33135 113 221 0 33853 0
Current children cumulated CPU time (s) 931.22
Current children cumulated vsize (KiB) 136308

Child status: 20
Real time (s): 931.577
CPU time (s): 931.311
CPU user time (s): 930.993
CPU system time (s): 0.317951
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 136308

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

runsolver used 0.894863 second user time and 1.69474 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-25 03:00:21
IDJOB=1716860
IDBENCH=20398
IDSOLVER=538
FILE ID=node45/1716860-1240621221
PBS_JOBID= 9186343
Free space on /tmp= 66336 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716860-1240621221/watcher-1716860-1240621221 -o /tmp/evaluation-result-1716860-1240621221/solver-1716860-1240621221 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1524859623 HOME/instance-1716860-1240621221.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=1524859623

node45.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.231
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.231
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:       1774328 kB
Buffers:         40832 kB
Cached:         177892 kB
SwapCached:       6628 kB
Active:          84872 kB
Inactive:       142872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774328 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            39900 kB
Committed_AS:   326752 kB
PageTables:       1376 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= 66332 MiB
End job on node45 at 2009-04-25 03:15:53