Trace number 1113652

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)2 3600.13 3614.13

General information on the benchmark

Namecsp/graphColoring/insertion/full-insertion/
normalized-1-fullins-5-5.xml
MD5SUM99ee7f10889b1bec75c11802e7463e55
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1650.1
Satisfiable
(Un)Satisfiability was proved
Number of variables282
Number of constraints3247
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3247
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.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul 12 20:55:34 2008
0.00/0.13	c 0	PID 18555
0.00/0.14	c 0	HOST node1.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1113652-1215888933.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113652-1215888933.xml' 'HOME/temp.csp'
0.04/0.86	c 0	1 domains, 282 variables, 1 predicates, 0 relations, 3247 constraints
0.04/0.87	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.87	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.95	c 1	Parsing HOME/temp.csp
0.96/1.16	c 1	parsed 3531 expressions
0.96/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.20	c 1	MAX CSP: 3247 constraints
1.05/1.20	c 1	Converting to clausal form CSP
1.15/1.30	c 1	converted 679 (10%) expressions
1.25/1.42	c 1	converted 1357 (20%) expressions
1.25/1.44	c 1	converted 2035 (30%) expressions
1.25/1.46	c 1	converted 2713 (40%) expressions
1.25/1.49	c 1	converted 3391 (50%) expressions
1.35/1.50	c 1	converted 4069 (60%) expressions
1.35/1.52	c 1	converted 4747 (70%) expressions
1.35/1.57	c 1	converted 5425 (80%) expressions
1.35/1.59	c 1	converted 6103 (90%) expressions
1.75/1.91	c 2	converted 6781 (100%) expressions
1.75/1.91	c 2	CSP : 6776 integers, 0 booleans, 9740 clauses, largest domain size 4871
1.75/1.91	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.75/1.91	c 2	Propagation in CSP
1.85/2.05	c 2	3239 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.85/2.05	c 2	CSP : 6776 integers, 0 booleans, 9740 clauses, largest domain size 3248
1.85/2.05	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/2.06	c 2	Simplifing CSP by introducing new Boolean variables
1.85/2.10	c 2	CSP : 6776 integers, 6494 booleans, 16234 clauses, largest domain size 3248
1.85/2.10	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.17	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.96/2.20	c 2	678 (10%) CSP integer variables are encoded (846 clauses, 9401 bytes)
1.96/2.21	c 2	1356 (20%) CSP integer variables are encoded (846 clauses, 9401 bytes)
2.05/2.22	c 2	2033 (30%) CSP integer variables are encoded (846 clauses, 9401 bytes)
2.05/2.22	c 2	2711 (40%) CSP integer variables are encoded (846 clauses, 9401 bytes)
2.05/2.22	c 2	3388 (50%) CSP integer variables are encoded (846 clauses, 9401 bytes)
2.05/2.23	c 2	4066 (60%) CSP integer variables are encoded (7929 clauses, 105055 bytes)
2.05/2.24	c 2	4744 (70%) CSP integer variables are encoded (13725 clauses, 191995 bytes)
2.05/2.25	c 2	5421 (80%) CSP integer variables are encoded (21564 clauses, 309580 bytes)
2.05/2.26	c 2	6099 (90%) CSP integer variables are encoded (27710 clauses, 401770 bytes)
2.14/2.31	c 2	6776 (100%) CSP integer variables are encoded (68193 clauses, 1009015 bytes)
2.14/2.36	c 2	1624 (10%) CSP clauses are encoded (74149 clauses, 1102441 bytes)
2.14/2.40	c 2	3247 (20%) CSP clauses are encoded (80100 clauses, 1200804 bytes)
2.24/2.42	c 2	4871 (30%) CSP clauses are encoded (86056 clauses, 1299347 bytes)
2.24/2.45	c 2	6494 (40%) CSP clauses are encoded (92007 clauses, 1398033 bytes)
2.24/2.47	c 2	8117 (50%) CSP clauses are encoded (97958 clauses, 1498539 bytes)
2.24/2.49	c 2	9741 (60%) CSP clauses are encoded (103910 clauses, 1600141 bytes)
3.54/3.73	c 3	11364 (70%) CSP clauses are encoded (778261 clauses, 15723659 bytes)
7.25/7.63	c 7	12988 (80%) CSP clauses are encoded (2774545 clauses, 58516177 bytes)
8.44/8.87	c 8	14611 (90%) CSP clauses are encoded (3448896 clauses, 72908230 bytes)
26.90/27.55	c 27	16234 (100%) CSP clauses are encoded (13415742 clauses, 286602780 bytes)
26.90/27.55	c 27	16234 CSP clauses encoded
26.90/27.55	c 27	Writing map file : HOME/temp.map
26.99/27.60	c 27	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.99/27.60	c 27	SAT : 81463 SAT variables, 13415742 SAT clauses, 286602780 bytes
26.99/27.60	c 27	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.99/27.65	c 27	OBJECTIVE minimize _COST
27.02/27.94	c 28	OBJECTIVE BOUND: 0 <= _COST <= 
27.02/27.94	c 28	SEARCHING: _COST <= 1624
27.02/27.94	c 28	SOLVING HOME/temp.cnf
27.02/27.94	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.02/27.94	c 28	This is MiniSat 2.0 beta
27.02/27.94	c 28	WARNING: for repeatability, setting FPU to use double precision
27.02/27.94	c 28	============================[ Problem Statistics ]=============================
27.02/27.94	c 28	|                                                                             |
27.02/27.95	c 28	|  Number of variables:  81463                                                |
27.02/27.95	c 28	|  Number of clauses:    13415743                                             |
33.33/34.39	c 34	|  Parsing time:         5.60         s                                       |
53.42/54.52	c 54	============================[ Search Statistics ]==============================
53.42/54.52	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.42/54.52	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.42/54.52	c 54	===============================================================================
53.42/54.52	c 54	|         0 |   61987  8531008 25430707 |  2843669        0    nan |  0.000 % |
54.22/55.31	c 55	|       100 |   61987  8531008 25430707 |  3128036      100     45 | 23.908 % |
54.52/55.63	c 55	===============================================================================
54.52/55.63	c 55	restarts              : 2
54.52/55.63	c 55	conflicts             : 180            (7 /sec)
54.52/55.63	c 55	decisions             : 3474           (0.46 % random) (130 /sec)
54.52/55.63	c 55	propagations          : 222926         (8338 /sec)
54.52/55.63	c 55	conflict literals     : 9036           (0.64 % deleted)
54.52/55.63	c 55	Memory used           : 525.29 MB
54.52/55.63	c 55	CPU time              : 26.7369 s
54.52/55.63	c 55	
54.52/55.66	c 55	SATISFIABLE
54.62/55.74	c 55	FOUND: _COST <= 1624
54.62/55.74	s SATISFIABLE
54.62/55.74	c 55	DECODING HOME/temp.out WITH HOME/temp.map
54.62/55.74	c 55	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
54.68/55.82	c 55	Decoding HOME/temp.out
54.91/56.06	c 56	OBJECTIVE _COST 312
54.91/56.06	o 312
54.91/56.08	v 0 2 0 2 4 2 4 4 4 3 3 3 4 4 3 4 4 4 2 2 2 2 4 2 2 2 2 4 4 3 1 2 1 1 4 1 4 1 4 3 3 3 3 4 1 4 4 3 2 2 2 2 2 2 2 2 2 1 2 1 0 0 4 0 2 0 2 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 1 0 4 0 4 4 4 4 4 4 3 3 3 3 4 3 4 4 4 4 0 0 4 4 0 4 0 4 4 4 4 1 1 1 4 4 1 4 1 4 3 3 4 3 4 3 4 3 4 1 1 1 1 1 1 1 1 1 1 1 4 0 4 4 4 4 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 3 0 1 0 2 0 2 0 2 0 2 2 3 3 3 3 3 3 3 3 3 0 2 2 0 0 0 2 0 2 3 0 3 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 2 2 2 2 2 2 2 2 2 3 2 3 2 2 2 0 0 0 0 2 2 2 2 2 0 2 0 2 2 0 0 0 0 2 0 0 2 0 0 0 2 2 3 2 2 4 2 1
54.91/56.08	c 56	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
55.01/56.11	c 56	OBJECTIVE BOUND: 0 <= _COST <= 312
55.01/56.11	c 56	SEARCHING: _COST <= 156
55.01/56.11	c 56	SOLVING HOME/temp.cnf
55.01/56.11	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
55.01/56.11	c 56	This is MiniSat 2.0 beta
55.01/56.11	c 56	WARNING: for repeatability, setting FPU to use double precision
55.01/56.11	c 56	============================[ Problem Statistics ]=============================
55.01/56.11	c 56	|                                                                             |
55.01/56.11	c 56	|  Number of variables:  81463                                                |
55.01/56.11	c 56	|  Number of clauses:    13415743                                             |
61.66/62.81	c 62	|  Parsing time:         5.85         s                                       |
93.01/94.39	c 94	============================[ Search Statistics ]==============================
93.01/94.39	c 94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
93.01/94.39	c 94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
93.01/94.39	c 94	===============================================================================
93.01/94.39	c 94	|         0 |   38480  1296762  3797022 |   432254        0    nan |  0.000 % |
93.61/94.90	c 95	|       100 |   38480  1296762  3797022 |   475479      100     35 | 52.764 % |
93.70/95.01	c 95	|       252 |   38480  1296762  3797022 |   523027      252     64 | 52.764 % |
94.20/95.52	c 95	|       479 |   38480  1296762  3797022 |   575330      479     53 | 52.764 % |
94.20/95.59	c 95	===============================================================================
94.20/95.59	c 95	restarts              : 4
94.20/95.59	c 95	conflicts             : 519            (13 /sec)
94.20/95.59	c 95	decisions             : 2950           (0.58 % random) (77 /sec)
94.20/95.59	c 95	propagations          : 1080194        (28089 /sec)
94.20/95.59	c 95	conflict literals     : 27737          (12.87 % deleted)
94.20/95.59	c 95	Memory used           : 532.90 MB
94.20/95.59	c 95	CPU time              : 38.4562 s
94.20/95.59	c 95	
94.30/95.62	c 95	SATISFIABLE
94.30/95.70	c 95	FOUND: _COST <= 156
94.30/95.70	c 95	DECODING HOME/temp.out WITH HOME/temp.map
94.30/95.70	c 95	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
94.42/95.79	c 95	Decoding HOME/temp.out
94.42/96.07	c 96	OBJECTIVE _COST 156
94.42/96.07	o 156
94.42/96.08	v 0 2 4 3 0 0 2 3 4 3 3 2 3 0 0 2 3 4 4 0 4 4 0 0 1 0 4 3 4 2 1 0 1 4 4 0 3 1 4 1 3 4 1 3 3 1 0 3 1 1 1 1 1 1 1 1 3 3 4 3 2 0 2 2 2 2 2 0 2 2 0 2 2 2 2 2 2 2 0 0 0 4 0 0 0 0 2 0 2 2 4 4 3 1 0 4 4 0 0 2 0 1 2 2 2 2 0 2 2 0 3 0 0 1 4 0 0 1 0 4 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 3 3 1 1 1 1 1 1 1 1 1 3 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 2 1 3 0 4 4 0 0 4 0 4 3 3 4 4 0 0 3 3 4 4 0 4 4 0 4 4 0 4 3 4 4 1 3 4 4 0 0 4 0 4 3 3 4 4 0 3 3 3 4 0 0 4 4 0 0 4 4 4 3 4 3 0 0 0 4 4 4 4 0 4 4 0 4 4 4 4 4 0 4 4 4 0 0 4 4 4 4 0 0 0 0 0 0 4 2 3 1
94.42/96.08	c 96	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
94.42/96.12	c 96	OBJECTIVE BOUND: 0 <= _COST <= 156
94.42/96.12	c 96	SEARCHING: _COST <= 78
94.42/96.12	c 96	SOLVING HOME/temp.cnf
94.42/96.12	c 96	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
94.42/96.13	c 96	This is MiniSat 2.0 beta
94.42/96.13	c 96	WARNING: for repeatability, setting FPU to use double precision
94.42/96.13	c 96	============================[ Problem Statistics ]=============================
94.42/96.13	c 96	|                                                                             |
94.42/96.13	c 96	|  Number of variables:  81463                                                |
94.42/96.13	c 96	|  Number of clauses:    13415743                                             |
101.83/103.22	c 103	|  Parsing time:         6.23         s                                       |
134.46/136.06	c 136	============================[ Search Statistics ]==============================
134.46/136.06	c 136	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
134.46/136.06	c 136	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
134.46/136.06	c 136	===============================================================================
134.46/136.06	c 136	|         0 |   34788   705315  2033679 |   235105        0    nan |  0.000 % |
134.96/136.59	c 136	|       100 |   34788   705315  2033679 |   258615      100     35 | 57.296 % |
135.06/136.67	c 136	===============================================================================
135.06/136.67	c 136	restarts              : 2
135.06/136.67	c 136	conflicts             : 197            (5 /sec)
135.06/136.67	c 136	decisions             : 2411           (0.33 % random) (61 /sec)
135.06/136.67	c 136	propagations          : 258849         (6551 /sec)
135.06/136.67	c 136	conflict literals     : 9949           (0.85 % deleted)
135.06/136.67	c 136	Memory used           : 534.55 MB
135.06/136.67	c 136	CPU time              : 39.512 s
135.06/136.67	c 136	
135.16/136.70	c 136	SATISFIABLE
135.16/136.79	c 136	FOUND: _COST <= 78
135.16/136.79	c 136	DECODING HOME/temp.out WITH HOME/temp.map
135.16/136.79	c 136	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.26/136.87	c 136	Decoding HOME/temp.out
135.26/137.31	c 137	OBJECTIVE _COST 78
135.26/137.31	o 78
135.26/137.33	v 3 1 1 1 4 2 4 3 4 0 2 0 1 4 2 4 2 4 3 3 3 3 3 3 3 3 3 2 4 0 3 2 4 2 2 2 4 3 4 2 2 0 4 4 2 4 4 4 3 3 3 3 3 3 3 3 3 2 3 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 2 3 1 4 4 3 3 3 3 1 4 0 0 1 0 0 1 0 1 3 1 1 1 3 1 1 3 1 1 3 1 0 4 0 0 3 3 0 3 0 0 0 0 0 0 0 0 0 0 4 4 4 3 3 3 3 3 3 4 3 0 1 1 1 1 1 1 1 1 1 4 1 4 4 1 1 1 1 1 1 4 1 1 1 1 1 1 1 4 1 4 4 1 4 2 2 2 2 2 2 2 2 4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 0 2 2 2 2 2 2 2 0 2 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 2 4
135.26/137.33	c 137	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
135.26/137.37	c 137	OBJECTIVE BOUND: 0 <= _COST <= 78
135.26/137.37	c 137	SEARCHING: _COST <= 39
135.26/137.37	c 137	SOLVING HOME/temp.cnf
135.26/137.37	c 137	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
135.26/137.37	c 137	This is MiniSat 2.0 beta
135.26/137.37	c 137	WARNING: for repeatability, setting FPU to use double precision
135.26/137.37	c 137	============================[ Problem Statistics ]=============================
135.26/137.37	c 137	|                                                                             |
135.26/137.38	c 137	|  Number of variables:  81463                                                |
135.26/137.38	c 137	|  Number of clauses:    13415743                                             |
142.87/144.50	c 144	|  Parsing time:         6.24         s                                       |
174.81/176.64	c 176	============================[ Search Statistics ]==============================
174.81/176.64	c 176	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
174.81/176.64	c 176	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
174.81/176.64	c 176	===============================================================================
174.81/176.64	c 176	|         0 |   31357   396768  1118292 |   132256        0    nan |  0.000 % |
175.32/177.17	c 177	|       101 |   31357   396768  1118292 |   145481      101     68 | 61.508 % |
175.41/177.24	c 177	|       253 |   31357   396768  1118292 |   160029      253     79 | 61.508 % |
175.91/177.75	c 177	|       478 |   31357   396768  1118292 |   176032      478     59 | 61.508 % |
175.91/177.78	c 177	===============================================================================
175.91/177.78	c 177	restarts              : 4
175.91/177.78	c 177	conflicts             : 486            (12 /sec)
175.91/177.78	c 177	decisions             : 2618           (0.42 % random) (67 /sec)
175.91/177.78	c 177	propagations          : 1156194        (29374 /sec)
175.91/177.78	c 177	conflict literals     : 28493          (11.09 % deleted)
175.91/177.78	c 177	Memory used           : 532.99 MB
175.91/177.78	c 177	CPU time              : 39.361 s
175.91/177.78	c 177	
176.01/177.82	c 177	SATISFIABLE
176.11/177.91	c 178	FOUND: _COST <= 39
176.11/177.91	c 178	DECODING HOME/temp.out WITH HOME/temp.map
176.11/177.91	c 178	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
176.11/177.99	c 178	Decoding HOME/temp.out
176.41/178.24	c 178	OBJECTIVE _COST 39
176.41/178.24	o 39
176.41/178.26	v 4 4 4 3 1 4 4 4 3 2 4 2 2 2 2 2 2 2 0 0 0 0 3 3 0 3 3 1 3 4 3 3 3 3 1 1 3 1 4 2 3 4 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 1 3 2 1 1 4 4 1 1 0 1 4 1 4 4 4 1 1 0 1 4 4 0 4 4 4 0 4 0 4 1 0 0 2 4 3 1 1 0 0 1 1 0 1 0 2 2 2 2 2 2 0 2 2 0 3 0 3 3 3 3 3 3 1 0 2 0 0 3 3 1 1 0 1 3 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 2 3 2 1 1 0 0 1 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 1 4 4 4 4 0 4 4 4 4 4 4 4 4 4 4 4 4 1 1 4 4 4 4 4 4 4 4 1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 1 1 4 4 4 4 1 4 4 1 1 0 1 4 4 4 1 1 1 4 4 1 1 4 1 4 4 4 4 2 4 3
176.41/178.26	c 178	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
176.41/178.28	c 178	OBJECTIVE BOUND: 0 <= _COST <= 39
176.41/178.28	c 178	SEARCHING: _COST <= 19
176.41/178.28	c 178	SOLVING HOME/temp.cnf
176.41/178.28	c 178	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
176.41/178.28	c 178	This is MiniSat 2.0 beta
176.41/178.28	c 178	WARNING: for repeatability, setting FPU to use double precision
176.41/178.28	c 178	============================[ Problem Statistics ]=============================
176.41/178.28	c 178	|                                                                             |
176.41/178.28	c 178	|  Number of variables:  81463                                                |
176.41/178.28	c 178	|  Number of clauses:    13415743                                             |
183.54/185.46	c 185	|  Parsing time:         6.27         s                                       |
215.08/217.18	c 217	============================[ Search Statistics ]==============================
215.08/217.18	c 217	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
215.08/217.18	c 217	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
215.08/217.18	c 217	===============================================================================
215.08/217.18	c 217	|         0 |   27908   231250   632065 |    77083        0    nan |  0.000 % |
215.58/217.68	c 217	|       100 |   27908   231250   632065 |    84791      100     41 | 65.742 % |
215.68/217.74	c 217	|       252 |   27908   231250   632065 |    93270      252     43 | 65.742 % |
216.08/218.14	c 218	|       477 |   27908   231250   632065 |   102597      477     42 | 65.742 % |
216.18/218.28	c 218	===============================================================================
216.18/218.29	c 218	restarts              : 4
216.18/218.29	c 218	conflicts             : 679            (17 /sec)
216.18/218.29	c 218	decisions             : 2549           (0.67 % random) (65 /sec)
216.18/218.29	c 218	propagations          : 1258471        (32316 /sec)
216.18/218.29	c 218	conflict literals     : 30697          (8.69 % deleted)
216.18/218.29	c 218	Memory used           : 532.38 MB
216.18/218.29	c 218	CPU time              : 38.9421 s
216.18/218.29	c 218	
216.28/218.32	c 218	SATISFIABLE
216.38/218.41	c 218	FOUND: _COST <= 19
216.38/218.41	c 218	DECODING HOME/temp.out WITH HOME/temp.map
216.38/218.41	c 218	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
216.38/218.49	c 218	Decoding HOME/temp.out
216.79/218.85	c 218	OBJECTIVE _COST 19
216.79/218.85	o 19
216.79/218.86	v 3 4 4 4 3 3 2 3 4 3 2 2 2 3 3 2 3 4 4 4 4 2 3 3 2 3 4 1 4 1 3 0 0 0 3 3 0 3 4 3 0 0 0 3 3 2 3 0 3 0 0 0 3 3 0 0 0 0 0 0 2 2 2 2 1 1 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 2 1 1 2 1 2 4 2 3 3 1 1 1 1 3 1 3 4 1 1 1 1 1 1 2 1 4 4 4 4 4 3 3 4 3 4 1 4 1 3 1 0 4 0 3 0 3 4 0 0 0 0 0 0 0 0 0 4 4 4 0 3 3 0 3 4 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 4 0 3 4 4 4 3 3 2 3 4 3 2 2 2 3 3 2 3 2 4 4 4 4 3 3 3 3 4 2 3 2 3 2 2 2 3 3 2 3 2 3 2 2 2 3 3 2 3 2 3 3 3 3 3 3 3 3 3 2 3 2 3 4 4 4 3 3 2 3 2 3 2 2 2 3 3 2 3 2 4 4 4 4 4 4 4 4 4 2 4 2 3 2 3 1 2 0
216.79/218.87	c 218	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
216.85/218.92	c 219	OBJECTIVE BOUND: 0 <= _COST <= 19
216.85/218.92	c 219	SEARCHING: _COST <= 9
216.85/218.92	c 219	SOLVING HOME/temp.cnf
216.85/218.92	c 219	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
216.85/218.92	c 219	This is MiniSat 2.0 beta
216.85/218.92	c 219	WARNING: for repeatability, setting FPU to use double precision
216.85/218.92	c 219	============================[ Problem Statistics ]=============================
216.85/218.92	c 219	|                                                                             |
216.85/218.92	c 219	|  Number of variables:  81463                                                |
216.85/218.92	c 219	|  Number of clauses:    13415743                                             |
223.89/226.06	c 226	|  Parsing time:         6.28         s                                       |
255.23/257.52	c 257	============================[ Search Statistics ]==============================
255.23/257.52	c 257	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
255.23/257.52	c 257	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
255.23/257.52	c 257	===============================================================================
255.23/257.52	c 257	|         0 |   24378   142643   376824 |    47547        0    nan |  0.000 % |
255.73/258.01	c 258	|       100 |   24378   142643   376824 |    52302      100     39 | 70.075 % |
255.73/258.08	c 258	|       252 |   24378   142643   376824 |    57532      252     50 | 70.075 % |
255.83/258.15	c 258	|       477 |   24378   142643   376824 |    63285      477     48 | 70.075 % |
256.33/258.65	c 258	|       814 |   24378   142643   376824 |    69614      814     43 | 70.075 % |
256.33/258.68	c 258	===============================================================================
256.33/258.68	c 258	restarts              : 5
256.33/258.68	c 258	conflicts             : 852            (22 /sec)
256.33/258.68	c 258	decisions             : 3038           (0.43 % random) (78 /sec)
256.33/258.68	c 258	propagations          : 1537379        (39680 /sec)
256.33/258.68	c 258	conflict literals     : 36235          (7.93 % deleted)
256.33/258.68	c 258	Memory used           : 534.83 MB
256.33/258.68	c 258	CPU time              : 38.7441 s
256.33/258.68	c 258	
256.42/258.72	c 258	SATISFIABLE
256.53/258.80	c 258	FOUND: _COST <= 9
256.53/258.80	c 258	DECODING HOME/temp.out WITH HOME/temp.map
256.53/258.80	c 258	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
256.53/258.88	c 259	Decoding HOME/temp.out
256.55/259.15	c 259	OBJECTIVE _COST 9
256.55/259.15	o 9
256.55/259.16	v 2 4 1 1 2 2 4 2 3 3 1 3 3 3 2 1 2 3 4 4 4 4 4 4 4 4 4 1 4 3 2 4 3 4 2 2 4 2 0 3 3 3 3 2 2 3 2 3 4 4 4 4 4 4 4 4 4 2 4 3 2 1 1 1 2 2 1 2 1 2 1 1 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 4 2 0 0 1 2 2 1 2 0 3 0 3 3 2 2 1 2 3 0 0 0 0 0 0 0 0 4 2 0 0 2 0 0 0 0 2 0 2 0 3 3 3 0 2 2 0 2 3 0 0 0 0 0 2 0 0 0 0 0 2 2 1 1 1 2 2 1 2 1 2 1 1 1 2 2 1 2 1 1 1 1 1 1 1 1 1 1 2 1 1 3 1 0 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 3 3 4 4 4 4 4 4 4 4 4 4 3 4 3 4 4 4 0 4 4 4 4 0 4 4 4 4 3 3 3 3 4 4 4 4 4 4 4 4 4 4 3 4 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 0 1 4 2
256.55/259.16	c 259	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
256.55/259.17	c 259	OBJECTIVE BOUND: 0 <= _COST <= 9
256.55/259.17	c 259	SEARCHING: _COST <= 4
256.55/259.17	c 259	SOLVING HOME/temp.cnf
256.55/259.17	c 259	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
256.55/259.17	c 259	This is MiniSat 2.0 beta
256.55/259.17	c 259	WARNING: for repeatability, setting FPU to use double precision
256.55/259.17	c 259	============================[ Problem Statistics ]=============================
256.55/259.17	c 259	|                                                                             |
256.55/259.18	c 259	|  Number of variables:  81463                                                |
256.55/259.18	c 259	|  Number of clauses:    13415743                                             |
263.68/266.00	c 266	|  Parsing time:         5.98         s                                       |
293.24/295.70	c 295	============================[ Search Statistics ]==============================
293.24/295.70	c 295	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
293.24/295.70	c 295	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
293.24/295.70	c 295	===============================================================================
293.24/295.70	c 295	|         0 |   20611    92419   237448 |    30806        0    nan |  0.000 % |
293.64/296.17	c 296	|       100 |   20611    92419   237448 |    33886      100     45 | 74.699 % |
293.74/296.22	c 296	|       252 |   20611    92419   237448 |    37275      252     47 | 74.699 % |
293.74/296.28	c 296	|       477 |   20611    92419   237448 |    41003      477     46 | 74.699 % |
293.93/296.47	c 296	|       814 |   20611    92419   237448 |    45103      814     42 | 74.699 % |
294.53/297.09	c 297	|      1320 |   20611    92419   237448 |    49613     1320     40 | 74.699 % |
294.63/297.12	c 297	===============================================================================
294.63/297.12	c 297	restarts              : 6
294.63/297.12	c 297	conflicts             : 1362           (37 /sec)
294.63/297.12	c 297	decisions             : 3685           (0.65 % random) (100 /sec)
294.63/297.12	c 297	propagations          : 2302123        (62305 /sec)
294.63/297.12	c 297	conflict literals     : 53907          (6.48 % deleted)
294.63/297.12	c 297	Memory used           : 533.04 MB
294.63/297.12	c 297	CPU time              : 36.9494 s
294.63/297.12	c 297	
294.63/297.15	c 297	SATISFIABLE
294.73/297.23	c 297	FOUND: _COST <= 4
294.73/297.23	c 297	DECODING HOME/temp.out WITH HOME/temp.map
294.73/297.23	c 297	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
294.78/297.31	c 297	Decoding HOME/temp.out
294.78/297.56	c 297	OBJECTIVE _COST 4
294.78/297.56	o 4
294.78/297.58	v 4 4 0 0 1 1 3 1 0 2 2 0 0 4 1 4 1 4 3 3 3 3 3 3 0 3 3 2 3 4 3 3 3 3 1 1 3 1 4 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 2 3 1 4 4 4 4 1 1 0 1 0 1 4 4 4 1 1 0 1 4 4 4 4 4 4 4 4 4 0 4 4 4 3 4 2 1 1 0 0 1 1 3 1 0 2 2 2 2 2 2 2 2 2 3 3 0 0 3 3 3 3 3 2 3 1 3 3 3 3 2 2 3 2 2 2 2 0 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 2 3 1 1 1 0 0 1 1 0 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 3 0 2 4 4 4 0 4 4 4 4 4 4 4 0 4 4 4 4 4 4 4 4 4 0 0 4 4 4 0 4 4 4 4 4 4 4 1 4 4 4 4 4 4 4 4 1 1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 1 1 1 4 4 4 4 1 4 4 1 4 4 1 4 4 4 4 4 0 4 0 4 0 4 0 4 4 0 4 4 4 4 4 3 4 2
294.78/297.58	c 297	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
294.78/297.60	c 297	OBJECTIVE BOUND: 0 <= _COST <= 4
294.78/297.60	c 297	SEARCHING: _COST <= 2
294.78/297.60	c 297	SOLVING HOME/temp.cnf
294.78/297.60	c 297	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
294.78/297.60	c 297	This is MiniSat 2.0 beta
294.78/297.60	c 297	WARNING: for repeatability, setting FPU to use double precision
294.78/297.60	c 297	============================[ Problem Statistics ]=============================
294.78/297.60	c 297	|                                                                             |
294.78/297.60	c 297	|  Number of variables:  81463                                                |
294.78/297.60	c 297	|  Number of clauses:    13415743                                             |
301.88/304.49	c 304	|  Parsing time:         6.04         s                                       |
331.43/334.18	c 334	============================[ Search Statistics ]==============================
331.43/334.18	c 334	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
331.43/334.18	c 334	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
331.43/334.18	c 334	===============================================================================
331.43/334.18	c 334	|         0 |   17363    66976   170861 |    22325        0    nan |  0.000 % |
331.93/334.64	c 334	|       101 |   17363    66976   170861 |    24557      101     56 | 78.686 % |
331.93/334.68	c 334	|       253 |   17363    66976   170861 |    27013      253     55 | 78.686 % |
332.13/334.81	c 334	|       478 |   17363    66976   170861 |    29715      478     45 | 78.686 % |
332.13/334.88	c 334	|       815 |   17363    66976   170861 |    32686      815     42 | 78.686 % |
332.23/334.99	c 335	|      1322 |   17363    66976   170861 |    35955     1322     46 | 78.686 % |
332.42/335.18	c 335	|      2082 |   17363    66976   170861 |    39550     2082     49 | 78.686 % |
332.73/335.45	c 335	|      3222 |   17363    66976   170861 |    43505     3222     56 | 78.686 % |
333.62/336.38	c 336	|      4932 |   17363    66976   170861 |    47856     4932     53 | 78.686 % |
334.51/337.26	c 337	|      7494 |   17363    66976   170861 |    52641     7494     58 | 78.686 % |
335.51/338.29	c 338	===============================================================================
335.51/338.29	c 338	restarts              : 10
335.51/338.29	c 338	conflicts             : 10611          (268 /sec)
335.51/338.29	c 338	decisions             : 15845          (0.77 % random) (400 /sec)
335.51/338.29	c 338	propagations          : 7314859        (184430 /sec)
335.51/338.29	c 338	conflict literals     : 612443         (3.93 % deleted)
335.51/338.29	c 338	Memory used           : 533.04 MB
335.51/338.29	c 338	CPU time              : 39.662 s
335.51/338.29	c 338	
335.60/338.32	c 338	SATISFIABLE
335.70/338.40	c 338	FOUND: _COST <= 2
335.70/338.40	c 338	DECODING HOME/temp.out WITH HOME/temp.map
335.70/338.40	c 338	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
335.70/338.48	c 338	Decoding HOME/temp.out
336.18/338.93	c 339	OBJECTIVE _COST 2
336.18/338.93	o 2
336.18/338.94	v 2 3 2 1 4 4 3 4 2 4 4 2 1 4 4 1 4 2 3 3 3 3 3 3 3 3 3 2 3 4 2 0 0 1 0 0 0 0 2 2 0 2 1 0 0 1 0 2 3 3 3 3 3 3 3 0 0 2 3 0 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 4 2 3 3 1 3 4 4 3 4 3 4 4 1 1 4 1 1 4 1 3 1 3 1 3 3 3 3 3 1 3 4 0 1 1 3 0 0 3 0 0 0 1 1 1 0 1 1 0 1 3 1 3 1 3 3 3 3 3 1 3 1 4 4 4 4 4 4 4 4 4 4 4 4 1 4 4 1 4 4 4 4 4 4 4 4 1 4 4 1 4 4 1 4 1 2 2 2 2 4 4 2 4 2 4 4 2 2 4 4 2 2 2 3 3 3 3 3 3 3 3 3 2 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 2 3 2 4 4 4 4 4 4 4 2 2 2 4 2 2 4 2 4 4 4 4 4 4 4 4 4 4 4 4 2 4 4 3 2 3 0 2 1
336.18/338.95	c 339	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
336.18/338.98	c 339	OBJECTIVE BOUND: 0 <= _COST <= 2
336.18/338.98	c 339	SEARCHING: _COST <= 1
336.18/338.98	c 339	SOLVING HOME/temp.cnf
336.18/338.98	c 339	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
336.18/338.98	c 339	This is MiniSat 2.0 beta
336.18/338.98	c 339	WARNING: for repeatability, setting FPU to use double precision
336.18/338.99	c 339	============================[ Problem Statistics ]=============================
336.18/338.99	c 339	|                                                                             |
336.18/338.99	c 339	|  Number of variables:  81463                                                |
336.18/338.99	c 339	|  Number of clauses:    13415743                                             |
343.31/346.14	c 346	|  Parsing time:         6.28         s                                       |
374.46/377.44	c 377	============================[ Search Statistics ]==============================
374.46/377.44	c 377	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
374.46/377.45	c 377	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
374.46/377.45	c 377	===============================================================================
374.46/377.45	c 377	|         0 |   14116    49548   128317 |    16516        0    nan |  0.000 % |
374.96/377.94	c 378	|       101 |   14116    49548   128317 |    18167      101     65 | 82.672 % |
374.96/377.98	c 378	|       251 |   14116    49548   128317 |    19984      251     54 | 82.672 % |
375.16/378.17	c 378	|       476 |   14116    49548   128317 |    21982      476     41 | 82.672 % |
375.26/378.27	c 378	|       813 |   14116    49548   128317 |    24181      813     39 | 82.672 % |
375.46/378.46	c 378	|      1319 |   14116    49548   128317 |    26599     1319     46 | 82.672 % |
375.75/378.78	c 378	|      2081 |   14116    49548   128317 |    29259     2081     44 | 82.672 % |
376.25/379.21	c 379	|      3220 |   14116    49548   128317 |    32185     3220     50 | 82.672 % |
377.14/380.10	c 380	|      4929 |   14116    49548   128317 |    35403     4929     46 | 82.672 % |
378.44/381.49	c 381	|      7492 |   14116    49548   128317 |    38943     7492     47 | 82.672 % |
382.02/385.06	c 385	|     11338 |   14116    49548   128317 |    42838    11338     46 | 82.672 % |
386.40/389.45	c 389	|     17104 |   14116    49548   128317 |    47122    17104     48 | 82.672 % |
393.76/396.82	c 396	|     25755 |   14116    49548   128317 |    51834    25755     49 | 82.672 % |
406.49/409.66	c 409	|     38730 |   14116    49548   128317 |    57017    38730     50 | 82.672 % |
425.70/428.96	c 429	|     58193 |   14116    49548   128317 |    62719    58193     46 | 82.672 % |
469.38/472.82	c 472	|     87386 |   14116    49548   128317 |    68991    87386     49 | 82.672 % |
556.76/560.77	c 560	|    131175 |   14116    49548   128317 |    75890   131175     51 | 82.672 % |
655.58/660.00	c 660	|    196859 |   14116    49548   128317 |    83479    65445     53 | 82.672 % |
825.06/830.34	c 830	|    295386 |   14116    49548   128317 |    91827    29108     48 | 82.672 % |
1130.08/1136.87	c 1136	|    443175 |   14116    49548   128317 |   101010    39689     39 | 82.672 % |
1515.80/1524.40	c 1524	|    664860 |   14116    49548   128317 |   111111   111210     43 | 82.672 % |
2150.91/2162.69	c 2162	|    997385 |   14116    49548   128317 |   122222   122630     46 | 82.672 % |
3167.17/3180.91	c 3181	|   1496173 |   14116    49548   128317 |   134444   107845     43 | 82.672 % |
3600.00/3613.91	c ERROR INTERRUPTED
3600.00/3613.99	c 3614	CPU 326.36 (0.07 0.03 326.29 9.86)
3600.00/3613.99	c 3614	END Sat Jul 12 21:55:48 2008

