Trace number 1125236

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
Sugar v1.13+minisatMSAT (TO) 3600.18 3634.8

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-07_ext.xml
MD5SUM00c13f8bef3b18ee802ca87d371b8f6c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints57
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2665
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension2665
Number of constraints which are defined in intension0
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 02:28:19 2008
0.00/0.04	c 0	PID 30636
0.03/0.05	c 0	HOST node67.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1125236-1216168099.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125236-1216168099.xml' 'HOME/temp.csp'
1.55/1.63	c 2	3 domains, 200 variables, 0 predicates, 913 relations, 2665 constraints
1.55/1.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.67	c 2	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'
1.58/1.75	c 2	Parsing HOME/temp.csp
4.17/4.31	c 4	parsed 3781 expressions
4.17/4.32	c 4	Heap : 45 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.17/4.34	c 4	MAX CSP: 2665 constraints
4.17/4.34	c 4	Converting to clausal form CSP
4.26/4.44	c 5	converted 645 (10%) expressions
4.46/4.61	c 5	converted 1290 (20%) expressions
5.26/5.41	c 6	converted 1935 (30%) expressions
5.65/5.89	c 6	converted 2580 (40%) expressions
6.05/6.26	c 6	converted 3225 (50%) expressions
6.45/6.64	c 7	converted 3870 (60%) expressions
7.63/7.89	c 8	converted 4515 (70%) expressions
8.02/8.25	c 8	converted 5160 (80%) expressions
8.42/8.61	c 9	converted 5805 (90%) expressions
9.02/9.20	c 9	converted 6449 (100%) expressions
9.02/9.21	c 9	CSP : 5530 integers, 0 booleans, 7994 clauses, largest domain size 3998
9.02/9.21	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.02/9.21	c 9	Propagation in CSP
9.11/9.33	c 9	2659 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.11/9.33	c 9	CSP : 5530 integers, 0 booleans, 7994 clauses, largest domain size 2666
9.11/9.33	c 9	Heap : 165 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.11/9.34	c 9	Simplifing CSP by introducing new Boolean variables
9.11/9.34	c 9	CSP : 5530 integers, 0 booleans, 7994 clauses, largest domain size 2666
9.11/9.34	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.81/10.07	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.90/10.10	c 10	553 (10%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.10	c 10	1106 (20%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.11	c 10	1659 (30%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.11	c 10	2212 (40%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.11	c 10	2765 (50%) CSP integer variables are encoded (7576 clauses, 96391 bytes)
9.90/10.12	c 10	3318 (60%) CSP integer variables are encoded (13310 clauses, 182401 bytes)
9.90/10.12	c 10	3871 (70%) CSP integer variables are encoded (18387 clauses, 258556 bytes)
9.90/10.13	c 10	4424 (80%) CSP integer variables are encoded (24180 clauses, 345451 bytes)
9.90/10.17	c 10	4977 (90%) CSP integer variables are encoded (54380 clauses, 798451 bytes)
9.90/10.18	c 10	5530 (100%) CSP integer variables are encoded (62117 clauses, 914506 bytes)
10.79/11.04	c 11	800 (10%) CSP clauses are encoded (92252 clauses, 1676740 bytes)
11.58/11.86	c 12	1599 (20%) CSP clauses are encoded (124342 clauses, 2555288 bytes)
12.38/12.61	c 13	2399 (30%) CSP clauses are encoded (152183 clauses, 3313163 bytes)
12.68/12.96	c 13	3198 (40%) CSP clauses are encoded (200393 clauses, 4389457 bytes)
13.47/13.70	c 14	3997 (50%) CSP clauses are encoded (618700 clauses, 13323633 bytes)
13.67/13.92	c 14	4797 (60%) CSP clauses are encoded (737760 clauses, 15840838 bytes)
15.84/16.15	c 16	5596 (70%) CSP clauses are encoded (1975693 clauses, 42386347 bytes)
20.18/20.50	c 21	6396 (80%) CSP clauses are encoded (3823539 clauses, 81758438 bytes)
23.22/23.66	c 24	7195 (90%) CSP clauses are encoded (5616776 clauses, 120231964 bytes)
29.42/30.02	c 30	7994 (100%) CSP clauses are encoded (9147383 clauses, 196031494 bytes)
29.42/30.02	c 30	7994 CSP clauses encoded
29.42/30.02	c 30	Writing map file : HOME/temp.map
29.42/30.06	c 30	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.42/30.07	c 30	SAT : 67647 SAT variables, 9147383 SAT clauses, 196031494 bytes
29.42/30.07	c 30	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.49/30.16	c 30	OBJECTIVE minimize _COST
29.49/30.16	c 30	OBJECTIVE BOUND: 0 <= _COST <= 
29.49/30.16	c 30	SEARCHING: _COST <= 1333
29.49/30.16	c 30	SOLVING HOME/temp.cnf
29.49/30.16	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.49/30.16	c 30	This is MiniSat 2.0 beta
29.49/30.16	c 30	WARNING: for repeatability, setting FPU to use double precision
29.49/30.16	c 30	============================[ Problem Statistics ]=============================
29.49/30.16	c 30	|                                                                             |
29.49/30.16	c 30	|  Number of variables:  67647                                                |
29.49/30.16	c 30	|  Number of clauses:    9147384                                              |
33.91/34.69	c 35	|  Parsing time:         3.87         s                                       |
50.56/51.40	c 52	============================[ Search Statistics ]==============================
50.56/51.40	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.56/51.40	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.56/51.40	c 52	===============================================================================
50.56/51.40	c 52	|         0 |   51663  5848763 17567388 |  1949587        0    nan |  0.000 % |
52.85/53.75	c 54	|       100 |   51661  5848763 17567388 |  2144546       99     24 | 23.648 % |
53.94/54.82	c 55	|       251 |   51661  5848763 17567388 |  2359001      250     28 | 23.648 % |
58.69/59.64	c 60	|       476 |   51661  5848763 17567388 |  2594901      475     19 | 23.648 % |
61.76/62.72	c 63	|       813 |   51661  5848763 17567388 |  2854391      812     14 | 23.648 % |
63.05/64.07	c 64	|      1319 |   51661  5848763 17567388 |  3139830     1318     18 | 23.648 % |
69.68/70.75	c 71	|      2081 |   51661  5848763 17567388 |  3453813     2080     18 | 23.648 % |
71.07/72.13	c 72	|      3223 |   51661  5848763 17567388 |  3799194     3222     26 | 23.648 % |
78.11/79.29	c 79	|      4932 |   51661  5848763 17567388 |  4179114     4931     29 | 23.648 % |
88.41/89.66	c 90	|      7494 |   51661  5848763 17567388 |  4597025     7493     62 | 23.648 % |
88.81/90.02	c 90	===============================================================================
88.81/90.02	c 90	restarts              : 10
88.81/90.02	c 90	conflicts             : 7593           (129 /sec)
88.81/90.02	c 90	decisions             : 97051          (0.80 % random) (1654 /sec)
88.81/90.02	c 90	propagations          : 13806803       (235273 /sec)
88.81/90.02	c 90	conflict literals     : 468093         (14.09 % deleted)
88.81/90.02	c 90	Memory used           : 362.28 MB
88.81/90.02	c 90	CPU time              : 58.6841 s
88.81/90.02	c 90	
88.81/90.05	c 90	SATISFIABLE
88.90/90.12	c 90	FOUND: _COST <= 1333
88.90/90.12	s SATISFIABLE
88.90/90.12	c 90	DECODING HOME/temp.out WITH HOME/temp.map
88.90/90.12	c 90	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
88.90/90.20	c 90	Decoding HOME/temp.out
88.94/90.61	c 91	OBJECTIVE _COST 1333
88.94/90.61	o 1333
88.94/90.62	v 43 21 22 13 3 32 9 14 32 32 21 43 21 18 32 32 42 43 32 10 5 21 40 43 43 10 13 14 35 21 32 18 33 21 21 35 35 17 34 43 20 21 43 40 38 43 43 43 43 27 43 21 30 21 20 43 10 43 43 43 43 32 38 19 43 33 1 43 15 43 43 33 30 34 20 33 17 5 35 20 35 35 35 43 34 35 35 11 35 34 10 3 35 11 35 33 26 17 3 32 19 6 12 8 35 21 43 11 8 22 32 35 15 7 43 35 4 17 33 40 11 35 35 26 35 35 10 4 35 25 34 35 13 35 35 17 35 26 35 17 35 6 26 35 34 20 38 43 43 26 43 14 11 43 34 43 43 13 35 36 40 15 35 17 13 30 26 35 38 43 35 43 28 17 38 20 17 32 16 34 35 9 8 17 35 26 22 17 35 16 8 26 29 28 7 26 29 19 32 43
88.94/90.63	c 91	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
88.94/90.64	c 91	OBJECTIVE BOUND: 0 <= _COST <= 1333
88.94/90.64	c 91	SEARCHING: _COST <= 666
88.94/90.64	c 91	SOLVING HOME/temp.cnf
88.94/90.64	c 91	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
88.94/90.64	c 91	This is MiniSat 2.0 beta
88.94/90.64	c 91	WARNING: for repeatability, setting FPU to use double precision
88.94/90.64	c 91	============================[ Problem Statistics ]=============================
88.94/90.64	c 91	|                                                                             |
88.94/90.64	c 91	|  Number of variables:  67647                                                |
88.94/90.64	c 91	|  Number of clauses:    9147384                                              |
93.93/95.23	c 95	|  Parsing time:         3.95         s                                       |
115.84/117.32	c 117	============================[ Search Statistics ]==============================
115.84/117.32	c 117	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
115.84/117.32	c 117	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
115.84/117.32	c 117	===============================================================================
115.84/117.32	c 117	|         0 |   42991  3823749 11517695 |  1274583        0    nan |  0.000 % |
119.00/120.51	c 121	|       101 |   42989  3823749 11517695 |  1402041      100     17 | 36.469 % |
119.70/121.21	c 121	|       252 |   42989  3823749 11517695 |  1542245      251     28 | 36.469 % |
120.09/121.61	c 122	|       478 |   42989  3823749 11517695 |  1696469      477     26 | 36.469 % |
120.79/122.30	c 122	|       817 |   42989  3823749 11517695 |  1866116      816     22 | 36.469 % |
124.75/126.33	c 126	|      1323 |   42989  3823749 11517695 |  2052728     1322     21 | 36.469 % |
125.94/127.55	c 128	|      2083 |   42989  3823749 11517695 |  2258001     2082     20 | 36.469 % |
132.58/134.23	c 134	|      3223 |   42989  3823749 11517695 |  2483801     3222     22 | 36.469 % |
135.35/137.03	c 137	===============================================================================
135.35/137.03	c 137	restarts              : 8
135.35/137.03	c 137	conflicts             : 4327           (95 /sec)
135.35/137.03	c 137	decisions             : 52559          (1.02 % random) (1159 /sec)
135.35/137.03	c 137	propagations          : 8148900        (179665 /sec)
135.35/137.03	c 137	conflict literals     : 113392         (16.60 % deleted)
135.35/137.03	c 137	Memory used           : 367.07 MB
135.35/137.03	c 137	CPU time              : 45.3561 s
135.35/137.03	c 137	
135.35/137.06	c 137	SATISFIABLE
135.45/137.12	c 137	FOUND: _COST <= 666
135.45/137.12	c 137	DECODING HOME/temp.out WITH HOME/temp.map
135.45/137.12	c 137	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
135.45/137.20	c 137	Decoding HOME/temp.out
135.93/137.61	c 138	OBJECTIVE _COST 666
135.93/137.61	o 666
135.93/137.62	v 32 27 16 43 43 13 38 32 13 15 43 14 37 32 19 42 39 30 14 38 41 42 43 32 43 0 13 43 39 7 13 43 33 18 13 16 24 16 35 43 6 20 26 1 1 43 12 39 12 20 40 20 20 27 2 43 41 1 5 32 8 38 27 0 31 32 36 21 16 2 41 43 19 17 20 0 29 8 26 13 20 35 12 32 10 35 35 10 2 35 17 34 30 0 26 32 19 21 35 16 26 35 12 8 35 43 26 29 0 26 13 35 16 0 0 13 4 35 43 37 10 35 18 26 16 5 11 3 26 0 17 17 3 35 34 17 35 26 17 14 31 6 26 17 29 15 10 22 43 31 43 43 11 10 40 43 6 43 43 15 15 18 8 9 35 17 35 5 23 37 0 7 39 10 39 35 13 35 17 35 7 26 8 35 35 43 0 21 4 22 35 10 8 8 35 11 8 35 17 41
135.93/137.63	c 138	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
135.93/137.64	c 138	OBJECTIVE BOUND: 0 <= _COST <= 666
135.93/137.64	c 138	SEARCHING: _COST <= 333
135.93/137.64	c 138	SOLVING HOME/temp.cnf
135.93/137.64	c 138	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
135.93/137.64	c 138	This is MiniSat 2.0 beta
135.93/137.64	c 138	WARNING: for repeatability, setting FPU to use double precision
135.93/137.65	c 138	============================[ Problem Statistics ]=============================
135.93/137.65	c 138	|                                                                             |
135.93/137.65	c 138	|  Number of variables:  67647                                                |
135.93/137.65	c 138	|  Number of clauses:    9147384                                              |
140.58/142.35	c 142	|  Parsing time:         4.11         s                                       |
164.06/166.07	c 166	============================[ Search Statistics ]==============================
164.06/166.07	c 166	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
164.06/166.07	c 166	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
164.06/166.07	c 166	===============================================================================
164.06/166.07	c 166	|         0 |   37662  2199705  6661217 |   733235        0    nan |  0.000 % |
165.44/167.45	c 168	|       101 |   37659  2199705  6661217 |   806558      100     32 | 44.351 % |
165.64/167.64	c 168	|       254 |   37659  2199705  6661217 |   887214      253     24 | 44.351 % |
166.04/168.02	c 168	|       480 |   37659  2199705  6661217 |   975935      479     23 | 44.351 % |
167.42/169.41	c 170	|       818 |   37659  2199705  6661217 |  1073529      817     33 | 44.351 % |
168.11/170.16	c 170	|      1324 |   37659  2199705  6661217 |  1180882     1323     31 | 44.351 % |
170.19/172.28	c 172	|      2085 |   37659  2199705  6661217 |  1298970     2084     33 | 44.351 % |
172.08/174.20	c 174	|      3224 |   37659  2199705  6661217 |  1428867     3223     37 | 44.351 % |
175.54/177.66	c 178	|      4932 |   37659  2199705  6661217 |  1571754     4931     46 | 44.351 % |
180.10/182.22	c 182	|      7494 |   37645  2196981  6653106 |  1728929     7493     49 | 44.351 % |
189.41/191.63	c 192	|     11339 |   37645  2196981  6653106 |  1901822    11338     50 | 44.351 % |
205.46/207.88	c 208	|     17105 |   37645  2196981  6653106 |  2092005    17104     53 | 44.351 % |
218.74/221.22	c 221	|     25755 |   37645  2196981  6653106 |  2301205    25754     55 | 44.351 % |
246.87/249.70	c 250	|     38729 |   37645  2196981  6653106 |  2531326    38728     60 | 44.351 % |
282.43/285.51	c 286	|     58191 |   37645  2196981  6653106 |  2784458    58190     59 | 44.351 % |
366.34/370.29	c 370	|     87385 |   37645  2196981  6653106 |  3062904    87384     75 | 44.351 % |
496.61/501.74	c 502	|    131174 |   37645  2196981  6653106 |  3369195   131173     69 | 44.351 % |
637.87/644.37	c 644	|    196859 |   37645  2196981  6653106 |  3706114   196858     56 | 44.351 % |
883.25/892.04	c 892	|    295385 |   37645  2196981  6653106 |  4076725   295384     48 | 44.351 % |
1471.98/1486.34	c 1486	|    443174 |   37645  2196981  6653106 |  4484398   443173     59 | 44.351 % |
2465.14/2488.93	c 2489	|    664859 |   37645  2196981  6653106 |  4932838   664858     84 | 44.351 % |
3600.09/3634.61	c ERROR INTERRUPTED
3600.09/3634.69	c 3635	CPU 133.06 (0.05 0.01 133.01 2.91)
3600.09/3634.69	c 3635	END Wed Jul 16 03:28:54 2008

Verifier Data (download as text)

OK	592	2073
592 unsatisfied constraints, 2073 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-1125236-1216168099/watcher-1125236-1216168099 -o /tmp/evaluation-result-1125236-1216168099/solver-1125236-1216168099 -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-1125236-1216168099.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.00 2.00 2.03 4/81 30636
/proc/meminfo: memFree=1747984/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=12268 CPUtime=0
/proc/30636/stat : 30636 (sugar) R 30634 30636 29569 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73507833 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271652162933 0 0 4224 0 0 0 0 17 1 0 0
/proc/30636/statm: 3067 316 241 3 0 167 0

[startup+0.0497399 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 30636
/proc/meminfo: memFree=1747984/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=0.03
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 73507833 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102328 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 30636
/proc/meminfo: memFree=1747984/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=0.03
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73507833 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301347 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 30636
/proc/meminfo: memFree=1747984/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=0.03
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73507833 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70139 s]
/proc/loadavg: 2.00 2.00 2.03 4/81 30636
/proc/meminfo: memFree=1747984/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=0.03
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73507833 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50247 s]
/proc/loadavg: 2.00 2.00 2.03 3/92 30648
/proc/meminfo: memFree=1728568/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=0.03
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73507833 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 796 370 3 0 500 0
[pid=30639] ppid=30636 vsize=5356 CPUtime=0
/proc/30639/stat : 30639 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73507838 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30639/statm: 1339 233 193 169 0 50 0
[pid=30640] ppid=30639 vsize=864664 CPUtime=1.43
/proc/30640/stat : 30640 (java) S 30639 30636 29569 0 -1 0 7675 0 1 0 136 7 0 0 18 0 9 0 73507838 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30640/statm: 216166 6811 2528 9 0 210748 0
[pid=30640/tid=30641] ppid=30639 vsize=864664 CPUtime=1.1
/proc/30640/task/30641/stat : 30641 (java) R 30639 30636 29569 0 -1 64 2852 0 1 0 107 3 0 0 25 0 9 0 73507839 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4126736236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30642] ppid=30639 vsize=864664 CPUtime=0.14
/proc/30640/task/30642/stat : 30642 (java) S 30639 30636 29569 0 -1 64 3608 0 0 0 12 2 0 0 16 0 9 0 73507841 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30643] ppid=30639 vsize=864664 CPUtime=0
/proc/30640/task/30643/stat : 30643 (java) S 30639 30636 29569 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 73507841 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30644] ppid=30639 vsize=864664 CPUtime=0
/proc/30640/task/30644/stat : 30644 (java) S 30639 30636 29569 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 73507841 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30645] ppid=30639 vsize=864664 CPUtime=0
/proc/30640/task/30645/stat : 30645 (java) S 30639 30636 29569 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73507843 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30646] ppid=30639 vsize=864664 CPUtime=0.16
/proc/30640/task/30646/stat : 30646 (java) S 30639 30636 29569 0 -1 64 514 0 0 0 16 0 0 0 16 0 9 0 73507843 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30647] ppid=30639 vsize=864664 CPUtime=0
/proc/30640/task/30647/stat : 30647 (java) S 30639 30636 29569 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73507843 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30640/tid=30648] ppid=30639 vsize=864664 CPUtime=0
/proc/30640/task/30648/stat : 30648 (java) S 30639 30636 29569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73507843 885415936 6811 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883620

