Trace number 1110578

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)11 3600.03 3627.29

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-11-a3.xml
MD5SUM6f11318480404f6d1368e67b8bb18abf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 04:10:55 2008
0.00/0.05	c 0	PID 16811
0.04/0.05	c 0	HOST node51.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1110578-1215828655.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110578-1215828655.xml' 'HOME/temp.csp'
0.04/0.67	c 1	2 domains, 66 variables, 3 predicates, 0 relations, 1595 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.69	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.65/0.77	c 1	Parsing HOME/temp.csp
0.65/0.95	c 1	parsed 1666 expressions
0.65/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.65/0.98	c 1	MAX CSP: 1595 constraints
0.65/0.98	c 1	Converting to clausal form CSP
0.94/1.06	c 1	converted 327 (10%) expressions
1.04/1.16	c 1	converted 653 (20%) expressions
1.04/1.19	c 1	converted 980 (30%) expressions
1.14/1.21	c 1	converted 1306 (40%) expressions
1.14/1.22	c 1	converted 1632 (50%) expressions
1.14/1.23	c 1	converted 1959 (60%) expressions
1.14/1.24	c 1	converted 2285 (70%) expressions
1.14/1.25	c 1	converted 2612 (80%) expressions
1.14/1.27	c 1	converted 2938 (90%) expressions
1.33/1.47	c 2	converted 3264 (100%) expressions
1.33/1.47	c 2	CSP : 3256 integers, 55 booleans, 4894 clauses, largest domain size 2393
1.33/1.47	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.47	c 2	Propagation in CSP
1.44/1.56	c 2	1588 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.56	c 2	CSP : 3256 integers, 55 booleans, 4894 clauses, largest domain size 1596
1.44/1.56	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.59	c 2	CSP : 3256 integers, 3025 booleans, 7864 clauses, largest domain size 1596
1.44/1.59	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.64	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.67	c 2	326 (10%) CSP integer variables are encoded (3509 clauses, 43508 bytes)
1.53/1.67	c 2	652 (20%) CSP integer variables are encoded (3509 clauses, 43508 bytes)
1.53/1.67	c 2	977 (30%) CSP integer variables are encoded (3509 clauses, 43508 bytes)
1.53/1.67	c 2	1303 (40%) CSP integer variables are encoded (3509 clauses, 43508 bytes)
1.53/1.67	c 2	1628 (50%) CSP integer variables are encoded (3509 clauses, 43508 bytes)
1.53/1.68	c 2	1954 (60%) CSP integer variables are encoded (6831 clauses, 86694 bytes)
1.53/1.68	c 2	2280 (70%) CSP integer variables are encoded (9582 clauses, 125742 bytes)
1.53/1.69	c 2	2605 (80%) CSP integer variables are encoded (12797 clauses, 173967 bytes)
1.53/1.69	c 2	2931 (90%) CSP integer variables are encoded (15472 clauses, 214092 bytes)
1.63/1.72	c 2	3256 (100%) CSP integer variables are encoded (33369 clauses, 482547 bytes)
1.73/1.81	c 2	787 (10%) CSP clauses are encoded (63533 clauses, 1040972 bytes)
1.73/1.88	c 2	1573 (20%) CSP clauses are encoded (92615 clauses, 1602968 bytes)
1.83/1.95	c 2	2360 (30%) CSP clauses are encoded (121752 clauses, 2179933 bytes)
1.93/2.02	c 2	3146 (40%) CSP clauses are encoded (150834 clauses, 2755809 bytes)
1.93/2.08	c 2	3932 (50%) CSP clauses are encoded (179916 clauses, 3331685 bytes)
2.42/2.56	c 3	4719 (60%) CSP clauses are encoded (371117 clauses, 7606848 bytes)
2.71/2.87	c 3	5505 (70%) CSP clauses are encoded (536813 clauses, 10690937 bytes)
3.70/3.80	c 4	6292 (80%) CSP clauses are encoded (1022452 clauses, 20951107 bytes)
4.00/4.13	c 4	7078 (90%) CSP clauses are encoded (1188096 clauses, 24465700 bytes)
8.71/8.98	c 9	7864 (100%) CSP clauses are encoded (3609693 clauses, 76265231 bytes)
8.71/8.98	c 9	7864 CSP clauses encoded
8.71/8.99	c 9	Writing map file : HOME/temp.map
8.80/9.03	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.80/9.03	c 9	SAT : 39650 SAT variables, 3609693 SAT clauses, 76265231 bytes
8.80/9.03	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.80/9.09	c 9	OBJECTIVE minimize _COST
8.80/9.09	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
8.80/9.09	c 9	SEARCHING: _COST <= 798
8.80/9.09	c 9	SOLVING HOME/temp.cnf
8.80/9.09	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.80/9.09	c 9	This is MiniSat 2.0 beta
8.80/9.09	c 9	WARNING: for repeatability, setting FPU to use double precision
8.80/9.09	c 9	============================[ Problem Statistics ]=============================
8.80/9.09	c 9	|                                                                             |
8.80/9.09	c 9	|  Number of variables:  39650                                                |
8.80/9.09	c 9	|  Number of clauses:    3609694                                              |
10.73/11.04	c 11	|  Parsing time:         1.62         s                                       |
13.30/13.66	c 14	============================[ Search Statistics ]==============================
13.30/13.66	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.30/13.66	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.30/13.66	c 14	===============================================================================
13.30/13.66	c 14	|         0 |   30883  2420230  7345675 |   806743        0    nan |  0.000 % |
13.60/13.97	c 14	===============================================================================
13.60/13.98	c 14	restarts              : 1
13.60/13.98	c 14	conflicts             : 11             (2 /sec)
13.60/13.98	c 14	decisions             : 1749           (0.80 % random) (387 /sec)
13.60/13.98	c 14	propagations          : 50366          (11142 /sec)
13.60/13.98	c 14	conflict literals     : 128            (5.19 % deleted)
13.60/13.98	c 14	Memory used           : 145.18 MB
13.60/13.98	c 14	CPU time              : 4.52031 s
13.60/13.98	c 14	
13.60/13.99	c 14	SATISFIABLE
13.70/14.02	c 14	FOUND: _COST <= 798
13.70/14.02	s SATISFIABLE
13.70/14.02	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.70/14.02	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.74/14.10	c 14	Decoding HOME/temp.out
14.00/14.31	c 14	OBJECTIVE _COST 798
14.00/14.31	o 798
14.00/14.32	v 22 30 41 46 50 51 53 53 54 55 55 8 19 1 28 29 31 6 32 33 51 11 16 20 3 23 23 55 52 25 5 5 10 12 3 53 13 14 4 54 7 54 55 9 9 1 55 3 4 52 54 2 2 55 4 4 54 55 2 2 1 2 2 54 55 54
14.00/14.32	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.00/14.34	c 14	OBJECTIVE BOUND: 0 <= _COST <= 798
14.00/14.34	c 14	SEARCHING: _COST <= 399
14.00/14.34	c 14	SOLVING HOME/temp.cnf
14.00/14.34	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.00/14.34	c 14	This is MiniSat 2.0 beta
14.00/14.34	c 14	WARNING: for repeatability, setting FPU to use double precision
14.00/14.34	c 14	============================[ Problem Statistics ]=============================
14.00/14.34	c 14	|                                                                             |
14.00/14.34	c 14	|  Number of variables:  39650                                                |
14.00/14.34	c 14	|  Number of clauses:    3609694                                              |
15.97/16.35	c 16	|  Parsing time:         1.69         s                                       |
19.52/19.97	c 20	============================[ Search Statistics ]==============================
19.52/19.97	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.52/19.97	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.52/19.97	c 20	===============================================================================
19.52/19.97	c 20	|         0 |   26095  1690858  5171524 |   563619        0    nan |  0.000 % |
19.92/20.38	c 21	|       101 |   26095  1690858  5171524 |   619981      101     22 | 34.187 % |
20.32/20.79	c 21	===============================================================================
20.32/20.79	c 21	restarts              : 2
20.32/20.79	c 21	conflicts             : 208            (34 /sec)
20.32/20.79	c 21	decisions             : 2300           (1.26 % random) (378 /sec)
20.32/20.79	c 21	propagations          : 351364         (57732 /sec)
20.32/20.79	c 21	conflict literals     : 7359           (11.67 % deleted)
20.32/20.79	c 21	Memory used           : 146.71 MB
20.32/20.79	c 21	CPU time              : 6.08607 s
20.32/20.79	c 21	
20.41/20.82	c 21	SATISFIABLE
20.41/20.84	c 21	FOUND: _COST <= 399
20.41/20.84	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.41/20.84	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.47/20.93	c 21	Decoding HOME/temp.out
20.47/21.13	c 21	OBJECTIVE _COST 373
20.47/21.13	o 373
20.47/21.13	v 25 26 49 49 47 50 51 52 53 54 55 19 19 36 22 25 49 27 28 29 21 49 23 40 24 55 37 27 55 53 52 54 52 2 54 51 20 52 54 50 18 35 34 51 33 42 49 37 40 47 45 48 38 3 47 53 43 39 41 54 44 41 3 42 45 46
20.47/21.14	c 21	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.47/21.16	c 21	OBJECTIVE BOUND: 0 <= _COST <= 373
20.47/21.16	c 21	SEARCHING: _COST <= 186
20.47/21.16	c 21	SOLVING HOME/temp.cnf
20.47/21.16	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.47/21.17	c 21	This is MiniSat 2.0 beta
20.47/21.17	c 21	WARNING: for repeatability, setting FPU to use double precision
20.47/21.17	c 21	============================[ Problem Statistics ]=============================
20.47/21.17	c 21	|                                                                             |
20.47/21.17	c 21	|  Number of variables:  39650                                                |
20.47/21.17	c 21	|  Number of clauses:    3609694                                              |
22.77/23.21	c 23	|  Parsing time:         1.71         s                                       |
26.74/27.28	c 27	============================[ Search Statistics ]==============================
26.74/27.28	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.74/27.28	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.74/27.28	c 27	===============================================================================
26.74/27.28	c 27	|         0 |   22806  1051864  3264196 |   350621        0    nan |  0.000 % |
27.23/27.72	c 28	|       100 |   22806  1051864  3264196 |   385683      100     11 | 42.482 % |
27.33/27.83	c 28	===============================================================================
27.33/27.83	c 28	restarts              : 2
27.33/27.83	c 28	conflicts             : 142            (23 /sec)
27.33/27.83	c 28	decisions             : 954            (1.36 % random) (152 /sec)
27.33/27.83	c 28	propagations          : 148012         (23546 /sec)
27.33/27.83	c 28	conflict literals     : 1644           (4.14 % deleted)
27.33/27.83	c 28	Memory used           : 147.55 MB
27.33/27.83	c 28	CPU time              : 6.28604 s
27.33/27.83	c 28	
27.33/27.85	c 28	SATISFIABLE
27.33/27.87	c 28	FOUND: _COST <= 186
27.33/27.87	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.33/27.87	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.41/27.96	c 28	Decoding HOME/temp.out
27.41/28.16	c 28	OBJECTIVE _COST 186
27.41/28.16	o 186
27.41/28.16	v 2 20 34 43 47 45 50 51 53 54 55 18 32 41 45 43 48 49 51 52 53 14 23 27 25 1 31 33 34 35 9 13 40 16 17 19 20 21 38 2 54 8 10 11 12 39 3 39 6 7 55 55 47 8 37 10 42 3 4 5 46 54 52 44 50 54
27.41/28.17	c 28	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.41/28.19	c 28	OBJECTIVE BOUND: 0 <= _COST <= 186
27.41/28.19	c 28	SEARCHING: _COST <= 93
27.41/28.19	c 28	SOLVING HOME/temp.cnf
27.41/28.19	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.41/28.20	c 28	This is MiniSat 2.0 beta
27.41/28.20	c 28	WARNING: for repeatability, setting FPU to use double precision
27.41/28.20	c 28	============================[ Problem Statistics ]=============================
27.41/28.20	c 28	|                                                                             |
27.70/28.20	c 28	|  Number of variables:  39650                                                |
27.70/28.20	c 28	|  Number of clauses:    3609694                                              |
29.67/30.25	c 30	|  Parsing time:         1.73         s                                       |
33.63/34.28	c 34	============================[ Search Statistics ]==============================
33.63/34.28	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.63/34.28	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.63/34.28	c 34	===============================================================================
33.63/34.28	c 34	|         0 |   20659   726304  2293864 |   242101        0    nan |  0.000 % |
34.13/34.71	c 35	|       103 |   20659   726304  2293864 |   266311      103     12 | 47.897 % |
34.33/34.91	c 35	|       254 |   20659   726304  2293864 |   292942      254     21 | 47.897 % |
34.82/35.45	c 36	|       479 |   20659   726304  2293864 |   322236      479     25 | 47.897 % |
35.52/36.12	c 36	|       816 |   20659   726304  2293864 |   354460      816     24 | 47.897 % |
36.51/37.12	c 37	|      1323 |   20659   726304  2293864 |   389906     1323     24 | 47.897 % |
36.51/37.19	c 37	===============================================================================
36.51/37.19	c 37	restarts              : 6
36.51/37.19	c 37	conflicts             : 1349           (157 /sec)
36.51/37.19	c 37	decisions             : 3415           (0.85 % random) (397 /sec)
36.51/37.19	c 37	propagations          : 2222735        (258197 /sec)
36.51/37.19	c 37	conflict literals     : 31338          (25.06 % deleted)
36.51/37.19	c 37	Memory used           : 148.14 MB
36.51/37.19	c 37	CPU time              : 8.60869 s
36.51/37.19	c 37	
36.61/37.21	c 37	SATISFIABLE
36.61/37.24	c 37	FOUND: _COST <= 93
36.61/37.24	c 37	DECODING HOME/temp.out WITH HOME/temp.map
36.61/37.24	c 37	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.70/37.33	c 37	Decoding HOME/temp.out
36.89/37.53	c 38	OBJECTIVE _COST 93
36.89/37.53	o 93
36.89/37.54	v 44 48 52 54 53 55 55 55 55 55 55 35 8 10 9 49 11 6 11 25 11 4 55 5 31 7 50 7 40 7 46 30 3 45 54 44 3 53 36 47 54 1 55 1 52 2 41 5 43 2 53 52 51 34 48 26 27 29 42 38 24 37 28 33 32 39
36.89/37.54	c 38	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
36.89/37.57	c 38	OBJECTIVE BOUND: 0 <= _COST <= 93
36.89/37.57	c 38	SEARCHING: _COST <= 46
36.89/37.57	c 38	SOLVING HOME/temp.cnf
36.89/37.57	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.89/37.57	c 38	This is MiniSat 2.0 beta
36.89/37.57	c 38	WARNING: for repeatability, setting FPU to use double precision
36.89/37.57	c 38	============================[ Problem Statistics ]=============================
36.89/37.57	c 38	|                                                                             |
36.89/37.57	c 38	|  Number of variables:  39650                                                |
36.89/37.57	c 38	|  Number of clauses:    3609694                                              |
38.95/39.67	c 40	|  Parsing time:         1.79         s                                       |
42.91/43.65	c 44	============================[ Search Statistics ]==============================
42.91/43.65	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.91/43.65	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.91/43.65	c 44	===============================================================================
42.91/43.65	c 44	|         0 |   18800   547240  1762202 |   182413        0    nan |  0.000 % |
43.40/44.15	c 44	|       101 |   18800   547240  1762202 |   200654      101     18 | 52.585 % |
43.60/44.35	c 44	|       253 |   18800   547240  1762202 |   220720      253     24 | 52.585 % |
44.00/44.74	c 45	|       478 |   18800   547240  1762202 |   242792      478     20 | 52.585 % |
44.79/45.51	c 46	|       817 |   18800   547240  1762202 |   267071      817     19 | 52.585 % |
45.88/46.60	c 47	|      1323 |   18800   547240  1762202 |   293778     1323     19 | 52.585 % |
47.27/48.08	c 48	|      2082 |   18800   547240  1762202 |   323156     2082     18 | 52.585 % |
49.94/50.76	c 51	|      3222 |   18800   547240  1762202 |   355471     3222     20 | 52.585 % |
50.54/51.35	c 51	===============================================================================
50.54/51.35	c 51	restarts              : 8
50.54/51.35	c 51	conflicts             : 3583           (268 /sec)
50.54/51.35	c 51	decisions             : 7196           (0.76 % random) (539 /sec)
50.54/51.35	c 51	propagations          : 6522305        (488088 /sec)
50.54/51.35	c 51	conflict literals     : 69233          (24.86 % deleted)
50.54/51.35	c 51	Memory used           : 147.95 MB
50.54/51.35	c 51	CPU time              : 13.363 s
50.54/51.35	c 51	
50.54/51.37	c 52	SATISFIABLE
50.54/51.39	c 52	FOUND: _COST <= 46
50.54/51.39	c 52	DECODING HOME/temp.out WITH HOME/temp.map
50.54/51.39	c 52	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
50.66/51.48	c 52	Decoding HOME/temp.out
50.84/51.69	c 52	OBJECTIVE _COST 46
50.84/51.69	o 46
50.84/51.69	v 9 12 54 26 28 37 55 55 55 49 55 3 45 17 19 28 46 36 55 40 46 42 14 16 25 43 43 54 37 41 48 35 38 1 50 1 47 5 2 11 52 51 29 23 29 9 4 27 26 21 27 18 18 49 22 53 15 24 13 44 7 10 39 8 20 6
50.84/51.70	c 52	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
50.93/51.72	c 52	OBJECTIVE BOUND: 0 <= _COST <= 46
50.93/51.72	c 52	SEARCHING: _COST <= 23
50.93/51.72	c 52	SOLVING HOME/temp.cnf
50.93/51.72	c 52	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
50.93/51.72	c 52	This is MiniSat 2.0 beta
50.93/51.72	c 52	WARNING: for repeatability, setting FPU to use double precision
50.93/51.72	c 52	============================[ Problem Statistics ]=============================
50.93/51.72	c 52	|                                                                             |
50.93/51.72	c 52	|  Number of variables:  39650                                                |
50.93/51.72	c 52	|  Number of clauses:    3609694                                              |
53.00/53.82	c 54	|  Parsing time:         1.78         s                                       |
56.76/57.68	c 58	============================[ Search Statistics ]==============================
56.76/57.68	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.76/57.68	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.76/57.68	c 58	===============================================================================
56.76/57.68	c 58	|         0 |   17114   454666  1489515 |   151555        0    nan |  0.000 % |
57.16/58.09	c 58	|       100 |   17114   454666  1489515 |   166710      100     13 | 56.837 % |
57.55/58.42	c 59	|       250 |   17114   454666  1489515 |   183381      250     21 | 56.837 % |
58.05/58.94	c 59	|       476 |   17114   454666  1489515 |   201720      476     21 | 56.837 % |
58.64/59.57	c 60	|       813 |   17114   454666  1489515 |   221892      813     19 | 56.837 % |
59.73/60.68	c 61	|      1319 |   17114   454666  1489515 |   244081     1319     19 | 56.837 % |
61.71/62.65	c 63	|      2078 |   17114   454666  1489515 |   268489     2078     19 | 56.837 % |
64.79/65.77	c 66	|      3217 |   17114   454666  1489515 |   295338     3217     20 | 56.837 % |
68.16/69.15	c 69	|      4925 |   17114   454666  1489515 |   324872     4925     19 | 56.837 % |
74.89/75.97	c 76	|      7488 |   17114   454666  1489515 |   357359     7488     19 | 56.837 % |
83.21/84.39	c 85	|     11332 |   17114   454666  1489515 |   393095    11332     20 | 56.837 % |
97.57/98.89	c 99	|     17098 |   17114   454666  1489515 |   432405    17098     20 | 56.837 % |
124.61/126.16	c 126	|     25749 |   17114   454666  1489515 |   475645    25749     20 | 56.837 % |
154.49/156.36	c 156	|     38726 |   17114   454666  1489515 |   523210    38726     19 | 56.837 % |
155.48/157.38	c 158	===============================================================================
155.48/157.38	c 158	restarts              : 14
155.48/157.38	c 158	conflicts             : 39706          (381 /sec)
155.48/157.38	c 158	decisions             : 49289          (1.05 % random) (472 /sec)
155.48/157.38	c 158	propagations          : 79791812       (764882 /sec)
155.48/157.38	c 158	conflict literals     : 797762         (37.42 % deleted)
155.48/157.38	c 158	Memory used           : 148.29 MB
155.48/157.38	c 158	CPU time              : 104.319 s
155.48/157.38	c 158	
155.58/157.40	c 158	SATISFIABLE
155.58/157.42	c 158	FOUND: _COST <= 23
155.58/157.42	c 158	DECODING HOME/temp.out WITH HOME/temp.map
155.58/157.42	c 158	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
155.62/157.51	c 158	Decoding HOME/temp.out
155.62/157.91	c 158	OBJECTIVE _COST 23
155.62/157.91	o 23
155.62/157.91	v 5 9 11 23 34 35 42 44 45 50 55 17 55 43 29 30 37 42 40 45 50 55 49 25 26 33 35 36 41 46 54 23 24 31 47 34 39 44 51 12 19 48 22 27 32 1 28 16 38 18 21 7 9 10 15 20 2 3 8 13 52 6 11 14 53 5
155.62/157.92	c 158	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
155.62/157.95	c 158	OBJECTIVE BOUND: 0 <= _COST <= 23
155.62/157.95	c 158	SEARCHING: _COST <= 11
155.62/157.95	c 158	SOLVING HOME/temp.cnf
155.62/157.95	c 158	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
155.62/157.95	c 158	This is MiniSat 2.0 beta
155.62/157.95	c 158	WARNING: for repeatability, setting FPU to use double precision
155.62/157.95	c 158	============================[ Problem Statistics ]=============================
155.62/157.95	c 158	|                                                                             |
155.62/157.95	c 158	|  Number of variables:  39650                                                |
155.62/157.95	c 158	|  Number of clauses:    3609694                                              |
158.12/160.08	c 160	|  Parsing time:         1.81         s                                       |
161.98/163.98	c 164	============================[ Search Statistics ]==============================
161.98/163.98	c 164	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
161.98/163.98	c 164	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
161.98/163.98	c 164	===============================================================================
161.98/163.98	c 164	|         0 |   15356   402722  1338945 |   134240        0    nan |  0.000 % |
162.47/164.40	c 165	|       101 |   15356   402722  1338945 |   147664      101     14 | 61.271 % |
162.67/164.67	c 165	|       251 |   15356   402722  1338945 |   162431      251     23 | 61.271 % |
163.06/165.08	c 165	|       477 |   15356   402722  1338945 |   178674      477     18 | 61.271 % |
163.76/165.74	c 166	|       814 |   15356   402722  1338945 |   196541      814     19 | 61.271 % |
164.85/166.84	c 167	|      1320 |   15356   402722  1338945 |   216195     1320     18 | 61.271 % |
165.84/167.85	c 168	|      2081 |   15356   402722  1338945 |   237815     2081     23 | 61.271 % |
168.41/170.46	c 171	|      3220 |   15356   402722  1338945 |   261597     3220     26 | 61.271 % |
173.36/175.48	c 176	|      4928 |   15356   402722  1338945 |   287756     4928     22 | 61.271 % |
181.49/183.63	c 184	|      7490 |   15356   402722  1338945 |   316532     7490     21 | 61.271 % |
189.81/192.07	c 192	|     11336 |   15356   402722  1338945 |   348185    11336     27 | 61.271 % |
216.16/218.68	c 219	|     17103 |   15356   402722  1338945 |   383004    17103     26 | 61.271 % |
231.91/234.52	c 235	|     25752 |   15356   402722  1338945 |   421304    25752     40 | 61.271 % |
262.22/265.19	c 265	|     38726 |   15356   402722  1338945 |   463435    38726     50 | 61.271 % |
321.96/325.40	c 326	|     58187 |   15356   402722  1338945 |   509778    58187     45 | 61.271 % |
387.74/391.88	c 392	|     87379 |   15356   402722  1338945 |   560756    87379     49 | 61.271 % |
501.26/506.42	c 507	|    131169 |   15356   402722  1338945 |   616832   131169     61 | 61.271 % |
604.20/610.39	c 611	===============================================================================
604.20/610.39	c 611	restarts              : 17
604.20/610.39	c 611	conflicts             : 169167         (378 /sec)
604.20/610.39	c 611	decisions             : 207042         (0.46 % random) (462 /sec)
604.20/610.39	c 611	propagations          : 156397452      (349188 /sec)
604.20/610.39	c 611	conflict literals     : 10463847       (9.81 % deleted)
604.20/610.39	c 611	Memory used           : 149.21 MB
604.20/610.39	c 611	CPU time              : 447.889 s
604.20/610.39	c 611	
604.29/610.41	c 611	SATISFIABLE
604.29/610.44	c 611	FOUND: _COST <= 11
604.29/610.44	c 611	DECODING HOME/temp.out WITH HOME/temp.map
604.29/610.44	c 611	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
604.35/610.53	c 611	Decoding HOME/temp.out
604.35/610.92	c 611	OBJECTIVE _COST 11
604.35/610.92	o 11
604.35/610.92	v 1 8 15 31 35 40 44 50 52 53 55 7 14 30 34 39 43 49 51 52 54 53 23 27 32 36 42 44 45 47 16 15 25 29 35 37 38 40 4 41 13 19 21 22 24 5 28 55 17 18 20 31 10 12 48 46 6 8 9 11 33 26 50 1 3 2
604.35/610.93	c 611	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
604.35/610.96	c 611	OBJECTIVE BOUND: 0 <= _COST <= 11
604.35/610.96	c 611	SEARCHING: _COST <= 5
604.35/610.96	c 611	SOLVING HOME/temp.cnf
604.35/610.96	c 611	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
604.35/610.97	c 611	This is MiniSat 2.0 beta
604.35/610.97	c 611	WARNING: for repeatability, setting FPU to use double precision
604.35/610.97	c 611	============================[ Problem Statistics ]=============================
604.35/610.97	c 611	|                                                                             |
604.35/610.97	c 611	|  Number of variables:  39650                                                |
604.35/610.97	c 611	|  Number of clauses:    3609694                                              |
606.84/613.05	c 613	|  Parsing time:         1.80         s                                       |
610.60/616.85	c 617	============================[ Search Statistics ]==============================
610.60/616.85	c 617	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
610.60/616.85	c 617	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
610.60/616.85	c 617	===============================================================================
610.60/616.85	c 617	|         0 |   13494   373699  1257456 |   124566        0    nan |  0.000 % |
611.00/617.25	c 617	|       102 |   13494   373699  1257456 |   137022      102     11 | 65.967 % |
611.30/617.51	c 618	|       252 |   13494   373699  1257456 |   150725      252     19 | 65.967 % |
611.60/617.86	c 618	|       477 |   13494   373699  1257456 |   165797      477     24 | 65.967 % |
612.09/618.34	c 618	|       814 |   13494   373699  1257456 |   182377      814     27 | 65.967 % |
612.79/619.07	c 619	|      1320 |   13494   373699  1257456 |   200615     1320     31 | 65.967 % |
613.78/620.08	c 620	|      2079 |   13494   373699  1257456 |   220676     2079     33 | 65.967 % |
615.86/622.13	c 622	|      3218 |   13494   373699  1257456 |   242744     3218     35 | 65.967 % |
620.32/626.69	c 627	|      4927 |   13494   373699  1257456 |   267018     4927     41 | 65.967 % |
623.98/630.38	c 631	|      7490 |   13494   373699  1257456 |   293720     7490     39 | 65.967 % |
631.42/637.88	c 638	|     11335 |   13494   373699  1257456 |   323092    11335     43 | 65.967 % |
649.05/655.61	c 656	|     17101 |   13494   373699  1257456 |   355402    17101     46 | 65.967 % |
663.31/670.04	c 670	|     25750 |   13494   373699  1257456 |   390942    25750     52 | 65.967 % |
691.94/698.99	c 699	|     38725 |   13494   373699  1257456 |   430036    38725     55 | 65.967 % |
736.82/744.25	c 744	|     58186 |   13494   373699  1257456 |   473040    58186     57 | 65.967 % |
807.75/815.81	c 816	|     87378 |   13494   373699  1257456 |   520344    87378     64 | 65.967 % |
945.44/954.88	c 955	|    131167 |   13494   373699  1257456 |   572378   131167     63 | 65.967 % |
1153.87/1165.27	c 1165	|    196851 |   13494   373699  1257456 |   629616   196851     73 | 65.967 % |
1491.88/1506.43	c 1507	|    295380 |   13494   373699  1257456 |   692578   295380     71 | 65.967 % |
2297.36/2319.56	c 2320	|    443169 |   13494   373699  1257456 |   761836   443169     80 | 65.967 % |
3444.39/3471.60	c 3472	|    664852 |   13494   373699  1257456 |   838020   664852     76 | 65.967 % |
3600.03/3627.22	c ERROR INTERRUPTED
3600.03/3627.26	c 3627	CPU 601.49 (0.06 0.03 601.43 3.32)
3600.03/3627.26	c 3627	END Sat Jul 12 05:11:22 2008

