Trace number 1821215

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-18? (TO) 1200.06 1199.93

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark163.76
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
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.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   94348   222330 |   28304       0        0     nan |  0.000 % |
1.22/1.26	c |         0 |   56829   169094 |      --       0       --      -- |     --   | -37179/-52260
1.22/1.26	c ==============================================================================
1.22/1.26	c Result  :   #vars: 13682   #clauses: 56829   #literals: 169094
1.22/1.26	c CPU time:   1.24 s
1.22/1.26	c ==============================================================================
1.32/1.33	c This is MiniSat 2.0 beta
1.32/1.33	c WARNING: for repeatability, setting FPU to use double precision
1.32/1.33	c ============================[ Problem Statistics ]=============================
1.32/1.33	c |                                                                             |
1.32/1.33	c |  Number of variables:  13682                                                |
1.32/1.33	c |  Number of clauses:    56829                                                |
1.32/1.37	c |  Parsing time:         0.04         s                                       |
1.32/1.37	c ============================[ Search Statistics ]==============================
1.32/1.37	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.32/1.37	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.32/1.37	c ===============================================================================
1.32/1.37	c |         0 |   13682    56829   169094 |    18943        0    nan |  0.000 % |
3.12/3.14	c |       513 |   13482    55780   166437 |    18943      507     53 |  1.462 % |
5.72/5.75	c |      1026 |   13482    55780   166437 |    18943     1020     38 |  1.462 % |
8.42/8.46	c |      1539 |   13482    55780   166437 |    18943     1533     30 |  1.462 % |
13.72/13.75	c |      2564 |   13482    55780   166437 |    18943     2558     28 |  1.462 % |
16.22/16.24	c |      3078 |   13482    55780   166437 |    18943     3072     28 |  1.462 % |
19.32/19.37	c |      3590 |   13482    55780   166437 |    18943     3584     26 |  1.462 % |
25.43/25.48	c |      4616 |   13482    55780   166437 |    18943     4610     24 |  1.462 % |
33.72/33.72	c |      6664 |   13450    55642   166124 |    18943     6649     26 |  1.696 % |
36.32/36.33	c |      7176 |   13450    55642   166124 |    18943     7161     26 |  1.696 % |
38.72/38.75	c |      7689 |   13450    55642   166124 |    18943     7674     26 |  1.696 % |
44.13/44.16	c |      8714 |   13404    55430   165643 |    18943     8698     25 |  2.032 % |
47.12/47.19	c |      9227 |   13404    55430   165643 |    18943     9211     25 |  2.032 % |
50.13/50.20	c |      9740 |   13404    55430   165643 |    18943     9724     24 |  2.032 % |
55.73/55.75	c |     10766 |   13404    55430   165643 | 2147483647    10750     24 |  2.032 % |
67.33/67.38	c |     12815 |   13404    55430   165643 | 2147483647    12799     23 |  2.032 % |
88.63/88.65	c |     16911 |   13404    55430   165643 | 2147483647    16895     23 |  2.032 % |
90.03/90.05	c |     17423 |   13404    55430   165643 | 2147483647    17407     24 |  2.032 % |
93.03/93.08	c |     17936 |   13404    55430   165643 | 2147483647    17920     24 |  2.032 % |
98.43/98.47	c |     18960 |   13404    55430   165643 | 2147483647    18944     24 |  2.032 % |
101.34/101.36	c |     19474 |   13404    55430   165643 | 2147483647    19458     23 |  2.032 % |
104.13/104.14	c |     19986 |   13353    55213   165143 | 2147483647    19965     23 |  2.405 % |
110.33/110.35	c |     21011 |   13353    55213   165143 | 2147483647    20990     23 |  2.405 % |
122.93/123.00	c |     23059 |   13353    55213   165143 | 2147483647    23038     23 |  2.405 % |
126.13/126.17	c |     23571 |   13353    55213   165143 | 2147483647    23550     23 |  2.405 % |
129.43/129.45	c |     24084 |   13353    55213   165143 | 2147483647    24063     22 |  2.405 % |
136.04/136.07	c |     25108 |   13353    55213   165143 | 2147483647    25087     22 |  2.405 % |
139.44/139.43	c |     25620 |   13353    55213   165143 | 2147483647    25599     22 |  2.405 % |
141.44/141.49	c |     26132 |   13353    55213   165143 | 2147483647    26111     23 |  2.405 % |
146.64/146.68	c |     27157 |   13353    55213   165143 | 2147483647    27136     23 |  2.405 % |
158.24/158.24	c |     29206 |   13353    55213   165143 | 2147483647    29185     23 |  2.405 % |
181.55/181.52	c |     33303 |   13353    55213   165143 | 2147483647    33282     23 |  2.405 % |
235.85/235.82	c |     41497 |   13353    55213   165143 | 2147483647    41476     23 |  2.405 % |
239.95/239.94	c |     42010 |   13353    55213   165143 | 2147483647    41989     23 |  2.405 % |
243.35/243.41	c |     42523 |   13353    55213   165143 | 2147483647    42502     23 |  2.405 % |
250.95/250.93	c |     43547 |   13353    55213   165143 | 2147483647    43526     23 |  2.405 % |
254.75/254.76	c |     44059 |   13353    55213   165143 | 2147483647    44038     23 |  2.405 % |
257.65/257.63	c |     44571 |   13353    55213   165143 | 2147483647    44550     23 |  2.405 % |
265.15/265.19	c |     45595 |   13353    55213   165143 | 2147483647    45574     23 |  2.405 % |
276.85/276.82	c |     47643 |   13353    55213   165143 | 2147483647    47622     24 |  2.405 % |
279.85/279.88	c |     48155 |   13353    55213   165143 | 2147483647    48134     24 |  2.405 % |
283.55/283.54	c |     48667 |   13353    55213   165143 | 2147483647    48646     24 |  2.405 % |
289.85/289.85	c |     49691 |   13353    55213   165143 | 2147483647    49670     24 |  2.405 % |
293.75/293.78	c |     50205 |   13353    55213   165143 | 2147483647    50184     24 |  2.405 % |
296.96/296.94	c |     50718 |   13353    55213   165143 | 2147483647    50697     24 |  2.405 % |
303.96/303.97	c |     51743 |   13353    55213   165143 | 2147483647    51722     24 |  2.405 % |
319.06/319.09	c |     53791 |   13353    55213   165143 | 2147483647    53770     24 |  2.405 % |
346.36/346.38	c |     57888 |   13353    55213   165143 | 2147483647    57867     24 |  2.405 % |
349.97/349.92	c |     58400 |   13353    55213   165143 | 2147483647    58379     24 |  2.405 % |
353.76/353.79	c |     58913 |   13353    55213   165143 | 2147483647    58892     24 |  2.405 % |
360.76/360.71	c |     59938 |   13353    55213   165143 | 2147483647    59917     24 |  2.405 % |
364.27/364.29	c |     60450 |   13353    55213   165143 | 2147483647    60429     24 |  2.405 % |
367.96/367.93	c |     60964 |   13353    55213   165143 | 2147483647    60943     24 |  2.405 % |
375.66/375.68	c |     61989 |   13353    55213   165143 | 2147483647    61968     24 |  2.405 % |
390.87/390.84	c |     64037 |   13353    55213   165143 | 2147483647    64016     24 |  2.405 % |
394.87/394.89	c |     64549 |   13353    55213   165143 | 2147483647    64528     24 |  2.405 % |
399.17/399.16	c |     65061 |   13353    55213   165143 | 2147483647    65040     24 |  2.405 % |
405.87/405.84	c |     66085 |   13353    55213   165143 | 2147483647    66064     24 |  2.405 % |
409.57/409.59	c |     66597 |   13353    55213   165143 | 2147483647    66576     24 |  2.405 % |
413.37/413.40	c |     67110 |   13353    55213   165143 | 2147483647    67089     24 |  2.405 % |
421.67/421.66	c |     68134 |   13353    55213   165143 | 2147483647    68113     24 |  2.405 % |
438.47/438.44	c |     70182 |   13353    55213   165143 | 2147483647    70161     24 |  2.405 % |
468.68/468.64	c |     74278 |   13353    55213   165143 | 2147483647    74257     24 |  2.405 % |
536.78/536.78	c |     82470 |   13353    55213   165143 | 2147483647    82449     24 |  2.405 % |
678.39/678.31	c |     98854 |   13353    55213   165143 | 2147483647    98833     23 |  2.405 % |
682.99/682.97	c |     99367 |   13353    55213   165143 | 2147483647    99346     23 |  2.405 % |
687.70/687.67	c |     99879 |   13353    55213   165143 | 2147483647    99858     23 |  2.405 % |
695.69/695.71	c |    100903 |   13353    55213   165143 | 2147483647   100882     23 |  2.405 % |
699.89/699.91	c |    101417 |   13353    55213   165143 | 2147483647   101396     23 |  2.405 % |
704.80/704.76	c |    101929 |   13353    55213   165143 | 2147483647   101908     23 |  2.405 % |
713.90/713.83	c |    102955 |   13353    55213   165143 | 2147483647   102934     23 |  2.405 % |
733.90/733.83	c |    105004 |   13353    55213   165143 | 2147483647   104983     23 |  2.405 % |
738.90/738.86	c |    105517 |   13353    55213   165143 | 2147483647   105496     23 |  2.405 % |
744.00/743.95	c |    106029 |   13353    55213   165143 | 2147483647   106008     23 |  2.405 % |
751.10/751.04	c |    107053 |   13353    55213   165143 | 2147483647   107032     23 |  2.405 % |
756.40/756.32	c |    107565 |   13353    55213   165143 | 2147483647   107544     23 |  2.405 % |
761.41/761.33	c |    108077 |   13353    55213   165143 | 2147483647   108056     23 |  2.405 % |
770.90/770.81	c |    109101 |   13353    55213   165143 | 2147483647   109080     23 |  2.405 % |
790.11/790.06	c |    111149 |   13353    55213   165143 | 2147483647   111128     23 |  2.405 % |
830.81/830.75	c |    115245 |   13353    55213   165143 | 2147483647   115224     23 |  2.405 % |
836.41/836.38	c |    115757 |   13353    55213   165143 | 2147483647   115736     23 |  2.405 % |
840.41/840.40	c |    116269 |   13353    55213   165143 | 2147483647   116248     23 |  2.405 % |
850.91/850.83	c |    117293 |   13353    55213   165143 | 2147483647   117272     23 |  2.405 % |
856.02/855.93	c |    117806 |   13353    55213   165143 | 2147483647   117785     23 |  2.405 % |
860.71/860.69	c |    118319 |   13353    55213   165143 | 2147483647   118298     23 |  2.405 % |
870.72/870.65	c |    119344 |   13353    55213   165143 | 2147483647   119323     23 |  2.405 % |
888.52/888.50	c |    121393 |   13353    55213   165143 | 2147483647   121372     23 |  2.405 % |
893.42/893.35	c |    121906 |   13353    55213   165143 | 2147483647   121885     23 |  2.405 % |
898.32/898.28	c |    122419 |   13353    55213   165143 | 2147483647   122398     23 |  2.405 % |
908.61/908.53	c |    123443 |   13353    55213   165143 | 2147483647   123422     23 |  2.405 % |
914.11/914.02	c |    123955 |   13353    55213   165143 | 2147483647   123934     23 |  2.405 % |
918.91/918.90	c |    124468 |   13353    55213   165143 | 2147483647   124447     23 |  2.405 % |
929.72/929.66	c |    125493 |   13353    55213   165143 | 2147483647   125472     23 |  2.405 % |
951.72/951.70	c |    127542 |   13353    55213   165143 | 2147483647   127521     23 |  2.405 % |
995.32/995.29	c |    131639 |   13353    55213   165143 | 2147483647   131618     23 |  2.405 % |
1088.83/1088.76	c |    139832 |   13353    55213   165143 | 2147483647   139811     23 |  2.405 % |
1092.13/1092.11	c |    140345 |   13353    55213   165143 | 2147483647   140324     23 |  2.405 % |
1097.73/1097.68	c |    140857 |   13353    55213   165143 | 2147483647   140836     23 |  2.405 % |
1109.43/1109.32	c |    141881 |   13353    55213   165143 | 2147483647   141860     23 |  2.405 % |
1114.83/1114.79	c |    142393 |   13353    55213   165143 | 2147483647   142372     23 |  2.405 % |
1120.54/1120.48	c |    142906 |   13353    55213   165143 | 2147483647   142885     23 |  2.405 % |
1131.54/1131.49	c |    143930 |   13353    55213   165143 | 2147483647   143909     23 |  2.405 % |
1151.84/1151.76	c |    145979 |   13353    55213   165143 | 2147483647   145958     23 |  2.405 % |
1157.74/1157.70	c |    146491 |   13353    55213   165143 | 2147483647   146470     23 |  2.405 % |
1163.04/1162.95	c |    147003 |   13353    55213   165143 | 2147483647   146982     23 |  2.405 % |
1174.44/1174.34	c |    148028 |   13353    55213   165143 | 2147483647   148007     23 |  2.405 % |
1179.94/1179.88	c |    148540 |   13353    55213   165143 | 2147483647   148519     23 |  2.405 % |
1185.74/1185.64	c |    149052 |   13353    55213   165143 | 2147483647   149031     23 |  2.405 % |
1196.74/1196.66	c |    150077 |   13353    55213   165143 | 2147483647   150056     23 |  2.405 % |
1200.05/1199.92	HOME/SatELiteGTI: line 36: 14257 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821215-1242519635/watcher-1821215-1242519635 -o /tmp/evaluation-result-1821215-1242519635/solver-1821215-1242519635 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821215-1242519635.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.00 1.00 1.00 2/93 14251
/proc/meminfo: memFree=939928/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2416 CPUtime=0.01
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 365 646 0 0 1 0 0 0 25 0 1 0 1016464534 2473984 276 4294967295 134512640 135169312 3217743872 3217742408 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14251/statm: 604 276 235 161 0 43 0
[pid=14255] ppid=14251 vsize=956 CPUtime=0
/proc/14255/stat : 14255 (SatELite_releas) R 14251 14251 20977 0 -1 4202496 129 0 0 0 0 0 0 0 25 0 1 0 1016464534 978944 65 4294967295 134512640 135223648 3216727792 3216726388 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14255/statm: 239 71 45 174 0 64 0