[startup+3.10264 s]
/proc/loadavg: 2.00 2.00 2.03 4/92 30658
/proc/meminfo: memFree=1731832/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=1.58
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 974 8176 0 1 3 0 147 8 16 0 1 0 73507833 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 797 370 3 0 500 0
[pid=30649] ppid=30636 vsize=5356 CPUtime=0
/proc/30649/stat : 30649 (sh) S 30636 30636 29569 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73508000 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30649/statm: 1339 233 193 169 0 50 0
[pid=30650] ppid=30649 vsize=865008 CPUtime=1.4
/proc/30650/stat : 30650 (java) S 30649 30636 29569 0 -1 0 10481 0 1 0 135 5 0 0 18 0 9 0 73508001 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30650/statm: 216252 9743 2532 9 0 210834 0
[pid=30650/tid=30651] ppid=30649 vsize=865008 CPUtime=0.79
/proc/30650/task/30651/stat : 30651 (java) R 30649 30636 29569 0 -1 64 2600 0 1 0 78 1 0 0 25 0 9 0 73508002 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30652] ppid=30649 vsize=865008 CPUtime=0.51
/proc/30650/task/30652/stat : 30652 (java) R 30649 30636 29569 0 -1 64 6840 0 0 0 48 3 0 0 16 0 9 0 73508003 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 102731859 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30653] ppid=30649 vsize=865008 CPUtime=0
/proc/30650/task/30653/stat : 30653 (java) S 30649 30636 29569 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73508003 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30654] ppid=30649 vsize=865008 CPUtime=0
/proc/30650/task/30654/stat : 30654 (java) S 30649 30636 29569 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73508003 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30655] ppid=30649 vsize=865008 CPUtime=0
/proc/30650/task/30655/stat : 30655 (java) S 30649 30636 29569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73508005 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30656] ppid=30649 vsize=865008 CPUtime=0.07
/proc/30650/task/30656/stat : 30656 (java) S 30649 30636 29569 0 -1 64 344 0 0 0 7 0 0 0 16 0 9 0 73508005 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30657] ppid=30649 vsize=865008 CPUtime=0
/proc/30650/task/30657/stat : 30657 (java) S 30649 30636 29569 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 73508005 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30658] ppid=30649 vsize=865008 CPUtime=0
/proc/30650/task/30658/stat : 30658 (java) S 30649 30636 29569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73508005 885768192 9743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883964

