Trace number 1110601

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+minisat-incMSAT (TO)73 3600.27 3611.43

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-13-a3.xml
MD5SUM944163575f12720c687c0df864291e95
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints3159
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3159
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 04:35:48 2008
0.00/0.08	c 0	PID 13236
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110601-1215830148.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110601-1215830148.xml' 'HOME/temp.csp'
0.06/0.80	c 1	2 domains, 91 variables, 3 predicates, 0 relations, 3159 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.90	c 1	Parsing HOME/temp.csp
1.02/1.11	c 1	parsed 3255 expressions
1.02/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.15	c 1	MAX CSP: 3159 constraints
1.02/1.15	c 1	Converting to clausal form CSP
1.22/1.32	c 1	converted 642 (10%) expressions
1.22/1.37	c 1	converted 1284 (20%) expressions
1.22/1.39	c 1	converted 1926 (30%) expressions
1.31/1.41	c 1	converted 2567 (40%) expressions
1.31/1.44	c 1	converted 3209 (50%) expressions
1.31/1.46	c 1	converted 3851 (60%) expressions
1.31/1.47	c 1	converted 4492 (70%) expressions
1.31/1.49	c 1	converted 5134 (80%) expressions
1.41/1.54	c 1	converted 5776 (90%) expressions
1.71/1.87	c 2	converted 6417 (100%) expressions
1.71/1.87	c 2	CSP : 6409 integers, 78 booleans, 9632 clauses, largest domain size 4739
1.71/1.87	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.87	c 2	Propagation in CSP
1.91/2.00	c 2	3152 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.01	c 2	CSP : 6409 integers, 78 booleans, 9632 clauses, largest domain size 3160
1.91/2.01	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.05	c 2	CSP : 6409 integers, 6084 booleans, 15638 clauses, largest domain size 3160
1.91/2.05	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.16	c 2	641 (10%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
2.01/2.16	c 2	1282 (20%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
2.01/2.18	c 2	1923 (30%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
2.01/2.18	c 2	2564 (40%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
2.01/2.18	c 2	3205 (50%) CSP integer variables are encoded (6201 clauses, 78496 bytes)
2.01/2.19	c 2	3846 (60%) CSP integer variables are encoded (13738 clauses, 190456 bytes)
2.01/2.20	c 2	4487 (70%) CSP integer variables are encoded (19523 clauses, 277231 bytes)
2.10/2.21	c 2	5128 (80%) CSP integer variables are encoded (26592 clauses, 383266 bytes)
2.10/2.22	c 2	5769 (90%) CSP integer variables are encoded (32377 clauses, 470041 bytes)
2.10/2.27	c 2	6409 (100%) CSP integer variables are encoded (71611 clauses, 1058551 bytes)
2.30/2.47	c 2	1564 (10%) CSP clauses are encoded (147014 clauses, 2523392 bytes)
2.49/2.63	c 3	3128 (20%) CSP clauses are encoded (220545 clauses, 3982539 bytes)
2.59/2.77	c 3	4692 (30%) CSP clauses are encoded (294007 clauses, 5440317 bytes)
2.79/2.93	c 3	6256 (40%) CSP clauses are encoded (367538 clauses, 6899464 bytes)
2.89/3.07	c 3	7819 (50%) CSP clauses are encoded (440999 clauses, 8357222 bytes)
3.98/4.12	c 4	9383 (60%) CSP clauses are encoded (889234 clauses, 18469596 bytes)
5.17/5.34	c 5	10947 (70%) CSP clauses are encoded (1527788 clauses, 32095545 bytes)
8.82/9.04	c 9	12511 (80%) CSP clauses are encoded (3417240 clauses, 72595732 bytes)
10.00/10.27	c 10	14075 (90%) CSP clauses are encoded (4055700 clauses, 86219786 bytes)
28.15/28.84	c 29	15638 (100%) CSP clauses are encoded (13491652 clauses, 288527309 bytes)
28.15/28.85	c 29	15638 CSP clauses encoded
28.15/28.85	c 29	Writing map file : HOME/temp.map
28.15/28.90	c 29	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.15/28.90	c 29	SAT : 84104 SAT variables, 13491652 SAT clauses, 288527309 bytes
28.15/28.90	c 29	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.24/28.96	c 29	OBJECTIVE minimize _COST
28.24/28.96	c 29	SOLVING HOME/temp.cnf
28.24/28.96	c 29	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
28.24/28.96	c 29	This is MiniSat 2.0 beta incremental
28.24/28.96	c 29	WARNING: for repeatability, setting FPU to use double precision
28.24/28.96	c 29	============================[ Problem Statistics ]=============================
28.24/28.96	c 29	|                                                                             |
28.24/28.96	c 29	|  Number of variables:  84104                                                |
28.24/28.96	c 29	|  Number of clauses:    13491652                                             |
34.26/35.06	c 35	|  Parsing time:         5.24         s                                       |
34.55/35.33	c 35	OK
34.55/35.33	c 35	OBJECTIVE BOUND: 0 <= _COST <= 
34.55/35.33	c 35	SEARCHING: _COST <= 1580
34.55/35.33	c 35	============================[ Search Statistics ]==============================
34.55/35.33	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.55/35.33	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.55/35.33	c 35	===============================================================================
34.55/35.33	c 35	|         0 |   84104 13491652 40628322 |  4497217        0    nan |  0.000 % |
36.73/37.55	c 37	|       100 |   84104 13491652 40628322 |  4946939      100     17 |  0.000 % |
37.43/38.22	c 38	|       251 |   84104 13491652 40628322 |  5441632      251     22 |  0.000 % |
37.92/38.76	c 39	===============================================================================
37.92/38.77	c 39	restarts              : 3
37.92/38.77	c 39	conflicts             : 298           (34 /sec)
37.92/38.77	c 39	decisions             : 3243          (0.83 % random) (366 /sec)
37.92/38.77	c 39	propagations          : 808387         (91326 /sec)
37.92/38.77	c 39	conflict literals     : 5891           (13.38 % deleted)
37.92/38.77	c 39	Memory used           : 558.78 MB
37.92/38.77	c 39	CPU time              : 8.85165 s
37.92/38.77	c 39	
37.92/38.77	c 39	SATISFIABLE
37.92/38.80	c 39	OK
37.92/38.80	c 39	FOUND: _COST <= 1580
37.92/38.80	s SATISFIABLE
37.92/38.80	c 39	DECODING HOME/temp.out WITH HOME/temp.map
37.92/38.80	c 39	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.02/38.88	c 39	Decoding HOME/temp.out
38.02/39.12	c 39	OBJECTIVE _COST 655
38.02/39.12	o 655
38.02/39.13	v 0 1 8 25 58 66 54 67 68 69 69 70 70 39 8 25 58 23 54 37 6 1 69 70 22 7 24 57 7 53 66 67 68 68 5 69 17 50 6 46 59 60 61 60 62 65 33 70 29 61 43 44 67 27 45 38 59 9 10 11 68 12 12 41 31 28 3 67 4 40 13 63 66 15 64 16 32 2 62 14 3 1 63 2 65 26 64 58 1 67 42
38.02/39.13	c 39	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
38.39/39.23	c 39	OK
38.39/39.23	c 39	OBJECTIVE BOUND: 0 <= _COST <= 655
38.39/39.23	c 39	SEARCHING: _COST <= 327
38.39/39.23	c 39	============================[ Search Statistics ]==============================
38.39/39.23	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.39/39.23	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.39/39.23	c 39	===============================================================================
38.39/39.23	c 39	|       298 |   84104 13491652 40628322 |  4497217      298     20 |  0.000 % |
39.28/40.20	c 40	|       398 |   56578 13491652 40628322 |  4946939      398     19 | 37.309 % |
39.68/40.52	c 40	===============================================================================
39.68/40.52	c 40	restarts              : 5
39.68/40.52	c 40	conflicts             : 424           (41 /sec)
39.68/40.52	c 40	decisions             : 5966          (0.62 % random) (584 /sec)
39.68/40.52	c 40	propagations          : 1294641        (126684 /sec)
39.68/40.52	c 40	conflict literals     : 7621           (13.59 % deleted)
39.68/40.52	c 40	Memory used           : 560.71 MB
39.68/40.52	c 40	CPU time              : 10.2194 s
39.68/40.52	c 40	
39.68/40.52	c 40	SATISFIABLE
39.68/40.55	c 40	OK
39.68/40.55	c 40	FOUND: _COST <= 327
39.68/40.55	c 40	DECODING HOME/temp.out WITH HOME/temp.map
39.68/40.55	c 40	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.77/40.64	c 41	Decoding HOME/temp.out
39.97/40.89	c 41	OBJECTIVE _COST 327
39.97/40.89	o 327
39.97/40.89	v 15 64 23 66 68 69 70 69 70 67 70 70 70 49 8 67 53 54 55 40 70 67 70 69 68 35 67 4 5 70 5 66 64 64 6 69 43 45 46 50 50 55 44 42 70 47 2 46 58 3 51 64 4 66 65 32 2 1 60 57 2 62 56 37 65 66 59 39 61 54 42 38 34 41 48 63 50 35 1 65 63 52 67 65 68 36 3 59 48 60 33
39.97/40.89	c 41	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
40.06/40.97	c 41	OK
40.06/40.97	c 41	OBJECTIVE BOUND: 0 <= _COST <= 327
40.06/40.97	c 41	SEARCHING: _COST <= 163
40.06/40.97	c 41	============================[ Search Statistics ]==============================
40.06/40.97	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.06/40.97	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.06/40.97	c 41	===============================================================================
40.06/40.97	c 41	|       424 |   52726 13491652 40628322 |  4497217      424     18 | 37.309 % |
40.44/41.30	c 41	===============================================================================
40.44/41.30	c 41	restarts              : 6
40.44/41.30	c 41	conflicts             : 463           (44 /sec)
40.44/41.30	c 41	decisions             : 6726          (0.58 % random) (633 /sec)
40.44/41.30	c 41	propagations          : 1372300        (129189 /sec)
40.44/41.30	c 41	conflict literals     : 8094           (13.14 % deleted)
40.44/41.30	c 41	Memory used           : 561.23 MB
40.44/41.30	c 41	CPU time              : 10.6224 s
40.44/41.30	c 41	
40.44/41.30	c 41	SATISFIABLE
40.44/41.33	c 41	OK
40.44/41.33	c 41	FOUND: _COST <= 163
40.44/41.33	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.44/41.33	c 41	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.47/41.41	c 41	Decoding HOME/temp.out
40.47/41.66	c 42	OBJECTIVE _COST 163
40.47/41.66	o 163
40.47/41.67	v 15 60 61 66 69 70 70 68 69 67 70 70 70 45 46 44 3 69 55 53 69 52 68 51 69 31 6 35 58 70 8 50 7 48 10 70 63 30 9 5 7 56 65 67 52 9 38 54 43 2 59 36 4 66 4 59 1 42 49 37 29 64 58 39 32 62 57 40 66 60 56 39 34 47 41 61 1 39 2 49 2 54 64 1 63 68 3 62 46 33 53
40.47/41.67	c 42	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
40.79/41.76	c 42	OK
40.79/41.76	c 42	OBJECTIVE BOUND: 0 <= _COST <= 163
40.79/41.76	c 42	SEARCHING: _COST <= 81
40.79/41.76	c 42	============================[ Search Statistics ]==============================
40.79/41.76	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.79/41.76	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.79/41.76	c 42	===============================================================================
40.79/41.76	c 42	|       463 |   47002 13491652 40628322 |  4497217      463     17 | 37.309 % |
42.01/42.98	c 43	|       566 |   47002 13491652 40628322 |  4946939      566     19 | 49.214 % |
42.70/43.66	c 44	|       717 |   47002 13491652 40628322 |  5441632      717     17 | 49.214 % |
44.28/45.23	c 45	|       944 |   47002 13491652 40628322 |  5985796      944     21 | 49.214 % |
45.08/46.09	c 46	===============================================================================
45.08/46.09	c 46	restarts              : 10
45.08/46.09	c 46	conflicts             : 1200          (80 /sec)
45.08/46.09	c 46	decisions             : 9472          (0.55 % random) (632 /sec)
45.08/46.09	c 46	propagations          : 3485327        (232437 /sec)
45.08/46.09	c 46	conflict literals     : 24054          (15.78 % deleted)
45.08/46.09	c 46	Memory used           : 562.16 MB
45.08/46.09	c 46	CPU time              : 14.9947 s
45.08/46.09	c 46	
45.08/46.09	c 46	SATISFIABLE
45.17/46.13	c 46	OK
45.17/46.13	c 46	FOUND: _COST <= 81
45.17/46.13	c 46	DECODING HOME/temp.out WITH HOME/temp.map
45.17/46.13	c 46	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
45.20/46.20	c 46	Decoding HOME/temp.out
45.20/46.65	c 47	OBJECTIVE _COST 81
45.20/46.65	o 81
45.20/46.66	v 1 6 10 69 15 59 66 67 69 70 70 70 70 20 9 50 14 58 65 66 68 69 49 43 35 4 63 37 28 36 61 13 64 67 64 64 59 5 49 56 57 37 62 70 60 67 47 6 32 57 24 46 38 1 60 44 51 33 54 55 54 26 66 30 8 10 21 48 11 70 1 29 4 7 53 52 2 53 40 3 34 41 45 45 42 22 23 25 39 27 31
45.20/46.66	c 47	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
45.20/46.75	c 47	OK
45.20/46.75	c 47	OBJECTIVE BOUND: 0 <= _COST <= 81
45.20/46.75	c 47	SEARCHING: _COST <= 40
45.20/46.75	c 47	============================[ Search Statistics ]==============================
45.20/46.75	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.20/46.75	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.20/46.75	c 47	===============================================================================
45.20/46.75	c 47	|      1200 |   42713 13491652 40628322 |  4497217     1200     20 | 49.214 % |
46.52/47.57	c 47	|      1301 |   42713 13491652 40628322 |  4946939     1301     20 | 53.573 % |
47.51/48.50	c 48	|      1452 |   42713 13491652 40628322 |  5441632     1452     19 | 53.573 % |
49.39/50.43	c 50	|      1679 |   42713 13491652 40628322 |  5985796     1679     19 | 53.573 % |
51.47/52.57	c 52	|      2016 |   42713 13491652 40628322 |  6584375     2016     20 | 53.573 % |
54.24/55.34	c 55	|      2523 |   42713 13491652 40628322 |  7242813     2523     21 | 53.573 % |
59.49/60.68	c 61	|      3282 |   42713 13491652 40628322 |  7967094     3282     23 | 53.573 % |
67.02/68.24	c 68	|      4421 |   42713 13491652 40628322 |  8763804     4421     24 | 53.573 % |
78.01/79.36	c 79	|      6129 |   42713 13491652 40628322 |  9640184     6129     23 | 53.573 % |
96.93/98.40	c 98	|      8691 |   42713 13491652 40628322 | 10604203     8691     22 | 53.573 % |
120.80/122.53	c 122	|     12538 |   42713 13491652 40628322 | 11664623    12538     21 | 53.573 % |
177.36/179.69	c 180	|     18304 |   39047  1498680  4781499 | 12831085    18252     21 | 53.573 % |
220.16/222.88	c 223	|     26954 |   39047  1498680  4781499 | 14114194    26902     22 | 53.573 % |
290.46/293.94	c 294	|     39929 |   39047  1498680  4781499 | 15525613    39877     25 | 53.573 % |
403.29/407.81	c 408	|     59390 |   39047  1498680  4781499 | 17078175    59338     26 | 53.573 % |
584.78/591.02	c 591	|     88582 |   39047  1498680  4781499 | 18785992    88530     28 | 53.573 % |
804.51/812.82	c 813	|    132371 |   39047  1498680  4781499 | 20664592   132319     28 | 53.573 % |
1168.66/1178.94	c 1179	|    198055 |   39047  1498680  4781499 | 22731051   198003     29 | 53.573 % |
1868.59/1879.12	c 1879	|    296585 |   39047  1498680  4781499 | 25004156   296533     29 | 53.573 % |
2761.04/2771.97	c 2772	|    444375 |   39047  1498680  4781499 | 27504572   444323     28 | 53.573 % |
3600.02/3611.21	c ERROR INTERRUPTED
3600.14/3611.39	c 3611	CPU 3596.57 (0.07 0.02 3596.5 3.52)
3600.14/3611.39	c 3611	END Sat Jul 12 05:35:59 2008

Verifier Data (download as text)

OK	73	3086
73 unsatisfied constraints, 3086 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-1110601-1215830148/watcher-1110601-1215830148 -o /tmp/evaluation-result-1110601-1215830148/solver-1110601-1215830148 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110601-1215830148.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.00 4/81 13236
/proc/meminfo: memFree=1598752/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=12268 CPUtime=0
/proc/13236/stat : 13236 (sugar++) R 13234 13236 11992 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39717590 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 252429695589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13236/statm: 3067 316 241 3 0 167 0

[startup+0.09712 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13236
/proc/meminfo: memFree=1598752/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.06
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101331 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13236
/proc/meminfo: memFree=1598752/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.06
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30113 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13236
/proc/meminfo: memFree=1598752/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.06
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701173 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 13236
/proc/meminfo: memFree=1598752/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.06
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50225 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 13258
/proc/meminfo: memFree=1589896/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.76
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1296 6652 0 1 5 1 66 4 15 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
[pid=13249] ppid=13236 vsize=5356 CPUtime=0
/proc/13249/stat : 13249 (sh) S 13236 13236 11992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39717672 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13249/statm: 1339 233 193 169 0 50 0
[pid=13250] ppid=13249 vsize=868364 CPUtime=0.65
/proc/13250/stat : 13250 (java) S 13249 13236 11992 0 -1 0 5901 0 1 0 62 3 0 0 18 0 9 0 39717673 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13250/statm: 217091 5319 1737 9 0 211666 0
[pid=13250/tid=13251] ppid=13249 vsize=868364 CPUtime=0.38
/proc/13250/task/13251/stat : 13251 (java) R 13249 13236 11992 0 -1 64 2657 0 1 0 37 1 0 0 22 0 9 0 39717673 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13252] ppid=13249 vsize=868364 CPUtime=0.05
/proc/13250/task/13252/stat : 13252 (java) R 13249 13236 11992 0 -1 64 1101 0 0 0 5 0 0 0 16 0 9 0 39717675 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13253] ppid=13249 vsize=868364 CPUtime=0
/proc/13250/task/13253/stat : 13253 (java) S 13249 13236 11992 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 39717675 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13254] ppid=13249 vsize=868364 CPUtime=0
/proc/13250/task/13254/stat : 13254 (java) S 13249 13236 11992 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 39717675 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13255] ppid=13249 vsize=868364 CPUtime=0
/proc/13250/task/13255/stat : 13255 (java) S 13249 13236 11992 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39717677 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13256] ppid=13249 vsize=868364 CPUtime=0.19
/proc/13250/task/13256/stat : 13256 (java) S 13249 13236 11992 0 -1 64 1452 0 0 0 19 0 0 0 16 0 9 0 39717677 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13257] ppid=13249 vsize=868364 CPUtime=0
/proc/13250/task/13257/stat : 13257 (java) S 13249 13236 11992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39717677 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13258] ppid=13249 vsize=868364 CPUtime=0
/proc/13250/task/13258/stat : 13258 (java) R 13249 13236 11992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39717677 889204736 5319 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890460

