Trace number 1113328

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)167 3600.28 3627.24

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-5-10.xml
MD5SUMdab22198d713de39e1a6ee4f6f645a21
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints77
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints3973
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3973
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.29	c 0	Sugar v1-13 + HOME/minisat
0.00/0.29	c 0	BEGIN Sat Jul 12 19:01:06 2008
0.00/0.29	c 0	PID 15228
0.00/0.29	c 0	HOST node86.alineos.net
0.00/0.29	c 0	CONVERTING HOME/instance-1113328-1215882065.xml TO HOME/temp.csp
0.00/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113328-1215882065.xml' 'HOME/temp.csp'
0.03/0.83	c 1	1 domains, 186 variables, 1 predicates, 0 relations, 3973 constraints
0.03/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/1.07	c 1	Parsing HOME/temp.csp
0.85/1.30	c 1	parsed 4161 expressions
0.85/1.30	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.85/1.34	c 1	MAX CSP: 3973 constraints
0.85/1.34	c 1	Converting to clausal form CSP
1.04/1.51	c 1	converted 814 (10%) expressions
1.04/1.55	c 1	converted 1628 (20%) expressions
1.04/1.57	c 2	converted 2442 (30%) expressions
1.14/1.61	c 2	converted 3255 (40%) expressions
1.14/1.62	c 2	converted 4069 (50%) expressions
1.14/1.68	c 2	converted 4883 (60%) expressions
1.14/1.69	c 2	converted 5696 (70%) expressions
1.25/1.71	c 2	converted 6510 (80%) expressions
1.25/1.73	c 2	converted 7324 (90%) expressions
1.54/2.09	c 2	converted 8137 (100%) expressions
1.54/2.09	c 2	CSP : 8132 integers, 0 booleans, 11918 clauses, largest domain size 5960
1.54/2.09	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/2.09	c 2	Propagation in CSP
1.74/2.25	c 2	3966 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.74/2.25	c 2	CSP : 8132 integers, 0 booleans, 11918 clauses, largest domain size 3974
1.74/2.25	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/2.26	c 2	Simplifing CSP by introducing new Boolean variables
1.83/2.37	c 2	CSP : 8132 integers, 7946 booleans, 19864 clauses, largest domain size 3974
1.83/2.37	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.45	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.93/2.49	c 2	814 (10%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
1.93/2.49	c 2	1627 (20%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
1.93/2.49	c 2	2440 (30%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
1.93/2.49	c 2	3253 (40%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
1.93/2.50	c 2	4066 (50%) CSP integer variables are encoded (1488 clauses, 17440 bytes)
2.04/2.51	c 2	4880 (60%) CSP integer variables are encoded (10622 clauses, 145874 bytes)
2.04/2.52	c 2	5693 (70%) CSP integer variables are encoded (18497 clauses, 263999 bytes)
2.04/2.53	c 2	6506 (80%) CSP integer variables are encoded (27499 clauses, 399029 bytes)
2.04/2.58	c 3	7319 (90%) CSP integer variables are encoded (72871 clauses, 1079609 bytes)
2.13/2.60	c 3	8132 (100%) CSP integer variables are encoded (84806 clauses, 1258634 bytes)
2.13/2.67	c 3	1987 (10%) CSP clauses are encoded (98718 clauses, 1487685 bytes)
2.23/2.71	c 3	3973 (20%) CSP clauses are encoded (112620 clauses, 1727113 bytes)
2.23/2.75	c 3	5960 (30%) CSP clauses are encoded (126532 clauses, 1971698 bytes)
2.23/2.78	c 3	7946 (40%) CSP clauses are encoded (140434 clauses, 2215878 bytes)
2.34/2.82	c 3	9932 (50%) CSP clauses are encoded (154336 clauses, 2461246 bytes)
2.34/2.85	c 3	11919 (60%) CSP clauses are encoded (168239 clauses, 2718943 bytes)
4.03/4.53	c 4	13905 (70%) CSP clauses are encoded (1175101 clauses, 24212682 bytes)
9.02/10.75	c 11	15892 (80%) CSP clauses are encoded (4158016 clauses, 88186786 bytes)
22.34/25.15	c 25	17878 (90%) CSP clauses are encoded (12143694 clauses, 259224597 bytes)
35.67/39.30	c 39	19864 (100%) CSP clauses are encoded (20063800 clauses, 429300669 bytes)
35.67/39.30	c 39	19864 CSP clauses encoded
35.67/39.30	c 39	Writing map file : HOME/temp.map
35.67/39.36	c 39	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.67/39.36	c 39	SAT : 100884 SAT variables, 20063800 SAT clauses, 429300669 bytes
35.67/39.36	c 39	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.73/39.45	c 39	OBJECTIVE minimize _COST
35.76/40.59	c 41	OBJECTIVE BOUND: 0 <= _COST <= 
35.76/40.59	c 41	SEARCHING: _COST <= 1987
35.76/40.59	c 41	SOLVING HOME/temp.cnf
35.76/40.59	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.76/40.59	c 41	This is MiniSat 2.0 beta
35.76/40.59	c 41	WARNING: for repeatability, setting FPU to use double precision
35.76/40.59	c 41	============================[ Problem Statistics ]=============================
35.76/40.59	c 41	|                                                                             |
35.76/40.59	c 41	|  Number of variables:  100884                                               |
35.76/40.59	c 41	|  Number of clauses:    20063801                                             |
44.79/49.77	c 50	|  Parsing time:         7.88         s                                       |
96.46/101.85	c 102	============================[ Search Statistics ]==============================
96.46/101.85	c 102	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
96.46/101.85	c 102	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
96.46/101.85	c 102	===============================================================================
96.46/101.85	c 102	|         0 |   77052 12764433 38091502 |  4254811        0    nan |  0.000 % |
97.55/103.00	c 103	|       100 |   77052 12764433 38091502 |  4680292      100     17 | 23.623 % |
98.15/103.57	c 103	|       250 |   77052 12764433 38091502 |  5148321      250     19 | 23.623 % |
99.15/104.51	c 104	|       476 |   77052 12764433 38091502 |  5663153      476     40 | 23.623 % |
99.84/105.25	c 105	===============================================================================
99.84/105.26	c 105	restarts              : 4
99.84/105.26	c 105	conflicts             : 543            (9 /sec)
99.84/105.26	c 105	decisions             : 7071           (0.86 % random) (112 /sec)
99.84/105.26	c 105	propagations          : 678862         (10797 /sec)
99.84/105.26	c 105	conflict literals     : 20849          (4.57 % deleted)
99.84/105.26	c 105	Memory used           : 788.68 MB
99.84/105.26	c 105	CPU time              : 62.8724 s
99.84/105.26	c 105	
99.84/105.29	c 105	SATISFIABLE
100.05/105.41	c 105	FOUND: _COST <= 1987
100.05/105.41	s SATISFIABLE
100.05/105.41	c 105	DECODING HOME/temp.out WITH HOME/temp.map
100.05/105.41	c 105	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
100.07/105.67	c 106	Decoding HOME/temp.out
100.35/105.94	c 106	OBJECTIVE _COST 751
100.35/105.94	o 751
100.35/105.95	v 3 8 7 2 6 9 6 1 1 3 2 7 2 0 3 5 8 8 8 2 8 8 3 9 7 8 9 7 9 3 0 2 0 1 1 4 4 4 4 5 6 6 6 6 6 4 4 4 6 0 8 5 1 2 6 9 1 6 6 9 8 6 8 4 9 5 9 6 1 3 6 5 4 5 1 5 5 9 1 2 7 0 4 5 6 9 9 9 8 9 9 9 5 1 9 9 1 9 7 4 4 4 4 4 4 4 4 9 1 4 4 4 5 1 2 9 4 4 0 5 9 4 9 9 1 1 6 9 5 9 9 7 7 4 4 5 9 4 4 9 5 9 9 4 7 4 4 0 4 9 9 9 0 4 0 5 0 9 4 9 6 5 4 1 4 5 6 5 1 6 6 4 0 7 5 6 4 5 9 9 4 4 9 6 6 6
100.35/105.95	c 106	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
100.41/106.07	c 106	OBJECTIVE BOUND: 0 <= _COST <= 751
100.41/106.07	c 106	SEARCHING: _COST <= 375
100.41/106.07	c 106	SOLVING HOME/temp.cnf
100.41/106.07	c 106	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
100.41/106.07	c 106	This is MiniSat 2.0 beta
100.41/106.07	c 106	WARNING: for repeatability, setting FPU to use double precision
100.41/106.07	c 106	============================[ Problem Statistics ]=============================
100.41/106.07	c 106	|                                                                             |
100.41/106.08	c 106	|  Number of variables:  100884                                               |
100.41/106.08	c 106	|  Number of clauses:    20063801                                             |
110.28/116.07	c 116	|  Parsing time:         8.66         s                                       |
185.07/191.40	c 191	============================[ Search Statistics ]==============================
185.07/191.40	c 191	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
185.07/191.40	c 191	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
185.07/191.40	c 191	===============================================================================
185.07/191.40	c 191	|         0 |   53389  3551651 10522533 |  1183883        0    nan |  0.000 % |
185.97/192.26	c 192	|       100 |   53389  3551651 10522533 |  1302272      100     15 | 47.079 % |
186.18/192.48	c 192	|       250 |   53389  3551651 10522533 |  1432499      250     18 | 47.079 % |
186.47/192.75	c 193	|       476 |   53389  3551651 10522533 |  1575749      476     24 | 47.079 % |
186.77/193.03	c 193	|       813 |   53389  3551651 10522533 |  1733324      813     24 | 47.079 % |
187.16/193.44	c 193	|      1319 |   53389  3551651 10522533 |  1906656     1319     21 | 47.079 % |
187.46/193.75	c 194	|      2078 |   53389  3551651 10522533 |  2097322     2078     32 | 47.079 % |
188.06/194.30	c 194	|      3219 |   53389  3551651 10522533 |  2307054     3219     30 | 47.079 % |
188.47/194.74	c 195	|      4927 |   53389  3551651 10522533 |  2537759     4927     33 | 47.079 % |
199.59/205.93	c 206	|      7491 |   53389  3551651 10522533 |  2791535     7491     43 | 47.079 % |
200.68/207.06	c 207	|     11335 |   53389  3551651 10522533 |  3070689    11335     48 | 47.079 % |
209.92/216.36	c 216	|     17101 |   53389  3551651 10522533 |  3377758    17101     52 | 47.079 % |
212.30/218.76	c 219	|     25750 |   53389  3551651 10522533 |  3715534    25750     53 | 47.079 % |
216.47/222.96	c 223	|     38724 |   53389  3551651 10522533 |  4087087    38724     52 | 47.079 % |
222.84/229.34	c 229	|     58185 |   53389  3551651 10522533 |  4495796    58185     52 | 47.079 % |
338.36/345.66	c 346	|     87378 |   53389  3551651 10522533 |  4945375    87378     68 | 47.079 % |
392.80/400.44	c 400	|    131168 |   53389  3551651 10522533 |  5439913   131168    100 | 47.079 % |
773.56/783.78	c 784	|    196852 |   53389  3551651 10522533 |  5983904   196852    103 | 47.079 % |
775.64/785.83	c 786	===============================================================================
775.64/785.83	c 786	restarts              : 18
775.64/785.83	c 786	conflicts             : 200245         (297 /sec)
775.64/785.83	c 786	decisions             : 247432         (0.51 % random) (367 /sec)
775.64/785.83	c 786	propagations          : 445016080      (660290 /sec)
775.64/785.83	c 786	conflict literals     : 20444382       (14.51 % deleted)
775.64/785.83	c 786	Memory used           : 811.62 MB
775.64/785.83	c 786	CPU time              : 673.971 s
775.64/785.83	c 786	
775.64/785.87	c 786	SATISFIABLE
775.74/785.99	c 786	FOUND: _COST <= 375
775.74/785.99	c 786	DECODING HOME/temp.out WITH HOME/temp.map
775.74/785.99	c 786	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
775.85/786.12	c 786	Decoding HOME/temp.out
776.30/786.58	c 787	OBJECTIVE _COST 375
776.30/786.58	o 375
776.30/786.59	v 5 9 4 6 8 7 6 6 5 1 2 7 6 9 3 8 5 1 2 1 7 5 8 6 7 9 9 4 2 9 9 9 0 7 0 0 8 3 3 3 7 8 3 0 8 0 0 4 9 2 2 8 9 4 3 8 0 0 3 1 1 0 3 0 8 4 9 3 3 8 6 0 8 0 0 4 6 3 0 8 7 6 4 3 6 5 3 7 4 8 3 6 3 0 8 3 0 0 8 0 4 0 0 0 0 0 7 9 3 0 1 0 0 3 0 8 1 0 0 1 0 0 0 0 7 0 3 9 0 5 4 0 0 0 7 0 2 0 0 9 0 9 1 2 0 0 0 3 0 9 7 9 0 0 0 0 0 9 2 9 6 3 7 0 7 3 8 8 2 4 3 6 8 0 7 3 0 3 0 9 0 0 9 0 8 3
776.30/786.60	c 787	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
776.39/786.65	c 787	OBJECTIVE BOUND: 0 <= _COST <= 375
776.39/786.65	c 787	SEARCHING: _COST <= 187
776.39/786.65	c 787	SOLVING HOME/temp.cnf
776.39/786.65	c 787	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
776.39/786.65	c 787	This is MiniSat 2.0 beta
776.39/786.65	c 787	WARNING: for repeatability, setting FPU to use double precision
776.39/786.65	c 787	============================[ Problem Statistics ]=============================
776.39/786.65	c 787	|                                                                             |
776.39/786.66	c 787	|  Number of variables:  100884                                               |
776.39/786.66	c 787	|  Number of clauses:    20063801                                             |
786.27/796.66	c 797	|  Parsing time:         8.72         s                                       |
858.79/869.65	c 870	============================[ Search Statistics ]==============================
858.79/869.65	c 870	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
858.79/869.65	c 870	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
858.79/869.65	c 870	===============================================================================
858.79/869.65	c 870	|         0 |   48145  1916529  5632711 |   638843        0    nan |  0.000 % |
859.58/870.44	c 870	|       100 |   48145  1916529  5632711 |   702727      100     14 | 52.277 % |
859.88/870.71	c 871	|       250 |   48145  1916529  5632711 |   773000      250     14 | 52.277 % |
859.88/870.79	c 871	|       475 |   48145  1916529  5632711 |   850300      475     14 | 52.277 % |
860.38/871.29	c 871	|       812 |   48145  1916529  5632711 |   935330      812     35 | 52.277 % |
861.87/872.77	c 873	|      1318 |   48145  1916529  5632711 |  1028863     1318     41 | 52.277 % |
865.14/876.08	c 876	|      2077 |   48145  1916529  5632711 |  1131749     2077     45 | 52.277 % |
865.44/876.31	c 876	|      3218 |   48145  1916529  5632711 |  1244924     3218     38 | 52.277 % |
867.72/878.61	c 879	|      4926 |   48145  1916529  5632711 |  1369416     4926     39 | 52.277 % |
868.72/879.66	c 880	|      7489 |   48145  1916529  5632711 |  1506358     7489     43 | 52.277 % |
882.13/893.18	c 893	|     11334 |   48145  1916529  5632711 |  1656994    11334     45 | 52.277 % |
886.11/897.11	c 897	|     17101 |   48145  1916529  5632711 |  1822693    17101     50 | 52.277 % |
901.40/912.50	c 912	|     25751 |   48145  1916529  5632711 |  2004962    25751     50 | 52.277 % |
907.56/918.73	c 919	|     38725 |   48145  1916529  5632711 |  2205459    38725     52 | 52.277 % |
976.89/988.54	c 988	|     58187 |   48145  1916529  5632711 |  2426005    58187     67 | 52.277 % |
1000.93/1012.77	c 1013	|     87380 |   48145  1916529  5632711 |  2668605    87380     80 | 52.277 % |
1118.55/1131.19	c 1131	|    131171 |   48145  1916529  5632711 |  2935466   131171     92 | 52.277 % |
1381.59/1395.99	c 1396	|    196858 |   48145  1916529  5632711 |  3229012   196858    100 | 52.277 % |
1634.10/1650.16	c 1650	|    295385 |   48145  1916529  5632711 |  3551914   295385    120 | 52.277 % |
1915.43/1933.40	c 1933	|    443175 |   48145  1916529  5632711 |  3907105   443175    113 | 52.277 % |
3290.76/3317.57	c 3318	|    664860 |   48145  1916529  5632711 |  4297816   664860    115 | 52.277 % |
3600.02/3626.92	c ERROR INTERRUPTED
3600.13/3627.03	c 3627	CPU 770.48 (0.05 0.01 770.43 5.91)
3600.13/3627.03	c 3627	END Sat Jul 12 20:01:33 2008

Verifier Data (download as text)

OK	167	3806
167 unsatisfied constraints, 3806 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113328-1215882065/watcher-1113328-1215882065 -o /tmp/evaluation-result-1113328-1215882065/solver-1113328-1215882065 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113328-1215882065.xml 

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


[startup+0 s]
/proc/loadavg: 2.61 2.57 2.34 4/111 15228
/proc/meminfo: memFree=1799008/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=18572 CPUtime=0
/proc/15228/stat : 15228 (runsolver) R 15226 15228 14656 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 44903825 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 240153849127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15228/statm: 4643 292 257 25 0 2626 0

[startup+0.034242 s]
/proc/loadavg: 2.61 2.57 2.34 4/111 15228
/proc/meminfo: memFree=1799008/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=124 CPUtime=0
/proc/15228/stat : 15228 (sugar) D 15226 15228 14656 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 44903825 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 240151229929 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15228/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.176825 s]
/proc/loadavg: 2.61 2.57 2.34 4/111 15228
/proc/meminfo: memFree=1799008/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=12272 CPUtime=0
/proc/15228/stat : 15228 (sugar) R 15226 15228 14656 0 -1 4194304 361 0 0 0 0 0 0 0 18 0 1 0 44903825 12566528 329 996147200 4194304 4206940 548682068592 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 1 0 0
/proc/15228/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302832 s]
/proc/loadavg: 2.61 2.57 2.34 4/111 15228
/proc/meminfo: memFree=1799008/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.03
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 44903825 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702878 s]
/proc/loadavg: 2.61 2.57 2.34 4/111 15228
/proc/meminfo: memFree=1799008/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.03
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 44903825 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 2.61 2.57 2.34 3/114 15242
/proc/meminfo: memFree=1796040/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.56
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 974 6978 0 1 2 1 49 4 15 0 1 0 44903825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 797 370 3 0 500 0
[pid=15241] ppid=15228 vsize=5356 CPUtime=0
/proc/15241/stat : 15241 (sh) S 15228 15228 14656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44903917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15241/statm: 1339 233 193 169 0 50 0
[pid=15242] ppid=15241 vsize=868292 CPUtime=0.48
/proc/15242/stat : 15242 (java) S 15241 15228 14656 0 -1 0 5445 0 1 0 45 3 0 0 20 0 9 0 44903917 889131008 4872 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15242/statm: 217073 4872 1731 9 0 211648 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 887248

[startup+3.10115 s]
/proc/loadavg: 2.61 2.57 2.34 4/122 15250
/proc/meminfo: memFree=1773896/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.57
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 974 6978 0 1 3 1 49 4 15 0 1 0 44903825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 797 370 3 0 500 0
[pid=15241] ppid=15228 vsize=5356 CPUtime=0
/proc/15241/stat : 15241 (sh) S 15228 15228 14656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44903917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15241/statm: 1339 233 193 169 0 50 0
[pid=15242] ppid=15241 vsize=868516 CPUtime=2.08
/proc/15242/stat : 15242 (java) S 15241 15228 14656 0 -1 0 9615 0 1 0 198 10 0 0 20 0 9 0 44903917 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15242/statm: 217129 8615 2565 9 0 211676 0
[pid=15242/tid=15243] ppid=15241 vsize=868516 CPUtime=1.37
/proc/15242/task/15243/stat : 15243 (java) R 15241 15228 14656 0 -1 64 2983 0 1 0 132 5 0 0 25 0 9 0 44903926 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15244] ppid=15241 vsize=868516 CPUtime=0.4
/proc/15242/task/15244/stat : 15244 (java) S 15241 15228 14656 0 -1 64 4421 0 0 0 38 2 0 0 16 0 9 0 44903927 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15245] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15245/stat : 15245 (java) S 15241 15228 14656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15246] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15246/stat : 15246 (java) S 15241 15228 14656 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15247] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15247/stat : 15247 (java) S 15241 15228 14656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15248] ppid=15241 vsize=868516 CPUtime=0.27
/proc/15242/task/15248/stat : 15248 (java) S 15241 15228 14656 0 -1 64 1518 0 0 0 26 1 0 0 16 0 9 0 44903929 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15249] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15249/stat : 15249 (java) S 15241 15228 14656 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15250] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15250/stat : 15250 (java) S 15241 15228 14656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44903929 889360384 8615 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 887472