[startup+6.30197 s]
/proc/loadavg: 2.08 2.02 2.03 3/92 30658
/proc/meminfo: memFree=1661048/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=1.58
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 974 8176 0 1 3 0 147 8 15 0 1 0 73507833 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 797 370 3 0 500 0
[pid=30649] ppid=30636 vsize=5356 CPUtime=0
/proc/30649/stat : 30649 (sh) S 30636 30636 29569 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73508000 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30649/statm: 1339 233 193 169 0 50 0
[pid=30650] ppid=30649 vsize=869148 CPUtime=4.56
/proc/30650/stat : 30650 (java) S 30649 30636 29569 0 -1 0 31479 0 1 0 442 14 0 0 18 0 9 0 73508001 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30650/statm: 217287 30655 2541 9 0 211862 0
[pid=30650/tid=30651] ppid=30649 vsize=869148 CPUtime=2.24
/proc/30650/task/30651/stat : 30651 (java) R 30649 30636 29569 0 -1 64 3739 0 1 0 222 2 0 0 25 0 9 0 73508002 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 101444640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30652] ppid=30649 vsize=869148 CPUtime=2.11
/proc/30650/task/30652/stat : 30652 (java) S 30649 30636 29569 0 -1 64 25578 0 0 0 201 10 0 0 16 0 9 0 73508003 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30653] ppid=30649 vsize=869148 CPUtime=0
/proc/30650/task/30653/stat : 30653 (java) S 30649 30636 29569 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73508003 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30654] ppid=30649 vsize=869148 CPUtime=0
/proc/30650/task/30654/stat : 30654 (java) S 30649 30636 29569 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73508003 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30655] ppid=30649 vsize=869148 CPUtime=0
/proc/30650/task/30655/stat : 30655 (java) S 30649 30636 29569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73508005 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30656] ppid=30649 vsize=869148 CPUtime=0.18
/proc/30650/task/30656/stat : 30656 (java) S 30649 30636 29569 0 -1 64 1465 0 0 0 17 1 0 0 16 0 9 0 73508005 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30657] ppid=30649 vsize=869148 CPUtime=0
/proc/30650/task/30657/stat : 30657 (java) S 30649 30636 29569 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 73508005 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30658] ppid=30649 vsize=869148 CPUtime=0
/proc/30650/task/30658/stat : 30658 (java) S 30649 30636 29569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73508005 890007552 30655 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 888104

