Trace number 1112196

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+minisatOPTIMUM1 974.987 984.625

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-80-5-mul.xml
MD5SUM2ab0ed2a36c3cca2c75b23b1150e1b9d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark974.987
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3570
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 13:54:04 2008
0.00/0.04	c 0	PID 16888
0.03/0.05	c 0	HOST node9.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112196-1215863644.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112196-1215863644.xml' 'HOME/temp.csp'
0.03/0.80	c 1	2 domains, 85 variables, 4 predicates, 0 relations, 3570 constraints
0.03/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/0.93	c 1	Parsing HOME/temp.csp
1.19/1.34	c 1	parsed 3661 expressions
1.19/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.39	c 1	MAX CSP: 3570 constraints
1.19/1.39	c 1	Converting to clausal form CSP
1.50/1.63	c 1	converted 724 (10%) expressions
1.59/1.74	c 2	converted 1447 (20%) expressions
1.59/1.79	c 2	converted 2171 (30%) expressions
1.69/1.85	c 2	converted 2894 (40%) expressions
1.79/1.90	c 2	converted 3617 (50%) expressions
1.89/2.01	c 2	converted 4341 (60%) expressions
1.89/2.05	c 2	converted 5064 (70%) expressions
1.89/2.10	c 2	converted 5788 (80%) expressions
1.99/2.15	c 2	converted 6511 (90%) expressions
2.38/2.57	c 2	converted 7234 (100%) expressions
2.38/2.57	c 2	CSP : 7245 integers, 6335 booleans, 23434 clauses, largest domain size 6400
2.38/2.57	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.57	c 2	Propagation in CSP
2.69/2.84	c 3	3562 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.84	c 3	CSP : 7245 integers, 6335 booleans, 23434 clauses, largest domain size 6400
2.69/2.84	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.88/3.08	c 3	CSP : 7245 integers, 19823 booleans, 36922 clauses, largest domain size 6400
2.88/3.08	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.31	c 3	725 (10%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
3.18/3.31	c 3	1449 (20%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
3.18/3.32	c 3	2174 (30%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
3.18/3.32	c 3	2898 (40%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
3.18/3.32	c 3	3623 (50%) CSP integer variables are encoded (39790 clauses, 574892 bytes)
3.18/3.33	c 3	4347 (60%) CSP integer variables are encoded (48405 clauses, 704117 bytes)
3.18/3.38	c 3	5072 (70%) CSP integer variables are encoded (86292 clauses, 1272422 bytes)
3.28/3.40	c 3	5796 (80%) CSP integer variables are encoded (98850 clauses, 1469415 bytes)
3.28/3.41	c 3	6521 (90%) CSP integer variables are encoded (105494 clauses, 1582363 bytes)
3.28/3.42	c 3	7245 (100%) CSP integer variables are encoded (114243 clauses, 1731096 bytes)
3.87/4.02	c 4	3693 (10%) CSP clauses are encoded (378886 clauses, 7382370 bytes)
4.17/4.33	c 4	7385 (20%) CSP clauses are encoded (518342 clauses, 10434715 bytes)
4.46/4.66	c 4	11077 (30%) CSP clauses are encoded (662264 clauses, 13700044 bytes)
4.86/5.00	c 5	14769 (40%) CSP clauses are encoded (813264 clauses, 17182936 bytes)
5.15/5.34	c 5	18461 (50%) CSP clauses are encoded (968711 clauses, 20776346 bytes)
5.54/5.71	c 6	22154 (60%) CSP clauses are encoded (1131169 clauses, 24543842 bytes)
5.85/6.08	c 6	25846 (70%) CSP clauses are encoded (1301603 clauses, 28507051 bytes)
6.25/6.49	c 6	29538 (80%) CSP clauses are encoded (1485221 clauses, 32784088 bytes)
14.01/14.37	c 14	33230 (90%) CSP clauses are encoded (5699439 clauses, 122901389 bytes)
37.98/38.86	c 39	36922 (100%) CSP clauses are encoded (17641967 clauses, 392694712 bytes)
37.98/38.86	c 39	36922 CSP clauses encoded
37.98/38.86	c 39	Writing map file : HOME/temp.map
38.07/38.92	c 39	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.07/38.92	c 39	SAT : 141311 SAT variables, 17641967 SAT clauses, 392694712 bytes
38.07/38.92	c 39	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.07/38.97	c 39	OBJECTIVE minimize _COST
38.07/38.97	c 39	OBJECTIVE BOUND: 0 <= _COST <= 
38.07/38.97	c 39	SEARCHING: _COST <= 1785
38.07/38.97	c 39	SOLVING HOME/temp.cnf
38.07/38.97	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.07/38.98	c 39	This is MiniSat 2.0 beta
38.07/38.98	c 39	WARNING: for repeatability, setting FPU to use double precision
38.07/38.98	c 39	============================[ Problem Statistics ]=============================
38.07/38.98	c 39	|                                                                             |
38.07/38.98	c 39	|  Number of variables:  141311                                               |
38.07/38.98	c 39	|  Number of clauses:    17641968                                             |
47.54/48.51	c 48	|  Parsing time:         7.95         s                                       |
105.29/106.87	c 107	============================[ Search Statistics ]==============================
105.29/106.87	c 107	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
105.29/106.87	c 107	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
105.29/106.87	c 107	===============================================================================
105.29/106.87	c 107	|         0 |  119891 11739343 35322512 |  3913114        0    nan |  0.000 % |
109.05/110.69	c 111	===============================================================================
109.05/110.70	c 111	restarts              : 1
109.05/110.70	c 111	conflicts             : 69             (1 /sec)
109.05/110.70	c 111	decisions             : 9701           (1.11 % random) (139 /sec)
109.05/110.70	c 111	propagations          : 424570         (6104 /sec)
109.05/110.70	c 111	conflict literals     : 2701           (0.77 % deleted)
109.05/110.70	c 111	Memory used           : 665.94 MB
109.05/110.70	c 111	CPU time              : 69.5544 s
109.05/110.70	c 111	
109.15/110.76	c 111	SATISFIABLE
109.25/110.87	c 111	FOUND: _COST <= 1785
109.25/110.87	s SATISFIABLE
109.25/110.87	c 111	DECODING HOME/temp.out WITH HOME/temp.map
109.25/110.87	c 111	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
109.34/110.96	c 111	Decoding HOME/temp.out
109.74/111.38	c 111	OBJECTIVE _COST 582
109.74/111.38	o 582
109.74/111.39	v 55 26 60 32 28 73 34 51 41 15 74 5 59 70 52 57 77 56 72 61 54 66 53 58 64 61 59 73 37 66 62 36 73 44 60 64 33 67 69 62 68 48 42 39 71 68 30 69 63 65 67 71 77 75 78 76 74 70 79 78 79 79 78 79 78 79 79 79 78 79 78 79 78 79 78 79 79 72 79 78 4479 5199 5599 5679 6399
109.74/111.39	c 111	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
109.83/111.41	c 111	OBJECTIVE BOUND: 0 <= _COST <= 582
109.83/111.41	c 111	SEARCHING: _COST <= 291
109.83/111.41	c 111	SOLVING HOME/temp.cnf
109.83/111.41	c 111	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
109.83/111.41	c 111	This is MiniSat 2.0 beta
109.83/111.41	c 111	WARNING: for repeatability, setting FPU to use double precision
109.83/111.41	c 111	============================[ Problem Statistics ]=============================
109.83/111.41	c 111	|                                                                             |
109.83/111.42	c 111	|  Number of variables:  141311                                               |
109.83/111.42	c 111	|  Number of clauses:    17641968                                             |
119.83/121.57	c 121	|  Parsing time:         8.61         s                                       |
200.16/202.63	c 202	============================[ Search Statistics ]==============================
200.16/202.63	c 202	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
200.16/202.63	c 202	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
200.16/202.63	c 202	===============================================================================
200.16/202.63	c 202	|         0 |   97577  3949285 12017786 |  1316428        0    nan |  0.000 % |
201.75/204.24	c 204	===============================================================================
201.75/204.25	c 204	restarts              : 1
201.75/204.25	c 204	conflicts             : 63             (1 /sec)
201.75/204.25	c 204	decisions             : 6531           (1.06 % random) (72 /sec)
201.75/204.25	c 204	propagations          : 398123         (4399 /sec)
201.75/204.25	c 204	conflict literals     : 3143           (1.16 % deleted)
201.75/204.25	c 204	Memory used           : 682.88 MB
201.75/204.25	c 204	CPU time              : 90.5032 s
201.75/204.25	c 204	
201.85/204.31	c 204	SATISFIABLE
201.95/204.42	c 204	FOUND: _COST <= 291
201.95/204.42	c 204	DECODING HOME/temp.out WITH HOME/temp.map
201.95/204.42	c 204	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
202.04/204.52	c 204	Decoding HOME/temp.out
202.43/204.94	c 205	OBJECTIVE _COST 291
202.43/204.94	o 291
202.43/204.95	v 52 46 41 36 76 7 70 30 48 62 11 49 43 0 49 3 50 53 67 8 5 14 59 35 16 19 52 42 38 57 54 61 64 58 60 27 47 64 29 56 39 59 40 44 53 45 62 46 51 55 79 72 75 75 63 66 76 65 77 78 73 79 79 78 74 79 78 74 73 74 74 68 77 68 71 61 70 79 74 69 6319 6319 6317 6399 6399
202.43/204.95	c 205	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
202.43/204.97	c 205	OBJECTIVE BOUND: 0 <= _COST <= 291
202.43/204.97	c 205	SEARCHING: _COST <= 145
202.43/204.97	c 205	SOLVING HOME/temp.cnf
202.43/204.97	c 205	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
202.43/204.97	c 205	This is MiniSat 2.0 beta
202.43/204.97	c 205	WARNING: for repeatability, setting FPU to use double precision
202.43/204.97	c 205	============================[ Problem Statistics ]=============================
202.43/204.97	c 205	|                                                                             |
202.43/204.97	c 205	|  Number of variables:  141311                                               |
202.43/204.97	c 205	|  Number of clauses:    17641968                                             |
212.92/215.57	c 215	|  Parsing time:         9.04         s                                       |
288.49/291.90	c 292	============================[ Search Statistics ]==============================
288.49/291.90	c 292	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
288.49/291.90	c 292	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
288.49/291.90	c 292	===============================================================================
288.49/291.90	c 292	|         0 |   93047  2786786  8543733 |   928928        0    nan |  0.000 % |
289.98/293.30	c 293	|       100 |   93047  2786786  8543733 |  1021821      100     99 | 34.154 % |
290.77/294.13	c 294	|       251 |   93047  2786786  8543733 |  1124003      251     62 | 34.154 % |
291.17/294.51	c 294	===============================================================================
291.17/294.51	c 294	restarts              : 3
291.17/294.51	c 294	conflicts             : 319            (4 /sec)
291.17/294.51	c 294	decisions             : 7475           (0.92 % random) (86 /sec)
291.17/294.51	c 294	propagations          : 1233816        (14143 /sec)
291.17/294.51	c 294	conflict literals     : 17737          (10.16 % deleted)
291.17/294.51	c 294	Memory used           : 683.05 MB
291.17/294.51	c 294	CPU time              : 87.2377 s
291.17/294.51	c 294	
291.17/294.57	c 294	SATISFIABLE
291.27/294.68	c 295	FOUND: _COST <= 145
291.27/294.68	c 295	DECODING HOME/temp.out WITH HOME/temp.map
291.27/294.68	c 295	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
291.36/294.78	c 295	Decoding HOME/temp.out
291.84/295.28	c 295	OBJECTIVE _COST 145
291.84/295.28	o 145
291.84/295.28	v 52 6 17 35 1 39 37 70 55 53 19 72 8 73 68 32 65 67 58 21 59 57 10 56 74 71 69 62 66 20 75 73 61 69 75 72 64 63 36 34 50 62 43 49 74 67 60 72 51 79 77 40 45 71 73 78 79 77 28 70 27 76 78 25 76 48 79 78 33 42 77 79 44 41 78 50 47 54 54 79 6318 6397 6319 6319 6398
291.84/295.29	c 295	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
291.94/295.32	c 295	OBJECTIVE BOUND: 0 <= _COST <= 145
291.94/295.32	c 295	SEARCHING: _COST <= 72
291.94/295.32	c 295	SOLVING HOME/temp.cnf
291.94/295.32	c 295	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
291.94/295.32	c 295	This is MiniSat 2.0 beta
291.94/295.32	c 295	WARNING: for repeatability, setting FPU to use double precision
291.94/295.32	c 295	============================[ Problem Statistics ]=============================
291.94/295.32	c 295	|                                                                             |
291.94/295.32	c 295	|  Number of variables:  141311                                               |
291.94/295.32	c 295	|  Number of clauses:    17641968                                             |
302.43/305.93	c 306	|  Parsing time:         9.05         s                                       |
369.28/373.43	c 373	============================[ Search Statistics ]==============================
369.28/373.43	c 373	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
369.28/373.43	c 373	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
369.28/373.43	c 373	===============================================================================
369.28/373.43	c 373	|         0 |   89046  2172326  6712283 |   724108        0    nan |  0.000 % |
370.58/374.70	c 375	|       100 |   89046  2172326  6712283 |   796519      100     94 | 36.986 % |
370.88/375.10	c 375	|       250 |   89046  2172326  6712283 |   876171      250     57 | 36.986 % |
371.47/375.66	c 375	|       475 |   89046  2172326  6712283 |   963788      475     66 | 36.986 % |
372.46/376.66	c 376	|       812 |   89046  2172326  6712283 |  1060167      812     45 | 36.986 % |
372.96/377.13	c 377	===============================================================================
372.96/377.14	c 377	restarts              : 5
372.96/377.14	c 377	conflicts             : 968            (12 /sec)
372.96/377.14	c 377	decisions             : 7104           (0.89 % random) (89 /sec)
372.96/377.14	c 377	propagations          : 1956553        (24587 /sec)
372.96/377.14	c 377	conflict literals     : 49706          (2.19 % deleted)
372.96/377.14	c 377	Memory used           : 680.61 MB
372.96/377.14	c 377	CPU time              : 79.5759 s
372.96/377.14	c 377	
373.05/377.20	c 377	SATISFIABLE
373.15/377.32	c 377	FOUND: _COST <= 72
373.15/377.32	c 377	DECODING HOME/temp.out WITH HOME/temp.map
373.15/377.32	c 377	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
373.18/377.41	c 377	Decoding HOME/temp.out
373.18/377.90	c 378	OBJECTIVE _COST 72
373.18/377.90	o 72
373.18/377.91	v 41 36 38 4 50 45 3 7 71 57 62 17 74 68 16 74 33 73 40 26 73 12 64 44 67 75 18 61 48 78 34 54 69 42 49 59 29 76 76 69 65 74 53 71 52 77 51 78 60 75 79 67 79 66 72 1 55 47 77 73 70 79 37 58 75 63 2 56 39 72 66 21 31 0 46 35 70 5 66 30 6399 6319 6399 6399 6399
373.18/377.91	c 378	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
373.18/377.96	c 378	OBJECTIVE BOUND: 0 <= _COST <= 72
373.18/377.96	c 378	SEARCHING: _COST <= 36
373.18/377.96	c 378	SOLVING HOME/temp.cnf
373.18/377.96	c 378	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
373.18/377.96	c 378	This is MiniSat 2.0 beta
373.18/377.96	c 378	WARNING: for repeatability, setting FPU to use double precision
373.18/377.96	c 378	============================[ Problem Statistics ]=============================
373.18/377.96	c 378	|                                                                             |
373.18/377.97	c 378	|  Number of variables:  141311                                               |
373.18/377.97	c 378	|  Number of clauses:    17641968                                             |
384.20/388.59	c 388	|  Parsing time:         9.12         s                                       |
450.16/455.19	c 455	============================[ Search Statistics ]==============================
450.16/455.19	c 455	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
450.16/455.19	c 455	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
450.16/455.19	c 455	===============================================================================
450.16/455.19	c 455	|         0 |   85315  1856943  5777291 |   618981        0    nan |  0.000 % |
451.45/456.45	c 456	|       100 |   85315  1856943  5777291 |   680879      100     99 | 39.626 % |
451.94/456.98	c 457	|       250 |   85315  1856943  5777291 |   748967      250     62 | 39.626 % |
452.44/457.45	c 457	|       475 |   85315  1856943  5777291 |   823863      475     91 | 39.626 % |
453.13/458.15	c 458	|       812 |   85315  1856943  5777291 |   906250      812    106 | 39.626 % |
454.22/459.24	c 459	|      1318 |   85315  1856943  5777291 |   996875     1318    102 | 39.626 % |
455.11/460.17	c 460	|      2077 |   85315  1856943  5777291 |  1096562     2077     70 | 39.626 % |
458.28/463.38	c 463	|      3216 |   85315  1856943  5777291 |  1206218     3216     73 | 39.626 % |
461.16/466.24	c 466	|      4924 |   85315  1856943  5777291 |  1326840     4924     52 | 39.626 % |
461.36/466.45	c 466	===============================================================================
461.36/466.46	c 466	restarts              : 9
461.36/466.46	c 466	conflicts             : 4973           (58 /sec)
461.36/466.46	c 466	decisions             : 13693          (0.69 % random) (159 /sec)
461.36/466.46	c 466	propagations          : 7322217        (84910 /sec)
461.36/466.46	c 466	conflict literals     : 257629         (3.12 % deleted)
461.36/466.46	c 466	Memory used           : 681.05 MB
461.36/466.46	c 466	CPU time              : 86.2349 s
461.36/466.46	c 466	
461.45/466.52	c 466	SATISFIABLE
461.55/466.64	c 466	FOUND: _COST <= 36
461.55/466.64	c 466	DECODING HOME/temp.out WITH HOME/temp.map
461.55/466.64	c 466	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
461.60/466.73	c 467	Decoding HOME/temp.out
461.60/467.22	c 467	OBJECTIVE _COST 36
461.60/467.22	o 36
461.60/467.23	v 23 62 79 42 44 37 24 53 17 29 16 32 78 5 26 63 20 51 47 10 65 68 66 60 35 25 9 34 70 2 45 15 40 74 21 52 13 67 76 41 11 30 27 57 69 39 1 46 38 59 77 64 14 49 55 3 72 54 36 8 19 12 43 28 18 58 71 7 56 48 31 6 4 33 60 50 79 75 73 61 6399 6399 6399 6399 6399
461.60/467.23	c 467	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
461.60/467.24	c 467	OBJECTIVE BOUND: 0 <= _COST <= 36
461.60/467.24	c 467	SEARCHING: _COST <= 18
461.60/467.24	c 467	SOLVING HOME/temp.cnf
461.60/467.24	c 467	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
461.60/467.25	c 467	This is MiniSat 2.0 beta
461.60/467.25	c 467	WARNING: for repeatability, setting FPU to use double precision
461.60/467.25	c 467	============================[ Problem Statistics ]=============================
461.60/467.25	c 467	|                                                                             |
461.60/467.25	c 467	|  Number of variables:  141311                                               |
461.60/467.25	c 467	|  Number of clauses:    17641968                                             |
472.73/477.99	c 478	|  Parsing time:         9.21         s                                       |
538.79/544.69	c 545	============================[ Search Statistics ]==============================
538.79/544.69	c 545	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
538.79/544.69	c 545	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
538.79/544.69	c 545	===============================================================================
538.79/544.69	c 545	|         0 |   81682  1692247  5294084 |   564082        0    nan |  0.000 % |
540.08/545.96	c 546	|       100 |   81682  1692247  5294084 |   620490      100    107 | 42.197 % |
540.68/546.50	c 546	|       251 |   81682  1692247  5294084 |   682539      251     96 | 42.197 % |
541.27/547.15	c 547	|       476 |   81682  1692247  5294084 |   750793      476     78 | 42.197 % |
541.87/547.78	c 548	|       813 |   81682  1692247  5294084 |   825872      813     72 | 42.197 % |
542.16/548.06	c 548	===============================================================================
542.16/548.07	c 548	restarts              : 5
542.16/548.07	c 548	conflicts             : 887            (11 /sec)
542.16/548.07	c 548	decisions             : 4920           (0.79 % random) (63 /sec)
542.16/548.07	c 548	propagations          : 1239431        (15764 /sec)
542.16/548.07	c 548	conflict literals     : 61991          (1.86 % deleted)
542.16/548.07	c 548	Memory used           : 675.91 MB
542.16/548.07	c 548	CPU time              : 78.623 s
542.16/548.07	c 548	
542.26/548.13	c 548	SATISFIABLE
542.36/548.24	c 548	FOUND: _COST <= 18
542.36/548.24	c 548	DECODING HOME/temp.out WITH HOME/temp.map
542.36/548.24	c 548	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
542.41/548.33	c 548	Decoding HOME/temp.out
542.94/548.84	c 549	OBJECTIVE _COST 18
542.94/548.84	o 18
542.94/548.84	v 44 52 78 76 74 68 36 45 47 32 53 27 62 0 33 42 38 1 46 5 2 6 23 20 48 14 58 41 8 60 51 29 3 43 25 16 4 12 10 64 66 54 35 7 39 56 24 9 40 37 19 11 69 65 59 49 63 30 78 55 50 31 61 67 79 73 75 70 17 71 28 77 72 18 57 22 26 34 15 21 6319 6399 6399 6239 6319
542.94/548.85	c 549	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
542.94/548.90	c 549	OBJECTIVE BOUND: 0 <= _COST <= 18
542.94/548.90	c 549	SEARCHING: _COST <= 9
542.94/548.90	c 549	SOLVING HOME/temp.cnf
542.94/548.90	c 549	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
543.00/548.90	c 549	This is MiniSat 2.0 beta
543.00/548.90	c 549	WARNING: for repeatability, setting FPU to use double precision
543.00/548.90	c 549	============================[ Problem Statistics ]=============================
543.00/548.90	c 549	|                                                                             |
543.00/548.90	c 549	|  Number of variables:  141311                                               |
543.00/548.90	c 549	|  Number of clauses:    17641968                                             |
553.59/559.63	c 559	|  Parsing time:         9.22         s                                       |
619.65/626.32	c 626	============================[ Search Statistics ]==============================
619.65/626.32	c 626	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
619.65/626.32	c 626	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
619.65/626.32	c 626	===============================================================================
619.65/626.32	c 626	|         0 |   78089  1604144  5040545 |   534714        0    nan |  0.000 % |
620.74/627.48	c 627	|       101 |   78089  1604144  5040545 |   588186      101     41 | 44.740 % |
621.14/627.85	c 628	|       251 |   78089  1604144  5040545 |   647004      251     42 | 44.740 % |
621.73/628.43	c 628	|       478 |   78089  1604144  5040545 |   711705      478     78 | 44.740 % |
622.92/629.65	c 629	|       815 |   78089  1604144  5040545 |   782875      815    124 | 44.740 % |
623.81/630.54	c 630	|      1321 |   78089  1604144  5040545 |   861163     1321     85 | 44.740 % |
625.30/632.09	c 632	|      2080 |   78089  1604144  5040545 |   947279     2080     88 | 44.740 % |
628.77/635.51	c 635	|      3219 |   78089  1604144  5040545 |  1042007     3219     87 | 44.740 % |
631.44/638.23	c 638	|      4927 |   78089  1604144  5040545 |  1146208     4927     61 | 44.740 % |
631.64/638.49	c 638	===============================================================================
631.74/638.50	c 638	restarts              : 9
631.74/638.50	c 638	conflicts             : 4994           (57 /sec)
631.74/638.50	c 638	decisions             : 13082          (0.65 % random) (150 /sec)
631.74/638.50	c 638	propagations          : 7798188        (89284 /sec)
631.74/638.50	c 638	conflict literals     : 304600         (2.70 % deleted)
631.74/638.50	c 638	Memory used           : 676.10 MB
631.74/638.50	c 638	CPU time              : 87.3417 s
631.74/638.50	c 638	
631.74/638.56	c 638	SATISFIABLE
631.83/638.67	c 638	FOUND: _COST <= 9
631.83/638.67	c 638	DECODING HOME/temp.out WITH HOME/temp.map
631.83/638.67	c 638	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
631.93/638.76	c 639	Decoding HOME/temp.out
632.42/639.27	c 639	OBJECTIVE _COST 9
632.42/639.27	o 9
632.42/639.27	v 19 17 56 63 31 4 16 27 54 75 35 41 55 46 50 74 39 7 24 72 37 65 1 5 22 2 23 34 20 58 0 59 53 44 3 67 60 45 40 12 29 13 79 28 6 38 30 61 26 32 25 66 18 47 49 42 9 69 14 68 51 62 36 67 77 15 71 48 33 10 73 57 52 21 70 43 64 11 78 76 6319 6399 6399 6239 6319
632.42/639.28	c 639	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
632.50/639.31	c 639	OBJECTIVE BOUND: 0 <= _COST <= 9
632.50/639.31	c 639	SEARCHING: _COST <= 4
632.50/639.31	c 639	SOLVING HOME/temp.cnf
632.50/639.31	c 639	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
632.50/639.31	c 639	This is MiniSat 2.0 beta
632.50/639.31	c 639	WARNING: for repeatability, setting FPU to use double precision
632.50/639.31	c 639	============================[ Problem Statistics ]=============================
632.50/639.31	c 639	|                                                                             |
632.50/639.31	c 639	|  Number of variables:  141311                                               |
632.50/639.31	c 639	|  Number of clauses:    17641968                                             |
643.20/650.11	c 650	|  Parsing time:         9.27         s                                       |
709.85/717.44	c 717	============================[ Search Statistics ]==============================
709.85/717.44	c 717	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
709.85/717.44	c 717	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
709.85/717.44	c 717	===============================================================================
709.85/717.44	c 717	|         0 |   73999  1549153  4887837 |   516384        0    nan |  0.000 % |
710.94/718.57	c 718	|       100 |   73999  1549153  4887837 |   568022      100     74 | 47.634 % |
711.44/719.06	c 719	|       252 |   73999  1549153  4887837 |   624825      252    101 | 47.634 % |
712.23/719.83	c 720	|       477 |   73999  1549153  4887837 |   687307      477    120 | 47.634 % |
713.52/721.14	c 721	|       814 |   73999  1549153  4887837 |   756038      814    134 | 47.634 % |
714.81/722.43	c 722	|      1320 |   73999  1549153  4887837 |   831642     1320    136 | 47.634 % |
717.29/724.94	c 725	|      2080 |   73999  1549153  4887837 |   914806     2080    120 | 47.634 % |
718.87/726.51	c 726	|      3219 |   73999  1549153  4887837 |  1006286     3219     86 | 47.634 % |
721.55/729.27	c 729	|      4928 |   73999  1549153  4887837 |  1106915     4928    117 | 47.634 % |
728.97/736.74	c 737	|      7490 |   73999  1549153  4887837 |  1217607     7490    167 | 47.634 % |
739.47/747.37	c 747	|     11334 |   73999  1549153  4887837 |  1339367    11334    139 | 47.634 % |
745.42/753.30	c 753	===============================================================================
745.42/753.31	c 753	restarts              : 11
745.42/753.31	c 753	conflicts             : 14284          (128 /sec)
745.42/753.31	c 753	decisions             : 25555          (0.75 % random) (229 /sec)
745.42/753.31	c 753	propagations          : 18584941       (166693 /sec)
745.42/753.31	c 753	conflict literals     : 1627314        (1.88 % deleted)
745.42/753.31	c 753	Memory used           : 675.70 MB
745.42/753.31	c 753	CPU time              : 111.492 s
745.42/753.31	c 753	
745.42/753.37	c 753	SATISFIABLE
745.52/753.48	c 753	FOUND: _COST <= 4
745.52/753.48	c 753	DECODING HOME/temp.out WITH HOME/temp.map
745.52/753.48	c 753	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
745.62/753.57	c 753	Decoding HOME/temp.out
745.62/754.07	c 754	OBJECTIVE _COST 4
745.62/754.08	o 4
745.62/754.08	v 62 38 20 4 72 36 34 2 41 50 35 76 19 79 43 45 8 3 9 0 52 48 21 5 39 42 11 6 40 13 56 47 51 1 54 69 44 10 14 60 30 77 64 12 67 16 18 24 61 73 15 31 27 55 59 22 65 68 72 53 57 71 66 63 26 58 49 33 46 75 25 32 70 37 23 78 29 7 74 17 6318 6159 6237 6398 6239
745.62/754.08	c 754	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
745.62/754.09	c 754	OBJECTIVE BOUND: 0 <= _COST <= 4
745.62/754.09	c 754	SEARCHING: _COST <= 2
745.62/754.09	c 754	SOLVING HOME/temp.cnf
745.62/754.09	c 754	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
745.62/754.09	c 754	This is MiniSat 2.0 beta
745.62/754.09	c 754	WARNING: for repeatability, setting FPU to use double precision
745.62/754.09	c 754	============================[ Problem Statistics ]=============================
745.62/754.09	c 754	|                                                                             |
745.62/754.10	c 754	|  Number of variables:  141311                                               |
745.62/754.10	c 754	|  Number of clauses:    17641968                                             |
756.91/764.90	c 765	|  Parsing time:         9.28         s                                       |
823.78/832.43	c 832	============================[ Search Statistics ]==============================
823.78/832.43	c 832	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
823.78/832.43	c 832	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
823.78/832.43	c 832	===============================================================================
823.78/832.43	c 832	|         0 |   70428  1521126  4814467 |   507042        0    nan |  0.000 % |
825.16/833.85	c 834	|       100 |   70428  1521126  4814467 |   557746      100     11 | 50.161 % |
825.65/834.40	c 834	|       251 |   70428  1521126  4814467 |   613520      251     49 | 50.161 % |
826.54/835.26	c 835	|       476 |   70428  1521126  4814467 |   674872      476     36 | 50.161 % |
827.14/835.85	c 836	|       813 |   70428  1521126  4814467 |   742360      813     51 | 50.161 % |
827.93/836.67	c 836	|      1321 |   70428  1521126  4814467 |   816596     1321     36 | 50.161 % |
828.33/837.02	c 837	===============================================================================
828.33/837.03	c 837	restarts              : 6
828.33/837.03	c 837	conflicts             : 1532           (19 /sec)
828.33/837.03	c 837	decisions             : 5732           (0.56 % random) (71 /sec)
828.33/837.03	c 837	propagations          : 4275663        (52970 /sec)
828.33/837.03	c 837	conflict literals     : 65986          (1.98 % deleted)
828.33/837.03	c 837	Memory used           : 675.69 MB
828.33/837.03	c 837	CPU time              : 80.7187 s
828.33/837.03	c 837	
828.33/837.09	c 837	SATISFIABLE
828.44/837.20	c 837	FOUND: _COST <= 2
828.44/837.20	c 837	DECODING HOME/temp.out WITH HOME/temp.map
828.44/837.20	c 837	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
828.54/837.30	c 837	Decoding HOME/temp.out
828.54/837.72	c 838	OBJECTIVE _COST 2
828.54/837.72	o 2
828.54/837.72	v 58 60 41 46 56 45 67 35 61 57 23 66 16 34 37 33 49 0 65 20 51 55 19 8 13 47 14 36 40 3 79 24 32 52 71 77 72 69 62 18 75 4 2 68 50 39 73 63 59 54 64 53 78 9 27 70 76 74 1 43 38 31 26 28 22 10 21 7 48 30 12 25 29 6 15 5 42 44 17 11 6239 6398 6237 6399 6078
828.54/837.73	c 838	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
828.54/837.75	c 838	OBJECTIVE BOUND: 0 <= _COST <= 2
828.54/837.75	c 838	SEARCHING: _COST <= 1
828.54/837.75	c 838	SOLVING HOME/temp.cnf
828.54/837.75	c 838	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
828.54/837.75	c 838	This is MiniSat 2.0 beta
828.54/837.75	c 838	WARNING: for repeatability, setting FPU to use double precision
828.54/837.76	c 838	============================[ Problem Statistics ]=============================
828.54/837.76	c 838	|                                                                             |
828.54/837.76	c 838	|  Number of variables:  141311                                               |
828.54/837.76	c 838	|  Number of clauses:    17641968                                             |
839.67/848.53	c 848	|  Parsing time:         9.24         s                                       |
902.57/912.05	c 912	============================[ Search Statistics ]==============================
902.57/912.05	c 912	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
902.57/912.05	c 912	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
902.57/912.05	c 912	===============================================================================
902.57/912.05	c 912	|         0 |   66858  1501760  4767078 |   500586        0    nan |  0.000 % |
903.75/913.24	c 913	|       100 |   66858  1501760  4767078 |   550645      100    114 | 52.687 % |
904.25/913.76	c 914	|       250 |   66858  1501760  4767078 |   605709      250    119 | 52.687 % |
904.65/914.14	c 914	|       475 |   66858  1501760  4767078 |   666280      475     93 | 52.687 % |
905.44/914.98	c 915	|       812 |   66858  1501760  4767078 |   732908      812     63 | 52.687 % |
906.03/915.54	c 915	===============================================================================
906.03/915.55	c 915	restarts              : 5
906.03/915.55	c 915	conflicts             : 1124           (15 /sec)
906.03/915.55	c 915	decisions             : 4636           (0.60 % random) (61 /sec)
906.03/915.55	c 915	propagations          : 1170903        (15485 /sec)
906.03/915.55	c 915	conflict literals     : 77843          (2.02 % deleted)
906.03/915.55	c 915	Memory used           : 675.62 MB
906.03/915.55	c 915	CPU time              : 75.6145 s
906.03/915.55	c 915	
906.13/915.61	c 915	SATISFIABLE
906.23/915.72	c 916	FOUND: _COST <= 1
906.23/915.72	c 916	DECODING HOME/temp.out WITH HOME/temp.map
906.23/915.72	c 916	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
906.28/915.81	c 916	Decoding HOME/temp.out
906.83/916.31	c 916	OBJECTIVE _COST 1
906.83/916.31	o 1
906.83/916.32	v 47 31 59 0 29 25 32 45 3 5 2 4 62 71 26 1 50 39 64 30 38 66 13 36 33 69 79 48 17 19 40 60 37 73 65 74 53 56 54 41 67 44 70 43 52 68 21 61 63 16 12 9 58 23 18 35 15 22 6 57 42 7 11 20 51 49 34 14 10 8 77 27 76 24 75 46 28 55 72 78 6319 6158 6236 6397 6397
906.83/916.32	c 916	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
906.83/916.33	c 916	OBJECTIVE BOUND: 0 <= _COST <= 1
906.83/916.33	c 916	SEARCHING: _COST <= 0
906.83/916.33	c 916	SOLVING HOME/temp.cnf
906.83/916.33	c 916	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
906.83/916.33	c 916	This is MiniSat 2.0 beta
906.83/916.33	c 916	WARNING: for repeatability, setting FPU to use double precision
906.83/916.33	c 916	============================[ Problem Statistics ]=============================
906.83/916.33	c 916	|                                                                             |
906.83/916.33	c 916	|  Number of variables:  141311                                               |
906.83/916.33	c 916	|  Number of clauses:    17641968                                             |
917.32/926.99	c 927	|  Parsing time:         9.17         s                                       |
967.24/976.96	c 977	============================[ Search Statistics ]==============================
967.24/976.96	c 977	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
967.24/976.96	c 977	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
967.24/976.96	c 977	===============================================================================
967.24/976.96	c 977	|         0 |   56552  1484317  4725054 |   494772        0    nan |  0.000 % |
968.04/977.75	c 978	|       100 |   56552  1484317  4725054 |   544249      100      7 | 59.980 % |
968.44/978.13	c 978	|       250 |   56552  1484317  4725054 |   598674      250     22 | 59.980 % |
968.94/978.66	c 978	|       475 |   56552  1484317  4725054 |   658541      475     26 | 59.980 % |
969.54/979.23	c 979	|       814 |   56552  1484317  4725054 |   724396      814     40 | 59.980 % |
970.34/980.07	c 980	|      1321 |   56552  1484317  4725054 |   796835     1321     30 | 59.980 % |
971.84/981.56	c 981	|      2080 |   56552  1484317  4725054 |   876519     2080     21 | 59.980 % |
974.23/983.94	c 984	|      3219 |   56549  1484004  4723803 |   964171     2520     18 | 59.983 % |
974.63/984.33	c 984	===============================================================================
974.63/984.33	c 984	restarts              : 8
974.63/984.33	c 984	conflicts             : 3345           (50 /sec)
974.63/984.33	c 984	decisions             : 7861           (1.35 % random) (118 /sec)
974.63/984.33	c 984	propagations          : 12233544       (184215 /sec)
974.63/984.33	c 984	conflict literals     : 51774          (9.93 % deleted)
974.63/984.33	c 984	Memory used           : 675.66 MB
974.63/984.33	c 984	CPU time              : 66.4089 s
974.63/984.33	c 984	
974.63/984.33	c 984	UNSATISFIABLE
974.73/984.44	c 984	NOT FOUND: _COST <= 0
974.73/984.44	c 984	OBJECTIVE _COST 1
974.73/984.44	s OPTIMUM FOUND
974.73/984.44	c 984	CPU 954.36 (0.08 0.03 954.28 20.39)
974.73/984.44	c 984	END Sat Jul 12 14:10:28 2008

Verifier Data (download as text)

OK	1	3569
1 unsatisfied constraints, 3569 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-1112196-1215863644/watcher-1112196-1215863644 -o /tmp/evaluation-result-1112196-1215863644/solver-1112196-1215863644 -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-1112196-1215863644.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/73 16888
/proc/meminfo: memFree=1855136/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=12132 CPUtime=0
/proc/16888/stat : 16888 (sugar) R 16886 16888 16491 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 43067296 12423168 183 996147200 4194304 4206940 548682068592 18446744073709551615 215436817206 0 0 4224 0 0 0 0 17 1 0 0
/proc/16888/statm: 3033 183 142 3 0 133 0

[startup+0.0505251 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16888
/proc/meminfo: memFree=1855136/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.03
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 43067296 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101688 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16888
/proc/meminfo: memFree=1855136/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.03
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43067296 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301613 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16888
/proc/meminfo: memFree=1855136/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.03
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43067296 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701697 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16888
/proc/meminfo: memFree=1855136/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.03
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43067296 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 16910
/proc/meminfo: memFree=1847944/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.77
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 974 6801 0 1 3 0 70 4 15 0 1 0 43067296 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 797 370 3 0 500 0
[pid=16901] ppid=16888 vsize=5356 CPUtime=0
/proc/16901/stat : 16901 (sh) S 16888 16888 16491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43067381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16901/statm: 1339 233 193 169 0 50 0
[pid=16902] ppid=16901 vsize=865176 CPUtime=0.62
/proc/16902/stat : 16902 (java) S 16901 16888 16491 0 -1 0 4625 0 1 0 60 2 0 0 18 0 9 0 43067382 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16902/statm: 216294 4063 1731 9 0 210869 0
[pid=16902/tid=16903] ppid=16901 vsize=865176 CPUtime=0.45
/proc/16902/task/16903/stat : 16903 (java) R 16901 16888 16491 0 -1 64 2653 0 1 0 44 1 0 0 18 0 9 0 43067383 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16904] ppid=16901 vsize=865176 CPUtime=0.04
/proc/16902/task/16904/stat : 16904 (java) S 16901 16888 16491 0 -1 64 708 0 0 0 4 0 0 0 16 0 9 0 43067384 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16905] ppid=16901 vsize=865176 CPUtime=0
/proc/16902/task/16905/stat : 16905 (java) S 16901 16888 16491 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43067384 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16906] ppid=16901 vsize=865176 CPUtime=0
/proc/16902/task/16906/stat : 16906 (java) S 16901 16888 16491 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43067384 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16907] ppid=16901 vsize=865176 CPUtime=0
/proc/16902/task/16907/stat : 16907 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43067386 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16908] ppid=16901 vsize=865176 CPUtime=0.12
/proc/16902/task/16908/stat : 16908 (java) R 16901 16888 16491 0 -1 64 573 0 0 0 12 0 0 0 16 0 9 0 43067386 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 101734678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16909] ppid=16901 vsize=865176 CPUtime=0
/proc/16902/task/16909/stat : 16909 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43067386 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16910] ppid=16901 vsize=865176 CPUtime=0
/proc/16902/task/16910/stat : 16910 (java) S 16901 16888 16491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43067386 885940224 4063 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 884132