Verifier Data (download as text)

OK	11	1584
11 unsatisfied constraints, 1584 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-1110578-1215828655/watcher-1110578-1215828655 -o /tmp/evaluation-result-1110578-1215828655/solver-1110578-1215828655 -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-1110578-1215828655.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/74 16811
/proc/meminfo: memFree=1781144/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=12268 CPUtime=0
/proc/16811/stat : 16811 (sugar) R 16809 16811 15571 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39564414 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16811/statm: 3067 316 241 3 0 167 0

[startup+0.051613 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16811
/proc/meminfo: memFree=1781144/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.04
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 39564414 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102468 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16811
/proc/meminfo: memFree=1781144/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.04
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 39564414 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302492 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16811
/proc/meminfo: memFree=1781144/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.04
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 39564414 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701526 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 16811
/proc/meminfo: memFree=1781144/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.65
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 957 4981 0 1 3 1 57 4 16 0 1 0 39564414 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 16833
/proc/meminfo: memFree=1772224/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.65
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 974 4981 0 1 3 1 57 4 15 0 1 0 39564414 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 797 370 3 0 500 0
[pid=16824] ppid=16811 vsize=5356 CPUtime=0
/proc/16824/stat : 16824 (sh) S 16811 16811 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39564483 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16824/statm: 1339 233 193 169 0 50 0
[pid=16825] ppid=16824 vsize=868272 CPUtime=0.79
/proc/16825/stat : 16825 (java) S 16824 16811 15571 0 -1 0 7090 0 1 0 75 4 0 0 18 0 9 0 39564483 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16825/statm: 217068 6337 2538 9 0 211643 0
[pid=16825/tid=16826] ppid=16824 vsize=868272 CPUtime=0.43
/proc/16825/task/16826/stat : 16826 (java) R 16824 16811 15571 0 -1 64 2657 0 1 0 42 1 0 0 22 0 9 0 39564484 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16827] ppid=16824 vsize=868272 CPUtime=0.09
/proc/16825/task/16827/stat : 16827 (java) S 16824 16811 15571 0 -1 64 2270 0 0 0 9 0 0 0 16 0 9 0 39564485 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16828] ppid=16824 vsize=868272 CPUtime=0
/proc/16825/task/16828/stat : 16828 (java) S 16824 16811 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 39564485 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16829] ppid=16824 vsize=868272 CPUtime=0
/proc/16825/task/16829/stat : 16829 (java) S 16824 16811 15571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39564485 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16830] ppid=16824 vsize=868272 CPUtime=0
/proc/16825/task/16830/stat : 16830 (java) S 16824 16811 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39564487 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16831] ppid=16824 vsize=868272 CPUtime=0.23
/proc/16825/task/16831/stat : 16831 (java) R 16824 16811 15571 0 -1 64 1470 0 0 0 23 0 0 0 16 0 9 0 39564487 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 102126481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16832] ppid=16824 vsize=868272 CPUtime=0
/proc/16825/task/16832/stat : 16832 (java) S 16824 16811 15571 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39564488 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16833] ppid=16824 vsize=868272 CPUtime=0
/proc/16825/task/16833/stat : 16833 (java) S 16824 16811 15571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39564488 889110528 6337 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.10274 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 16833
/proc/meminfo: memFree=1758912/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.65
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 974 4981 0 1 3 1 57 4 15 0 1 0 39564414 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 797 370 3 0 500 0
[pid=16824] ppid=16811 vsize=5356 CPUtime=0
/proc/16824/stat : 16824 (sh) S 16811 16811 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39564483 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16824/statm: 1339 233 193 169 0 50 0
[pid=16825] ppid=16824 vsize=868500 CPUtime=2.36
/proc/16825/stat : 16825 (java) S 16824 16811 15571 0 -1 0 7755 0 1 0 221 15 0 0 18 0 9 0 39564483 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16825/statm: 217125 6586 2564 9 0 211672 0
[pid=16825/tid=16826] ppid=16824 vsize=868500 CPUtime=1.76
/proc/16825/task/16826/stat : 16826 (java) R 16824 16811 15571 0 -1 64 3116 0 1 0 166 10 0 0 25 0 9 0 39564484 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4127024864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16827] ppid=16824 vsize=868500 CPUtime=0.26
/proc/16825/task/16827/stat : 16827 (java) S 16824 16811 15571 0 -1 64 2434 0 0 0 24 2 0 0 16 0 9 0 39564485 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16828] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16828/stat : 16828 (java) S 16824 16811 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 39564485 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16829] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16829/stat : 16829 (java) S 16824 16811 15571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39564485 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16830] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16830/stat : 16830 (java) S 16824 16811 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39564487 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16831] ppid=16824 vsize=868500 CPUtime=0.31
/proc/16825/task/16831/stat : 16831 (java) S 16824 16811 15571 0 -1 64 1512 0 0 0 30 1 0 0 16 0 9 0 39564487 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16832] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16832/stat : 16832 (java) S 16824 16811 15571 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39564488 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16833] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16833/stat : 16833 (java) S 16824 16811 15571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39564488 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887456