[startup+12.7026 s]
/proc/loadavg: 2.15 2.03 2.04 3/92 30658
/proc/meminfo: memFree=1557176/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=1.58
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 974 8176 0 1 3 0 147 8 15 0 1 0 73507833 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 797 370 3 0 500 0
[pid=30649] ppid=30636 vsize=5356 CPUtime=0
/proc/30649/stat : 30649 (sh) S 30636 30636 29569 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73508000 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30649/statm: 1339 233 193 169 0 50 0
[pid=30650] ppid=30649 vsize=869372 CPUtime=10.89
/proc/30650/stat : 30650 (java) S 30649 30636 29569 0 -1 0 60671 0 1 0 1059 30 0 0 18 0 9 0 73508001 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30650/statm: 217343 47970 2565 9 0 211890 0
[pid=30650/tid=30651] ppid=30649 vsize=869372 CPUtime=5.94
/proc/30650/task/30651/stat : 30651 (java) R 30649 30636 29569 0 -1 64 4684 0 1 0 589 5 0 0 25 0 9 0 73508002 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4127067665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30652] ppid=30649 vsize=869372 CPUtime=4.63
/proc/30650/task/30652/stat : 30652 (java) S 30649 30636 29569 0 -1 64 53759 0 0 0 440 23 0 0 16 0 9 0 73508003 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30653] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30653/stat : 30653 (java) S 30649 30636 29569 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73508003 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30654] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30654/stat : 30654 (java) S 30649 30636 29569 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73508003 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30655] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30655/stat : 30655 (java) S 30649 30636 29569 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 73508005 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30656] ppid=30649 vsize=869372 CPUtime=0.3
/proc/30650/task/30656/stat : 30656 (java) S 30649 30636 29569 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 73508005 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30657] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30657/stat : 30657 (java) S 30649 30636 29569 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 73508005 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30658] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30658/stat : 30658 (java) S 30649 30636 29569 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73508005 890236928 47970 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 888328