[startup+3.10217 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16910
/proc/meminfo: memFree=1832520/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.78
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 974 6801 0 1 4 0 70 4 15 0 1 0 43067296 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 797 370 3 0 500 0
[pid=16901] ppid=16888 vsize=5356 CPUtime=0
/proc/16901/stat : 16901 (sh) S 16888 16888 16491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43067381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16901/statm: 1339 233 193 169 0 50 0
[pid=16902] ppid=16901 vsize=868636 CPUtime=2.21
/proc/16902/stat : 16902 (java) S 16901 16888 16491 0 -1 0 11607 0 1 0 214 7 0 0 18 0 9 0 43067382 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16902/statm: 217159 10619 2540 9 0 211734 0
[pid=16902/tid=16903] ppid=16901 vsize=868636 CPUtime=1.31
/proc/16902/task/16903/stat : 16903 (java) R 16901 16888 16491 0 -1 64 2844 0 1 0 129 2 0 0 25 0 9 0 43067383 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16904] ppid=16901 vsize=868636 CPUtime=0.61
/proc/16902/task/16904/stat : 16904 (java) R 16901 16888 16491 0 -1 64 6580 0 0 0 58 3 0 0 16 0 9 0 43067384 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16905] ppid=16901 vsize=868636 CPUtime=0
/proc/16902/task/16905/stat : 16905 (java) S 16901 16888 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43067384 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16906] ppid=16901 vsize=868636 CPUtime=0
/proc/16902/task/16906/stat : 16906 (java) S 16901 16888 16491 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43067384 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16907] ppid=16901 vsize=868636 CPUtime=0
/proc/16902/task/16907/stat : 16907 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43067386 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16908] ppid=16901 vsize=868636 CPUtime=0.25
/proc/16902/task/16908/stat : 16908 (java) S 16901 16888 16491 0 -1 64 1491 0 0 0 25 0 0 0 16 0 9 0 43067386 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16909] ppid=16901 vsize=868636 CPUtime=0
/proc/16902/task/16909/stat : 16909 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43067386 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16910] ppid=16901 vsize=868636 CPUtime=0
/proc/16902/task/16910/stat : 16910 (java) S 16901 16888 16491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43067386 889483264 10619 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887592