Verifier Data (download as text)

OK	2	3245
2 unsatisfied constraints, 3245 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-1113652-1215888933/watcher-1113652-1215888933 -o /tmp/evaluation-result-1113652-1215888933/solver-1113652-1215888933 -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-1113652-1215888933.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.59 2.67 2.80 4/81 18555
/proc/meminfo: memFree=1920392/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=18572 CPUtime=0
/proc/18555/stat : 18555 (runsolver) D 18553 18555 18398 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45596855 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259353275687 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18555/statm: 4643 292 257 25 0 2626 0

[startup+0.0235789 s]
/proc/loadavg: 2.59 2.67 2.80 4/81 18555
/proc/meminfo: memFree=1920392/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=124 CPUtime=0
/proc/18555/stat : 18555 (sugar) D 18553 18555 18398 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 45596855 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 259350656489 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18555/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101592 s]
/proc/loadavg: 2.59 2.67 2.80 4/81 18555
/proc/meminfo: memFree=1920392/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=12544 CPUtime=0
/proc/18555/stat : 18555 (sugar) R 18553 18555 18398 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 45596855 12845056 429 996147200 4194304 4206940 548682068592 18446744073709551615 259373006922 0 0 4224 0 0 0 0 17 1 0 0
/proc/18555/statm: 3136 429 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301616 s]
/proc/loadavg: 2.59 2.67 2.80 4/81 18555
/proc/meminfo: memFree=1920392/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.04
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45596855 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701666 s]
/proc/loadavg: 2.59 2.67 2.80 4/81 18555
/proc/meminfo: memFree=1920392/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.04
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45596855 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 2.59 2.67 2.80 4/92 18577
/proc/meminfo: memFree=1912752/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.75
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 974 6684 0 1 3 1 68 3 15 0 1 0 45596855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 797 370 3 0 500 0
[pid=18568] ppid=18555 vsize=5356 CPUtime=0
/proc/18568/stat : 18568 (sh) S 18555 18555 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45596943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18568/statm: 1339 233 193 169 0 50 0
[pid=18569] ppid=18568 vsize=868400 CPUtime=0.6
/proc/18569/stat : 18569 (java) S 18568 18555 18398 0 -1 0 5689 0 1 0 57 3 0 0 18 0 9 0 45596943 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18569/statm: 217100 5111 1734 9 0 211675 0
[pid=18569/tid=18570] ppid=18568 vsize=868400 CPUtime=0.35
/proc/18569/task/18570/stat : 18570 (java) R 18568 18555 18398 0 -1 64 2649 0 1 0 33 2 0 0 19 0 9 0 45596944 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18571] ppid=18568 vsize=868400 CPUtime=0.04
/proc/18569/task/18571/stat : 18571 (java) R 18568 18555 18398 0 -1 64 885 0 0 0 4 0 0 0 16 0 9 0 45596945 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 103829440 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18572] ppid=18568 vsize=868400 CPUtime=0
/proc/18569/task/18572/stat : 18572 (java) S 18568 18555 18398 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 45596945 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18573] ppid=18568 vsize=868400 CPUtime=0
/proc/18569/task/18573/stat : 18573 (java) S 18568 18555 18398 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 45596945 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18574] ppid=18568 vsize=868400 CPUtime=0
/proc/18569/task/18574/stat : 18574 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45596947 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18575] ppid=18568 vsize=868400 CPUtime=0.19
/proc/18569/task/18575/stat : 18575 (java) S 18568 18555 18398 0 -1 64 1463 0 0 0 19 0 0 0 16 0 9 0 45596947 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18576] ppid=18568 vsize=868400 CPUtime=0
/proc/18569/task/18576/stat : 18576 (java) S 18568 18555 18398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45596947 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18577] ppid=18568 vsize=868400 CPUtime=0
/proc/18569/task/18577/stat : 18577 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45596947 889241600 5111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 887356