[startup+25.5029 s]
/proc/loadavg: 2.12 2.03 2.04 3/92 30658
/proc/meminfo: memFree=1419768/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13600 CPUtime=1.58
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 974 8176 0 1 3 0 147 8 16 0 1 0 73507833 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3400 797 370 3 0 500 0
[pid=30649] ppid=30636 vsize=5356 CPUtime=0
/proc/30649/stat : 30649 (sh) S 30636 30636 29569 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73508000 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30649/statm: 1339 233 193 169 0 50 0
[pid=30650] ppid=30649 vsize=869372 CPUtime=23.52
/proc/30650/stat : 30650 (java) S 30649 30636 29569 0 -1 0 60976 0 1 0 2244 108 0 0 18 0 9 0 73508001 890236928 47988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30650/statm: 217343 47988 2566 9 0 211890 0
[pid=30650/tid=30651] ppid=30649 vsize=869372 CPUtime=18.35
/proc/30650/task/30651/stat : 30651 (java) R 30649 30636 29569 0 -1 64 4972 0 1 0 1754 81 0 0 25 0 9 0 73508002 890236928 47988 996147200 134512640 134550740 4294955936 18446744073709551615 4127178187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30652] ppid=30649 vsize=869372 CPUtime=4.83
/proc/30650/task/30652/stat : 30652 (java) S 30649 30636 29569 0 -1 64 53759 0 0 0 458 25 0 0 16 0 9 0 73508003 890236928 47988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30653] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30653/stat : 30653 (java) S 30649 30636 29569 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73508003 890236928 47988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30650/tid=30654] ppid=30649 vsize=869372 CPUtime=0
/proc/30650/task/30654/stat : 30654 (java) S 30649 30636 29569 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73508003 890236928 47988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=508548 CPUtime=3055.68
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 123704 0 0 0 305464 104 0 0 25 0 1 0 73521598 520753152 123690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 127137 123690 76 150 0 126984 0
Current children cumulated CPU time (s) 3191.66
Current children cumulated vsize (KiB) 527900