[startup+6.3025 s]
/proc/loadavg: 2.64 2.57 2.35 4/122 15250
/proc/meminfo: memFree=1736136/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.57
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 974 6978 0 1 3 1 49 4 16 0 1 0 44903825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 797 370 3 0 500 0
[pid=15241] ppid=15228 vsize=5356 CPUtime=0
/proc/15241/stat : 15241 (sh) S 15228 15228 14656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44903917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15241/statm: 1339 233 193 169 0 50 0
[pid=15242] ppid=15241 vsize=868516 CPUtime=4.86
/proc/15242/stat : 15242 (java) S 15241 15228 14656 0 -1 0 10235 0 1 0 452 34 0 0 20 0 9 0 44903917 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15242/statm: 217129 8619 2565 9 0 211676 0
[pid=15242/tid=15243] ppid=15241 vsize=868516 CPUtime=3.99
/proc/15242/task/15243/stat : 15243 (java) D 15241 15228 14656 0 -1 64 3600 0 1 0 372 27 0 0 25 0 9 0 44903926 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=15242/tid=15244] ppid=15241 vsize=868516 CPUtime=0.57
/proc/15242/task/15244/stat : 15244 (java) S 15241 15228 14656 0 -1 64 4421 0 0 0 52 5 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15245] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15245/stat : 15245 (java) S 15241 15228 14656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15246] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15246/stat : 15246 (java) S 15241 15228 14656 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15247] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15247/stat : 15247 (java) S 15241 15228 14656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15248] ppid=15241 vsize=868516 CPUtime=0.28
/proc/15242/task/15248/stat : 15248 (java) S 15241 15228 14656 0 -1 64 1521 0 0 0 27 1 0 0 16 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15249] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15249/stat : 15249 (java) S 15241 15228 14656 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15250] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15250/stat : 15250 (java) S 15241 15228 14656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 887472