[startup+3.10241 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 13258
/proc/meminfo: memFree=1573896/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.76
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1297 6652 0 1 5 1 66 4 15 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
[pid=13249] ppid=13236 vsize=5356 CPUtime=0
/proc/13249/stat : 13249 (sh) S 13236 13236 11992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39717672 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13249/statm: 1339 233 193 169 0 50 0
[pid=13250] ppid=13249 vsize=868476 CPUtime=2.24
/proc/13250/stat : 13250 (java) S 13249 13236 11992 0 -1 0 8973 0 1 0 212 12 0 0 18 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13250/statm: 217119 7895 2565 9 0 211666 0
[pid=13250/tid=13251] ppid=13249 vsize=868476 CPUtime=1.56
/proc/13250/task/13251/stat : 13251 (java) R 13249 13236 11992 0 -1 64 3012 0 1 0 149 7 0 0 25 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4127029778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13252] ppid=13249 vsize=868476 CPUtime=0.35
/proc/13250/task/13252/stat : 13252 (java) S 13249 13236 11992 0 -1 64 3758 0 0 0 33 2 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13253] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13253/stat : 13253 (java) S 13249 13236 11992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13254] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13254/stat : 13254 (java) S 13249 13236 11992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13255] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13255/stat : 13255 (java) S 13249 13236 11992 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13256] ppid=13249 vsize=868476 CPUtime=0.29
/proc/13250/task/13256/stat : 13256 (java) S 13249 13236 11992 0 -1 64 1510 0 0 0 28 1 0 0 16 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13257] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13257/stat : 13257 (java) S 13249 13236 11992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13258] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13258/stat : 13258 (java) S 13249 13236 11992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890572

