Trace number 1821425

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
minisat_cumr r-2009-03-18UNSAT 521.6 521.561

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark127.7
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.72/0.79	c ==============================================================================
0.72/0.79	c |           |     ORIGINAL     |              LEARNT              |          |
0.72/0.79	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.72/0.79	c ==============================================================================
0.72/0.79	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
4.72/4.75	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
4.72/4.75	c ==============================================================================
4.72/4.75	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
4.72/4.75	c CPU time:   4.47 s
4.72/4.75	c ==============================================================================
5.02/5.09	c This is MiniSat 2.0 beta
5.02/5.09	c WARNING: for repeatability, setting FPU to use double precision
5.02/5.09	c ============================[ Problem Statistics ]=============================
5.02/5.09	c |                                                                             |
5.02/5.09	c |  Number of variables:  71485                                                |
5.02/5.09	c |  Number of clauses:    300018                                               |
5.09/5.30	c |  Parsing time:         0.18         s                                       |
5.09/5.32	c ============================[ Search Statistics ]==============================
5.09/5.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.32	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.32	c ===============================================================================
5.09/5.32	c |         0 |   71485   300018   873722 |   100006        0    nan |  0.000 % |
5.09/5.41	c |       512 |   71484   300018   873722 |   100006      511     16 |  0.001 % |
5.72/5.75	c |      1024 |   71484   300018   873722 |   100006     1023     23 |  0.001 % |
6.22/6.23	c |      1537 |   71484   300015   873716 |   100006     1536     22 |  0.001 % |
7.22/7.27	c |      2561 |   71484   300015   873716 |   100006     2560     22 |  0.001 % |
8.22/8.30	c |      3073 |   71484   300015   873716 |   100006     3072     23 |  0.001 % |
9.32/9.36	c |      3586 |   71484   300015   873716 |   100006     3585     25 |  0.001 % |
11.32/11.40	c |      4610 |   71484   300015   873716 |   100006     4609     25 |  0.001 % |
16.32/16.35	c |      6659 |   71484   300015   873716 |   100006     6658     24 |  0.001 % |
17.22/17.26	c |      7172 |   71484   300015   873716 |   100006     7171     23 |  0.001 % |
18.72/18.74	c |      7685 |   71484   300015   873716 |   100006     7684     23 |  0.001 % |
21.32/21.38	c |      8710 |   71484   300015   873716 |   100006     8709     23 |  0.001 % |
22.42/22.46	c |      9222 |   71484   300015   873716 |   100006     9221     23 |  0.001 % |
23.42/23.41	c |      9734 |   71484   300015   873716 |   100006     9733     23 |  0.001 % |
25.42/25.43	c |     10758 |   71484   300015   873716 | 2147483647    10757     23 |  0.001 % |
29.52/29.56	c |     12807 |   71473   299936   873402 | 2147483647    12805     23 |  0.017 % |
38.72/38.73	c |     16903 |   71473   299936   873402 | 2147483647    16901     23 |  0.017 % |
40.02/40.09	c |     17415 |   71460   299851   873135 | 2147483647    17412     23 |  0.035 % |
41.12/41.17	c |     17928 |   71460   299851   873135 | 2147483647    17925     23 |  0.035 % |
42.72/42.73	c |     18953 |   71460   299851   873135 | 2147483647    18950     23 |  0.035 % |
43.32/43.33	c |     19465 |   71460   299851   873135 | 2147483647    19462     23 |  0.035 % |
44.32/44.40	c |     19979 |   71460   299851   873135 | 2147483647    19976     23 |  0.035 % |
46.22/46.31	c |     21003 |   71460   299851   873135 | 2147483647    21000     23 |  0.035 % |
50.82/50.82	c |     23051 |   71448   299770   872878 | 2147483647    23047     23 |  0.052 % |
51.82/51.90	c |     23563 |   71448   299770   872878 | 2147483647    23559     23 |  0.052 % |
53.02/53.07	c |     24077 |   71447   299767   872872 | 2147483647    24072     23 |  0.053 % |
54.92/54.95	c |     25103 |   71447   299767   872872 | 2147483647    25098     23 |  0.053 % |
56.13/56.12	c |     25615 |   71447   299767   872872 | 2147483647    25610     23 |  0.053 % |
57.32/57.34	c |     26127 |   71447   299767   872872 | 2147483647    26122     23 |  0.053 % |
59.52/59.54	c |     27152 |   71447   299767   872872 | 2147483647    27147     23 |  0.053 % |
63.92/63.93	c |     29200 |   71447   299767   872872 | 2147483647    29195     23 |  0.053 % |
71.92/71.94	c |     33297 |   71422   299602   872351 | 2147483647    33290     23 |  0.088 % |
90.62/90.69	c |     41490 |   71421   299599   872345 | 2147483647    41482     23 |  0.090 % |
92.03/92.06	c |     42004 |   71410   299522   872095 | 2147483647    41995     23 |  0.105 % |
93.03/93.06	c |     42516 |   71410   299522   872095 | 2147483647    42507     23 |  0.105 % |
95.33/95.37	c |     43542 |   71410   299522   872095 | 2147483647    43533     23 |  0.105 % |
96.73/96.80	c |     44055 |   71410   299522   872095 | 2147483647    44046     23 |  0.105 % |
97.83/97.91	c |     44568 |   71410   299522   872095 | 2147483647    44559     23 |  0.105 % |
99.43/99.50	c |     45592 |   71409   299516   872077 | 2147483647    45582     23 |  0.106 % |
104.23/104.29	c |     47640 |   71409   299516   872077 | 2147483647    47630     23 |  0.106 % |
105.43/105.45	c |     48153 |   71409   299516   872077 | 2147483647    48143     23 |  0.106 % |
106.73/106.75	c |     48665 |   71409   299516   872077 | 2147483647    48655     23 |  0.106 % |
109.13/109.19	c |     49689 |   71409   299516   872077 | 2147483647    49679     23 |  0.106 % |
110.63/110.62	c |     50201 |   71409   299516   872077 | 2147483647    50191     23 |  0.106 % |
111.63/111.65	c |     50714 |   71408   299513   872071 | 2147483647    50703     23 |  0.108 % |
114.53/114.51	c |     51739 |   71408   299513   872071 | 2147483647    51728     23 |  0.108 % |
117.43/117.44	c |     53787 |   71408   299513   872071 | 2147483647    53776     23 |  0.108 % |
126.63/126.67	c |     57884 |   71408   299513   872071 | 2147483647    57873     23 |  0.108 % |
127.83/127.84	c |     58396 |   71408   299513   872071 | 2147483647    58385     23 |  0.108 % |
128.93/128.92	c |     58909 |   71408   299513   872071 | 2147483647    58898     23 |  0.108 % |
131.63/131.64	c |     59934 |   71408   299513   872071 | 2147483647    59923     23 |  0.108 % |
133.03/133.07	c |     60446 |   71408   299513   872071 | 2147483647    60435     23 |  0.108 % |
134.33/134.33	c |     60958 |   71408   299513   872071 | 2147483647    60947     23 |  0.108 % |
136.73/136.76	c |     61982 |   71408   299513   872071 | 2147483647    61971     23 |  0.108 % |
139.73/139.74	c |     64031 |   71396   299434   871877 | 2147483647    64019     22 |  0.125 % |
141.23/141.27	c |     64543 |   71396   299434   871877 | 2147483647    64531     22 |  0.125 % |
142.13/142.21	c |     65055 |   71396   299434   871877 | 2147483647    65043     22 |  0.125 % |
143.93/143.97	c |     66080 |   71396   299434   871877 | 2147483647    66068     23 |  0.125 % |
144.73/144.77	c |     66592 |   71385   299355   871563 | 2147483647    66578     22 |  0.155 % |
145.63/145.63	c |     67106 |   71385   299355   871563 | 2147483647    67092     22 |  0.155 % |
148.13/148.20	c |     68130 |   71385   299355   871563 | 2147483647    68116     22 |  0.155 % |
153.33/153.35	c |     70179 |   71374   299276   871249 | 2147483647    70165     22 |  0.155 % |
163.83/163.81	c |     74276 |   71362   299197   871056 | 2147483647    74261     22 |  0.172 % |
182.43/182.46	c |     82470 |   71362   299197   871056 | 2147483647    82455     22 |  0.172 % |
224.34/224.37	c |     98855 |   71350   299117   870801 | 2147483647    98839     23 |  0.189 % |
225.54/225.57	c |     99367 |   71349   299114   870795 | 2147483647    99350     23 |  0.190 % |
226.54/226.53	c |     99879 |   71349   299114   870795 | 2147483647    99862     23 |  0.190 % |
228.54/228.58	c |    100903 |   71349   299114   870795 | 2147483647   100886     23 |  0.190 % |
229.94/229.96	c |    101415 |   71349   299114   870795 | 2147483647   101398     23 |  0.190 % |
231.34/231.40	c |    101927 |   71349   299114   870795 | 2147483647   101910     23 |  0.190 % |
233.64/233.63	c |    102953 |   71349   299114   870795 | 2147483647   102936     23 |  0.190 % |
238.64/238.68	c |    105002 |   71349   299114   870795 | 2147483647   104985     23 |  0.190 % |
239.64/239.69	c |    105515 |   71349   299114   870795 | 2147483647   105498     23 |  0.190 % |
240.44/240.47	c |    106028 |   71349   299114   870795 | 2147483647   106011     23 |  0.190 % |
242.34/242.37	c |    107053 |   71349   299114   870795 | 2147483647   107036     23 |  0.190 % |
243.54/243.58	c |    107566 |   71349   299114   870795 | 2147483647   107549     23 |  0.190 % |
244.74/244.79	c |    108080 |   71349   299114   870795 | 2147483647   108063     23 |  0.190 % |
247.14/247.18	c |    109105 |   71349   299114   870795 | 2147483647   109088     23 |  0.190 % |
250.54/250.60	c |    111153 |   71349   299114   870795 | 2147483647   111136     23 |  0.190 % |
258.64/258.65	c |    115249 |   71349   299114   870795 | 2147483647   115232     23 |  0.190 % |
259.74/259.72	c |    115761 |   71349   299114   870795 | 2147483647   115744     23 |  0.190 % |
260.75/260.76	c |    116273 |   71349   299114   870795 | 2147483647   116256     23 |  0.190 % |
262.95/262.93	c |    117297 |   71338   299036   870483 | 2147483647   117279     23 |  0.206 % |
264.05/264.09	c |    117812 |   71338   299036   870483 | 2147483647   117794     23 |  0.206 % |
264.94/264.99	c |    118325 |   71338   299036   870483 | 2147483647   118307     23 |  0.206 % |
267.35/267.39	c |    119350 |   71338   299036   870483 | 2147483647   119332     23 |  0.206 % |
271.64/271.65	c |    121398 |   71338   299036   870483 | 2147483647   121380     23 |  0.206 % |
272.85/272.83	c |    121910 |   71327   298960   870236 | 2147483647   121891     23 |  0.221 % |
273.95/273.95	c |    122423 |   71327   298960   870236 | 2147483647   122404     23 |  0.221 % |
276.54/276.60	c |    123448 |   71327   298960   870236 | 2147483647   123429     23 |  0.221 % |
277.54/277.54	c |    123961 |   71327   298960   870236 | 2147483647   123942     23 |  0.221 % |
278.94/278.91	c |    124474 |   71327   298960   870236 | 2147483647   124455     23 |  0.221 % |
280.84/280.83	c |    125498 |   71327   298960   870236 | 2147483647   125479     23 |  0.221 % |
285.24/285.29	c |    127547 |   71316   298884   869988 | 2147483647   127527     23 |  0.236 % |
293.65/293.66	c |    131643 |   71314   298873   869957 | 2147483647   131622     23 |  0.239 % |
313.75/313.78	c |    139837 |   71234   298372   868423 | 2147483647   133745     23 |  0.353 % |
315.15/315.19	c |    140349 |   71233   298369   868417 | 2147483647   134257     23 |  0.353 % |
316.65/316.63	c |    140864 |   71233   298369   868417 | 2147483647   134772     23 |  0.353 % |
319.25/319.30	c |    141890 |   71233   298369   868417 | 2147483647   135798     23 |  0.353 % |
320.75/320.78	c |    142402 |   71233   298369   868417 | 2147483647   136310     23 |  0.353 % |
322.25/322.30	c |    142915 |   71233   298369   868417 | 2147483647   136823     23 |  0.353 % |
325.35/325.32	c |    143939 |   71233   298369   868417 | 2147483647   137847     23 |  0.353 % |
329.45/329.44	c |    145987 |   71222   298292   868167 | 2147483647   139894     23 |  0.368 % |
330.05/330.09	c |    146500 |   71221   298292   868167 | 2147483647   140406     23 |  0.383 % |
330.75/330.81	c |    147012 |   71221   298292   868167 | 2147483647   140918     23 |  0.383 % |
332.15/332.13	c |    148038 |   71221   298292   868167 | 2147483647   141944     23 |  0.383 % |
333.05/333.10	c |    148551 |   71221   298292   868167 | 2147483647   142457     23 |  0.383 % |
334.15/334.15	c |    149064 |   71211   298215   867917 | 2147483647   142970     23 |  0.383 % |
336.05/336.08	c |    150090 |   71211   298215   867917 | 2147483647   143996     22 |  0.383 % |
339.25/339.24	c |    152138 |   71211   298215   867917 | 2147483647   146044     22 |  0.383 % |
347.04/347.02	c |    156234 |   71210   298207   867889 | 2147483647   150139     22 |  0.385 % |
347.94/347.94	c |    156746 |   71210   298207   867889 | 2147483647   150651     22 |  0.385 % |
348.94/348.97	c |    157258 |   71210   298207   867889 | 2147483647   151163     22 |  0.385 % |
350.84/350.90	c |    158282 |   71210   298207   867889 | 2147483647   152187     22 |  0.385 % |
351.64/351.70	c |    158795 |   71210   298207   867889 | 2147483647   152700     22 |  0.385 % |
352.64/352.70	c |    159307 |   71210   298207   867889 | 2147483647   153212     22 |  0.385 % |
355.54/355.55	c |    160332 |   71210   298207   867889 | 2147483647   154237     22 |  0.385 % |
360.85/360.90	c |    162381 |   71210   298207   867889 | 2147483647   156286     22 |  0.385 % |
362.04/362.10	c |    162895 |   71210   298207   867889 | 2147483647   156800     22 |  0.385 % |
362.94/362.92	c |    163407 |   71210   298207   867889 | 2147483647   157312     22 |  0.385 % |
365.14/365.21	c |    164434 |   71210   298207   867889 | 2147483647   158339     22 |  0.385 % |
365.94/365.91	c |    164946 |   71210   298207   867889 | 2147483647   158851     23 |  0.385 % |
366.74/366.78	c |    165458 |   71210   298207   867889 | 2147483647   159363     22 |  0.385 % |
368.64/368.64	c |    166482 |   71210   298207   867889 | 2147483647   160387     22 |  0.385 % |
372.24/372.23	c |    168531 |   71209   298204   867883 | 2147483647   162434     22 |  0.406 % |
379.04/379.01	c |    172627 |   71209   298204   867883 | 2147483647   166530     23 |  0.406 % |
393.95/393.94	c |    180819 |   71183   298038   867423 | 2147483647   174721     22 |  0.422 % |
429.15/429.18	c |    197205 |   71127   297756   866407 | 2147483647   176711     22 |  0.501 % |
488.86/488.84	c |    229974 |   70973   296862   863699 | 2147483647   195301     23 |  0.716 % |
490.06/490.10	c |    230486 |   70973   296862   863699 | 2147483647   195813     22 |  0.716 % |
491.46/491.45	c |    230999 |   70973   296862   863699 | 2147483647   196326     22 |  0.716 % |
494.16/494.14	c |    232023 |   70973   296862   863699 | 2147483647   197350     23 |  0.716 % |
495.56/495.52	c |    232536 |   70973   296862   863699 | 2147483647   197863     22 |  0.716 % |
496.96/496.98	c |    233048 |   70973   296862   863699 | 2147483647   198375     22 |  0.716 % |
499.96/499.94	c |    234072 |   70973   296862   863699 | 2147483647   199399     22 |  0.716 % |
505.26/505.24	c |    236121 |   70973   296862   863699 | 2147483647   201448     22 |  0.716 % |
506.66/506.62	c |    236635 |   70973   296862   863699 | 2147483647   201962     22 |  0.716 % |
507.96/508.01	c |    237148 |   70973   296862   863699 | 2147483647   202475     22 |  0.716 % |
511.16/511.19	c |    238172 |   70973   296862   863699 | 2147483647   203499     22 |  0.716 % |
512.66/512.66	c |    238684 |   70745   295548   859572 | 2147483647   178454     22 |  1.035 % |
514.06/514.01	c |    239196 |   70745   295548   859572 | 2147483647   178966     22 |  1.035 % |
515.96/515.99	c |    240221 |   70738   295548   859572 | 2147483647   179990     22 |  1.076 % |
520.56/520.55	c |    242269 |   70568   295404   859056 | 2147483647   174650     22 |  1.526 % |
521.56/521.54	c ===============================================================================
521.56/521.54	c restarts              : 143
521.56/521.54	c conflicts             : 242602         (470 /sec)
521.56/521.54	c decisions             : 310538         (1.97 % random) (601 /sec)
521.56/521.54	c propagations          : 618220792      (1197244 /sec)
521.56/521.54	c conflict literals     : 5369415        (64.69 % deleted)
521.56/521.54	c Memory used           : 46.40 MB
521.56/521.54	c CPU time              : 516.37 s
521.56/521.54	c 
521.56/521.54	s UNSATISFIABLE
521.56/521.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821425-1242526518/watcher-1821425-1242526518 -o /tmp/evaluation-result-1821425-1242526518/solver-1821425-1242526518 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821425-1242526518.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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.19 1.09 1.03 2/93 29681
/proc/meminfo: memFree=398024/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=956 CPUtime=0
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 122 0 0 0 0 0 0 0 18 0 1 0 1017149034 978944 58 4294967295 134512640 135223648 3214300320 3214298916 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 239 60 45 174 0 64 0