[startup+0.101317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14251
/proc/meminfo: memFree=939928/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2416 CPUtime=0.01
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 365 646 0 0 1 0 0 0 25 0 1 0 1016464534 2473984 276 4294967295 134512640 135169312 3217743872 3217742408 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14251/statm: 604 276 235 161 0 43 0
[pid=14255] ppid=14251 vsize=13340 CPUtime=0.1
/proc/14255/stat : 14255 (SatELite_releas) R 14251 14251 20977 0 -1 4202496 3280 0 0 0 9 1 0 0 25 0 1 0 1016464534 13660160 3084 4294967295 134512640 135223648 3216727792 3216725168 134577109 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14255/statm: 3335 3084 77 174 0 3160 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15756

[startup+0.211306 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14251
/proc/meminfo: memFree=939928/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2416 CPUtime=0.01
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 365 646 0 0 1 0 0 0 25 0 1 0 1016464534 2473984 276 4294967295 134512640 135169312 3217743872 3217742408 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14251/statm: 604 276 235 161 0 43 0
[pid=14255] ppid=14251 vsize=14256 CPUtime=0.21
/proc/14255/stat : 14255 (SatELite_releas) R 14251 14251 20977 0 -1 4202496 3521 0 0 0 20 1 0 0 25 0 1 0 1016464534 14598144 3320 4294967295 134512640 135223648 3216727792 3216725808 134586759 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14255/statm: 3564 3320 73 174 0 3389 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16672

[startup+0.311295 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14251
/proc/meminfo: memFree=939928/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2416 CPUtime=0.01
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 365 646 0 0 1 0 0 0 25 0 1 0 1016464534 2473984 276 4294967295 134512640 135169312 3217743872 3217742408 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14251/statm: 604 276 235 161 0 43 0
[pid=14255] ppid=14251 vsize=14444 CPUtime=0.31
/proc/14255/stat : 14255 (SatELite_releas) R 14251 14251 20977 0 -1 4202496 3582 0 0 0 30 1 0 0 25 0 1 0 1016464534 14790656 3381 4294967295 134512640 135223648 3216727792 3216725792 134548328 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14255/statm: 3611 3381 73 174 0 3436 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16860

[startup+0.711255 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 14251
/proc/meminfo: memFree=939928/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2416 CPUtime=0.01
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 365 646 0 0 1 0 0 0 25 0 1 0 1016464534 2473984 276 4294967295 134512640 135169312 3217743872 3217742408 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14251/statm: 604 276 235 161 0 43 0
[pid=14255] ppid=14251 vsize=16000 CPUtime=0.71
/proc/14255/stat : 14255 (SatELite_releas) R 14251 14251 20977 0 -1 4202496 3778 0 0 0 69 2 0 0 25 0 1 0 1016464534 16384000 3577 4294967295 134512640 135223648 3216727792 3216725808 134586728 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14255/statm: 4000 3577 73 174 0 3825 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18416

[startup+1.51118 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14256
/proc/meminfo: memFree=921700/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2420

[startup+3.11102 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14257
/proc/meminfo: memFree=930256/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=5848 CPUtime=1.78
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 1352 0 0 0 178 0 0 0 25 0 1 0 1016464667 5988352 1286 4294967295 134512640 135216591 3216461584 3216459776 134528871 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 1462 1286 74 172 0 1289 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8268

[startup+6.31071 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14257
/proc/meminfo: memFree=930164/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=5980 CPUtime=4.98
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 1377 0 0 0 498 0 0 0 25 0 1 0 1016464667 6123520 1311 4294967295 134512640 135216591 3216461584 3216459776 134529056 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 1495 1311 75 172 0 1322 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8400

[startup+12.7101 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14257
/proc/meminfo: memFree=930104/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=6112 CPUtime=11.38
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 1419 0 0 0 1138 0 0 0 25 0 1 0 1016464667 6258688 1353 4294967295 134512640 135216591 3216461584 3216459776 134528826 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 1528 1353 75 172 0 1355 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8532

[startup+25.5088 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14257
/proc/meminfo: memFree=929912/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=6392 CPUtime=24.18
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 1488 0 0 0 2418 0 0 0 25 0 1 0 1016464667 6545408 1422 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 1598 1422 75 172 0 1425 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 8812

[startup+51.1163 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14259
/proc/meminfo: memFree=928928/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=7192 CPUtime=49.79
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 1672 0 0 0 4979 0 0 0 25 0 1 0 1016464667 7364608 1606 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 1798 1606 75 172 0 1625 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 9612

[startup+102.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14446
/proc/meminfo: memFree=927348/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=8568 CPUtime=100.99
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 2001 0 0 0 10099 0 0 0 25 0 1 0 1016464667 8773632 1935 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 2142 1935 75 172 0 1969 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 10988

[startup+162.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14635
/proc/meminfo: memFree=925736/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=9928 CPUtime=161
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 2341 0 0 0 16096 4 0 0 25 0 1 0 1016464667 10166272 2275 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 2482 2275 75 172 0 2309 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 12348

[startup+222.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14823
/proc/meminfo: memFree=924824/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=11144 CPUtime=221.01
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 2645 0 0 0 22097 4 0 0 25 0 1 0 1016464667 11411456 2579 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 2786 2579 75 172 0 2613 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 13564

[startup+282.314 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 15010
/proc/meminfo: memFree=923568/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=12656 CPUtime=281.01
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 3012 0 0 0 28097 4 0 0 25 0 1 0 1016464667 12959744 2946 4294967295 134512640 135216591 3216461584 3216459552 134538228 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 3164 2946 75 172 0 2991 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 15076

[startup+342.318 s]
/proc/loadavg: 1.01 1.01 1.00 2/95 15198
/proc/meminfo: memFree=922344/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=14024 CPUtime=341.02
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 3336 0 0 0 34096 6 0 0 25 0 1 0 1016464667 14360576 3270 4294967295 134512640 135216591 3216461584 3216459776 134529012 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 3506 3270 75 172 0 3333 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 16444

[startup+402.322 s]

################
# More data... #
################

[pid=14257] ppid=14251 vsize=16208 CPUtime=461.04
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 3888 0 0 0 46097 7 0 0 25 0 1 0 1016464667 16596992 3822 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 4052 3822 75 172 0 3879 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 18628

[startup+522.32 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 15767
/proc/meminfo: memFree=919244/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=17200 CPUtime=521.04
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 4119 0 0 0 52097 7 0 0 25 0 1 0 1016464667 17612800 4053 4294967295 134512640 135216591 3216461584 3216459776 134528826 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 4300 4053 75 172 0 4127 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 19620

[startup+582.314 s]
/proc/loadavg: 1.09 1.04 1.01 2/95 15955
/proc/meminfo: memFree=918600/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=17912 CPUtime=581.04
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 4310 0 0 0 58097 7 0 0 25 0 1 0 1016464667 18341888 4244 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 4478 4244 75 172 0 4305 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 20332

[startup+642.318 s]
/proc/loadavg: 1.06 1.04 1.01 3/95 16143
/proc/meminfo: memFree=917988/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=18924 CPUtime=641.05
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 4528 0 0 0 64098 7 0 0 25 0 1 0 1016464667 19378176 4462 4294967295 134512640 135216591 3216461584 3216459552 134538029 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 4731 4462 75 172 0 4558 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 21344

[startup+702.312 s]
/proc/loadavg: 1.02 1.03 1.00 2/95 16334
/proc/meminfo: memFree=916996/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=19952 CPUtime=701.05
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 4777 0 0 0 70098 7 0 0 25 0 1 0 1016464667 20430848 4711 4294967295 134512640 135216591 3216461584 3216459776 134529041 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 4988 4711 75 172 0 4815 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 22372

[startup+762.316 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 16523
/proc/meminfo: memFree=915764/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=21100 CPUtime=761.06
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 5070 0 0 0 76099 7 0 0 25 0 1 0 1016464667 21606400 5004 4294967295 134512640 135216591 3216461584 3216459776 134529032 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 5275 5004 75 172 0 5102 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 23520

[startup+822.321 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 16711
/proc/meminfo: memFree=914904/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=21856 CPUtime=821.07
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 5248 0 0 0 82100 7 0 0 25 0 1 0 1016464667 22380544 5182 4294967295 134512640 135216591 3216461584 3216459488 134532786 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 5464 5182 75 172 0 5291 0
Current children cumulated CPU time (s) 822.41
Current children cumulated vsize (KiB) 24276

[startup+882.325 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 16899
/proc/meminfo: memFree=913788/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=22952 CPUtime=881.08
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 5499 0 0 0 88101 7 0 0 25 0 1 0 1016464667 23502848 5433 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 5738 5433 75 172 0 5565 0
Current children cumulated CPU time (s) 882.42
Current children cumulated vsize (KiB) 25372

[startup+942.309 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 17087
/proc/meminfo: memFree=913044/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=23696 CPUtime=941.07
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 5707 0 0 0 94100 7 0 0 25 0 1 0 1016464667 24264704 5641 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 5924 5641 75 172 0 5751 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 26116

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17274
/proc/meminfo: memFree=912284/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=24456 CPUtime=1001.08
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 5868 0 0 0 100101 7 0 0 25 0 1 0 1016464667 25042944 5802 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 6114 5802 75 172 0 5941 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 26876

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17467
/proc/meminfo: memFree=911912/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=24952 CPUtime=1061.09
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 6002 0 0 0 106102 7 0 0 25 0 1 0 1016464667 25550848 5936 4294967295 134512640 135216591 3216461584 3216459552 134538522 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 6238 5936 75 172 0 6065 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 27372

[startup+1122.32 s]
/proc/loadavg: 1.19 1.06 1.02 2/95 17655
/proc/meminfo: memFree=911408/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=25884 CPUtime=1121.1
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 6172 0 0 0 112101 9 0 0 25 0 1 0 1016464667 26505216 6106 4294967295 134512640 135216591 3216461584 3216459552 134538162 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 6471 6106 75 172 0 6298 0
Current children cumulated CPU time (s) 1122.44
Current children cumulated vsize (KiB) 28304

[startup+1182.32 s]
/proc/loadavg: 1.07 1.05 1.01 3/95 17842
/proc/meminfo: memFree=910432/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=26676 CPUtime=1181.1
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 6377 0 0 0 118101 9 0 0 25 0 1 0 1016464667 27316224 6311 4294967295 134512640 135216591 3216461584 3216459776 134528842 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 6669 6311 75 172 0 6496 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 29096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.05 1.04 1.01 3/95 17845
/proc/meminfo: memFree=910176/2074464 swapFree=1951864/1959888
[pid=14251] ppid=14249 vsize=2420 CPUtime=1.34
/proc/14251/stat : 14251 (SatELiteGTI) S 14249 14251 20977 0 -1 4194304 385 4869 0 0 1 0 130 3 18 0 1 0 1016464534 2478080 278 4294967295 134512640 135169312 3217743872 3217740088 3085754094 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14251/statm: 605 278 235 161 0 44 0
[pid=14257] ppid=14251 vsize=26808 CPUtime=1198.71
/proc/14257/stat : 14257 (minisat_static) R 14251 14251 20977 0 -1 4202496 6422 0 0 0 119862 9 0 0 25 0 1 0 1016464667 27451392 6356 4294967295 134512640 135216591 3216461584 3216459552 134538210 0 0 0 3 0 0 0 17 1 0 0 0
/proc/14257/statm: 6702 6356 75 172 0 6529 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 29228

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.06
CPU user time (s): 1199.93
CPU system time (s): 0.13
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 29228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.93
system time used= 0.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11951
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= 21
involuntary context switches= 4522

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 02:20:35
IDJOB=1821215
IDBENCH=70880
IDSOLVER=658
FILE ID=tipi10/1821215-1242519635
PBS_JOBID=
Free space on /tmp= 4167 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-19-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821215-1242519635/watcher-1821215-1242519635 -o /tmp/evaluation-result-1821215-1242519635/solver-1821215-1242519635 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821215-1242519635.cnf

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED= 1994856875

Linux tipi10 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.367
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.367
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.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        939928 kB
Buffers:         25268 kB
Cached:         995100 kB
SwapCached:       2732 kB
Active:         467716 kB
Inactive:       562424 kB
HighTotal:     1178688 kB
HighFree:       328772 kB
LowTotal:       895776 kB
LowFree:        611156 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            3104 kB
Writeback:           0 kB
AnonPages:        9092 kB
Mapped:           3172 kB
Slab:            95216 kB
PageTables:        448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4167 MiB
End job on tipi10 at 2009-05-17 02:40:35