[startup+3.10294 s]
/proc/loadavg: 2.54 2.66 2.80 4/92 18577
/proc/meminfo: memFree=1895856/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.75
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 974 6684 0 1 3 1 68 3 15 0 1 0 45596855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 797 370 3 0 500 0
[pid=18568] ppid=18555 vsize=5356 CPUtime=0
/proc/18568/stat : 18568 (sh) S 18555 18555 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45596943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18568/statm: 1339 233 193 169 0 50 0
[pid=18569] ppid=18568 vsize=868512 CPUtime=2.19
/proc/18569/stat : 18569 (java) S 18568 18555 18398 0 -1 0 9073 0 1 0 207 12 0 0 18 0 9 0 45596943 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18569/statm: 217128 8021 2565 9 0 211675 0
[pid=18569/tid=18570] ppid=18568 vsize=868512 CPUtime=1.54
/proc/18569/task/18570/stat : 18570 (java) R 18568 18555 18398 0 -1 64 2983 0 1 0 147 7 0 0 25 0 9 0 45596944 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4126830228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18571] ppid=18568 vsize=868512 CPUtime=0.33
/proc/18569/task/18571/stat : 18571 (java) S 18568 18555 18398 0 -1 64 3876 0 0 0 31 2 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18572] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18572/stat : 18572 (java) S 18568 18555 18398 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18573] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18573/stat : 18573 (java) S 18568 18555 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18574] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18574/stat : 18574 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18575] ppid=18568 vsize=868512 CPUtime=0.28
/proc/18569/task/18575/stat : 18575 (java) S 18568 18555 18398 0 -1 64 1521 0 0 0 28 0 0 0 16 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18576] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18576/stat : 18576 (java) S 18568 18555 18398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18577] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18577/stat : 18577 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 887468

