Trace number 1110729

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)1 3600.28 3615.49

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
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.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Sat Jul 12 05:23:51 2008
0.04/0.14	c 0	PID 16971
0.04/0.14	c 0	HOST node54.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1110729-1215833031.xml TO HOME/temp.csp
0.04/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110729-1215833031.xml' 'HOME/temp.csp'
0.06/0.51	c 1	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.64	c 1	Parsing HOME/temp.csp
0.41/0.78	c 1	parsed 928 expressions
0.41/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.80	c 1	MAX CSP: 915 constraints
0.41/0.80	c 1	Converting to clausal form CSP
0.41/0.87	c 1	converted 185 (10%) expressions
0.41/0.91	c 1	converted 370 (20%) expressions
0.41/0.99	c 1	converted 554 (30%) expressions
0.82/1.06	c 1	converted 739 (40%) expressions
0.93/1.11	c 1	converted 923 (50%) expressions
0.93/1.14	c 1	converted 1108 (60%) expressions
0.93/1.18	c 1	converted 1293 (70%) expressions
1.01/1.20	c 1	converted 1477 (80%) expressions
1.01/1.23	c 1	converted 1662 (90%) expressions
1.11/1.36	c 1	converted 1846 (100%) expressions
1.11/1.36	c 1	CSP : 4360 integers, 0 booleans, 7784 clauses, largest domain size 1373
1.11/1.36	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.36	c 1	Propagation in CSP
1.22/1.46	c 1	909 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.46	c 1	CSP : 4360 integers, 0 booleans, 7784 clauses, largest domain size 916
1.22/1.46	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.49	c 2	CSP : 4360 integers, 1740 booleans, 9524 clauses, largest domain size 916
1.22/1.49	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.58	c 2	436 (10%) CSP integer variables are encoded (10174 clauses, 131922 bytes)
1.41/1.63	c 2	872 (20%) CSP integer variables are encoded (40537 clauses, 587367 bytes)
1.41/1.67	c 2	1308 (30%) CSP integer variables are encoded (70900 clauses, 1042812 bytes)
1.51/1.71	c 2	1744 (40%) CSP integer variables are encoded (101263 clauses, 1504188 bytes)
1.51/1.75	c 2	2180 (50%) CSP integer variables are encoded (131626 clauses, 2020359 bytes)
1.51/1.80	c 2	2616 (60%) CSP integer variables are encoded (161902 clauses, 2535051 bytes)
1.61/1.84	c 2	3052 (70%) CSP integer variables are encoded (192265 clauses, 3051222 bytes)
1.61/1.88	c 2	3488 (80%) CSP integer variables are encoded (220743 clauses, 3535348 bytes)
1.61/1.89	c 2	3924 (90%) CSP integer variables are encoded (224255 clauses, 3595052 bytes)
1.71/1.90	c 2	4360 (100%) CSP integer variables are encoded (235123 clauses, 3779808 bytes)
2.79/3.06	c 3	953 (10%) CSP clauses are encoded (771639 clauses, 13734324 bytes)
5.36/5.61	c 6	1905 (20%) CSP clauses are encoded (2191689 clauses, 36823797 bytes)
7.81/8.14	c 8	2858 (30%) CSP clauses are encoded (3607870 clauses, 60490165 bytes)
10.29/10.69	c 11	3810 (40%) CSP clauses are encoded (5025985 clauses, 84267235 bytes)
12.94/13.35	c 13	4762 (50%) CSP clauses are encoded (6442077 clauses, 109442919 bytes)
15.61/16.01	c 16	5715 (60%) CSP clauses are encoded (7858258 clauses, 134944571 bytes)
18.27/18.70	c 19	6667 (70%) CSP clauses are encoded (9278308 clauses, 160874431 bytes)
20.92/21.40	c 21	7620 (80%) CSP clauses are encoded (10694489 clauses, 186882963 bytes)
21.22/21.77	c 22	8572 (90%) CSP clauses are encoded (10880739 clauses, 190718931 bytes)
23.28/23.87	c 24	9524 (100%) CSP clauses are encoded (11882018 clauses, 215053355 bytes)
23.28/23.87	c 24	9524 CSP clauses encoded
23.28/23.87	c 24	Writing map file : HOME/temp.map
23.28/23.89	c 24	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.28/23.89	c 24	SAT : 241223 SAT variables, 11882018 SAT clauses, 215053355 bytes
23.28/23.89	c 24	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.37/23.94	c 24	OBJECTIVE minimize _COST
23.37/23.94	c 24	SOLVING HOME/temp.cnf
23.37/23.94	c 24	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
23.37/23.94	c 24	This is MiniSat 2.0 beta incremental
23.37/23.94	c 24	WARNING: for repeatability, setting FPU to use double precision
23.37/23.94	c 24	============================[ Problem Statistics ]=============================
23.37/23.94	c 24	|                                                                             |
23.37/23.94	c 24	|  Number of variables:  241223                                               |
23.37/23.94	c 24	|  Number of clauses:    11882018                                             |
28.58/29.25	c 29	|  Parsing time:         4.51         s                                       |
28.78/29.47	c 29	OK
28.78/29.47	c 29	OBJECTIVE BOUND: 0 <= _COST <= 
28.78/29.47	c 29	SEARCHING: _COST <= 458
28.78/29.47	c 29	============================[ Search Statistics ]==============================
28.78/29.47	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.78/29.47	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.78/29.47	c 29	===============================================================================
28.78/29.47	c 29	|         0 |  241223 11882018 35164340 |  3960672        0    nan |  0.000 % |
31.55/32.25	c 32	===============================================================================
31.55/32.27	c 32	restarts              : 1
31.55/32.27	c 32	conflicts             : 5             (1 /sec)
31.55/32.27	c 32	decisions             : 918           (1.63 % random) (123 /sec)
31.55/32.27	c 32	propagations          : 294798         (39507 /sec)
31.55/32.27	c 32	conflict literals     : 63             (12.50 % deleted)
31.55/32.27	c 32	Memory used           : 482.24 MB
31.55/32.27	c 32	CPU time              : 7.46187 s
31.55/32.27	c 32	
31.55/32.27	c 32	SATISFIABLE
31.65/32.35	c 32	OK
31.65/32.35	c 32	FOUND: _COST <= 458
31.65/32.35	s SATISFIABLE
31.65/32.35	c 32	DECODING HOME/temp.out WITH HOME/temp.map
31.65/32.35	c 32	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.71/32.43	c 32	Decoding HOME/temp.out
31.71/32.75	c 33	OBJECTIVE _COST 458
31.71/32.75	o 458
31.71/32.75	v 5 23 30 38 39 42 7 43 44 8
31.71/32.76	c 33	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
31.71/32.78	c 33	OK
31.71/32.78	c 33	OBJECTIVE BOUND: 0 <= _COST <= 458
31.71/32.78	c 33	SEARCHING: _COST <= 229
31.71/32.78	c 33	============================[ Search Statistics ]==============================
31.71/32.78	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.71/32.78	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.71/32.78	c 33	===============================================================================
31.71/32.78	c 33	|         5 |  241223 11882018 35164340 |  3960672        5     13 |  0.000 % |
33.92/34.60	c 35	===============================================================================
33.92/34.62	c 35	restarts              : 2
33.92/34.62	c 35	conflicts             : 21            (2 /sec)
33.92/34.62	c 35	decisions             : 1351          (1.18 % random) (145 /sec)
33.92/34.62	c 35	propagations          : 651633         (69734 /sec)
33.92/34.62	c 35	conflict literals     : 377            (13.53 % deleted)
33.92/34.62	c 35	Memory used           : 489.59 MB
33.92/34.62	c 35	CPU time              : 9.34458 s
33.92/34.62	c 35	
33.92/34.62	c 35	SATISFIABLE
33.92/34.70	c 35	OK
33.92/34.70	c 35	FOUND: _COST <= 229
33.92/34.70	c 35	DECODING HOME/temp.out WITH HOME/temp.map
33.92/34.70	c 35	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.02/34.78	c 35	Decoding HOME/temp.out
34.02/35.10	c 35	OBJECTIVE _COST 229
34.02/35.10	o 229
34.41/35.10	v 10 33 42 39 40 44 43 44 44 18
34.41/35.11	c 35	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
34.41/35.12	c 35	OK
34.41/35.12	c 35	OBJECTIVE BOUND: 0 <= _COST <= 229
34.41/35.12	c 35	SEARCHING: _COST <= 114
34.41/35.12	c 35	============================[ Search Statistics ]==============================
34.41/35.12	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.41/35.12	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.41/35.12	c 35	===============================================================================
34.41/35.12	c 35	|        21 |  236653 11882018 35164340 |  3960672       21     18 |  0.000 % |
35.70/36.40	c 36	===============================================================================
35.70/36.42	c 36	restarts              : 3
35.70/36.42	c 36	conflicts             : 36            (3 /sec)
35.70/36.42	c 36	decisions             : 1558          (1.16 % random) (146 /sec)
35.70/36.42	c 36	propagations          : 958164         (89562 /sec)
35.70/36.42	c 36	conflict literals     : 619            (21.45 % deleted)
35.70/36.42	c 36	Memory used           : 494.23 MB
35.70/36.42	c 36	CPU time              : 10.6984 s
35.70/36.42	c 36	
35.70/36.42	c 36	SATISFIABLE
35.70/36.50	c 37	OK
35.70/36.50	c 37	FOUND: _COST <= 114
35.70/36.50	c 37	DECODING HOME/temp.out WITH HOME/temp.map
35.70/36.50	c 37	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.80/36.58	c 37	Decoding HOME/temp.out
35.80/36.90	c 37	OBJECTIVE _COST 114
35.80/36.90	o 114
35.80/36.90	v 6 17 44 44 41 43 44 44 44 21
35.80/36.90	c 37	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
35.80/36.92	c 37	OK
35.80/36.92	c 37	OBJECTIVE BOUND: 0 <= _COST <= 114
35.80/36.92	c 37	SEARCHING: _COST <= 57
35.80/36.92	c 37	============================[ Search Statistics ]==============================
35.80/36.92	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.80/36.92	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.80/36.92	c 37	===============================================================================
35.80/36.92	c 37	|        36 |  234134 11882018 35164340 |  3960672       36     17 |  0.000 % |
39.04/39.81	c 40	===============================================================================
39.04/39.83	c 40	restarts              : 4
39.04/39.83	c 40	conflicts             : 54            (4 /sec)
39.04/39.83	c 40	decisions             : 1721          (1.16 % random) (126 /sec)
39.04/39.83	c 40	propagations          : 1808550        (132583 /sec)
39.04/39.83	c 40	conflict literals     : 786            (21.87 % deleted)
39.04/39.83	c 40	Memory used           : 496.80 MB
39.04/39.83	c 40	CPU time              : 13.6409 s
39.04/39.83	c 40	
39.04/39.83	c 40	SATISFIABLE
39.14/39.91	c 40	OK
39.14/39.91	c 40	FOUND: _COST <= 57
39.14/39.91	c 40	DECODING HOME/temp.out WITH HOME/temp.map
39.14/39.91	c 40	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.14/39.99	c 40	Decoding HOME/temp.out
39.15/40.30	c 40	OBJECTIVE _COST 57
39.15/40.30	o 57
39.15/40.31	v 7 18 44 29 41 44 35 43 44 39
39.15/40.31	c 40	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
39.15/40.33	c 40	OK
39.15/40.33	c 40	OBJECTIVE BOUND: 0 <= _COST <= 57
39.15/40.33	c 40	SEARCHING: _COST <= 28
39.15/40.33	c 40	============================[ Search Statistics ]==============================
39.15/40.33	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.15/40.33	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.15/40.33	c 40	===============================================================================
39.15/40.33	c 40	|        54 |  232521 11882018 35164340 |  3960672       54     15 |  0.000 % |
40.60/41.46	c 41	===============================================================================
40.60/41.48	c 41	restarts              : 5
40.60/41.48	c 41	conflicts             : 63            (4 /sec)
40.60/41.48	c 41	decisions             : 1781          (1.12 % random) (120 /sec)
40.60/41.48	c 41	propagations          : 2165918        (145856 /sec)
40.60/41.48	c 41	conflict literals     : 866            (21.20 % deleted)
40.60/41.48	c 41	Memory used           : 497.84 MB
40.60/41.48	c 41	CPU time              : 14.8497 s
40.60/41.48	c 41	
40.60/41.48	c 41	SATISFIABLE
40.70/41.56	c 42	OK
40.70/41.56	c 42	FOUND: _COST <= 28
40.70/41.56	c 42	DECODING HOME/temp.out WITH HOME/temp.map
40.70/41.56	c 42	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.77/41.64	c 42	Decoding HOME/temp.out
41.08/41.97	c 42	OBJECTIVE _COST 28
41.08/41.97	o 28
41.08/41.97	v 9 24 44 35 43 37 41 44 44 44
41.08/41.98	c 42	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
41.08/41.99	c 42	OK
41.08/41.99	c 42	OBJECTIVE BOUND: 0 <= _COST <= 28
41.08/41.99	c 42	SEARCHING: _COST <= 14
41.08/41.99	c 42	============================[ Search Statistics ]==============================
41.08/41.99	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.08/41.99	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.08/41.99	c 42	===============================================================================
41.08/41.99	c 42	|        63 |  231321 11882018 35164340 |  3960672       63     14 |  0.000 % |
42.48/43.39	c 43	===============================================================================
42.58/43.41	c 43	restarts              : 6
42.58/43.41	c 43	conflicts             : 75            (5 /sec)
42.58/43.41	c 43	decisions             : 1821          (1.15 % random) (111 /sec)
42.58/43.41	c 43	propagations          : 2680273        (164086 /sec)
42.58/43.41	c 43	conflict literals     : 1004           (21.87 % deleted)
42.58/43.41	c 43	Memory used           : 499.12 MB
42.58/43.41	c 43	CPU time              : 16.3345 s
42.58/43.41	c 43	
42.58/43.41	c 43	SATISFIABLE
42.58/43.49	c 44	OK
42.58/43.49	c 44	FOUND: _COST <= 14
42.58/43.49	c 44	DECODING HOME/temp.out WITH HOME/temp.map
42.58/43.49	c 44	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.67/43.57	c 44	Decoding HOME/temp.out
43.07/44.00	c 44	OBJECTIVE _COST 14
43.07/44.00	o 14
43.07/44.00	v 2 14 25 35 42 44 40 44 44 43
43.07/44.00	c 44	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
43.16/44.02	c 44	OK
43.16/44.02	c 44	OBJECTIVE BOUND: 0 <= _COST <= 14
43.16/44.02	c 44	SEARCHING: _COST <= 7
43.16/44.02	c 44	============================[ Search Statistics ]==============================
43.16/44.02	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.16/44.02	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.16/44.02	c 44	===============================================================================
43.16/44.02	c 44	|        75 |  230258 11882018 35164340 |  3960672       75     13 |  0.000 % |
48.11/49.08	c 49	|       175 |  230258 11882018 35164340 |  4356739      175     15 |  4.942 % |
55.44/56.40	c 56	|       327 |  230258 11882018 35164340 |  4792413      327     17 |  4.942 % |
66.93/68.05	c 68	|       552 |  230258 11882018 35164340 |  5271655      552     18 |  4.942 % |
70.50/71.63	c 72	===============================================================================
70.50/71.64	c 72	restarts              : 10
70.50/71.64	c 72	conflicts             : 627           (14 /sec)
70.50/71.64	c 72	decisions             : 2817          (0.82 % random) (64 /sec)
70.50/71.64	c 72	propagations          : 10053517       (229756 /sec)
70.50/71.64	c 72	conflict literals     : 10728          (12.57 % deleted)
70.50/71.64	c 72	Memory used           : 501.96 MB
70.50/71.64	c 72	CPU time              : 43.7573 s
70.50/71.64	c 72	
70.50/71.64	c 72	SATISFIABLE
70.60/71.72	c 72	OK
70.60/71.72	c 72	FOUND: _COST <= 7
70.60/71.72	c 72	DECODING HOME/temp.out WITH HOME/temp.map
70.60/71.72	c 72	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
70.62/71.81	c 72	Decoding HOME/temp.out
70.62/72.32	c 72	OBJECTIVE _COST 7
70.62/72.32	o 7
70.62/72.33	v 2 16 28 37 33 41 43 44 44 44
70.62/72.33	c 72	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
70.62/72.35	c 72	OK
70.62/72.35	c 72	OBJECTIVE BOUND: 0 <= _COST <= 7
70.62/72.35	c 72	SEARCHING: _COST <= 3
70.62/72.35	c 72	============================[ Search Statistics ]==============================
70.62/72.35	c 72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.62/72.35	c 72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.62/72.35	c 72	===============================================================================
70.62/72.35	c 72	|       627 |  229301 11882018 35164340 |  3960672      627     17 |  4.942 % |
76.52/77.73	c 78	|       727 |  229301 11882018 35164340 |  4356739      727     17 |  5.327 % |
84.93/86.26	c 86	|       877 |  229301 11882018 35164340 |  4792413      877     17 |  5.327 % |
94.54/95.97	c 96	|      1102 |  229301 11882018 35164340 |  5271655     1102     18 |  5.327 % |
109.11/110.68	c 111	|      1439 |  229301 11882018 35164340 |  5798820     1439     19 |  5.327 % |
134.06/135.87	c 136	|      1945 |  229301 11882018 35164340 |  6378702     1945     20 |  5.327 % |
165.76/167.80	c 168	|      2704 |  229301 11882018 35164340 |  7016573     2704     23 |  5.327 % |
224.51/227.17	c 227	|      3843 |  229301 11882018 35164340 |  7718230     3843     23 |  5.327 % |
293.35/296.61	c 297	|      5551 |  228372 10814621 31999794 |  8490053     5524     28 |  5.327 % |
373.39/377.46	c 377	===============================================================================
373.39/377.48	c 377	restarts              : 19
373.39/377.48	c 377	conflicts             : 7321          (21 /sec)
373.39/377.48	c 377	decisions             : 12796         (0.36 % random) (37 /sec)
373.39/377.48	c 377	propagations          : 85916332       (248266 /sec)
373.39/377.48	c 377	conflict literals     : 203181         (11.55 % deleted)
373.39/377.48	c 377	Memory used           : 502.99 MB
373.39/377.48	c 377	CPU time              : 346.065 s
373.39/377.48	c 377	
373.39/377.48	c 377	SATISFIABLE
373.49/377.56	c 378	OK
373.49/377.56	c 378	FOUND: _COST <= 3
373.49/377.56	c 378	DECODING HOME/temp.out WITH HOME/temp.map
373.49/377.56	c 378	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
373.55/377.65	c 378	Decoding HOME/temp.out
373.55/378.11	c 378	OBJECTIVE _COST 3
373.55/378.11	o 3
373.55/378.11	v 1 3 12 17 25 40 37 44 43 44
373.55/378.12	c 378	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
374.26/378.35	c 378	OK
374.26/378.35	c 378	OBJECTIVE BOUND: 0 <= _COST <= 3
374.26/378.35	c 378	SEARCHING: _COST <= 1
374.26/378.35	c 378	============================[ Search Statistics ]==============================
374.26/378.35	c 378	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
374.26/378.35	c 378	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
374.26/378.35	c 378	===============================================================================
374.26/378.35	c 378	|      7321 |  227197 10801934 31965254 |  3600644     7282     28 |  5.327 % |
379.82/383.92	c 384	|      7421 |  227197 10801934 31965254 |  3960709     7382     28 |  5.815 % |
385.96/390.17	c 390	|      7571 |  227197 10801934 31965254 |  4356780     7532     28 |  5.815 % |
395.67/399.96	c 400	|      7798 |  227197 10801934 31965254 |  4792458     7759     28 |  5.815 % |
409.44/413.82	c 414	|      8136 |  227197 10801934 31965254 |  5271703     8097     29 |  5.815 % |
429.25/433.81	c 434	|      8642 |  227197 10801934 31965254 |  5798874     8603     30 |  5.815 % |
461.15/466.00	c 466	|      9402 |  227197 10801934 31965254 |  6378761     9363     32 |  5.815 % |
506.61/511.91	c 512	|     10541 |  227197 10801934 31965254 |  7016637    10502     33 |  5.815 % |
577.74/583.73	c 584	|     12251 |  227197 10801934 31965254 |  7718301    12212     35 |  5.815 % |
711.86/719.12	c 719	|     14813 |  227197 10801934 31965254 |  8490131    14774     34 |  5.815 % |
783.89/791.86	c 792	===============================================================================
783.89/791.88	c 792	restarts              : 29
783.89/791.88	c 792	conflicts             : 16788         (22 /sec)
783.89/791.88	c 792	decisions             : 25633         (0.23 % random) (34 /sec)
783.89/791.88	c 792	propagations          : 181598258      (240213 /sec)
783.89/791.88	c 792	conflict literals     : 612670         (9.91 % deleted)
783.89/791.88	c 792	Memory used           : 502.99 MB
783.89/791.88	c 792	CPU time              : 755.987 s
783.89/791.88	c 792	
783.89/791.88	c 792	SATISFIABLE
783.99/791.97	c 792	OK
783.99/791.97	c 792	FOUND: _COST <= 1
783.99/791.97	c 792	DECODING HOME/temp.out WITH HOME/temp.map
783.99/791.97	c 792	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
784.05/792.06	c 792	Decoding HOME/temp.out
784.05/792.57	c 793	OBJECTIVE _COST 1
784.05/792.57	o 1
784.05/792.57	v 0 3 9 17 19 32 39 43 44 44
784.05/792.58	c 793	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
789.02/797.07	c 797	OK
789.02/797.07	c 797	OBJECTIVE BOUND: 0 <= _COST <= 1
789.02/797.07	c 797	SEARCHING: _COST <= 0
789.02/797.07	c 797	============================[ Search Statistics ]==============================
789.02/797.07	c 797	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
789.02/797.07	c 797	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
789.02/797.07	c 797	===============================================================================
789.02/797.07	c 797	|     16788 |  223245 10665452 31568559 |  3555150    11269     35 |  5.815 % |
795.86/803.90	c 804	|     16888 |  223245 10665452 31568559 |  3910665    11369     35 |  7.453 % |
803.59/811.75	c 812	|     17038 |  223245 10665452 31568559 |  4301732    11519     36 |  7.453 % |
818.34/826.61	c 827	|     17264 |  223245 10665452 31568559 |  4731905    11745     36 |  7.453 % |
835.87/844.35	c 844	|     17601 |  223245 10665452 31568559 |  5205096    12082     36 |  7.453 % |
858.25/866.96	c 867	|     18107 |  223245 10665452 31568559 |  5725605    12588     35 |  7.453 % |
900.95/910.01	c 910	|     18867 |  223245 10665452 31568559 |  6298166    13348     35 |  7.453 % |
956.04/965.70	c 966	|     20006 |  223245 10665452 31568559 |  6927982    14487     36 |  7.453 % |
1033.20/1043.54	c 1044	|     21715 |  223245 10665452 31568559 |  7620781    16196     36 |  7.453 % |
1150.59/1162.02	c 1162	|     24278 |  223245 10665452 31568559 |  8382859    18759     42 |  7.453 % |
1349.61/1362.92	c 1363	|     28124 |  223245 10665452 31568559 |  9221145    22605     41 |  7.453 % |
1642.16/1656.65	c 1657	|     33891 |  223245 10665452 31568559 | 10143259    28372     42 |  7.453 % |
2035.50/2050.18	c 2050	|     42541 |  223245 10665452 31568559 | 11157585    37022     40 |  7.453 % |
2640.94/2655.82	c 2656	|     55516 |  223245 10665452 31568559 | 12273344    49997     43 |  7.453 % |
3582.17/3597.46	c 3597	|     74978 |  223245 10665452 31568559 | 13500678    69459     48 |  7.453 % |
3600.07/3615.31	c ERROR INTERRUPTED
3600.20/3615.48	c 3615	CPU 3596.94 (0.07 0.04 3596.87 3.19)
3600.20/3615.48	c 3615	END Sat Jul 12 06:24:06 2008