[startup+0.018211 s]
/proc/loadavg: 1.19 1.09 1.03 2/93 29681
/proc/meminfo: memFree=398024/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=3540 CPUtime=0.02
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 702 0 0 0 1 1 0 0 18 0 1 0 1017149034 3624960 638 4294967295 134512640 135223648 3214300320 3214299272 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 885 639 47 174 0 710 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5952

[startup+0.118193 s]
/proc/loadavg: 1.19 1.09 1.03 2/93 29681
/proc/meminfo: memFree=398024/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=18372 CPUtime=0.12
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 4185 0 0 0 9 3 0 0 18 0 1 0 1017149034 18812928 4121 4294967295 134512640 135223648 3214300320 3214298904 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 4593 4122 47 174 0 4418 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20784

[startup+0.318176 s]
/proc/loadavg: 1.19 1.09 1.03 2/93 29681
/proc/meminfo: memFree=398024/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=54940 CPUtime=0.32
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 10669 0 0 0 26 6 0 0 18 0 1 0 1017149034 56258560 10605 4294967295 134512640 135223648 3214300320 3214299272 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 13735 10607 47 174 0 13560 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 57352

[startup+0.718141 s]
/proc/loadavg: 1.19 1.09 1.03 2/93 29681
/proc/meminfo: memFree=398024/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=118672 CPUtime=0.72
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 23921 0 0 0 54 18 0 0 18 0 1 0 1017149034 121520128 23857 4294967295 134512640 135223648 3214300320 3214299160 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 29701 23858 47 174 0 29526 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 121084