[startup+6.30278 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16910
/proc/meminfo: memFree=1798280/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.78
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 974 6801 0 1 4 0 70 4 15 0 1 0 43067296 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 797 370 3 0 500 0
[pid=16901] ppid=16888 vsize=5356 CPUtime=0
/proc/16901/stat : 16901 (sh) S 16888 16888 16491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43067381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16901/statm: 1339 233 193 169 0 50 0
[pid=16902] ppid=16901 vsize=868496 CPUtime=5.36
/proc/16902/stat : 16902 (java) S 16901 16888 16491 0 -1 0 12178 0 1 0 507 29 0 0 18 0 9 0 43067382 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16902/statm: 217124 10742 2565 9 0 211671 0
[pid=16902/tid=16903] ppid=16901 vsize=868496 CPUtime=4.16
/proc/16902/task/16903/stat : 16903 (java) R 16901 16888 16491 0 -1 64 3381 0 1 0 395 21 0 0 25 0 9 0 43067383 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4126574348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16904] ppid=16901 vsize=868496 CPUtime=0.88
/proc/16902/task/16904/stat : 16904 (java) S 16901 16888 16491 0 -1 64 6581 0 0 0 82 6 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16905] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16905/stat : 16905 (java) S 16901 16888 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16906] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16906/stat : 16906 (java) S 16901 16888 16491 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16907] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16907/stat : 16907 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16908] ppid=16901 vsize=868496 CPUtime=0.3
/proc/16902/task/16908/stat : 16908 (java) S 16901 16888 16491 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16909] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16909/stat : 16909 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16910] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16910/stat : 16910 (java) S 16901 16888 16491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887452

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16910
/proc/meminfo: memFree=1723144/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.78
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 974 6801 0 1 4 0 70 4 15 0 1 0 43067296 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 797 370 3 0 500 0
[pid=16901] ppid=16888 vsize=5356 CPUtime=0
/proc/16901/stat : 16901 (sh) S 16888 16888 16491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43067381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16901/statm: 1339 233 193 169 0 50 0
[pid=16902] ppid=16901 vsize=868496 CPUtime=11.65
/proc/16902/stat : 16902 (java) S 16901 16888 16491 0 -1 0 13011 0 1 0 1084 81 0 0 18 0 9 0 43067382 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16902/statm: 217124 10742 2565 9 0 211671 0
[pid=16902/tid=16903] ppid=16901 vsize=868496 CPUtime=10.09
/proc/16902/task/16903/stat : 16903 (java) R 16901 16888 16491 0 -1 64 4214 0 1 0 943 66 0 0 25 0 9 0 43067383 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 102064648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16904] ppid=16901 vsize=868496 CPUtime=1.22
/proc/16902/task/16904/stat : 16904 (java) S 16901 16888 16491 0 -1 64 6581 0 0 0 109 13 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16905] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16905/stat : 16905 (java) S 16901 16888 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16906] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16906/stat : 16906 (java) S 16901 16888 16491 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16907] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16907/stat : 16907 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16908] ppid=16901 vsize=868496 CPUtime=0.3
/proc/16902/task/16908/stat : 16908 (java) S 16901 16888 16491 0 -1 64 1524 0 0 0 30 0 0 0 15 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16909] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16909/stat : 16909 (java) S 16901 16888 16491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16910] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16910/stat : 16910 (java) R 16901 16888 16491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43067386 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887452

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16910
/proc/meminfo: memFree=1575432/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13600 CPUtime=0.78
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 974 6801 0 1 4 0 70 4 16 0 1 0 43067296 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3400 797 370 3 0 500 0
[pid=16901] ppid=16888 vsize=5356 CPUtime=0
/proc/16901/stat : 16901 (sh) S 16888 16888 16491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43067381 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16901/statm: 1339 233 193 169 0 50 0
[pid=16902] ppid=16901 vsize=868496 CPUtime=24.22
/proc/16902/stat : 16902 (java) S 16901 16888 16491 0 -1 0 14643 0 1 0 2238 184 0 0 18 0 9 0 43067382 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16902/statm: 217124 10742 2565 9 0 211671 0
[pid=16902/tid=16903] ppid=16901 vsize=868496 CPUtime=21.99
/proc/16902/task/16903/stat : 16903 (java) R 16901 16888 16491 0 -1 64 5846 0 1 0 2043 156 0 0 25 0 9 0 43067383 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16904] ppid=16901 vsize=868496 CPUtime=1.9
/proc/16902/task/16904/stat : 16904 (java) S 16901 16888 16491 0 -1 64 6581 0 0 0 164 26 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16905] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16905/stat : 16905 (java) S 16901 16888 16491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16902/tid=16906] ppid=16901 vsize=868496 CPUtime=0
/proc/16902/task/16906/stat : 16906 (java) S 16901 16888 16491 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43067384 889339904 10742 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17013
/proc/meminfo: memFree=767752/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=746.22
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2076 1438552 0 10 7 3 73041 1571 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17012] ppid=16888 vsize=5356 CPUtime=0
/proc/17012/stat : 17012 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43142706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17012/statm: 1339 232 193 169 0 50 0
[pid=17013] ppid=17012 vsize=691456 CPUtime=67.55
/proc/17013/stat : 17013 (minisat) R 17012 16888 16491 0 -1 4194304 171931 0 0 0 6613 142 0 0 25 0 1 0 43142706 708050944 171917 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/17013/statm: 172864 171917 73 150 0 172711 0
Current children cumulated CPU time (s) 813.77
Current children cumulated vsize (KiB) 710808

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17025
/proc/meminfo: memFree=767496/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=829.04
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2190 1614946 0 11 7 3 81165 1729 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17024] ppid=16888 vsize=5356 CPUtime=0
/proc/17024/stat : 17024 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43151072 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17024/statm: 1339 232 193 169 0 50 0
[pid=17025] ppid=17024 vsize=691384 CPUtime=44.11
/proc/17025/stat : 17025 (minisat) R 17024 16888 16491 0 -1 4194304 171922 0 0 0 4268 143 0 0 25 0 1 0 43151072 707977216 171908 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/17025/statm: 172846 171908 73 150 0 172693 0
Current children cumulated CPU time (s) 873.15
Current children cumulated vsize (KiB) 710736