[startup+6.30236 s]
/proc/loadavg: 2.54 2.66 2.80 3/92 18577
/proc/meminfo: memFree=1860144/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.75
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 974 6684 0 1 3 1 68 3 16 0 1 0 45596855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 797 370 3 0 500 0
[pid=18568] ppid=18555 vsize=5356 CPUtime=0
/proc/18568/stat : 18568 (sh) S 18555 18555 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45596943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18568/statm: 1339 233 193 169 0 50 0
[pid=18569] ppid=18568 vsize=868512 CPUtime=5.35
/proc/18569/stat : 18569 (java) S 18568 18555 18398 0 -1 0 10006 0 1 0 497 38 0 0 18 0 9 0 45596943 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18569/statm: 217128 8021 2565 9 0 211675 0
[pid=18569/tid=18570] ppid=18568 vsize=868512 CPUtime=4.48
/proc/18569/task/18570/stat : 18570 (java) R 18568 18555 18398 0 -1 64 3916 0 1 0 418 30 0 0 25 0 9 0 45596944 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4127029770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18571] ppid=18568 vsize=868512 CPUtime=0.57
/proc/18569/task/18571/stat : 18571 (java) S 18568 18555 18398 0 -1 64 3876 0 0 0 50 7 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18572] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18572/stat : 18572 (java) S 18568 18555 18398 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18573] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18573/stat : 18573 (java) S 18568 18555 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18574] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18574/stat : 18574 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18575] ppid=18568 vsize=868512 CPUtime=0.28
/proc/18569/task/18575/stat : 18575 (java) S 18568 18555 18398 0 -1 64 1521 0 0 0 28 0 0 0 16 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18576] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18576/stat : 18576 (java) S 18568 18555 18398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18577] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18577/stat : 18577 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 887468