[startup+12.7022 s]
/proc/loadavg: 2.67 2.58 2.35 3/122 15250
/proc/meminfo: memFree=1665608/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.57
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 974 6978 0 1 3 1 49 4 16 0 1 0 44903825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 797 370 3 0 500 0
[pid=15241] ppid=15228 vsize=5356 CPUtime=0
/proc/15241/stat : 15241 (sh) S 15228 15228 14656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44903917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15241/statm: 1339 233 193 169 0 50 0
[pid=15242] ppid=15241 vsize=868516 CPUtime=10.4
/proc/15242/stat : 15242 (java) S 15241 15228 14656 0 -1 0 11456 0 1 0 956 84 0 0 20 0 9 0 44903917 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15242/statm: 217129 8619 2565 9 0 211676 0
[pid=15242/tid=15243] ppid=15241 vsize=868516 CPUtime=9.15
/proc/15242/task/15243/stat : 15243 (java) R 15241 15228 14656 0 -1 64 4821 0 1 0 847 68 0 0 25 0 9 0 44903926 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15244] ppid=15241 vsize=868516 CPUtime=0.94
/proc/15242/task/15244/stat : 15244 (java) S 15241 15228 14656 0 -1 64 4421 0 0 0 81 13 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15245] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15245/stat : 15245 (java) S 15241 15228 14656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15246] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15246/stat : 15246 (java) S 15241 15228 14656 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15247] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15247/stat : 15247 (java) S 15241 15228 14656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15248] ppid=15241 vsize=868516 CPUtime=0.28
/proc/15242/task/15248/stat : 15248 (java) S 15241 15228 14656 0 -1 64 1521 0 0 0 27 1 0 0 16 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15249] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15249/stat : 15249 (java) S 15241 15228 14656 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15250] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15250/stat : 15250 (java) S 15241 15228 14656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 887472