[startup+3282.3 s]
/proc/loadavg: 2.77 2.68 2.55 3/83 30730
/proc/meminfo: memFree=953736/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=511596 CPUtime=3115.12
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 124481 0 0 0 311407 105 0 0 25 0 1 0 73521598 523874304 124467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 127899 124467 76 150 0 127746 0
Current children cumulated CPU time (s) 3251.1
Current children cumulated vsize (KiB) 530948

[startup+3342.3 s]
/proc/loadavg: 2.68 2.67 2.55 3/83 30730
/proc/meminfo: memFree=950216/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=515160 CPUtime=3174.55
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 125376 0 0 0 317349 106 0 0 25 0 1 0 73521598 527523840 125362 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 128790 125362 76 150 0 128637 0
Current children cumulated CPU time (s) 3310.53
Current children cumulated vsize (KiB) 534512

[startup+3402.31 s]
/proc/loadavg: 2.70 2.67 2.55 4/83 30730
/proc/meminfo: memFree=945736/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=519520 CPUtime=3233.99
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 126470 0 0 0 323291 108 0 0 25 0 1 0 73521598 531988480 126456 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 129880 126456 76 150 0 129727 0
Current children cumulated CPU time (s) 3369.97
Current children cumulated vsize (KiB) 538872

[startup+3462.3 s]
/proc/loadavg: 2.78 2.70 2.57 3/83 30730
/proc/meminfo: memFree=942280/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=523012 CPUtime=3293.42
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 127355 0 0 0 329234 108 0 0 25 0 1 0 73521598 535564288 127341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 130753 127341 76 150 0 130600 0
Current children cumulated CPU time (s) 3429.4
Current children cumulated vsize (KiB) 542364

