Trace number 1772901

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
precosat 236? (TO) 10000.1 10003.6

General information on the benchmark

Nameindustrial/palacios/hard/
safe-30-h29-unsat.cnf
MD5SUM7cb48ce6f0320bc88623afd3c5af4aae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables129128
Number of clauses437794
Sum of the clauses size1056806
Maximum clause length61
Minimum clause length1
Number of clauses of size 130
Number of clauses of size 2310376
Number of clauses of size 3124560
Number of clauses of size 4189
Number of clauses of size 583
Number of clauses of size over 52556

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1772901-1241193347.cnf
0.00/0.00	c found header 'p cnf 130928 437794'
0.89/0.91	c finished parsing
0.89/0.91	c
0.89/0.91	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.89/0.91	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.89/0.91	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.89/0.91	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.89/0.91	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.89/0.91	c --random=1 --spread=2000 --seed=0 --skip=25
0.89/0.91	c
0.89/0.91	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.89/0.91	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.89/0.91	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.89/0.91	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.89/0.91	c
0.89/0.91	c starting search after 0.9 seconds
0.89/0.91	c no decision limit
0.89/0.94	c
0.89/0.94	c       original/binary      fixed     eliminated      learned       agility
0.89/0.94	c   seconds        variables     equivalent    conflicts       height       MB
0.89/0.94	c
0.89/0.94	c *    0.9   437704  130028     30   870      0       0      0    0.0   0   37
12.49/12.55	c s   12.5   188379    8178     30   931 121789       0      0    0.0   0   34
12.49/12.55	c l   12.5   188379    8178     30   931 121789       0 124858    0.0   0   34
12.59/12.65	c R   12.6   192084    8178     30   931 121789     103    102   75.1   7   36
12.69/12.71	c R   12.7   194170    8178     30   931 121789     205    204   66.7   9   36
12.89/12.99	c R   13.0   199798    8178     30   931 121789     808    795  152.6   6   37
13.19/13.25	c B   13.2   201583    8178     30   931 121789    1000    986  152.4  13   37
14.29/14.31	c B   14.3   255045    8110     30   999 121789    2001   1973  146.5   7   41
14.39/14.44	c R   14.4   259206    8106     30  1003 121789    2412   2361  147.6   6   41
16.98/17.08	c R   17.1   328460    8025     30  1084 121789    6426   6370  165.1   4   47
17.68/17.71	c B   17.7   329059    8025     30  1084 121789    8006   7950  164.9   8   47
21.38/21.45	c s   21.4   265673    6928     41  1299 122660   10162   9452  168.4  11   41
21.38/21.45	c -   21.4   265673    6928     41  1299 122660   10162 117367  168.4  11   41
23.88/23.96	c R   24.0   267771    6805     48  1415 122660   16060  15344  181.8   8   43
27.78/27.84	c B   27.8   292311    6016    115  2137 122660   24015  23268  178.0   8   46
32.28/32.31	c s   32.3   239116    4882    121  3086 122839   29521  26225  176.3   7   40
32.28/32.31	c -   32.3   239116    4882    121  3086 122839   29521  78636  176.3   7   40
42.38/42.50	c R   42.5   253004    4279    236  3574 122839   55295  51903  170.7  10   46
44.57/44.64	c s   44.6   232211    4266    236  3574 122852   57275  52692  172.2   5   42
44.57/44.64	c
44.57/44.64	c       original/binary      fixed     eliminated      learned       agility
44.57/44.64	c   seconds        variables     equivalent    conflicts       height       MB
44.57/44.64	c
44.57/44.64	c -   44.6   232211    4266    236  3574 122852   57275  66841  172.2   5   42
46.47/46.55	c B   46.5   234099    4195    279  3602 122852   64027  59443  171.2   6   45
47.47/47.58	c +   47.6   235302    4166    279  3631 122852   66841  73525  169.5   8   46
53.17/53.27	c +   53.2   240037    4057    339  3680 122852   83552  80877  168.5  14   48
57.87/57.94	c s   57.9   229058    3971    385  3720 122852   92108  80808  166.6   8   45
57.87/57.94	c -   57.9   229058    3971    385  3720 122852   92108  72790  166.6   8   45
58.67/58.74	c +   58.7   229199    3962    388  3726 122852   93998  80069  165.7  10   46
63.47/63.55	c R   63.5   232667    3890    431  3755 122852  106581  80440  168.7   9   48
66.57/66.68	c +   66.7   235678    3806    479  3791 122852  117496  88075  168.1   4   48
74.07/74.20	c s   74.2   224657    3731    518  3827 122852  134387  88256  169.4   7   45
74.07/74.20	c -   74.2   224657    3731    518  3827 122852  134387  79268  169.4   7   45
74.07/74.20	c +   74.2   224657    3731    518  3827 122852  134387  87194  169.4   7   45
81.67/81.78	c B   81.8   228547    3626    572  3878 122852  160052  87489  171.4   8   48
83.36/83.44	c +   83.4   228864    3621    575  3880 122852  167980  95913  172.7   9   49
88.66/88.71	c s   88.7   222397    3591    593  3892 122852  182133  96113  172.5   3   45
88.66/88.71	c -   88.7   222397    3591    593  3892 122852  182133  90159  172.5   3   45
93.56/93.67	c +   93.6   222716    3572    597  3907 122852  197378  99174  172.5  12   47
100.75/100.81	c R  100.8   223538    3560    601  3915 122852  221961  99393  169.2   7   50
105.65/105.74	c s  105.7   212445    3410    603  3916 122999  232826  95326  168.8  11   44
109.75/109.88	c
109.75/109.88	c       original/binary      fixed     eliminated      learned       agility
109.75/109.88	c   seconds        variables     equivalent    conflicts       height       MB
109.75/109.88	c
109.75/109.88	c +  109.8   212670    3407    606  3916 122999  246720 109091  169.2  14   48
123.25/123.39	c s  123.3   212324    3398    610  3921 122999  282340 109400  169.4   6   46
133.34/133.41	c +  133.4   212561    3394    612  3923 122999  308401 120000  168.9  14   51
143.94/144.03	c s  144.0   158282    2755    612  3924 123637  332540 110248  167.7   7   41
143.94/144.03	c -  144.0   158282    2755    612  3924 123637  332540 114000  167.7   7   41
151.94/152.01	c +  152.0   158318    2755    612  3924 123637  366225 125400  167.4   6   46
156.04/156.17	c B  156.1   158324    2755    612  3924 123637  384093 125595  167.9   6   47
159.63/159.76	c s  159.7   158330    2755    612  3924 123637  392963 125495  167.1  12   43
176.13/176.26	c s  176.2   158355    2755    612  3924 123637  451290 125496  166.3  11   44
178.13/178.21	c +  178.2   158391    2755    612  3924 123637  457781 137940  165.3  10   46
185.73/185.85	c R  185.8   158437    2755    612  3924 123637  478258 138068  163.1   7   50
202.72/202.81	c s  202.7   158441    2755    612  3924 123637  530210 138357  158.6  13   47
217.01/217.14	c +  217.1   158504    2755    612  3924 123637  572225 151734  158.6  14   53
224.22/224.34	c s  224.3   158560    2755    612  3924 123637  590992 151988  158.7  10   49
245.50/245.60	c s  245.5   158584    2755    612  3924 123637  652659 151893  158.4   9   51
266.50/266.64	c +  266.6   158615    2755    612  3924 123637  715281 166907  156.9  13   57
267.69/267.89	c s  267.8   158617    2755    612  3924 123637  717972 154594  156.6  19   51
291.49/291.69	c s  291.6   158630    2755    612  3924 123637  798518 167100  152.7  15   49
312.48/312.60	c s  312.5   158653    2755    612  3924 123637  878397 167187  153.9  14   48
317.37/317.54	c
317.37/317.54	c       original/binary      fixed     eliminated      learned       agility
317.37/317.54	c   seconds        variables     equivalent    conflicts       height       MB
317.37/317.54	c
317.37/317.54	c +  317.4   158658    2755    612  3924 123637  894100 183597  153.5   5   53
317.98/318.13	c B  318.0   158658    2755    612  3924 123637  896195 169177  153.6  11   53
334.37/334.59	c s  334.5   158670    2755    612  3924 123637  954081 183680  153.5  14   50
361.56/361.74	c R  361.6   158671    2755    612  3924 123637 1042163 228611  153.2   8   67
366.96/367.12	c s  367.0   158673    2755    612  3924 123637 1052824 189549  152.6  11   58
381.15/381.37	c +  381.2   158675    2755    612  3924 123637 1117625 201956  149.6  13   66
411.34/411.54	c s  411.4   158684    2755    612  3924 123637 1192776 202165  148.6  11   61
444.03/444.28	c s  444.1   158700    2755    612  3924 123637 1280004 202111  147.9   9   56
476.42/476.66	c s  476.5   158713    2755    612  3924 123637 1381283 202142  146.0   5   53
480.42/480.65	c +  480.5   158714    2755    612  3924 123637 1397030 222151  146.5  11   58
502.51/502.77	c s  502.6   158718    2755    612  3924 123637 1467016 222340  147.8  17   56
540.50/540.71	c s  540.5   158736    2755    612  3924 123637 1561989 222283  145.2   6   59
578.88/579.17	c s  579.0   158744    2755    612  3924 123637 1681848 222206  142.3  10   61
602.07/602.30	c +  602.1   158751    2755    612  3924 123637 1746285 244366  141.5  13   69
617.27/617.51	c s  617.3   158756    2755    612  3924 123637 1782444 244514  140.9  19   63
657.16/657.46	c s  657.2   158763    2755    612  3924 123637 1894607 244616  139.3   7   60
691.34/691.62	c s  691.4   158767    2755    612  3924 123637 2002369 244506  140.1  17   60
708.14/708.42	c B  708.2   158773    2755    612  3924 123637 2048379 244548  140.4  14   67
727.83/728.13	c s  727.9   158773    2755    612  3924 123637 2107839 244528  140.1  13   60
749.82/750.15	c
749.82/750.15	c       original/binary      fixed     eliminated      learned       agility
749.82/750.15	c   seconds        variables     equivalent    conflicts       height       MB
749.82/750.15	c
749.82/750.15	c +  749.9   158776    2755    612  3924 123637 2182855 268802  138.3  16   72
770.22/770.55	c R  770.3   158777    2755    612  3924 123637 2272344 277259  136.1  18   84
772.71/773.09	c s  772.8   158778    2755    612  3924 123637 2274431 268934  136.0  12   75
843.18/843.50	c s  843.2   158786    2755    612  3924 123637 2499594 253363  132.5  13   69
894.77/895.15	c s  894.8   158794    2755    612  3924 123637 2605713 269028  132.6  12   68
939.96/940.37	c s  940.0   158798    2755    612  3924 123637 2724850 269027  132.4  20   64
941.75/942.10	c +  941.8   158798    2755    612  3924 123637 2728566 295682  132.4  14   68
988.63/989.01	c s  988.7   158803    2755    612  3924 123637 2841505 295789  132.3  17   66
1047.92/1048.37	c s 1048.0   158804    2755    612  3924 123637 2975440 295759  131.1  26   74
1106.59/1107.00	c s 1106.6   158806    2755    612  3924 123637 3096047 295886  130.4   7   76
1154.97/1155.48	c s 1155.1   158811    2755    612  3924 123637 3225379 295865  130.7   9   71
1205.86/1206.30	c s 1205.9   158816    2755    612  3924 123637 3345978 295857  131.3   7   69
1238.65/1239.16	c + 1238.7   158817    2755    612  3924 123637 3410706 325250  131.3  12   80
1265.93/1266.48	c s 1266.0   158817    2755    612  3924 123637 3475367 325319  130.6  15   75
1353.21/1353.78	c s 1353.3   158818    2755    612  3924 123637 3659275 325417  128.9  10   83
1413.88/1414.47	c s 1414.0   158820    2755    612  3924 123637 3780481 325431  129.4   9   81
1486.46/1487.07	c s 1486.5   158823    2755    612  3924 123637 3917663 325422  129.0  10   73
1551.54/1552.11	c s 1551.6   158824    2755    612  3924 123637 4041142 325327  128.8  11   73
1624.51/1625.10	c s 1624.5   158828    2755    612  3924 123637 4177648 325446  128.2   6   87
1654.30/1654.94	c
1654.30/1654.94	c       original/binary      fixed     eliminated      learned       agility
1654.30/1654.94	c   seconds        variables     equivalent    conflicts       height       MB
1654.30/1654.94	c
1654.30/1654.94	c + 1654.4   158828    2755    612  3924 123637 4263381 357775  129.1   8   95
1679.70/1680.33	c s 1679.7   158829    2755    612  3924 123637 4321716 357856  129.4  21   89
1740.87/1741.58	c s 1741.0   158832    2755    612  3924 123637 4468654 357981  129.8  10   75
1793.66/1794.38	c B 1793.7   158832    2755    612  3924 123637 4608696 357951  130.4  18   90
1803.05/1803.79	c s 1803.2   158833    2755    612  3924 123637 4632524 357894  130.3  13   78
1938.30/1939.04	c s 1938.4   158834    2755    612  3924 123637 4932709 502803  129.9  11  116
1942.10/1942.80	c R 1942.1   158836    2755    612  3924 123637 4937581 484454  129.9  15  121
2115.94/2116.75	c s 2116.0   158836    2755    612  3924 123637 5290854 361420  128.4  16  103
2134.43/2135.22	c + 2134.5   158838    2755    612  3924 123637 5329226 393552  128.3  14  112
2204.41/2205.28	c s 2204.5   158841    2755    612  3924 123637 5448517 393623  128.3  15  102
2280.68/2281.52	c s 2280.7   158842    2755    612  3924 123637 5598406 393642  128.8  14   96
2407.84/2408.70	c s 2407.8   158843    2755    612  3924 123637 5833873 393582  128.4  12   84
2631.76/2632.77	c s 2631.8   158844    2755    612  3924 123637 6249429 393718  128.3  18   87
2861.48/2862.53	c + 2861.5   158844    2755    612  3924 123637 6661530 432907  127.6  11  119
2937.94/2939.04	c s 2938.0   158845    2755    612  3924 123637 6785948 433114  127.4  13   95
3046.70/3047.83	c s 3046.7   158846    2755    612  3924 123637 6990391 433097  126.5   7   87
3153.47/3154.68	c s 3153.6   158847    2755    612  3924 123637 7175171 432975  127.1  13   87
3240.44/3241.65	c s 3240.5   158848    2755    612  3924 123637 7334578 432982  126.9  15   92
3556.04/3557.40	c s 3556.1   158849    2755    612  3924 123637 7873166 432978  125.7  30   98
3668.39/3669.77	c
3668.39/3669.77	c       original/binary      fixed     eliminated      learned       agility
3668.39/3669.77	c   seconds        variables     equivalent    conflicts       height       MB
3668.39/3669.77	c
3668.39/3669.77	c s 3668.5   158853    2755    612  3924 123637 8034772 433093  125.4  17   96
3785.85/3787.24	c s 3785.9   158855    2755    612  3924 123637 8187275 433057  125.1  13   90
3855.13/3856.51	c + 3855.1   158855    2755    612  3924 123637 8326911 476197  124.8  29  112
4058.04/4059.56	c s 4058.1   158856    2755    612  3924 123637 8657372 476373  125.0  12  101
4440.80/4442.43	c s 4440.9   158857    2755    612  3924 123637 9232749 476378  123.9  20  101
4952.82/4954.69	c B 4952.9   158857    2755    612  3924 123637 10241453 476250  122.4  14  162
5168.25/5170.15	c R 5168.3   158857    2755    612  3924 123637 10677657 476247  120.6  12  167
5816.52/5818.69	c s 5816.6   158858    2755    612  3924 123637 11758106 476268  120.1  17   94
5929.58/5931.73	c s 5929.6   158859    2755    612  3924 123637 11915973 476330  120.1  13   95
6074.13/6076.32	c s 6074.2   158860    2755    612  3924 123637 12166257 476430  120.1  19   98
6630.44/6632.88	c s 6630.5   158861    2755    612  3924 123637 13094156 476340  120.2  15   97
7593.09/7595.83	c s 7593.1   158862    2755    612  3924 123637 14652595 476279  120.9  12   97
10000.04/10003.60	c
10000.04/10003.60	c *** CAUGHT SIGNAL 15 ***
10000.04/10003.60	c
10000.04/10003.60	c 18632553 conflicts, 29928649 decisions, 5579 random
10000.04/10003.60	c 1 iterations, 27381 restarts, 769 skipped
10000.04/10003.60	c 24 enlarged, 34853 shrunken, 182213 rescored, 3580 rebiased
10000.04/10003.60	c 68 simplifications, 4 reductions
10000.04/10003.60	c
10000.04/10003.60	c vars: 612 fixed, 3924 equiv, 123637 elim, 3970 merged
10000.04/10003.60	c elim: 6734705 resolutions, 13 phases, 3 rounds
10000.04/10003.60	c sbst: 69% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
10000.04/10003.60	c arty: 2.02 and 2.00 xor average arity
10000.04/10003.60	c prbe: 3366904 probed, 1787 phases, 599 rounds
10000.04/10003.60	c prbe: 522 failed, 8 lifted, 646 merged
10000.04/10003.60	c sccs: 13 non trivial, 0 fixed, 89 merged
10000.04/10003.60	c hash: 4 units, 3235 merged
10000.04/10003.60	c mins: 540612492 learned, 13% deleted, 1110 strong, 68 depth
10000.04/10003.60	c subs: 40480 forward, 90332 backward, 49954 doms
10000.04/10003.60	c strs: 179960 forward, 2062 backward
10000.04/10003.60	c doms: 63839 dominators, 35229 high, 31 low
10000.04/10003.60	c prps: 2454985465 propagations, 0.25 megaprops
10000.04/10003.60	c
10000.04/10003.60	c 10000.0 seconds, 218 MB max, 2480 MB recycled
10000.04/10003.60	c
10000.04/10003.60	c *** CAUGHT SIGNAL 15 ***
10000.04/10003.60	c

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772901-1241193347/watcher-1772901-1241193347 -o /tmp/evaluation-result-1772901-1241193347/solver-1772901-1241193347 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1772901-1241193347.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 26883
/proc/meminfo: memFree=1147952/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=4884 CPUtime=0
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 896 0 0 0 0 0 0 0 18 0 1 0 147368001 5001216 881 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/26883/statm: 1221 887 58 155 0 1064 0