[startup+12.7021 s]
/proc/loadavg: 2.61 2.67 2.80 3/92 18577
/proc/meminfo: memFree=1785456/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.75
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 974 6684 0 1 3 1 68 3 16 0 1 0 45596855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 797 370 3 0 500 0
[pid=18568] ppid=18555 vsize=5356 CPUtime=0
/proc/18568/stat : 18568 (sh) S 18555 18555 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45596943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18568/statm: 1339 233 193 169 0 50 0
[pid=18569] ppid=18568 vsize=868512 CPUtime=11.55
/proc/18569/stat : 18569 (java) S 18568 18555 18398 0 -1 0 11814 0 1 0 1063 92 0 0 18 0 9 0 45596943 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18569/statm: 217128 8021 2565 9 0 211675 0
[pid=18569/tid=18570] ppid=18568 vsize=868512 CPUtime=10.19
/proc/18569/task/18570/stat : 18570 (java) R 18568 18555 18398 0 -1 64 5724 0 1 0 946 73 0 0 25 0 9 0 45596944 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4127033420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18571] ppid=18568 vsize=868512 CPUtime=1.04
/proc/18569/task/18571/stat : 18571 (java) S 18568 18555 18398 0 -1 64 3876 0 0 0 87 17 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18572] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18572/stat : 18572 (java) S 18568 18555 18398 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18573] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18573/stat : 18573 (java) S 18568 18555 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18574] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18574/stat : 18574 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18575] ppid=18568 vsize=868512 CPUtime=0.28
/proc/18569/task/18575/stat : 18575 (java) S 18568 18555 18398 0 -1 64 1521 0 0 0 28 0 0 0 16 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18576] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18576/stat : 18576 (java) S 18568 18555 18398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18577] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18577/stat : 18577 (java) S 18568 18555 18398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45596947 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 887468