Verifier Data (download as text)

OK	1	914
1 unsatisfied constraints, 914 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-1110729-1215833031/watcher-1110729-1215833031 -o /tmp/evaluation-result-1110729-1215833031/solver-1110729-1215833031 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110729-1215833031.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.71 2.78 2.67 4/81 16971
/proc/meminfo: memFree=1855088/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=12268 CPUtime=0
/proc/16971/stat : 16971 (sugar++) R 16969 16971 15644 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40002734 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 234211736165 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16971/statm: 3067 316 241 3 0 167 0

[startup+0.0427091 s]
/proc/loadavg: 2.71 2.78 2.67 4/81 16971
/proc/meminfo: memFree=1855088/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=13336 CPUtime=0.02
/proc/16971/stat : 16971 (sugar++) D 16969 16971 15644 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 40002734 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/16971/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101933 s]
/proc/loadavg: 2.71 2.78 2.67 4/81 16971
/proc/meminfo: memFree=1855088/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=14776 CPUtime=0.04
/proc/16971/stat : 16971 (sugar++) D 16969 16971 15644 0 -1 4194304 880 0 0 0 3 1 0 0 18 0 1 0 40002734 15130624 848 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/16971/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.301957 s]
/proc/loadavg: 2.71 2.78 2.67 4/81 16971
/proc/meminfo: memFree=1855088/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16740 CPUtime=0.06
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 40002734 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702013 s]
/proc/loadavg: 2.71 2.78 2.67 4/81 16971
/proc/meminfo: memFree=1855088/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16740 CPUtime=0.41
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1296 4762 0 1 5 1 32 3 16 0 1 0 40002734 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50211 s]
/proc/loadavg: 2.71 2.78 2.67 3/92 16993
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16740 CPUtime=0.41
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1297 4762 0 1 5 1 32 3 15 0 1 0 40002734 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4185 1104 409 3 0 764 0
[pid=16984] ppid=16971 vsize=5356 CPUtime=0
/proc/16984/stat : 16984 (sh) S 16971 16971 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40002790 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16984/statm: 1339 233 193 169 0 50 0
[pid=16985] ppid=16984 vsize=868344 CPUtime=0.9
/proc/16985/stat : 16985 (java) S 16984 16971 15644 0 -1 0 7444 0 1 0 86 4 0 0 18 0 9 0 40002791 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16985/statm: 217086 6668 2540 9 0 211661 0
[pid=16985/tid=16986] ppid=16984 vsize=868344 CPUtime=0.53
/proc/16985/task/16986/stat : 16986 (java) R 16984 16971 15644 0 -1 64 2679 0 1 0 52 1 0 0 21 0 9 0 40002791 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16987] ppid=16984 vsize=868344 CPUtime=0.12
/proc/16985/task/16987/stat : 16987 (java) R 16984 16971 15644 0 -1 64 2613 0 0 0 11 1 0 0 16 0 9 0 40002793 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 103736193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16988] ppid=16984 vsize=868344 CPUtime=0
/proc/16985/task/16988/stat : 16988 (java) S 16984 16971 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40002793 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16989] ppid=16984 vsize=868344 CPUtime=0
/proc/16985/task/16989/stat : 16989 (java) S 16984 16971 15644 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40002793 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16990] ppid=16984 vsize=868344 CPUtime=0
/proc/16985/task/16990/stat : 16990 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40002795 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16991] ppid=16984 vsize=868344 CPUtime=0.23
/proc/16985/task/16991/stat : 16991 (java) S 16984 16971 15644 0 -1 64 1459 0 0 0 22 1 0 0 16 0 9 0 40002795 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16992] ppid=16984 vsize=868344 CPUtime=0
/proc/16985/task/16992/stat : 16992 (java) S 16984 16971 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40002795 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16993] ppid=16984 vsize=868344 CPUtime=0
/proc/16985/task/16993/stat : 16993 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40002795 889184256 6668 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 890440