[startup+0.0665641 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 26883
/proc/meminfo: memFree=1147952/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=13380 CPUtime=0.05
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 3261 0 0 0 4 1 0 0 18 0 1 0 147368001 13701120 3246 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 3345 3247 64 155 0 3188 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13380

[startup+0.101569 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 26883
/proc/meminfo: memFree=1147952/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=15088 CPUtime=0.09
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 3731 0 0 0 7 2 0 0 18 0 1 0 147368001 15450112 3651 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 3772 3652 64 155 0 3615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15088

[startup+0.301604 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 26883
/proc/meminfo: memFree=1147952/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=23124 CPUtime=0.29
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 5891 0 0 0 26 3 0 0 19 0 1 0 147368001 23678976 5682 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 5781 5683 64 155 0 5624 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23124

[startup+0.701675 s]
/proc/loadavg: 0.85 0.97 0.94 3/64 26883
/proc/meminfo: memFree=1147952/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=36952 CPUtime=0.69
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 9601 0 0 0 64 5 0 0 23 0 1 0 147368001 37838848 9135 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 9238 9135 64 155 0 9081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36952

[startup+1.50182 s]
/proc/loadavg: 0.85 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1103464/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=54804 CPUtime=1.49
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 14572 0 0 0 142 7 0 0 25 0 1 0 147368001 56119296 13592 1992294400 134512640 135151029 4294956240 18446744073709551615 134531680 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 13701 13592 79 155 0 13544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54804

[startup+3.1011 s]
/proc/loadavg: 0.85 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1095336/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=65904 CPUtime=3.09
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 21817 0 0 0 298 11 0 0 25 0 1 0 147368001 67485696 16397 1992294400 134512640 135151029 4294956240 18446744073709551615 134554498 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 16476 16397 79 155 0 16319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65904

[startup+6.30166 s]
/proc/loadavg: 0.86 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1074168/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=77300 CPUtime=6.29
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 24414 0 0 0 617 12 0 0 25 0 1 0 147368001 79155200 18994 1992294400 134512640 135151029 4294956240 18446744073709551615 134516505 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 19325 18994 79 155 0 19168 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77300

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1067256/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=69808 CPUtime=12.69
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 25965 0 0 0 1256 13 0 0 25 0 1 0 147368001 71483392 16431 1992294400 134512640 135151029 4294956240 18446744073709551615 134574660 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17452 16431 79 155 0 17295 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69808

[startup+25.501 s]
/proc/loadavg: 0.90 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1080696/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=70832 CPUtime=25.48
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 30521 0 0 0 2533 15 0 0 25 0 1 0 147368001 72531968 16755 1992294400 134512640 135151029 4294956240 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17708 16755 79 155 0 17551 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70832

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1081720/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=69812 CPUtime=51.07
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 36437 0 0 0 5089 18 0 0 25 0 1 0 147368001 71487488 16517 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17453 16517 79 155 0 17296 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 69812

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1081784/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=69812 CPUtime=102.26
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 45284 0 0 0 10203 23 0 0 25 0 1 0 147368001 71487488 16517 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17453 16517 79 155 0 17296 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69812

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1083128/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=68512 CPUtime=162.23
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 55955 0 0 0 16195 28 0 0 25 0 1 0 147368001 70156288 16208 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17128 16208 79 155 0 16971 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 68512

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1083064/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=68512 CPUtime=222.21
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 60567 0 0 0 22190 31 0 0 25 0 1 0 147368001 70156288 16208 1992294400 134512640 135151029 4294956240 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17128 16208 79 155 0 16971 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 68512

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 26884
/proc/meminfo: memFree=1083000/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=68512 CPUtime=282.2
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 62490 0 0 0 28187 33 0 0 25 0 1 0 147368001 70156288 16208 1992294400 134512640 135151029 4294956240 18446744073709551615 134530779 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17128 16208 79 155 0 16971 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 68512

[startup+342.302 s]
/proc/loadavg: 1.05 0.99 0.95 2/65 26890
/proc/meminfo: memFree=1083056/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=68512 CPUtime=342.17
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 64814 0 0 0 34183 34 0 0 25 0 1 0 147368001 70156288 16208 1992294400 134512640 135151029 4294956240 18446744073709551615 134551294 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 17128 16208 79 155 0 16971 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 68512

[startup+402.301 s]
/proc/loadavg: 1.02 0.99 0.95 2/65 26890
/proc/meminfo: memFree=1070896/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=82340 CPUtime=402.14
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 68677 0 0 0 40177 37 0 0 25 0 1 0 147368001 84316160 19234 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 20585 19234 79 155 0 20428 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 82340

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 26890
/proc/meminfo: memFree=1071984/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=79680 CPUtime=462.12
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 70661 0 0 0 46174 38 0 0 25 0 1 0 147368001 81592320 18968 1992294400 134512640 135151029 4294956240 18446744073709551615 134554488 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 19920 18968 79 155 0 19763 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 79680

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 26890
/proc/meminfo: memFree=1071984/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=79212 CPUtime=522.1
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 71997 0 0 0 52171 39 0 0 25 0 1 0 147368001 81113088 18914 1992294400 134512640 135151029 4294956240 18446744073709551615 134573901 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 19803 18914 79 155 0 19646 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 79212

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 26890
/proc/meminfo: memFree=1071664/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=79548 CPUtime=582.08
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 73432 0 0 0 58168 40 0 0 25 0 1 0 147368001 81457152 18979 1992294400 134512640 135151029 4294956240 18446744073709551615 134554580 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 19887 18979 79 155 0 19730 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 79548

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 26890
/proc/meminfo: memFree=1071096/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=80716 CPUtime=642.06
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 74455 0 0 0 64165 41 0 0 25 0 1 0 147368001 82653184 19175 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 20179 19175 79 155 0 20022 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 80716

[startup+702.301 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927288/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9039.08
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146644 0 0 0 903769 139 0 0 25 0 1 0 147368001 231051264 54906 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54906 79 155 0 56252 0
Current children cumulated CPU time (s) 9039.08
Current children cumulated vsize (KiB) 225636

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9099.06
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146647 0 0 0 909766 140 0 0 25 0 1 0 147368001 231051264 54909 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54909 79 155 0 56252 0
Current children cumulated CPU time (s) 9099.06
Current children cumulated vsize (KiB) 225636

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9159.04
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146648 0 0 0 915764 140 0 0 25 0 1 0 147368001 231051264 54910 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54910 79 155 0 56252 0
Current children cumulated CPU time (s) 9159.04
Current children cumulated vsize (KiB) 225636

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927160/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9219.02
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146648 0 0 0 921762 140 0 0 25 0 1 0 147368001 231051264 54910 1992294400 134512640 135151029 4294956240 18446744073709551615 134574638 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54910 79 155 0 56252 0
Current children cumulated CPU time (s) 9219.02
Current children cumulated vsize (KiB) 225636

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927096/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9278.99
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146648 0 0 0 927759 140 0 0 25 0 1 0 147368001 231051264 54910 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54910 79 155 0 56252 0
Current children cumulated CPU time (s) 9278.99
Current children cumulated vsize (KiB) 225636

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927288/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9338.98
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146648 0 0 0 933757 141 0 0 25 0 1 0 147368001 231051264 54910 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54910 79 155 0 56252 0
Current children cumulated CPU time (s) 9338.98
Current children cumulated vsize (KiB) 225636

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9398.95
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146648 0 0 0 939754 141 0 0 25 0 1 0 147368001 231051264 54910 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54910 79 155 0 56252 0
Current children cumulated CPU time (s) 9398.95
Current children cumulated vsize (KiB) 225636

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9458.93
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146650 0 0 0 945752 141 0 0 25 0 1 0 147368001 231051264 54912 1992294400 134512640 135151029 4294956240 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54912 79 155 0 56252 0
Current children cumulated CPU time (s) 9458.93
Current children cumulated vsize (KiB) 225636

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9518.91
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146650 0 0 0 951750 141 0 0 25 0 1 0 147368001 231051264 54912 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54912 79 155 0 56252 0
Current children cumulated CPU time (s) 9518.91
Current children cumulated vsize (KiB) 225636

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9578.89
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146650 0 0 0 957748 141 0 0 25 0 1 0 147368001 231051264 54912 1992294400 134512640 135151029 4294956240 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54912 79 155 0 56252 0
Current children cumulated CPU time (s) 9578.89
Current children cumulated vsize (KiB) 225636

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927224/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9638.87
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146660 0 0 0 963745 142 0 0 25 0 1 0 147368001 231051264 54922 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54922 79 155 0 56252 0
Current children cumulated CPU time (s) 9638.87
Current children cumulated vsize (KiB) 225636

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927096/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9698.85
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146669 0 0 0 969743 142 0 0 25 0 1 0 147368001 231051264 54931 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54931 79 155 0 56252 0
Current children cumulated CPU time (s) 9698.85
Current children cumulated vsize (KiB) 225636

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26906
/proc/meminfo: memFree=927032/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9758.82
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146672 0 0 0 975740 142 0 0 25 0 1 0 147368001 231051264 54934 1992294400 134512640 135151029 4294956240 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54934 79 155 0 56252 0
Current children cumulated CPU time (s) 9758.82
Current children cumulated vsize (KiB) 225636

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26908
/proc/meminfo: memFree=926904/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9818.8
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146672 0 0 0 981738 142 0 0 25 0 1 0 147368001 231051264 54934 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54934 79 155 0 56252 0
Current children cumulated CPU time (s) 9818.8
Current children cumulated vsize (KiB) 225636

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26908
/proc/meminfo: memFree=926904/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9878.79
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146672 0 0 0 987736 143 0 0 25 0 1 0 147368001 231051264 54934 1992294400 134512640 135151029 4294956240 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54934 79 155 0 56252 0
Current children cumulated CPU time (s) 9878.79
Current children cumulated vsize (KiB) 225636

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26908
/proc/meminfo: memFree=926968/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9938.76
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146672 0 0 0 993733 143 0 0 25 0 1 0 147368001 231051264 54934 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54934 79 155 0 56252 0
Current children cumulated CPU time (s) 9938.76
Current children cumulated vsize (KiB) 225636

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26908
/proc/meminfo: memFree=926968/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=9998.74
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146672 0 0 0 999731 143 0 0 25 0 1 0 147368001 231051264 54934 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54934 79 155 0 56252 0
Current children cumulated CPU time (s) 9998.74
Current children cumulated vsize (KiB) 225636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 26908
/proc/meminfo: memFree=926968/2055920 swapFree=4181908/4192956
[pid=26883] ppid=26881 vsize=225636 CPUtime=10000
/proc/26883/stat : 26883 (precosat) R 26881 26883 26846 0 -1 4194304 146672 0 0 0 999861 143 0 0 25 0 1 0 147368001 231051264 54934 1992294400 134512640 135151029 4294956240 18446744073709551615 134554571 0 0 4096 17442 0 0 0 17 1 0 0
/proc/26883/statm: 56409 54934 79 155 0 56252 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 225636

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.6
CPU time (s): 10000.1
CPU user time (s): 9998.61
CPU system time (s): 1.47278
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 232244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9998.61
system time used= 1.47278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 21251

runsolver used 6.48401 second user time and 21.4847 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-01 17:55:47
IDJOB=1772901
IDBENCH=20409
IDSOLVER=607
FILE ID=node18/1772901-1241193347
PBS_JOBID= 9224639
Free space on /tmp= 66148 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/industrial/palacios/hard/safe-30-h29-unsat.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772901-1241193347/watcher-1772901-1241193347 -o /tmp/evaluation-result-1772901-1241193347/solver-1772901-1241193347 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1772901-1241193347.cnf

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

MD5SUM BENCH= 7cb48ce6f0320bc88623afd3c5af4aae
RANDOM SEED=672243827

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.280
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.280
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1148368 kB
Buffers:         71480 kB
Cached:         728084 kB
SwapCached:       4876 kB
Active:         122108 kB
Inactive:       685208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148368 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            8300 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            86232 kB
Committed_AS:   717552 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66144 MiB
End job on node18 at 2009-05-01 20:42:33