[startup+1.51807 s]
/proc/loadavg: 1.19 1.09 1.03 3/95 29686
/proc/meminfo: memFree=292104/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=140156 CPUtime=1.52
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 30321 0 0 0 129 23 0 0 20 0 1 0 1017149034 143519744 27883 4294967295 134512640 135223648 3214300320 3214298088 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 35039 27883 73 174 0 34864 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 142568

[startup+3.11793 s]
/proc/loadavg: 1.19 1.09 1.03 3/95 29686
/proc/meminfo: memFree=272388/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2412 CPUtime=0
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 365 645 0 0 0 0 0 0 18 0 1 0 1017149034 2469888 275 4294967295 134512640 135169312 3220316784 3220315320 3085807342 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29681/statm: 603 275 235 161 0 42 0
[pid=29685] ppid=29681 vsize=148060 CPUtime=3.12
/proc/29685/stat : 29685 (SatELite_releas) R 29681 29681 14060 0 -1 4202496 32575 0 0 0 285 27 0 0 25 0 1 0 1017149034 151613440 29843 4294967295 134512640 135223648 3214300320 3214298416 134596424 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29685/statm: 37015 29843 73 174 0 36840 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 150472

[startup+6.31766 s]
/proc/loadavg: 1.17 1.09 1.03 3/95 29687
/proc/meminfo: memFree=357204/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=20340 CPUtime=1.23
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 4673 0 0 0 119 4 0 0 25 0 1 0 1017149543 20828160 4608 4294967295 134512640 135216591 3213958320 3213956512 134528902 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 5085 4608 75 172 0 4912 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 22756