[startup+6.30273 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 13258
/proc/meminfo: memFree=1540936/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.76
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1297 6652 0 1 5 1 66 4 16 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
[pid=13249] ppid=13236 vsize=5356 CPUtime=0
/proc/13249/stat : 13249 (sh) S 13236 13236 11992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39717672 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13249/statm: 1339 233 193 169 0 50 0
[pid=13250] ppid=13249 vsize=868476 CPUtime=5.4
/proc/13250/stat : 13250 (java) S 13249 13236 11992 0 -1 0 9930 0 1 0 502 38 0 0 18 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13250/statm: 217119 7895 2565 9 0 211666 0
[pid=13250/tid=13251] ppid=13249 vsize=868476 CPUtime=4.49
/proc/13250/task/13251/stat : 13251 (java) R 13249 13236 11992 0 -1 64 3969 0 1 0 420 29 0 0 25 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13252] ppid=13249 vsize=868476 CPUtime=0.59
/proc/13250/task/13252/stat : 13252 (java) S 13249 13236 11992 0 -1 64 3758 0 0 0 52 7 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13253] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13253/stat : 13253 (java) S 13249 13236 11992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13254] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13254/stat : 13254 (java) S 13249 13236 11992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13255] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13255/stat : 13255 (java) S 13249 13236 11992 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13256] ppid=13249 vsize=868476 CPUtime=0.29
/proc/13250/task/13256/stat : 13256 (java) S 13249 13236 11992 0 -1 64 1510 0 0 0 28 1 0 0 16 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13257] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13257/stat : 13257 (java) S 13249 13236 11992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13258] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13258/stat : 13258 (java) S 13249 13236 11992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890572

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 13258
/proc/meminfo: memFree=1467272/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.76
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1297 6652 0 1 5 1 66 4 16 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
[pid=13249] ppid=13236 vsize=5356 CPUtime=0
/proc/13249/stat : 13249 (sh) S 13236 13236 11992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39717672 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13249/statm: 1339 233 193 169 0 50 0
[pid=13250] ppid=13249 vsize=868476 CPUtime=11.71
/proc/13250/stat : 13250 (java) S 13249 13236 11992 0 -1 0 11838 0 1 0 1075 96 0 0 18 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13250/statm: 217119 7895 2565 9 0 211666 0
[pid=13250/tid=13251] ppid=13249 vsize=868476 CPUtime=10.32
/proc/13250/task/13251/stat : 13251 (java) R 13249 13236 11992 0 -1 64 5877 0 1 0 958 74 0 0 25 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13252] ppid=13249 vsize=868476 CPUtime=1.07
/proc/13250/task/13252/stat : 13252 (java) S 13249 13236 11992 0 -1 64 3758 0 0 0 87 20 0 0 15 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13253] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13253/stat : 13253 (java) S 13249 13236 11992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13254] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13254/stat : 13254 (java) S 13249 13236 11992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13255] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13255/stat : 13255 (java) S 13249 13236 11992 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13256] ppid=13249 vsize=868476 CPUtime=0.29
/proc/13250/task/13256/stat : 13256 (java) S 13249 13236 11992 0 -1 64 1510 0 0 0 28 1 0 0 16 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13257] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13257/stat : 13257 (java) S 13249 13236 11992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13258] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13258/stat : 13258 (java) S 13249 13236 11992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39717677 889319424 7895 996147200 134512640 134550740 4294955920 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) 890572