[startup+25.5026 s]
/proc/loadavg: 3.03 2.66 2.38 4/122 15250
/proc/meminfo: memFree=1506568/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=13600 CPUtime=0.57
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 974 6978 0 1 3 1 49 4 16 0 1 0 44903825 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3400 797 370 3 0 500 0
[pid=15241] ppid=15228 vsize=5356 CPUtime=0
/proc/15241/stat : 15241 (sh) S 15228 15228 14656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44903917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15241/statm: 1339 233 193 169 0 50 0
[pid=15242] ppid=15241 vsize=868516 CPUtime=22.16
/proc/15242/stat : 15242 (java) S 15241 15228 14656 0 -1 0 14018 0 1 0 2034 182 0 0 20 0 9 0 44903917 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15242/statm: 217129 8619 2565 9 0 211676 0
[pid=15242/tid=15243] ppid=15241 vsize=868516 CPUtime=20.23
/proc/15242/task/15243/stat : 15243 (java) R 15241 15228 14656 0 -1 64 7383 0 1 0 1872 151 0 0 25 0 9 0 44903926 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15244] ppid=15241 vsize=868516 CPUtime=1.63
/proc/15242/task/15244/stat : 15244 (java) S 15241 15228 14656 0 -1 64 4421 0 0 0 135 28 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15245] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15245/stat : 15245 (java) S 15241 15228 14656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15246] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15246/stat : 15246 (java) S 15241 15228 14656 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44903927 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15247] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15247/stat : 15247 (java) S 15241 15228 14656 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15248] ppid=15241 vsize=868516 CPUtime=0.28
/proc/15242/task/15248/stat : 15248 (java) S 15241 15228 14656 0 -1 64 1521 0 0 0 27 1 0 0 16 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15249] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15249/stat : 15249 (java) S 15241 15228 14656 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15242/tid=15250] ppid=15241 vsize=868516 CPUtime=0
/proc/15242/task/15250/stat : 15250 (java) S 15241 15228 14656 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44903929 889360384 8619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 887472