[startup+12.7171 s]
/proc/loadavg: 1.16 1.09 1.03 4/95 29687
/proc/meminfo: memFree=355392/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=21476 CPUtime=7.63
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 4942 0 0 0 759 4 0 0 25 0 1 0 1017149543 21991424 4877 4294967295 134512640 135216591 3213958320 3213956512 134528826 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 5369 4877 75 172 0 5196 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 23892

[startup+25.516 s]
/proc/loadavg: 1.27 1.12 1.04 3/95 29687
/proc/meminfo: memFree=354868/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=22268 CPUtime=20.43
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 5131 0 0 0 2036 7 0 0 25 0 1 0 1017149543 22802432 5066 4294967295 134512640 135216591 3213958320 3213956288 134538678 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 5567 5066 75 172 0 5394 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 24684

[startup+51.1138 s]
/proc/loadavg: 1.18 1.11 1.04 2/95 29871
/proc/meminfo: memFree=352792/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=23892 CPUtime=46.03
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 5537 0 0 0 4595 8 0 0 25 0 1 0 1017149543 24465408 5472 4294967295 134512640 135216591 3213958320 3213956512 134528826 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 5973 5472 75 172 0 5800 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 26308

[startup+102.319 s]
/proc/loadavg: 1.08 1.09 1.03 2/95 30062
/proc/meminfo: memFree=349832/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=27048 CPUtime=97.24
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 6307 0 0 0 9715 9 0 0 25 0 1 0 1017149543 27697152 6242 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 6762 6242 75 172 0 6589 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 29464