[startup+3522.3 s]
/proc/loadavg: 2.80 2.71 2.57 4/83 30730
/proc/meminfo: memFree=937800/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=527372 CPUtime=3352.86
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 128457 0 0 0 335177 109 0 0 25 0 1 0 73521598 540028928 128443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 131843 128443 76 150 0 131690 0
Current children cumulated CPU time (s) 3488.84
Current children cumulated vsize (KiB) 546724

[startup+3582.3 s]
/proc/loadavg: 2.69 2.70 2.58 3/83 30730
/proc/meminfo: memFree=933192/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=532024 CPUtime=3412.3
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 129614 0 0 0 341119 111 0 0 25 0 1 0 73521598 544792576 129600 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 133006 129600 76 150 0 132853 0
Current children cumulated CPU time (s) 3548.28
Current children cumulated vsize (KiB) 551376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.6 s]
/proc/loadavg: 2.55 2.66 2.57 4/83 30730
/proc/meminfo: memFree=928776/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=536380 CPUtime=3464.11
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 130703 0 0 0 346298 113 0 0 25 0 1 0 73521598 549253120 130689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 134095 130689 76 150 0 133942 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 555732

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

[startup+3634.6 s]
/proc/loadavg: 2.55 2.66 2.57 4/83 30730
/proc/meminfo: memFree=928776/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=135.98
/proc/30636/stat : 30636 (sugar) S 30634 30636 29569 0 -1 4194304 1372 258917 0 4 5 1 13301 291 16 0 1 0 73507833 14331904 882 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30636/statm: 3499 882 374 3 0 599 0
[pid=30683] ppid=30636 vsize=5356 CPUtime=0
/proc/30683/stat : 30683 (sh) S 30636 30636 29569 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73521598 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30683/statm: 1339 232 193 169 0 50 0
[pid=30684] ppid=30683 vsize=536380 CPUtime=3464.11
/proc/30684/stat : 30684 (minisat) R 30683 30636 29569 0 -1 4194304 130703 0 0 0 346298 113 0 0 25 0 1 0 73521598 549253120 130689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30684/statm: 134095 130689 76 150 0 133942 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 555732

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