[startup+3.10232 s]
/proc/loadavg: 2.73 2.78 2.67 3/92 16993
/proc/meminfo: memFree=1829272/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16740 CPUtime=0.41
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1297 4762 0 1 5 1 32 3 16 0 1 0 40002734 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4185 1104 409 3 0 764 0
[pid=16984] ppid=16971 vsize=5356 CPUtime=0
/proc/16984/stat : 16984 (sh) S 16971 16971 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40002790 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16984/statm: 1339 233 193 169 0 50 0
[pid=16985] ppid=16984 vsize=868456 CPUtime=2.49
/proc/16985/stat : 16985 (java) S 16984 16971 15644 0 -1 0 8001 0 1 0 231 18 0 0 18 0 9 0 40002791 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16985/statm: 217114 6751 2563 9 0 211661 0
[pid=16985/tid=16986] ppid=16984 vsize=868456 CPUtime=1.92
/proc/16985/task/16986/stat : 16986 (java) R 16984 16971 15644 0 -1 64 3181 0 1 0 180 12 0 0 25 0 9 0 40002791 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4126970316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16987] ppid=16984 vsize=868456 CPUtime=0.28
/proc/16985/task/16987/stat : 16987 (java) S 16984 16971 15644 0 -1 64 2645 0 0 0 24 4 0 0 16 0 9 0 40002793 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16988] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16988/stat : 16988 (java) S 16984 16971 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40002793 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16989] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16989/stat : 16989 (java) S 16984 16971 15644 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40002793 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16990] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16990/stat : 16990 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40002795 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16991] ppid=16984 vsize=868456 CPUtime=0.26
/proc/16985/task/16991/stat : 16991 (java) S 16984 16971 15644 0 -1 64 1482 0 0 0 25 1 0 0 16 0 9 0 40002795 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16992] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16992/stat : 16992 (java) S 16984 16971 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40002795 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16993] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16993/stat : 16993 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40002795 889298944 6751 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 890552