[startup+25.5026 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 13258
/proc/meminfo: memFree=1323272/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=16740 CPUtime=0.76
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1297 6652 0 1 5 1 66 4 16 0 1 0 39717590 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13236/statm: 4185 1104 409 3 0 764 0
[pid=13249] ppid=13236 vsize=5356 CPUtime=0
/proc/13249/stat : 13249 (sh) S 13236 13236 11992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39717672 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13249/statm: 1339 233 193 169 0 50 0
[pid=13250] ppid=13249 vsize=868476 CPUtime=24.17
/proc/13250/stat : 13250 (java) S 13249 13236 11992 0 -1 0 15577 0 1 0 2218 199 0 0 18 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13250/statm: 217119 7895 2565 9 0 211666 0
[pid=13250/tid=13251] ppid=13249 vsize=868476 CPUtime=21.85
/proc/13250/task/13251/stat : 13251 (java) R 13249 13236 11992 0 -1 64 9616 0 1 0 2027 158 0 0 25 0 9 0 39717673 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4126476366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13252] ppid=13249 vsize=868476 CPUtime=1.99
/proc/13250/task/13252/stat : 13252 (java) S 13249 13236 11992 0 -1 64 3758 0 0 0 160 39 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13253] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13253/stat : 13253 (java) S 13249 13236 11992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13250/tid=13254] ppid=13249 vsize=868476 CPUtime=0
/proc/13250/task/13254/stat : 13254 (java) S 13249 13236 11992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39717675 889319424 7895 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=579860 CPUtime=2881.54
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140110 0 0 0 288061 93 0 0 25 0 1 0 39720486 593776640 140052 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 144965 140052 80 151 0 144811 0
Current children cumulated CPU time (s) 2911.38
Current children cumulated vsize (KiB) 596996