[startup+3634.72 s]
/proc/loadavg: 2.55 2.66 2.57 4/83 30730
/proc/meminfo: memFree=928776/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=136.02
/proc/30636/stat : 30636 (sugar) R 30634 30636 29569 0 -1 4194304 1405 259194 0 4 6 4 13301 291 16 0 1 0 73507833 14331904 883 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30636/statm: 3499 883 375 3 0 599 0
Current children cumulated CPU time (s) 136.02
Current children cumulated vsize (KiB) 13996

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

[startup+3634.72 s]
/proc/loadavg: 2.55 2.66 2.57 4/83 30730
/proc/meminfo: memFree=928776/2055920 swapFree=4181064/4192956
[pid=30636] ppid=30634 vsize=13996 CPUtime=136.02
/proc/30636/stat : 30636 (sugar) R 30634 30636 29569 0 -1 4194304 1405 259194 0 4 6 4 13301 291 16 0 1 0 73507833 14331904 883 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30636/statm: 3499 883 375 3 0 599 0
Current children cumulated CPU time (s) 136.02
Current children cumulated vsize (KiB) 13996

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): 3464.07
#  lost CPU user time (s): 3462.97
#  lost CPU system time (s): 1.1

Real time (s): 3634.8
CPU time (s): 3600.18
CPU user time (s): 3596.05
CPU system time (s): 4.13554
CPU usage (%): 99.0476
Max. virtual memory (cumulated for all children) (KiB): 908704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.078
system time used= 3.03554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260630
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8316
involuntary context switches= 10985

runsolver used 5.07323 second user time and 11.4713 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-16 02:28:19
IDJOB=1125236
IDBENCH=63094
IDSOLVER=368
FILE ID=node67/1125236-1216168099
PBS_JOBID= 7905728
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-07_ext.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-1125236-1216168099/watcher-1125236-1216168099 -o /tmp/evaluation-result-1125236-1216168099/solver-1125236-1216168099 -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-1125236-1216168099.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00c13f8bef3b18ee802ca87d371b8f6c
RANDOM SEED=1857468060

node67.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.218
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.218
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:       1748464 kB
Buffers:         75044 kB
Cached:         164580 kB
SwapCached:       5924 kB
Active:         188788 kB
Inactive:        70072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748464 kB
SwapTotal:     4192956 kB
SwapFree:      4181064 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:          35244 kB
Slab:            33564 kB
Committed_AS:   354216 kB
PageTables:       2020 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= 66552 MiB
End job on node67 at 2008-07-16 03:28:56