[startup+51.1025 s]
/proc/loadavg: 3.80 2.88 2.46 4/115 15254
/proc/meminfo: memFree=581312/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=35.76
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1164 24162 3 2 4 1 3267 304 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=830800 CPUtime=2479.18
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199683 0 0 0 247795 123 0 0 25 0 1 0 44982491 850739200 199669 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 207700 199669 76 150 0 207547 0
Current children cumulated CPU time (s) 3255.58
Current children cumulated vsize (KiB) 850284

[startup+3342.3 s]
/proc/loadavg: 2.43 2.53 2.55 3/114 15318
/proc/meminfo: memFree=622232/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1401 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=830800 CPUtime=2539.15
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199698 0 0 0 253792 123 0 0 25 0 1 0 44982491 850739200 199684 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 207700 199684 76 150 0 207547 0
Current children cumulated CPU time (s) 3315.55
Current children cumulated vsize (KiB) 850284

[startup+3402.31 s]
/proc/loadavg: 2.54 2.55 2.55 3/114 15318
/proc/meminfo: memFree=620888/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1401 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=830800 CPUtime=2599.13
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199717 0 0 0 259790 123 0 0 25 0 1 0 44982491 850739200 199703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 207700 199703 76 150 0 207547 0
Current children cumulated CPU time (s) 3375.53
Current children cumulated vsize (KiB) 850284