[startup+25.5016 s]
/proc/loadavg: 2.67 2.68 2.80 3/92 18577
/proc/meminfo: memFree=1634160/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13600 CPUtime=0.75
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 974 6684 0 1 3 1 68 3 16 0 1 0 45596855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18555/statm: 3400 797 370 3 0 500 0
[pid=18568] ppid=18555 vsize=5356 CPUtime=0
/proc/18568/stat : 18568 (sh) S 18555 18555 18398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45596943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18568/statm: 1339 233 193 169 0 50 0
[pid=18569] ppid=18568 vsize=868512 CPUtime=24.2
/proc/18569/stat : 18569 (java) S 18568 18555 18398 0 -1 0 15500 0 1 0 2214 206 0 0 18 0 9 0 45596943 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18569/statm: 217128 8021 2565 9 0 211675 0
[pid=18569/tid=18570] ppid=18568 vsize=868512 CPUtime=21.91
/proc/18569/task/18570/stat : 18570 (java) R 18568 18555 18398 0 -1 64 9410 0 1 0 2024 167 0 0 25 0 9 0 45596944 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4126564532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18571] ppid=18568 vsize=868512 CPUtime=1.97
/proc/18569/task/18571/stat : 18571 (java) S 18568 18555 18398 0 -1 64 3876 0 0 0 160 37 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18572] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18572/stat : 18572 (java) S 18568 18555 18398 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18569/tid=18573] ppid=18568 vsize=868512 CPUtime=0
/proc/18569/task/18573/stat : 18573 (java) S 18568 18555 18398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45596945 889356288 8021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1033712/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=2932.28
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 293139 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3268.53
Current children cumulated vsize (KiB) 565168

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1032880/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=2992.25
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 299136 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3328.5
Current children cumulated vsize (KiB) 565168

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1032560/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=3052.24
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 305135 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3388.49
Current children cumulated vsize (KiB) 565168

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1031856/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=3112.21
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 311132 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3448.46
Current children cumulated vsize (KiB) 565168

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1031536/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=3172.18
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 317129 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3508.43
Current children cumulated vsize (KiB) 565168

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1030896/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=3232.16
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 323127 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3568.41
Current children cumulated vsize (KiB) 565168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1030768/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=3263.75
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 326286 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 565168

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