[startup+162.314 s]
/proc/loadavg: 1.03 1.07 1.02 2/95 30251
/proc/meminfo: memFree=346228/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=30624 CPUtime=157.24
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 7206 0 0 0 15715 9 0 0 25 0 1 0 1017149543 31358976 7141 4294967295 134512640 135216591 3213958320 3213956512 134529287 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 7656 7141 75 172 0 7483 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 33040

[startup+222.319 s]
/proc/loadavg: 1.01 1.05 1.02 2/95 30444
/proc/meminfo: memFree=343136/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=33848 CPUtime=217.25
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 8010 0 0 0 21716 9 0 0 25 0 1 0 1017149543 34660352 7945 4294967295 134512640 135216591 3213958320 3213956224 134532786 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 8462 7945 75 172 0 8289 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 36264

[startup+282.314 s]
/proc/loadavg: 1.00 1.04 1.01 2/95 30628
/proc/meminfo: memFree=339392/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=37432 CPUtime=277.25
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 8907 0 0 0 27714 11 0 0 25 0 1 0 1017149543 38330368 8842 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 9358 8842 75 172 0 9185 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 39848

[startup+342.318 s]
/proc/loadavg: 1.00 1.03 1.01 3/95 30816
/proc/meminfo: memFree=336656/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=40356 CPUtime=337.26
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 9608 0 0 0 33715 11 0 0 25 0 1 0 1017149543 41324544 9543 4294967295 134512640 135216591 3213958320 3213956512 134528829 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 10089 9543 75 172 0 9916 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 42772