[startup+6.30172 s]
/proc/loadavg: 2.73 2.78 2.67 3/92 16993
/proc/meminfo: memFree=1799512/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16740 CPUtime=0.41
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1297 4762 0 1 5 1 32 3 16 0 1 0 40002734 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4185 1104 409 3 0 764 0
[pid=16984] ppid=16971 vsize=5356 CPUtime=0
/proc/16984/stat : 16984 (sh) S 16971 16971 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40002790 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16984/statm: 1339 233 193 169 0 50 0
[pid=16985] ppid=16984 vsize=868456 CPUtime=5.65
/proc/16985/stat : 16985 (java) S 16984 16971 15644 0 -1 0 8971 0 1 0 523 42 0 0 18 0 9 0 40002791 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16985/statm: 217114 6753 2563 9 0 211661 0
[pid=16985/tid=16986] ppid=16984 vsize=868456 CPUtime=4.83
/proc/16985/task/16986/stat : 16986 (java) R 16984 16971 15644 0 -1 64 4149 0 1 0 453 30 0 0 25 0 9 0 40002791 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4126970147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16987] ppid=16984 vsize=868456 CPUtime=0.53
/proc/16985/task/16987/stat : 16987 (java) S 16984 16971 15644 0 -1 64 2645 0 0 0 43 10 0 0 16 0 9 0 40002793 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16988] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16988/stat : 16988 (java) S 16984 16971 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40002793 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16989] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16989/stat : 16989 (java) S 16984 16971 15644 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40002793 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16990] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16990/stat : 16990 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40002795 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16991] ppid=16984 vsize=868456 CPUtime=0.27
/proc/16985/task/16991/stat : 16991 (java) S 16984 16971 15644 0 -1 64 1484 0 0 0 26 1 0 0 15 0 9 0 40002795 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16992] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16992/stat : 16992 (java) S 16984 16971 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40002795 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16993] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16993/stat : 16993 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40002795 889298944 6753 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 890552