[startup+6.30203 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 16833
/proc/meminfo: memFree=1723584/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13600 CPUtime=0.65
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 974 4981 0 1 3 1 57 4 15 0 1 0 39564414 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3400 797 370 3 0 500 0
[pid=16824] ppid=16811 vsize=5356 CPUtime=0
/proc/16824/stat : 16824 (sh) S 16811 16811 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39564483 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16824/statm: 1339 233 193 169 0 50 0
[pid=16825] ppid=16824 vsize=868500 CPUtime=5.53
/proc/16825/stat : 16825 (java) S 16824 16811 15571 0 -1 0 8693 0 1 0 506 47 0 0 18 0 9 0 39564483 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16825/statm: 217125 6586 2564 9 0 211672 0
[pid=16825/tid=16826] ppid=16824 vsize=868500 CPUtime=4.7
/proc/16825/task/16826/stat : 16826 (java) R 16824 16811 15571 0 -1 64 4054 0 1 0 434 36 0 0 25 0 9 0 39564484 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4126548376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16827] ppid=16824 vsize=868500 CPUtime=0.49
/proc/16825/task/16827/stat : 16827 (java) S 16824 16811 15571 0 -1 64 2434 0 0 0 41 8 0 0 16 0 9 0 39564485 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16828] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16828/stat : 16828 (java) S 16824 16811 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 39564485 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16829] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16829/stat : 16829 (java) S 16824 16811 15571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39564485 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16830] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16830/stat : 16830 (java) S 16824 16811 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39564487 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16831] ppid=16824 vsize=868500 CPUtime=0.31
/proc/16825/task/16831/stat : 16831 (java) S 16824 16811 15571 0 -1 64 1512 0 0 0 30 1 0 0 16 0 9 0 39564487 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16832] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16832/stat : 16832 (java) S 16824 16811 15571 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39564488 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16825/tid=16833] ppid=16824 vsize=868500 CPUtime=0
/proc/16825/task/16833/stat : 16833 (java) S 16824 16811 15571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39564488 889344000 6586 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887456

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 16835
/proc/meminfo: memFree=1561216/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=8.86
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1100 14749 0 2 4 1 802 79 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16834] ppid=16811 vsize=5356 CPUtime=0
/proc/16834/stat : 16834 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39565323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16834/statm: 1339 232 193 169 0 50 0
[pid=16835] ppid=16834 vsize=148492 CPUtime=3.55
/proc/16835/stat : 16835 (minisat) R 16834 16811 15571 0 -1 4194304 35322 0 0 0 326 29 0 0 25 0 1 0 39565323 152055808 35308 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/16835/statm: 37123 35308 71 150 0 36970 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 167712