[startup+3462.3 s]
/proc/loadavg: 2.57 2.56 2.55 3/114 15318
/proc/meminfo: memFree=620632/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1401 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=832168 CPUtime=2659.11
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199733 0 0 0 265787 124 0 0 25 0 1 0 44982491 852140032 199719 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 208042 199719 76 150 0 207889 0
Current children cumulated CPU time (s) 3435.51
Current children cumulated vsize (KiB) 851652

[startup+3522.3 s]
/proc/loadavg: 2.76 2.61 2.56 3/114 15318
/proc/meminfo: memFree=620568/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1401 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=832168 CPUtime=2719.08
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199747 0 0 0 271784 124 0 0 25 0 1 0 44982491 852140032 199733 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 208042 199733 76 150 0 207889 0
Current children cumulated CPU time (s) 3495.48
Current children cumulated vsize (KiB) 851652

[startup+3582.3 s]
/proc/loadavg: 2.46 2.55 2.54 3/114 15318
/proc/meminfo: memFree=620440/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1401 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=832168 CPUtime=2779.05
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199762 0 0 0 277781 124 0 0 25 0 1 0 44982491 852140032 199748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 208042 199748 76 150 0 207889 0
Current children cumulated CPU time (s) 3555.45
Current children cumulated vsize (KiB) 851652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.9 s]
/proc/loadavg: 2.49 2.55 2.54 3/114 15324
/proc/meminfo: memFree=620304/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1401 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=5356 CPUtime=0
/proc/15277/stat : 15277 (sh) S 15228 15228 14656 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44982490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15277/statm: 1339 232 193 169 0 50 0
[pid=15278] ppid=15277 vsize=832168 CPUtime=2823.62
/proc/15278/stat : 15278 (minisat) R 15277 15228 14656 0 -1 4194304 199772 0 0 0 282238 124 0 0 25 0 1 0 44982491 852140032 199758 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 208042 199758 76 150 0 207889 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 851652

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