[startup+12.7015 s]
/proc/loadavg: 2.70 2.77 2.67 3/92 16993
/proc/meminfo: memFree=1737880/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16740 CPUtime=0.41
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1297 4762 0 1 5 1 32 3 16 0 1 0 40002734 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4185 1104 409 3 0 764 0
[pid=16984] ppid=16971 vsize=5356 CPUtime=0
/proc/16984/stat : 16984 (sh) S 16971 16971 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40002790 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16984/statm: 1339 233 193 169 0 50 0
[pid=16985] ppid=16984 vsize=868456 CPUtime=11.93
/proc/16985/stat : 16985 (java) S 16984 16971 15644 0 -1 0 10900 0 1 0 1099 94 0 0 18 0 9 0 40002791 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16985/statm: 217114 6760 2564 9 0 211661 0
[pid=16985/tid=16986] ppid=16984 vsize=868456 CPUtime=10.62
/proc/16985/task/16986/stat : 16986 (java) R 16984 16971 15644 0 -1 64 6071 0 1 0 990 72 0 0 25 0 9 0 40002791 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16987] ppid=16984 vsize=868456 CPUtime=1.01
/proc/16985/task/16987/stat : 16987 (java) S 16984 16971 15644 0 -1 64 2645 0 0 0 81 20 0 0 15 0 9 0 40002793 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16988] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16988/stat : 16988 (java) S 16984 16971 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40002793 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16989] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16989/stat : 16989 (java) S 16984 16971 15644 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40002793 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16990] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16990/stat : 16990 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40002795 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16991] ppid=16984 vsize=868456 CPUtime=0.27
/proc/16985/task/16991/stat : 16991 (java) S 16984 16971 15644 0 -1 64 1491 0 0 0 26 1 0 0 16 0 9 0 40002795 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16992] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16992/stat : 16992 (java) S 16984 16971 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40002795 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16985/tid=16993] ppid=16984 vsize=868456 CPUtime=0
/proc/16985/task/16993/stat : 16993 (java) S 16984 16971 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40002795 889298944 6760 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890552