[startup+25.5028 s]
/proc/loadavg: 2.13 2.03 2.01 3/77 16859
/proc/meminfo: memFree=1558848/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=20.77
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1335 94435 0 4 4 2 1919 152 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16858] ppid=16811 vsize=5356 CPUtime=0
/proc/16858/stat : 16858 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39566531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16858/statm: 1339 232 193 169 0 50 0
[pid=16859] ppid=16858 vsize=150884 CPUtime=4.28
/proc/16859/stat : 16859 (minisat) R 16858 16811 15571 0 -1 4194304 35931 0 0 0 397 31 0 0 25 0 1 0 39566531 154505216 35917 996147200 134512640 135127466 4294956256 18446744073709551615 134523510 0 0 4096 3 0 0 0 17 1 0 0
/proc/16859/statm: 37721 35917 71 150 0 37568 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 170104

[startup+51.1021 s]
/proc/loadavg: 2.09 2.03 2.01 3/77 16883
/proc/meminfo: memFree=1557248/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=36.96
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1565 175088 0 6 5 3 3463 225 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16882] ppid=16811 vsize=5356 CPUtime=0
/proc/16882/stat : 16882 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39568171 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16882/statm: 1339 232 193 169 0 50 0
[pid=16883] ppid=16882 vsize=151496 CPUtime=13.38
/proc/16883/stat : 16883 (minisat) R 16882 16811 15571 0 -1 4194304 36068 0 0 0 1310 28 0 0 25 0 1 0 39568171 155131904 36054 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16883/statm: 37874 36054 76 150 0 37721 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 170716