[startup+942.302 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823496/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691420 CPUtime=25.78
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171929 0 0 0 2439 139 0 0 25 0 1 0 43158930 708014080 171915 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172855 171915 73 150 0 172702 0
Current children cumulated CPU time (s) 932.65
Current children cumulated vsize (KiB) 710772

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

[startup+947.107 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823440/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691420 CPUtime=30.59
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171929 0 0 0 2920 139 0 0 25 0 1 0 43158930 708014080 171915 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172855 171915 73 150 0 172702 0
Current children cumulated CPU time (s) 937.46
Current children cumulated vsize (KiB) 710772

[startup+959.902 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823376/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691420 CPUtime=43.38
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171929 0 0 0 4199 139 0 0 25 0 1 0 43158930 708014080 171915 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172855 171915 73 150 0 172702 0
Current children cumulated CPU time (s) 950.25
Current children cumulated vsize (KiB) 710772

[startup+972.701 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823440/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691420 CPUtime=56.17
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171929 0 0 0 5478 139 0 0 25 0 1 0 43158930 708014080 171915 996147200 134512640 135127466 4294956256 18446744073709551615 134523492 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172855 171915 73 150 0 172702 0
Current children cumulated CPU time (s) 963.04
Current children cumulated vsize (KiB) 710772

[startup+979.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823376/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 15 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691868 CPUtime=62.57
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171985 0 0 0 6118 139 0 0 25 0 1 0 43158930 708472832 171971 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172967 171971 76 150 0 172814 0
Current children cumulated CPU time (s) 969.44
Current children cumulated vsize (KiB) 711220

[startup+982.306 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823312/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691868 CPUtime=65.77
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171987 0 0 0 6438 139 0 0 25 0 1 0 43158930 708472832 171973 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172967 171973 76 150 0 172814 0
Current children cumulated CPU time (s) 972.64
Current children cumulated vsize (KiB) 711220

[startup+983.903 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823312/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691868 CPUtime=67.36
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171987 0 0 0 6597 139 0 0 25 0 1 0 43158930 708472832 171973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172967 171973 76 150 0 172814 0
Current children cumulated CPU time (s) 974.23
Current children cumulated vsize (KiB) 711220

[startup+984.303 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 17076
/proc/meminfo: memFree=823312/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=906.87
/proc/16888/stat : 16888 (sugar) S 16886 16888 16491 0 -1 4194304 2304 1791330 0 12 8 3 88787 1889 16 0 1 0 43067296 14331904 904 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16888/statm: 3499 904 374 3 0 599 0
[pid=17036] ppid=16888 vsize=5356 CPUtime=0
/proc/17036/stat : 17036 (sh) S 16888 16888 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43158930 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17036/statm: 1339 232 193 169 0 50 0
[pid=17037] ppid=17036 vsize=691868 CPUtime=67.76
/proc/17037/stat : 17037 (minisat) R 17036 16888 16491 0 -1 4194304 171987 0 0 0 6637 139 0 0 25 0 1 0 43158930 708472832 171973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17037/statm: 172967 171973 76 150 0 172814 0
Current children cumulated CPU time (s) 974.63
Current children cumulated vsize (KiB) 711220

[startup+984.508 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 17076
/proc/meminfo: memFree=1302608/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=974.85
/proc/16888/stat : 16888 (sugar) R 16886 16888 16491 0 -1 4194304 2345 1963611 0 12 8 10 95428 2039 16 0 1 0 43067296 14331904 905 996147200 4194304 4206940 548682068592 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16888/statm: 3499 905 375 3 0 599 0
Current children cumulated CPU time (s) 974.85
Current children cumulated vsize (KiB) 13996

[startup+984.602 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 17076
/proc/meminfo: memFree=1302608/2055920 swapFree=4180384/4192956
[pid=16888] ppid=16886 vsize=13996 CPUtime=974.94
/proc/16888/stat : 16888 (sugar) R 16886 16888 16491 0 -1 4194304 2345 1963611 0 12 8 19 95428 2039 16 0 1 0 43067296 14331904 905 996147200 4194304 4206940 548682068592 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16888/statm: 3499 905 375 3 0 599 0
Current children cumulated CPU time (s) 974.94
Current children cumulated vsize (KiB) 13996

Child status: 0
Real time (s): 984.625
CPU time (s): 974.987
CPU user time (s): 954.369
CPU system time (s): 20.6179
CPU usage (%): 99.0211
Max. virtual memory (cumulated for all children) (KiB): 887592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 954.369
system time used= 20.6179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1965986
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38807
involuntary context switches= 57387

runsolver used 1.13983 second user time and 3.36149 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 13:54:04
IDJOB=1112196
IDBENCH=61377
IDSOLVER=368
FILE ID=node9/1112196-1215863644
PBS_JOBID= 7903491
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-80-5-mul.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-1112196-1215863644/watcher-1112196-1215863644 -o /tmp/evaluation-result-1112196-1215863644/solver-1112196-1215863644 -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-1112196-1215863644.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ab0ed2a36c3cca2c75b23b1150e1b9d
RANDOM SEED=1397418540

node9.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.260
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.260
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:       1855744 kB
Buffers:         19876 kB
Cached:          59192 kB
SwapCached:       6340 kB
Active:         122612 kB
Inactive:        25784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855744 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          76512 kB
Slab:            37152 kB
Committed_AS:   254552 kB
PageTables:       1880 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node9 at 2008-07-12 14:10:29