[startup+25.5012 s]
/proc/loadavg: 2.59 2.74 2.66 3/83 16994
/proc/meminfo: memFree=1514272/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=23.39
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1476 19257 0 2 5 1 2145 188 16 0 1 0 40002734 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4218 1135 413 3 0 797 0
[pid=16994] ppid=16971 vsize=154400 CPUtime=1.52
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 36844 0 0 0 129 23 0 0 25 0 1 0 40005129 158105600 36794 996147200 134512640 135134323 4294956192 18446744073709551615 134708282 0 0 4096 3 0 0 0 17 1 0 0
/proc/16994/statm: 38600 36794 59 151 0 38446 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 171272

[startup+51.1014 s]
/proc/loadavg: 2.39 2.68 2.64 3/83 17054
/proc/meminfo: memFree=1135520/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=25.94
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 1917 42542 0 8 6 3 2381 204 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=512684 CPUtime=24.25
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 125402 0 0 0 2341 84 0 0 25 0 1 0 40005129 524988416 125340 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515468 CPUtime=2879.65
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126104 0 0 0 287868 97 0 0 25 0 1 0 40005129 527839232 126036 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128867 126036 79 151 0 128713 0
Current children cumulated CPU time (s) 2907.35
Current children cumulated vsize (KiB) 532340

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17120
/proc/meminfo: memFree=1133784/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515468 CPUtime=2939.62
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126105 0 0 0 293865 97 0 0 25 0 1 0 40005129 527839232 126037 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128867 126037 79 151 0 128713 0
Current children cumulated CPU time (s) 2967.32
Current children cumulated vsize (KiB) 532340

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17120
/proc/meminfo: memFree=1133720/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515468 CPUtime=2999.6
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126107 0 0 0 299863 97 0 0 25 0 1 0 40005129 527839232 126039 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128867 126039 79 151 0 128713 0
Current children cumulated CPU time (s) 3027.3
Current children cumulated vsize (KiB) 532340

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17120
/proc/meminfo: memFree=1133720/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515468 CPUtime=3059.57
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126108 0 0 0 305860 97 0 0 25 0 1 0 40005129 527839232 126040 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128867 126040 79 151 0 128713 0
Current children cumulated CPU time (s) 3087.27
Current children cumulated vsize (KiB) 532340

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17120
/proc/meminfo: memFree=1133592/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515468 CPUtime=3119.55
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126110 0 0 0 311858 97 0 0 25 0 1 0 40005129 527839232 126042 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128867 126042 79 151 0 128713 0
Current children cumulated CPU time (s) 3147.25
Current children cumulated vsize (KiB) 532340

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17120
/proc/meminfo: memFree=1133592/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515468 CPUtime=3179.52
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126120 0 0 0 317855 97 0 0 25 0 1 0 40005129 527839232 126052 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128867 126052 79 151 0 128713 0
Current children cumulated CPU time (s) 3207.22
Current children cumulated vsize (KiB) 532340

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17120
/proc/meminfo: memFree=1133464/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3239.5
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126124 0 0 0 323853 97 0 0 25 0 1 0 40005129 527962112 126056 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126056 79 151 0 128743 0
Current children cumulated CPU time (s) 3267.2
Current children cumulated vsize (KiB) 532460

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133272/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3299.48
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126126 0 0 0 329851 97 0 0 25 0 1 0 40005129 527962112 126058 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126058 79 151 0 128743 0
Current children cumulated CPU time (s) 3327.18
Current children cumulated vsize (KiB) 532460

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133272/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3359.46
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126129 0 0 0 335849 97 0 0 25 0 1 0 40005129 527962112 126061 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126061 79 151 0 128743 0
Current children cumulated CPU time (s) 3387.16
Current children cumulated vsize (KiB) 532460

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133208/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3419.43
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126130 0 0 0 341846 97 0 0 25 0 1 0 40005129 527962112 126062 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126062 79 151 0 128743 0
Current children cumulated CPU time (s) 3447.13
Current children cumulated vsize (KiB) 532460

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133208/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3479.41
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126133 0 0 0 347844 97 0 0 25 0 1 0 40005129 527962112 126065 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126065 79 151 0 128743 0
Current children cumulated CPU time (s) 3507.11
Current children cumulated vsize (KiB) 532460

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133208/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3539.38
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126134 0 0 0 353841 97 0 0 25 0 1 0 40005129 527962112 126066 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126066 79 151 0 128743 0
Current children cumulated CPU time (s) 3567.08
Current children cumulated vsize (KiB) 532460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133208/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=27.7
/proc/16971/stat : 16971 (sugar++) S 16969 16971 15644 0 -1 4194304 2125 54197 0 11 7 4 2546 213 16 0 1 0 40002734 17276928 1138 996147200 4194304 4206940 548682068528 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16971/statm: 4218 1138 414 3 0 797 0
[pid=16994] ppid=16971 vsize=515588 CPUtime=3572.37
/proc/16994/stat : 16994 (minisat-inc) R 16971 16971 15644 0 -1 4194304 126136 0 0 0 357140 97 0 0 25 0 1 0 40005129 527962112 126068 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16994/statm: 128897 126068 79 151 0 128743 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 532460

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

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