[startup+102.308 s]
/proc/loadavg: 2.09 2.04 2.01 3/77 16895
/proc/meminfo: memFree=1554624/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=50.95
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1679 215425 0 7 5 3 4827 260 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0

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

/proc/meminfo: memFree=1511432/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=278860 CPUtime=2470.47
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 67561 0 0 0 246977 70 0 0 25 0 1 0 39625511 285552640 67547 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 69715 67547 75 150 0 69562 0
Current children cumulated CPU time (s) 3075.31
Current children cumulated vsize (KiB) 298080

[startup+3162.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/83 16963
/proc/meminfo: memFree=1507848/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=282536 CPUtime=2530.45
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 68486 0 0 0 252974 71 0 0 25 0 1 0 39625511 289316864 68472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 70634 68472 75 150 0 70481 0
Current children cumulated CPU time (s) 3135.29
Current children cumulated vsize (KiB) 301756

[startup+3222.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 16963
/proc/meminfo: memFree=1504008/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=286160 CPUtime=2590.43
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 69422 0 0 0 258971 72 0 0 25 0 1 0 39625511 293027840 69408 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 71540 69408 75 150 0 71387 0
Current children cumulated CPU time (s) 3195.27
Current children cumulated vsize (KiB) 305380

[startup+3282.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/83 16963
/proc/meminfo: memFree=1501128/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=288944 CPUtime=2650.42
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 70123 0 0 0 264969 73 0 0 25 0 1 0 39625511 295878656 70109 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 72236 70109 75 150 0 72083 0
Current children cumulated CPU time (s) 3255.26
Current children cumulated vsize (KiB) 308164

[startup+3342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 16963
/proc/meminfo: memFree=1498128/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=292160 CPUtime=2710.39
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 70881 0 0 0 270964 75 0 0 25 0 1 0 39625511 299171840 70867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 73040 70867 75 150 0 72887 0
Current children cumulated CPU time (s) 3315.23
Current children cumulated vsize (KiB) 311380

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16963
/proc/meminfo: memFree=1494928/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=295212 CPUtime=2770.37
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 71666 0 0 0 276962 75 0 0 25 0 1 0 39625511 302297088 71652 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 73803 71652 75 150 0 73650 0
Current children cumulated CPU time (s) 3375.21
Current children cumulated vsize (KiB) 314432

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 16963
/proc/meminfo: memFree=1491920/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=298116 CPUtime=2830.35
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 72399 0 0 0 282959 76 0 0 25 0 1 0 39625511 305270784 72385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 74529 72385 75 150 0 74376 0
Current children cumulated CPU time (s) 3435.19
Current children cumulated vsize (KiB) 317336

[startup+3522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 16963
/proc/meminfo: memFree=1487504/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=302360 CPUtime=2890.32
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 73454 0 0 0 288955 77 0 0 25 0 1 0 39625511 309616640 73440 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 75590 73440 75 150 0 75437 0
Current children cumulated CPU time (s) 3495.16
Current children cumulated vsize (KiB) 321580

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 16963
/proc/meminfo: memFree=1484240/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=305476 CPUtime=2950.3
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 74247 0 0 0 294952 78 0 0 25 0 1 0 39625511 312807424 74233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 76369 74233 75 150 0 76216 0
Current children cumulated CPU time (s) 3555.14
Current children cumulated vsize (KiB) 324696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16963
/proc/meminfo: memFree=1482128/2055920 swapFree=4192812/4192956
[pid=16811] ppid=16809 vsize=13864 CPUtime=604.84
/proc/16811/stat : 16811 (sugar) S 16809 16811 15571 0 -1 4194304 1908 296491 0 9 6 3 60143 332 16 0 1 0 39564414 14196736 848 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16811/statm: 3466 848 374 3 0 566 0
[pid=16920] ppid=16811 vsize=5356 CPUtime=0
/proc/16920/stat : 16920 (sh) S 16811 16811 15571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39625510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16920/statm: 1339 232 193 169 0 50 0
[pid=16921] ppid=16920 vsize=307588 CPUtime=2995.19
/proc/16921/stat : 16921 (minisat) R 16920 16811 15571 0 -1 4194304 74779 0 0 0 299440 79 0 0 25 0 1 0 39625511 314970112 74765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16921/statm: 76897 74765 75 150 0 76744 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 326808

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16811 and gives
#  childrusage.ru_utime.tv_sec=601
#  childrusage.ru_utime.tv_usec=497558
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=397483
# CPU time returned by wait4() is 604.895
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3627.29
CPU time (s): 3600.03
CPU user time (s): 3595.89
CPU system time (s): 4.14
CPU usage (%): 99.2484
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 601.498
system time used= 3.39748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298740
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20444
involuntary context switches= 33027

runsolver used 3.9304 second user time and 11.8792 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-12 04:10:55
IDJOB=1110578
IDBENCH=61123
IDSOLVER=368
FILE ID=node51/1110578-1215828655
PBS_JOBID= 7903287
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-11-a3.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-1110578-1215828655/watcher-1110578-1215828655 -o /tmp/evaluation-result-1110578-1215828655/solver-1110578-1215828655 -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-1110578-1215828655.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f11318480404f6d1368e67b8bb18abf
RANDOM SEED=1446977772

node51.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781688 kB
Buffers:         18212 kB
Cached:          96096 kB
SwapCached:          0 kB
Active:         173972 kB
Inactive:        41300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:         112016 kB
Slab:            44228 kB
Committed_AS:   209464 kB
PageTables:       2040 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= 66560 MiB
End job on node51 at 2008-07-12 05:11:24