[startup+402.313 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 31008
/proc/meminfo: memFree=332820/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=44324 CPUtime=397.26
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 10606 0 0 0 39714 12 0 0 25 0 1 0 1017149543 45387776 10541 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11081 10541 75 172 0 10908 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 46740

[startup+462.308 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 31197
/proc/meminfo: memFree=331332/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=45908 CPUtime=457.26
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11024 0 0 0 45714 12 0 0 25 0 1 0 1017149543 47009792 10959 4294967295 134512640 135216591 3213958320 3213956512 134528851 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11477 10959 75 172 0 11304 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 48324

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

[startup+486.316 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 31197
/proc/meminfo: memFree=331076/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=46584 CPUtime=481.27
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11179 0 0 0 48115 12 0 0 25 0 1 0 1017149543 47702016 11114 4294967295 134512640 135216591 3213958320 3213956512 134528860 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11646 11114 75 172 0 11473 0
Current children cumulated CPU time (s) 486.36
Current children cumulated vsize (KiB) 49000

[startup+499.115 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 31198
/proc/meminfo: memFree=330464/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47112 CPUtime=494.07
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11322 0 0 0 49395 12 0 0 25 0 1 0 1017149543 48242688 11257 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11778 11257 75 172 0 11605 0
Current children cumulated CPU time (s) 499.16
Current children cumulated vsize (KiB) 49528

[startup+511.914 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31198
/proc/meminfo: memFree=330264/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47512 CPUtime=506.87
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11423 0 0 0 50675 12 0 0 25 0 1 0 1017149543 48652288 11358 4294967295 134512640 135216591 3213958320 3213956512 134528894 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11878 11358 75 172 0 11705 0
Current children cumulated CPU time (s) 511.96
Current children cumulated vsize (KiB) 49928

[startup+518.313 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31199
/proc/meminfo: memFree=330256/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47512 CPUtime=513.27
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11423 0 0 0 51315 12 0 0 25 0 1 0 1017149543 48652288 11358 4294967295 134512640 135216591 3213958320 3213956320 134527430 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11878 11358 75 172 0 11705 0
Current children cumulated CPU time (s) 518.36
Current children cumulated vsize (KiB) 49928

[startup+519.913 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31200
/proc/meminfo: memFree=330256/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47512 CPUtime=514.87
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11423 0 0 0 51475 12 0 0 25 0 1 0 1017149543 48652288 11358 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11878 11358 75 172 0 11705 0
Current children cumulated CPU time (s) 519.96
Current children cumulated vsize (KiB) 49928

[startup+520.713 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31200
/proc/meminfo: memFree=330256/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47512 CPUtime=515.67
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11423 0 0 0 51555 12 0 0 25 0 1 0 1017149543 48652288 11358 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11878 11358 75 172 0 11705 0
Current children cumulated CPU time (s) 520.76
Current children cumulated vsize (KiB) 49928

[startup+521.113 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31200
/proc/meminfo: memFree=330256/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47512 CPUtime=516.07
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11423 0 0 0 51595 12 0 0 25 0 1 0 1017149543 48652288 11358 4294967295 134512640 135216591 3213958320 3213956512 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11878 11358 75 172 0 11705 0
Current children cumulated CPU time (s) 521.16
Current children cumulated vsize (KiB) 49928

[startup+521.513 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 31383
/proc/meminfo: memFree=329844/2074464 swapFree=1949056/1959888
[pid=29681] ppid=29679 vsize=2416 CPUtime=5.09
/proc/29681/stat : 29681 (SatELiteGTI) S 29679 29681 14060 0 -1 4194304 384 38072 0 0 0 0 479 30 18 0 1 0 1017149034 2473984 276 4294967295 134512640 135169312 3220316784 3220313000 3085807342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29681/statm: 604 276 235 161 0 43 0
[pid=29687] ppid=29681 vsize=47512 CPUtime=516.47
/proc/29687/stat : 29687 (minisat_static) R 29681 29681 14060 0 -1 4202496 11423 0 0 0 51635 12 0 0 25 0 1 0 1017149543 48652288 11358 4294967295 134512640 135216591 3213958320 3213956320 134527378 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29687/statm: 11878 11358 75 172 0 11705 0
Current children cumulated CPU time (s) 521.56
Current children cumulated vsize (KiB) 49928

Child status: 20
Real time (s): 521.561
CPU time (s): 521.6
CPU user time (s): 521.16
CPU system time (s): 0.44
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 157088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 521.16
system time used= 0.44
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50167
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= 24
involuntary context switches= 817

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 04:15:18
IDJOB=1821425
IDBENCH=70954
IDSOLVER=658
FILE ID=tipi27/1821425-1242526518
PBS_JOBID=
Free space on /tmp= 9059 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821425-1242526518/watcher-1821425-1242526518 -o /tmp/evaluation-result-1821425-1242526518/solver-1821425-1242526518 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821425-1242526518.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED= 176412117

Linux tipi27 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        398040 kB
Buffers:         68996 kB
Cached:        1472300 kB
SwapCached:       5508 kB
Active:         703452 kB
Inactive:       847612 kB
HighTotal:     1178688 kB
HighFree:       134012 kB
LowTotal:       895776 kB
LowFree:        264028 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:           17036 kB
Writeback:           0 kB
AnonPages:        9280 kB
Mapped:           3108 kB
Slab:           116100 kB
PageTables:        524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90632 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9059 MiB
End job on tipi27 at 2009-05-17 04:24:01