[startup+2982.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 13625
/proc/meminfo: memFree=748816/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=579860 CPUtime=2941.51
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140121 0 0 0 294058 93 0 0 25 0 1 0 39720486 593776640 140063 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 144965 140063 80 151 0 144811 0
Current children cumulated CPU time (s) 2971.35
Current children cumulated vsize (KiB) 596996

[startup+3042.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/75 13625
/proc/meminfo: memFree=748496/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3001.49
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140225 0 0 0 300056 93 0 0 25 0 1 0 39720486 594333696 140167 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140167 80 151 0 144947 0
Current children cumulated CPU time (s) 3031.33
Current children cumulated vsize (KiB) 597540

[startup+3102.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/75 13625
/proc/meminfo: memFree=748432/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3061.48
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140234 0 0 0 306054 94 0 0 25 0 1 0 39720486 594333696 140176 996147200 134512640 135134323 4294956192 18446744073709551615 134532183 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140176 80 151 0 144947 0
Current children cumulated CPU time (s) 3091.32
Current children cumulated vsize (KiB) 597540

[startup+3162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/75 13625
/proc/meminfo: memFree=748432/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3121.45
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140242 0 0 0 312051 94 0 0 25 0 1 0 39720486 594333696 140184 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140184 80 151 0 144947 0
Current children cumulated CPU time (s) 3151.29
Current children cumulated vsize (KiB) 597540

[startup+3222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 13625
/proc/meminfo: memFree=748368/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3181.43
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140251 0 0 0 318049 94 0 0 25 0 1 0 39720486 594333696 140193 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140193 80 151 0 144947 0
Current children cumulated CPU time (s) 3211.27
Current children cumulated vsize (KiB) 597540

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 13625
/proc/meminfo: memFree=748368/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3241.41
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140260 0 0 0 324047 94 0 0 25 0 1 0 39720486 594333696 140202 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140202 80 151 0 144947 0
Current children cumulated CPU time (s) 3271.25
Current children cumulated vsize (KiB) 597540

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 13625
/proc/meminfo: memFree=748368/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3301.38
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140269 0 0 0 330044 94 0 0 25 0 1 0 39720486 594333696 140211 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140211 80 151 0 144947 0
Current children cumulated CPU time (s) 3331.22
Current children cumulated vsize (KiB) 597540

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 13625
/proc/meminfo: memFree=748240/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3361.36
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140278 0 0 0 336042 94 0 0 25 0 1 0 39720486 594333696 140220 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140220 80 151 0 144947 0
Current children cumulated CPU time (s) 3391.2
Current children cumulated vsize (KiB) 597540

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13625
/proc/meminfo: memFree=748112/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3421.34
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140288 0 0 0 342040 94 0 0 25 0 1 0 39720486 594333696 140230 996147200 134512640 135134323 4294956192 18446744073709551615 134531941 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140230 80 151 0 144947 0
Current children cumulated CPU time (s) 3451.18
Current children cumulated vsize (KiB) 597540

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13625
/proc/meminfo: memFree=748112/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=580404 CPUtime=3481.31
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140297 0 0 0 348037 94 0 0 25 0 1 0 39720486 594333696 140239 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145101 140239 80 151 0 144947 0
Current children cumulated CPU time (s) 3511.15
Current children cumulated vsize (KiB) 597540

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13625
/proc/meminfo: memFree=746768/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=581920 CPUtime=3541.28
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140636 0 0 0 354034 94 0 0 25 0 1 0 39720486 595886080 140578 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145480 140578 80 151 0 145326 0
Current children cumulated CPU time (s) 3571.12
Current children cumulated vsize (KiB) 599056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13625
/proc/meminfo: memFree=746640/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=29.84
/proc/13236/stat : 13236 (sugar++) S 13234 13236 11992 0 -1 4194304 1848 39710 0 6 7 2 2726 249 16 0 1 0 39717590 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13236/statm: 4284 1204 414 3 0 863 0
[pid=13259] ppid=13236 vsize=582100 CPUtime=3570.18
/proc/13259/stat : 13259 (minisat-inc) R 13236 13236 11992 0 -1 4194304 140669 0 0 0 356924 94 0 0 25 0 1 0 39720486 596070400 140611 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13259/statm: 145525 140611 80 151 0 145371 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 599236

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

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

[startup+3611.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13625
/proc/meminfo: memFree=746640/2055920 swapFree=4192956/4192956
[pid=13236] ppid=13234 vsize=17136 CPUtime=3600.22
/proc/13236/stat : 13236 (sugar++) R 13234 13236 11992 0 -1 4194304 1873 180379 0 6 7 13 359650 352 19 0 1 0 39717590 17547264 1205 996147200 4194304 4206940 548682068528 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13236/statm: 4284 1205 415 3 0 863 0
Current children cumulated CPU time (s) 3600.22
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3611.43
CPU time (s): 3600.27
CPU user time (s): 3596.58
CPU system time (s): 3.68644
CPU usage (%): 99.6909
Max. virtual memory (cumulated for all children) (KiB): 890648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.58
system time used= 3.68644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182307
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59970
involuntary context switches= 109332

runsolver used 4.30635 second user time and 9.78351 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-12 04:35:48
IDJOB=1110601
IDBENCH=61127
IDSOLVER=367
FILE ID=node12/1110601-1215830148
PBS_JOBID= 7903328
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-13-a3.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110601-1215830148/watcher-1110601-1215830148 -o /tmp/evaluation-result-1110601-1215830148/solver-1110601-1215830148 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110601-1215830148.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 944163575f12720c687c0df864291e95
RANDOM SEED=202035237

node12.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.212
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	: 5931.00
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.212
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:       1599232 kB
Buffers:         64980 kB
Cached:         296168 kB
SwapCached:          0 kB
Active:         221372 kB
Inactive:       168896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599232 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:          49232 kB
Slab:            51520 kB
Committed_AS:   160804 kB
PageTables:       1900 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= 66356 MiB
End job on node12 at 2008-07-12 05:36:01