[startup+3613.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1030768/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.25
/proc/18555/stat : 18555 (sugar) S 18553 18555 18398 0 -1 4194304 2063 1110348 3 11 7 3 32629 986 16 0 1 0 45596855 14331904 895 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18555/statm: 3499 895 374 3 0 599 0
[pid=18680] ppid=18555 vsize=5356 CPUtime=0
/proc/18680/stat : 18680 (sh) S 18555 18555 18398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45630754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18680/statm: 1339 232 193 169 0 50 0
[pid=18681] ppid=18680 vsize=545816 CPUtime=3263.75
/proc/18681/stat : 18681 (minisat) R 18680 18555 18398 0 -1 4194304 131746 0 0 0 326286 89 0 0 25 0 1 0 45630754 558915584 131732 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/18681/statm: 136454 131732 76 150 0 136301 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 565168

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

[startup+3614.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1030768/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.28
/proc/18555/stat : 18555 (sugar) R 18553 18555 18398 0 -1 4194304 2096 1110625 3 11 7 6 32629 986 17 0 1 0 45596855 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18555/statm: 3499 897 375 3 0 599 0
Current children cumulated CPU time (s) 336.28
Current children cumulated vsize (KiB) 13996

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

[startup+3614.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1030768/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.28
/proc/18555/stat : 18555 (sugar) R 18553 18555 18398 0 -1 4194304 2096 1110625 3 11 7 6 32629 986 17 0 1 0 45596855 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18555/statm: 3499 897 375 3 0 599 0
Current children cumulated CPU time (s) 336.28
Current children cumulated vsize (KiB) 13996

[startup+3614.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18844
/proc/meminfo: memFree=1030768/2055920 swapFree=4180656/4192956
[pid=18555] ppid=18553 vsize=13996 CPUtime=336.37
/proc/18555/stat : 18555 (sugar) R 18553 18555 18398 0 -1 4194304 2096 1110625 3 11 7 15 32629 986 17 0 1 0 45596855 14331904 897 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18555/statm: 3499 897 375 3 0 599 0
Current children cumulated CPU time (s) 336.37
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): 3263.72
#  lost CPU user time (s): 3262.86
#  lost CPU system time (s): 0.860001

Real time (s): 3614.13
CPU time (s): 3600.13
CPU user time (s): 3589.23
CPU system time (s): 10.9005
CPU usage (%): 99.6128
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.373
system time used= 10.0405
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1112752
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59104
involuntary context switches= 65412

runsolver used 4.02939 second user time and 12.4391 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-12 20:55:34
IDJOB=1113652
IDBENCH=61618
IDSOLVER=368
FILE ID=node1/1113652-1215888933
PBS_JOBID= 7903653
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/full-insertion/normalized-1-fullins-5-5.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-1113652-1215888933/watcher-1113652-1215888933 -o /tmp/evaluation-result-1113652-1215888933/solver-1113652-1215888933 -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-1113652-1215888933.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 99ee7f10889b1bec75c11802e7463e55
RANDOM SEED=1523304226

node1.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.244
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.244
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:       1920872 kB
Buffers:          8112 kB
Cached:          45564 kB
SwapCached:       5824 kB
Active:          75652 kB
Inactive:        16880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920872 kB
SwapTotal:     4192956 kB
SwapFree:      4180656 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          55232 kB
Slab:            27652 kB
Committed_AS:   233800 kB
PageTables:       2024 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= 66492 MiB
End job on node1 at 2008-07-12 21:55:50