[startup+3627.02 s]
/proc/loadavg: 2.49 2.55 2.54 3/114 15324
/proc/meminfo: memFree=620304/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1412 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=0 CPUtime=0
/proc/15277/stat : 15277 (sh) Z 15228 15228 14656 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44982490 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15277/statm: 0 0 0 0 0 0 0
[pid=15278] ppid=1 vsize=0 CPUtime=2823.73
/proc/15278/stat : 15278 (minisat) R 1 15228 14656 0 -1 4195332 199772 0 0 0 282238 135 0 0 25 0 1 0 44982491 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.13
Current children cumulated vsize (KiB) 14128

# WARNING:
# current cumulated CPU time (776.48 s) is less than in the last sample (3600.13 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (2823.65 s) to the 'lost time'.

[startup+3627.1 s]
/proc/loadavg: 2.49 2.55 2.54 3/114 15324
/proc/meminfo: memFree=620304/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.48
/proc/15228/stat : 15228 (sugar) R 15226 15228 14656 0 -1 4194304 1433 426941 3 4 5 9 77043 591 16 0 1 0 44903825 14467072 916 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15228/statm: 3532 916 375 3 0 632 0
Current children cumulated CPU time (s) 776.48
Current children cumulated vsize (KiB) 14128

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

[startup+3627.02 s]
/proc/loadavg: 2.49 2.55 2.54 3/114 15324
/proc/meminfo: memFree=620304/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.4
/proc/15228/stat : 15228 (sugar) S 15226 15228 14656 0 -1 4194304 1412 426664 3 4 5 1 77043 591 16 0 1 0 44903825 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15228/statm: 3532 915 374 3 0 632 0
[pid=15277] ppid=15228 vsize=0 CPUtime=0
/proc/15277/stat : 15277 (sh) Z 15228 15228 14656 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44982490 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15277/statm: 0 0 0 0 0 0 0
[pid=15278] ppid=1 vsize=0 CPUtime=2823.73
/proc/15278/stat : 15278 (minisat) R 1 15228 14656 0 -1 4195332 199772 0 0 0 282238 135 0 0 25 0 1 0 44982491 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/15278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.13
Current children cumulated vsize (KiB) 14128