[startup+3615.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 17122
/proc/meminfo: memFree=1133208/2055920 swapFree=4192812/4192956
[pid=16971] ppid=16969 vsize=16872 CPUtime=3600.2
/proc/16971/stat : 16971 (sugar++) R 16969 16971 15644 0 -1 4194304 2148 180333 0 11 7 7 359687 319 16 0 1 0 40002734 17276928 1139 996147200 4194304 4206940 548682068528 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16971/statm: 4218 1139 415 3 0 797 0
Current children cumulated CPU time (s) 3600.2
Current children cumulated vsize (KiB) 16872

Child status: 0
Real time (s): 3615.49
CPU time (s): 3600.28
CPU user time (s): 3596.94
CPU system time (s): 3.33949
CPU usage (%): 99.5794
Max. virtual memory (cumulated for all children) (KiB): 890552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.33949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182536
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51571
involuntary context switches= 119496

runsolver used 4.30635 second user time and 12.1652 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-12 05:23:51
IDJOB=1110729
IDBENCH=61144
IDSOLVER=367
FILE ID=node54/1110729-1215833031
PBS_JOBID= 7903304
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=1652276566

node54.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.235
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.235
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:       1855568 kB
Buffers:         19900 kB
Cached:          78972 kB
SwapCached:          0 kB
Active:          99556 kB
Inactive:        44356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:          65304 kB
Slab:            41548 kB
Committed_AS:   940004 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node54 at 2008-07-12 06:24:08