[startup+3627.2 s]
/proc/loadavg: 2.49 2.55 2.54 3/114 15324
/proc/meminfo: memFree=620304/2055920 swapFree=4161964/4192956
[pid=15228] ppid=15226 vsize=14128 CPUtime=776.58
/proc/15228/stat : 15228 (sugar) R 15226 15228 14656 0 -1 4194304 1433 426941 3 4 5 19 77043 591 16 0 1 0 44903825 14467072 916 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15228/statm: 3532 916 375 3 0 632 0
Current children cumulated CPU time (s) 776.58
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2823.65
#  lost CPU user time (s): 2822.38
#  lost CPU system time (s): 1.27

Real time (s): 3627.24
CPU time (s): 3600.28
CPU user time (s): 3592.87
CPU system time (s): 7.40607
CPU usage (%): 99.2568
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 770.493
system time used= 6.13607
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428405
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55974
involuntary context switches= 65829

runsolver used 7.01393 second user time and 15.7566 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-12 19:01:06
IDJOB=1113328
IDBENCH=61564
IDSOLVER=368
FILE ID=node86/1113328-1215882065
PBS_JOBID= 7903604
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-5-10.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113328-1215882065/watcher-1113328-1215882065 -o /tmp/evaluation-result-1113328-1215882065/solver-1113328-1215882065 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113328-1215882065.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dab22198d713de39e1a6ee4f6f645a21
RANDOM SEED=1731798351

node86.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.214
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.214
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1799424 kB
Buffers:          7404 kB
Cached:          51752 kB
SwapCached:       6804 kB
Active:         190172 kB
Inactive:        20668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799424 kB
SwapTotal:     4192956 kB
SwapFree:      4161964 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:         169164 kB
Slab:            27064 kB
Committed_AS:  1159452 kB
PageTables:       4800 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= 66556 MiB
End job on node86 at 2008-07-12 20:01:35