Trace number 1108084

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)1 3600.02 3604.35

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-8_ext.xml
MD5SUMc096ffa3df6241d5684b321eb04ac13a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1616.98
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 17:18:19 2008
0.00/0.04	c 0	PID 14510
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108084-1215789499.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108084-1215789499.xml' 'HOME/temp.csp'
0.03/0.68	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.62/0.77	c 1	Parsing HOME/temp.csp
0.62/0.94	c 1	parsed 1385 expressions
0.62/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.96	c 1	MAX CSP: 1261 constraints
0.62/0.96	c 1	Converting to clausal form CSP
0.91/1.01	c 1	converted 265 (10%) expressions
0.91/1.05	c 1	converted 530 (20%) expressions
0.91/1.08	c 1	converted 795 (30%) expressions
1.01/1.11	c 1	converted 1060 (40%) expressions
1.10/1.21	c 1	converted 1325 (50%) expressions
1.10/1.27	c 2	converted 1590 (60%) expressions
1.20/1.31	c 2	converted 1855 (70%) expressions
1.20/1.33	c 2	converted 2120 (80%) expressions
1.20/1.36	c 2	converted 2385 (90%) expressions
1.40/1.58	c 2	converted 2649 (100%) expressions
1.40/1.58	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.40/1.58	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.58	c 2	Propagation in CSP
1.49/1.65	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.66	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.49/1.66	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.66	c 2	Simplifing CSP by introducing new Boolean variables
1.49/1.66	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.49/1.66	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.74	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.76	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.59/1.76	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.59/1.76	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.59/1.77	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.59/1.77	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.59/1.77	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.59/1.78	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.59/1.78	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.68/1.80	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.68/1.80	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.79/1.91	c 2	379 (10%) CSP clauses are encoded (29078 clauses, 452492 bytes)
1.88/2.01	c 2	757 (20%) CSP clauses are encoded (33962 clauses, 574006 bytes)
1.88/2.09	c 2	1135 (30%) CSP clauses are encoded (38924 clauses, 699979 bytes)
1.99/2.15	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 910913 bytes)
2.19/2.33	c 3	1891 (50%) CSP clauses are encoded (145548 clauses, 2657125 bytes)
2.19/2.39	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3158946 bytes)
2.68/2.88	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8465988 bytes)
2.78/2.95	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134494 bytes)
4.44/4.62	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072035 bytes)
5.82/6.01	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084240 bytes)
5.82/6.01	c 6	3782 CSP clauses encoded
5.82/6.01	c 6	Writing map file : HOME/temp.map
5.82/6.04	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.82/6.04	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084240 bytes
5.82/6.04	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.82/6.07	c 6	OBJECTIVE minimize _COST
5.82/6.07	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.82/6.07	c 6	SEARCHING: _COST <= 631
5.82/6.07	c 6	SOLVING HOME/temp.cnf
5.82/6.07	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.82/6.07	c 6	This is MiniSat 2.0 beta
5.82/6.07	c 6	WARNING: for repeatability, setting FPU to use double precision
5.82/6.07	c 6	============================[ Problem Statistics ]=============================
5.82/6.07	c 6	|                                                                             |
5.82/6.07	c 6	|  Number of variables:  27692                                                |
5.82/6.07	c 6	|  Number of clauses:    2074094                                              |
6.93/7.13	c 7	|  Parsing time:         0.92         s                                       |
8.10/8.36	c 9	============================[ Search Statistics ]==============================
8.10/8.36	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.10/8.36	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.10/8.36	c 9	===============================================================================
8.10/8.36	c 9	|         0 |   20762  1326689  3950963 |   442229        0    nan |  0.000 % |
8.20/8.49	c 9	===============================================================================
8.20/8.49	c 9	restarts              : 1
8.20/8.49	c 9	conflicts             : 17             (8 /sec)
8.20/8.49	c 9	decisions             : 202            (0.99 % random) (90 /sec)
8.20/8.49	c 9	propagations          : 30165          (13367 /sec)
8.20/8.49	c 9	conflict literals     : 226            (18.12 % deleted)
8.20/8.49	c 9	Memory used           : 84.76 MB
8.20/8.49	c 9	CPU time              : 2.25666 s
8.20/8.49	c 9	
8.30/8.50	c 9	SATISFIABLE
8.30/8.52	c 9	FOUND: _COST <= 631
8.30/8.52	s SATISFIABLE
8.30/8.52	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.30/8.52	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.30/8.60	c 9	Decoding HOME/temp.out
8.50/8.76	c 9	OBJECTIVE _COST 358
8.50/8.76	o 358
8.50/8.77	v 0 0 6 24 26 3 23 25 2 26 26 4 24 25 3 18 27 4 25 27 4 26 26 5 27 27 6 7 26 0 23 26 6 12 26 5 13 27 6 13 27 6 14 26 0 13 27 6 26 26 6 19 26 5 27 25 6 25 27 5 6 25 6 6 25 6 20 27 6 14 27 0 20 27 6 20 27 6 23 27 6 21 27 0 14 14 7 6 9 8 11 10 12 14 12 14 12 14 14 12 14 13 12 14 12 14 14 14 12 14 14 14
8.50/8.77	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.50/8.78	c 9	OBJECTIVE BOUND: 0 <= _COST <= 358
8.50/8.78	c 9	SEARCHING: _COST <= 179
8.50/8.78	c 9	SOLVING HOME/temp.cnf
8.50/8.78	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.50/8.79	c 9	This is MiniSat 2.0 beta
8.50/8.79	c 9	WARNING: for repeatability, setting FPU to use double precision
8.50/8.79	c 9	============================[ Problem Statistics ]=============================
8.50/8.79	c 9	|                                                                             |
8.50/8.79	c 9	|  Number of variables:  27692                                                |
8.50/8.79	c 9	|  Number of clauses:    2074094                                              |
9.56/9.90	c 10	|  Parsing time:         0.97         s                                       |
11.44/11.76	c 12	============================[ Search Statistics ]==============================
11.44/11.76	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.44/11.76	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.44/11.76	c 12	===============================================================================
11.44/11.76	c 12	|         0 |   14929   546353  1627002 |   182117        0    nan |  0.000 % |
11.54/11.86	c 12	|       101 |   14929   546353  1627002 |   200329      101     18 | 46.089 % |
11.64/11.93	c 12	===============================================================================
11.64/11.93	c 12	restarts              : 2
11.64/11.93	c 12	conflicts             : 133            (45 /sec)
11.64/11.93	c 12	decisions             : 1367           (0.73 % random) (458 /sec)
11.64/11.93	c 12	propagations          : 77212          (25845 /sec)
11.64/11.93	c 12	conflict literals     : 2127           (20.22 % deleted)
11.64/11.93	c 12	Memory used           : 86.17 MB
11.64/11.93	c 12	CPU time              : 2.98754 s
11.64/11.93	c 12	
11.64/11.94	c 12	SATISFIABLE
11.64/11.95	c 12	FOUND: _COST <= 179
11.64/11.95	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.64/11.95	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.73/12.07	c 12	Decoding HOME/temp.out
11.91/12.23	c 12	OBJECTIVE _COST 179
11.91/12.23	o 179
11.91/12.23	v 0 0 0 13 26 6 25 25 5 5 26 5 23 27 6 12 25 5 25 27 4 27 26 6 27 27 6 18 26 6 14 26 0 22 26 6 19 25 5 27 27 6 6 27 6 26 27 5 27 26 6 21 26 0 27 25 6 12 25 5 27 25 6 25 25 5 24 27 6 20 25 6 27 27 6 27 27 6 27 27 6 26 27 5 14 1 13 12 12 13 11 12 14 14 14 12 13 12 12 13 12 14 1 13 12 13 12 14 12 14 14 13
11.91/12.24	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.91/12.25	c 13	OBJECTIVE BOUND: 0 <= _COST <= 179
11.91/12.25	c 13	SEARCHING: _COST <= 89
11.91/12.25	c 13	SOLVING HOME/temp.cnf
11.91/12.25	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.91/12.26	c 13	This is MiniSat 2.0 beta
11.91/12.26	c 13	WARNING: for repeatability, setting FPU to use double precision
11.91/12.26	c 13	============================[ Problem Statistics ]=============================
11.91/12.26	c 13	|                                                                             |
11.91/12.26	c 13	|  Number of variables:  27692                                                |
11.91/12.26	c 13	|  Number of clauses:    2074094                                              |
12.99/13.38	c 14	|  Parsing time:         0.99         s                                       |
14.88/15.27	c 16	============================[ Search Statistics ]==============================
14.88/15.27	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.88/15.27	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.88/15.27	c 16	===============================================================================
14.88/15.27	c 16	|         0 |   13098   306021   911409 |   102007        0    nan |  0.000 % |
14.98/15.37	c 16	|       100 |   13098   306021   911409 |   112207      100     20 | 52.701 % |
14.98/15.39	c 16	===============================================================================
14.98/15.39	c 16	restarts              : 2
14.98/15.39	c 16	conflicts             : 120            (40 /sec)
14.98/15.39	c 16	decisions             : 792            (0.88 % random) (266 /sec)
14.98/15.39	c 16	propagations          : 55119          (18493 /sec)
14.98/15.39	c 16	conflict literals     : 2168           (15.90 % deleted)
14.98/15.39	c 16	Memory used           : 85.29 MB
14.98/15.39	c 16	CPU time              : 2.98055 s
14.98/15.39	c 16	
15.07/15.40	c 16	SATISFIABLE
15.07/15.42	c 16	FOUND: _COST <= 89
15.07/15.42	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.07/15.42	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.10/15.51	c 16	Decoding HOME/temp.out
15.10/15.66	c 16	OBJECTIVE _COST 89
15.10/15.66	o 89
15.10/15.67	v 0 0 0 12 26 5 27 25 6 5 26 5 27 25 6 26 25 5 13 27 6 27 26 6 19 27 5 27 26 6 12 26 5 6 26 6 20 25 6 27 27 6 23 26 6 19 27 5 27 26 6 24 26 6 27 25 6 26 25 5 27 25 6 21 25 0 27 27 6 23 25 5 18 27 4 25 27 5 27 27 6 23 27 5 14 13 12 13 12 14 12 12 13 12 13 12 12 12 14 13 12 12 12 13 12 14 1 13 11 10 12 13
15.10/15.67	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.10/15.69	c 16	OBJECTIVE BOUND: 0 <= _COST <= 89
15.10/15.69	c 16	SEARCHING: _COST <= 44
15.10/15.69	c 16	SOLVING HOME/temp.cnf
15.10/15.69	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.34/15.70	c 16	This is MiniSat 2.0 beta
15.34/15.70	c 16	WARNING: for repeatability, setting FPU to use double precision
15.34/15.70	c 16	============================[ Problem Statistics ]=============================
15.34/15.70	c 16	|                                                                             |
15.34/15.70	c 16	|  Number of variables:  27692                                                |
15.34/15.70	c 16	|  Number of clauses:    2074094                                              |
16.42/16.81	c 17	|  Parsing time:         0.98         s                                       |
18.21/18.65	c 19	============================[ Search Statistics ]==============================
18.21/18.65	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.21/18.65	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.21/18.65	c 19	===============================================================================
18.21/18.65	c 19	|         0 |   11585   173305   517755 |    57768        0    nan |  0.000 % |
18.31/18.74	c 19	|       100 |   11585   173305   517755 |    63545      100     24 | 58.165 % |
18.31/18.76	c 19	|       250 |   11585   173305   517755 |    69899      250     19 | 58.165 % |
18.40/18.82	c 19	|       477 |   11585   173305   517755 |    76889      477     22 | 58.165 % |
18.40/18.84	c 19	===============================================================================
18.40/18.84	c 19	restarts              : 4
18.40/18.84	c 19	conflicts             : 718            (240 /sec)
18.40/18.84	c 19	decisions             : 1837           (0.71 % random) (614 /sec)
18.40/18.84	c 19	propagations          : 253222         (84646 /sec)
18.40/18.84	c 19	conflict literals     : 17098          (15.53 % deleted)
18.40/18.84	c 19	Memory used           : 84.96 MB
18.40/18.84	c 19	CPU time              : 2.99154 s
18.40/18.84	c 19	
18.40/18.86	c 19	SATISFIABLE
18.40/18.87	c 19	FOUND: _COST <= 44
18.40/18.87	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.40/18.87	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.49/18.95	c 19	Decoding HOME/temp.out
18.49/19.11	c 19	OBJECTIVE _COST 44
18.49/19.11	o 44
18.49/19.12	v 0 0 5 27 26 6 19 25 5 18 26 4 12 25 5 24 25 6 14 27 0 16 26 6 24 27 6 26 26 5 20 26 6 26 26 5 24 25 6 7 27 0 22 26 1 23 27 2 17 26 3 11 26 4 5 25 5 27 25 6 27 25 6 13 25 6 21 27 0 25 25 6 5 27 5 15 27 6 24 27 6 19 27 5 14 12 14 11 10 12 14 1 14 13 14 13 14 14 2 4 6 8 10 12 12 14 14 1 13 12 14 13
18.49/19.12	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.49/19.14	c 19	OBJECTIVE BOUND: 0 <= _COST <= 44
18.49/19.14	c 19	SEARCHING: _COST <= 22
18.49/19.14	c 19	SOLVING HOME/temp.cnf
18.49/19.14	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.49/19.14	c 19	This is MiniSat 2.0 beta
18.49/19.14	c 19	WARNING: for repeatability, setting FPU to use double precision
18.49/19.14	c 19	============================[ Problem Statistics ]=============================
18.49/19.14	c 19	|                                                                             |
18.49/19.14	c 19	|  Number of variables:  27692                                                |
18.49/19.14	c 19	|  Number of clauses:    2074094                                              |
19.77/20.26	c 21	|  Parsing time:         0.96         s                                       |
21.56/22.07	c 22	============================[ Search Statistics ]==============================
21.56/22.07	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.56/22.07	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.56/22.07	c 22	===============================================================================
21.56/22.07	c 22	|         0 |   10231   103780   313220 |    34593        0    nan |  0.000 % |
21.65/22.16	c 22	|       101 |   10231   103780   313220 |    38052      101     23 | 63.054 % |
21.65/22.17	c 22	|       252 |   10231   103780   313220 |    41857      252     21 | 63.054 % |
21.65/22.19	c 22	===============================================================================
21.65/22.20	c 22	restarts              : 3
21.65/22.20	c 22	conflicts             : 423            (147 /sec)
21.65/22.20	c 22	decisions             : 1244           (0.88 % random) (431 /sec)
21.65/22.20	c 22	propagations          : 84697          (29362 /sec)
21.65/22.20	c 22	conflict literals     : 8003           (9.95 % deleted)
21.65/22.20	c 22	Memory used           : 85.32 MB
21.65/22.20	c 22	CPU time              : 2.88456 s
21.65/22.20	c 22	
21.75/22.21	c 22	SATISFIABLE
21.75/22.22	c 22	FOUND: _COST <= 22
21.75/22.22	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.75/22.22	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.79/22.32	c 23	Decoding HOME/temp.out
21.79/22.47	c 23	OBJECTIVE _COST 22
21.79/22.47	o 22
21.79/22.48	v 0 0 0 15 26 1 16 25 2 3 26 3 23 25 2 13 25 3 25 27 4 10 26 3 25 27 4 24 26 3 9 26 2 8 26 1 14 25 0 22 27 6 5 26 5 22 27 6 12 26 5 27 26 6 21 25 0 27 25 6 19 25 5 20 25 6 17 27 3 18 25 4 26 27 5 27 27 6 26 27 5 6 27 6 14 2 4 6 7 6 8 9 8 9 7 5 3 1 13 12 13 12 14 1 13 12 14 8 10 12 13 12
21.79/22.48	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.79/22.50	c 23	OBJECTIVE BOUND: 0 <= _COST <= 22
21.79/22.50	c 23	SEARCHING: _COST <= 11
21.79/22.50	c 23	SOLVING HOME/temp.cnf
21.79/22.50	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.79/22.50	c 23	This is MiniSat 2.0 beta
21.79/22.50	c 23	WARNING: for repeatability, setting FPU to use double precision
21.79/22.50	c 23	============================[ Problem Statistics ]=============================
21.79/22.50	c 23	|                                                                             |
21.79/22.50	c 23	|  Number of variables:  27692                                                |
21.79/22.50	c 23	|  Number of clauses:    2074094                                              |
23.11/23.62	c 24	|  Parsing time:         0.99         s                                       |
24.90/25.41	c 26	============================[ Search Statistics ]==============================
24.90/25.41	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.90/25.41	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.90/25.41	c 26	===============================================================================
24.90/25.41	c 26	|         0 |    8934    66509   205287 |    22169        0    nan |  0.000 % |
25.00/25.50	c 26	|       100 |    8934    66509   205287 |    24386      100     22 | 67.738 % |
25.00/25.52	c 26	|       251 |    8934    66509   205287 |    26825      251     25 | 67.738 % |
25.00/25.54	c 26	|       478 |    8934    66509   205287 |    29507      478     31 | 67.738 % |
25.00/25.56	c 26	===============================================================================
25.00/25.56	c 26	restarts              : 4
25.00/25.56	c 26	conflicts             : 673            (231 /sec)
25.00/25.56	c 26	decisions             : 1543           (0.97 % random) (531 /sec)
25.00/25.56	c 26	propagations          : 106825         (36728 /sec)
25.00/25.56	c 26	conflict literals     : 19371          (7.17 % deleted)
25.00/25.56	c 26	Memory used           : 85.13 MB
25.00/25.56	c 26	CPU time              : 2.90856 s
25.00/25.56	c 26	
25.00/25.57	c 26	SATISFIABLE
25.00/25.58	c 26	FOUND: _COST <= 11
25.00/25.58	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.00/25.58	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.10/25.69	c 26	Decoding HOME/temp.out
25.10/25.85	c 26	OBJECTIVE _COST 11
25.10/25.85	o 11
25.10/25.85	v 0 0 0 13 26 6 21 25 0 27 26 6 19 25 5 6 25 6 12 27 5 18 26 4 5 27 5 22 26 6 7 26 6 20 26 6 14 25 0 15 27 1 16 26 2 3 27 3 4 26 4 24 26 3 23 25 2 17 25 3 2 25 2 8 25 1 9 27 2 10 25 3 11 27 4 26 27 5 22 27 5 25 27 4 14 1 14 1 13 12 13 11 10 12 14 14 14 2 4 6 8 9 7 6 7 5 4 6 8 10 14 11
25.10/25.86	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.10/25.88	c 26	OBJECTIVE BOUND: 0 <= _COST <= 11
25.10/25.88	c 26	SEARCHING: _COST <= 5
25.10/25.88	c 26	SOLVING HOME/temp.cnf
25.10/25.88	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.10/25.88	c 26	This is MiniSat 2.0 beta
25.10/25.88	c 26	WARNING: for repeatability, setting FPU to use double precision
25.10/25.88	c 26	============================[ Problem Statistics ]=============================
25.10/25.88	c 26	|                                                                             |
25.10/25.88	c 26	|  Number of variables:  27692                                                |
25.10/25.88	c 26	|  Number of clauses:    2074094                                              |
26.43/27.01	c 27	|  Parsing time:         0.99         s                                       |
28.12/28.79	c 29	============================[ Search Statistics ]==============================
28.12/28.79	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.12/28.79	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.12/28.79	c 29	===============================================================================
28.12/28.79	c 29	|         0 |    7531    44155   142428 |    14718        0    nan |  0.000 % |
28.21/28.88	c 29	|       101 |    7531    44155   142428 |    16190      101     21 | 72.804 % |
28.31/28.90	c 29	|       251 |    7531    44155   142428 |    17809      251     19 | 72.804 % |
28.31/28.92	c 29	|       478 |    7531    44155   142428 |    19590      478     25 | 72.804 % |
28.31/28.95	c 29	|       816 |    7531    44155   142428 |    21549      816     32 | 72.804 % |
28.31/28.97	c 29	===============================================================================
28.31/28.97	c 29	restarts              : 5
28.31/28.97	c 29	conflicts             : 992            (338 /sec)
28.31/28.97	c 29	decisions             : 1966           (0.61 % random) (670 /sec)
28.31/28.97	c 29	propagations          : 144516         (49263 /sec)
28.31/28.97	c 29	conflict literals     : 33896          (6.75 % deleted)
28.31/28.97	c 29	Memory used           : 85.29 MB
28.31/28.97	c 29	CPU time              : 2.93355 s
28.31/28.97	c 29	
28.31/28.98	c 29	SATISFIABLE
28.31/28.99	c 29	FOUND: _COST <= 5
28.31/28.99	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.31/28.99	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.42/29.08	c 29	Decoding HOME/temp.out
28.42/29.24	c 29	OBJECTIVE _COST 5
28.42/29.24	o 5
28.42/29.24	v 0 0 0 8 26 1 9 25 2 15 26 1 23 25 2 24 25 3 2 27 2 22 26 1 16 27 2 3 26 3 11 26 4 10 26 3 18 25 4 17 27 3 4 26 4 21 27 5 20 26 6 7 26 0 13 25 6 5 25 5 6 25 6 12 25 5 25 27 4 26 25 5 25 27 4 19 27 5 27 27 6 14 27 0 14 2 4 5 4 6 7 5 4 6 8 9 8 9 8 10 12 14 1 13 12 13 11 10 11 10 12 14
28.42/29.25	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.42/29.26	c 30	OBJECTIVE BOUND: 0 <= _COST <= 5
28.42/29.26	c 30	SEARCHING: _COST <= 2
28.42/29.26	c 30	SOLVING HOME/temp.cnf
28.42/29.26	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.42/29.27	c 30	This is MiniSat 2.0 beta
28.42/29.27	c 30	WARNING: for repeatability, setting FPU to use double precision
28.42/29.27	c 30	============================[ Problem Statistics ]=============================
28.42/29.27	c 30	|                                                                             |
28.42/29.27	c 30	|  Number of variables:  27692                                                |
28.42/29.27	c 30	|  Number of clauses:    2074094                                              |
29.78/30.41	c 31	|  Parsing time:         1.00         s                                       |
31.56/32.20	c 32	============================[ Search Statistics ]==============================
31.56/32.20	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.56/32.20	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.56/32.20	c 32	===============================================================================
31.56/32.20	c 32	|         0 |    5773    29383   103383 |     9794        0    nan |  0.000 % |
31.56/32.29	c 33	|       100 |    5773    29383   103383 |    10773      100     23 | 79.153 % |
31.66/32.30	c 33	|       250 |    5773    29383   103383 |    11851      250     19 | 79.153 % |
31.66/32.32	c 33	|       475 |    5773    29383   103383 |    13036      475     20 | 79.153 % |
31.66/32.35	c 33	|       813 |    5773    29383   103383 |    14339      813     24 | 79.153 % |
31.66/32.38	c 33	|      1319 |    5773    29383   103383 |    15773     1319     27 | 79.153 % |
31.76/32.44	c 33	|      2078 |    5773    29383   103383 |    17351     2078     30 | 79.153 % |
31.76/32.47	c 33	===============================================================================
31.76/32.47	c 33	restarts              : 7
31.76/32.47	c 33	conflicts             : 2390           (787 /sec)
31.76/32.47	c 33	decisions             : 4921           (0.45 % random) (1620 /sec)
31.76/32.47	c 33	propagations          : 240786         (79270 /sec)
31.76/32.47	c 33	conflict literals     : 69551          (6.60 % deleted)
31.76/32.47	c 33	Memory used           : 85.34 MB
31.76/32.47	c 33	CPU time              : 3.03754 s
31.76/32.47	c 33	
31.76/32.48	c 33	SATISFIABLE
31.76/32.50	c 33	FOUND: _COST <= 2
31.76/32.50	c 33	DECODING HOME/temp.out WITH HOME/temp.map
31.76/32.50	c 33	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.87/32.61	c 33	Decoding HOME/temp.out
32.22/32.96	c 33	OBJECTIVE _COST 2
32.22/32.96	o 2
32.22/32.96	v 0 0 0 13 26 6 26 25 5 27 26 6 7 25 0 20 25 6 5 27 5 11 26 4 10 27 3 23 26 2 17 26 3 16 26 2 24 25 3 2 27 2 8 26 1 21 27 0 22 26 1 9 26 2 15 25 1 14 25 0 6 25 6 19 25 5 25 27 4 19 25 5 18 27 4 12 27 5 4 27 4 3 27 3 14 1 13 12 14 1 13 11 9 7 6 7 6 7 5 3 2 4 5 3 1 13 11 10 11 10 11 9
32.22/32.97	c 33	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.22/33.00	c 33	OBJECTIVE BOUND: 0 <= _COST <= 2
32.22/33.00	c 33	SEARCHING: _COST <= 1
32.22/33.00	c 33	SOLVING HOME/temp.cnf
32.22/33.00	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.22/33.00	c 33	This is MiniSat 2.0 beta
32.22/33.00	c 33	WARNING: for repeatability, setting FPU to use double precision
32.22/33.00	c 33	============================[ Problem Statistics ]=============================
32.22/33.00	c 33	|                                                                             |
32.22/33.00	c 33	|  Number of variables:  27692                                                |
32.22/33.00	c 33	|  Number of clauses:    2074094                                              |
33.39/34.13	c 34	|  Parsing time:         1.01         s                                       |
35.16/35.93	c 36	============================[ Search Statistics ]==============================
35.16/35.93	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.16/35.93	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.16/35.93	c 36	===============================================================================
35.16/35.93	c 36	|         0 |    4512    22573    86735 |     7524        0    nan |  0.000 % |
35.26/36.02	c 36	|       100 |    4512    22573    86735 |     8276      100     22 | 83.707 % |
35.26/36.03	c 36	|       250 |    4512    22573    86735 |     9104      250     19 | 83.706 % |
35.26/36.05	c 36	|       476 |    4512    22573    86735 |    10014      476     19 | 83.706 % |
35.26/36.08	c 36	|       814 |    4512    22573    86735 |    11016      814     25 | 83.706 % |
35.36/36.12	c 36	|      1320 |    4512    22573    86735 |    12118     1320     27 | 83.706 % |
35.36/36.19	c 36	|      2079 |    4512    22573    86735 |    13329     2079     30 | 83.706 % |
35.56/36.31	c 37	|      3219 |    4512    22573    86735 |    14662     3219     37 | 83.707 % |
35.66/36.49	c 37	|      4927 |    4512    22573    86735 |    16129     4927     38 | 83.707 % |
36.05/36.85	c 37	|      7490 |    4512    22573    86735 |    17741     7490     48 | 83.706 % |
36.55/37.38	c 38	|     11335 |    4512    22573    86735 |    19516    11335     52 | 83.707 % |
37.64/38.40	c 39	|     17101 |    4512    22573    86735 |    21467    17101     56 | 83.706 % |
39.63/40.40	c 41	|     25750 |    4512    22573    86735 |    23614    25750     69 | 83.707 % |
42.40/43.27	c 44	|     38724 |    4512    22573    86735 |    25976    38724     71 | 83.706 % |
48.74/49.66	c 50	|     58185 |    4512    22573    86735 |    28573    19122     99 | 83.706 % |
59.74/60.71	c 61	|     87377 |    4512    22573    86735 |    31431    48314     94 | 83.706 % |
75.29/76.44	c 77	|    131166 |    4512    22573    86735 |    34574    48683     67 | 83.706 % |
99.76/101.14	c 101	|    196850 |    4512    22573    86735 |    38031    22163     61 | 83.706 % |
138.79/140.50	c 141	|    295376 |    4512    22573    86735 |    41834    22448     82 | 83.706 % |
196.65/198.95	c 199	|    443166 |    4512    22573    86735 |    46018    67097    103 | 83.707 % |
306.00/309.19	c 309	|    664850 |    4512    22573    86735 |    50619    69930    120 | 83.707 % |
445.44/448.64	c 449	|    997375 |    4512    22573    86735 |    55681    37109     99 | 83.707 % |
690.15/693.49	c 694	|   1496164 |    4512    22573    86735 |    61250    26706     55 | 83.707 % |
1063.42/1066.81	c 1067	|   2244346 |    4512    22573    86735 |    67375    76989    104 | 83.707 % |
1669.41/1673.01	c 1673	|   3366621 |    4512    22573    86735 |    74112    68632    106 | 83.707 % |
2681.44/2685.45	c 2686	|   5050032 |    4512    22573    86735 |    81523    56325    120 | 83.706 % |
3600.02/3604.31	c ERROR INTERRUPTED
3600.02/3604.33	c 3605	CPU 30.47 (0.04 0.03 30.43 1.81)
3600.02/3604.33	c 3605	END Fri Jul 11 18:18:24 2008

Verifier Data (download as text)

OK	1	1260
1 unsatisfied constraints, 1260 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-1108084-1215789499/watcher-1108084-1215789499 -o /tmp/evaluation-result-1108084-1215789499/solver-1108084-1215789499 -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-1108084-1215789499.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: 1.92 1.98 1.99 4/73 14510
/proc/meminfo: memFree=1710728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=12268 CPUtime=0
/proc/14510/stat : 14510 (sugar) R 14508 14510 13821 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35647834 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14510/statm: 3067 316 241 3 0 167 0

[startup+0.0612921 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14510
/proc/meminfo: memFree=1710728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13600 CPUtime=0.03
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 35647834 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.106473 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14510
/proc/meminfo: memFree=1710728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13600 CPUtime=0.03
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 35647834 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302565 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14510
/proc/meminfo: memFree=1710728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13600 CPUtime=0.03
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 35647834 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702524 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14510
/proc/meminfo: memFree=1710728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13600 CPUtime=0.62
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 957 4726 0 1 3 0 57 2 16 0 1 0 35647834 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14532
/proc/meminfo: memFree=1701928/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13600 CPUtime=0.62
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 974 4726 0 1 3 0 57 2 15 0 1 0 35647834 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3400 797 370 3 0 500 0
[pid=14523] ppid=14510 vsize=5356 CPUtime=0
/proc/14523/stat : 14523 (sh) S 14510 14510 13821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35647904 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14523/statm: 1339 233 193 169 0 50 0
[pid=14524] ppid=14523 vsize=868360 CPUtime=0.78
/proc/14524/stat : 14524 (java) S 14523 14510 13821 0 -1 0 8049 0 1 0 73 5 0 0 18 0 9 0 35647904 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 217090 7296 2539 9 0 211665 0
[pid=14524/tid=14525] ppid=14523 vsize=868360 CPUtime=0.37
/proc/14524/task/14525/stat : 14525 (java) R 14523 14510 13821 0 -1 64 2647 0 1 0 36 1 0 0 22 0 9 0 35647905 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14526] ppid=14523 vsize=868360 CPUtime=0.19
/proc/14524/task/14526/stat : 14526 (java) S 14523 14510 13821 0 -1 64 3266 0 0 0 18 1 0 0 16 0 9 0 35647906 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14527] ppid=14523 vsize=868360 CPUtime=0
/proc/14524/task/14527/stat : 14527 (java) S 14523 14510 13821 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35647906 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14523 vsize=868360 CPUtime=0
/proc/14524/task/14528/stat : 14528 (java) S 14523 14510 13821 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35647906 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14529] ppid=14523 vsize=868360 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14523 14510 13821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35647908 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14523 vsize=868360 CPUtime=0.18
/proc/14524/task/14530/stat : 14530 (java) R 14523 14510 13821 0 -1 64 1444 0 0 0 17 1 0 0 16 0 9 0 35647908 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 102161338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14531] ppid=14523 vsize=868360 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14523 14510 13821 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35647908 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14532] ppid=14523 vsize=868360 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14523 14510 13821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35647908 889200640 7296 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887316

[startup+3.10171 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14532
/proc/meminfo: memFree=1686632/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13600 CPUtime=0.62
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 974 4726 0 1 3 0 57 2 15 0 1 0 35647834 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3400 797 370 3 0 500 0
[pid=14523] ppid=14510 vsize=5356 CPUtime=0
/proc/14523/stat : 14523 (sh) S 14510 14510 13821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35647904 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14523/statm: 1339 233 193 169 0 50 0
[pid=14524] ppid=14523 vsize=868472 CPUtime=2.35
/proc/14524/stat : 14524 (java) S 14523 14510 13821 0 -1 0 8853 0 1 0 221 14 0 0 18 0 9 0 35647904 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14524/statm: 217118 7778 2565 9 0 211665 0
[pid=14524/tid=14525] ppid=14523 vsize=868472 CPUtime=1.67
/proc/14524/task/14525/stat : 14525 (java) R 14523 14510 13821 0 -1 64 3019 0 1 0 158 9 0 0 25 0 9 0 35647905 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4126981456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14526] ppid=14523 vsize=868472 CPUtime=0.38
/proc/14524/task/14526/stat : 14526 (java) S 14523 14510 13821 0 -1 64 3640 0 0 0 35 3 0 0 16 0 9 0 35647906 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14527] ppid=14523 vsize=868472 CPUtime=0
/proc/14524/task/14527/stat : 14527 (java) S 14523 14510 13821 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35647906 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14528] ppid=14523 vsize=868472 CPUtime=0
/proc/14524/task/14528/stat : 14528 (java) S 14523 14510 13821 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35647906 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14529] ppid=14523 vsize=868472 CPUtime=0
/proc/14524/task/14529/stat : 14529 (java) S 14523 14510 13821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35647908 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14530] ppid=14523 vsize=868472 CPUtime=0.28
/proc/14524/task/14530/stat : 14530 (java) S 14523 14510 13821 0 -1 64 1502 0 0 0 27 1 0 0 16 0 9 0 35647908 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14531] ppid=14523 vsize=868472 CPUtime=0
/proc/14524/task/14531/stat : 14531 (java) S 14523 14510 13821 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35647908 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14524/tid=14532] ppid=14523 vsize=868472 CPUtime=0
/proc/14524/task/14532/stat : 14532 (java) S 14523 14510 13821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35647908 889315328 7778 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887428

[startup+6.30197 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 14532
/proc/meminfo: memFree=1650728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=5.92
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 1092 14691 0 2 4 1 543 44 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 13732

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 2/80 14552
/proc/meminfo: memFree=1662352/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=11.97
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 1327 65992 0 4 4 1 1113 79 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 13732

[startup+25.5025 s]
/proc/loadavg: 2.08 2.02 2.00 3/76 14596
/proc/meminfo: memFree=1579696/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=22.04
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 1670 142751 0 7 4 2 2068 130 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14595] ppid=14510 vsize=5356 CPUtime=0
/proc/14595/stat : 14595 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35650084 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14595/statm: 1339 232 193 169 0 50 0
[pid=14596] ppid=14595 vsize=87172 CPUtime=2.96
/proc/14596/stat : 14596 (minisat) R 14595 14510 13821 0 -1 4194304 21328 0 0 0 284 12 0 0 25 0 1 0 35650084 89264128 21314 996147200 134512640 135127466 4294956256 18446744073709551615 134697315 0 0 4096 3 0 0 0 17 1 0 0
/proc/14596/statm: 21793 21314 73 150 0 21640 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 106260

[startup+51.1026 s]
/proc/loadavg: 2.12 2.03 2.01 3/76 14632
/proc/meminfo: memFree=1579504/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=87452 CPUtime=17.92
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 21415 0 0 0 1781 11 0 0 25 0 1 0 35651134 89550848 21401 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/14632/statm: 21863 21401 75 150 0 21710 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 106540

[startup+102.307 s]
/proc/loadavg: 2.21 2.07 2.02 3/76 14632
/proc/meminfo: memFree=1579376/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=87452 CPUtime=68.64
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 21423 0 0 0 6853 11 0 0 25 0 1 0 35651134 89550848 21409 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/14632/statm: 21863 21409 75 150 0 21710 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 106540

[startup+162.302 s]
/proc/loadavg: 2.07 2.05 2.01 3/76 14632
/proc/meminfo: memFree=1579184/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=87572 CPUtime=128.07
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 21431 0 0 0 12796 11 0 0 25 0 1 0 35651134 89673728 21417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14632/statm: 21893 21417 75 150 0 21740 0
Current children cumulated CPU time (s) 160.38
Current children cumulated vsize (KiB) 106660

[startup+222.302 s]
/proc/loadavg: 2.02 2.04 2.01 3/76 14632
/proc/meminfo: memFree=1579056/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31

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

/proc/meminfo: memFree=1427112/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3125.86
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 312559 27 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3158.17
Current children cumulated vsize (KiB) 128400

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1427048/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3185.84
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 318557 27 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3218.15
Current children cumulated vsize (KiB) 128400

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426920/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3245.82
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 324555 27 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3278.13
Current children cumulated vsize (KiB) 128400

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426920/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3305.8
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 330553 27 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3338.11
Current children cumulated vsize (KiB) 128400

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426984/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3365.78
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 336550 28 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134527188 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3398.09
Current children cumulated vsize (KiB) 128400

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426792/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3425.75
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 342547 28 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3458.06
Current children cumulated vsize (KiB) 128400

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3485.73
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 348545 28 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3518.04
Current children cumulated vsize (KiB) 128400

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3545.71
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 354543 28 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3578.02
Current children cumulated vsize (KiB) 128400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3567.71
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 356743 28 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 128400

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

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

[startup+3604.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426728/2055920 swapFree=4180240/4192956
[pid=14510] ppid=14508 vsize=13732 CPUtime=32.31
/proc/14510/stat : 14510 (sugar) S 14508 14510 13821 0 -1 4194304 2013 219552 0 10 4 3 3043 181 16 0 1 0 35647834 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14510/statm: 3433 840 374 3 0 533 0
[pid=14631] ppid=14510 vsize=5356 CPUtime=0
/proc/14631/stat : 14631 (sh) S 14510 14510 13821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35651134 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14631/statm: 1339 232 193 169 0 50 0
[pid=14632] ppid=14631 vsize=109312 CPUtime=3567.71
/proc/14632/stat : 14632 (minisat) R 14631 14510 13821 0 -1 4194304 26880 0 0 0 356743 28 0 0 25 0 1 0 35651134 111935488 26851 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14632/statm: 27328 26851 75 150 0 27175 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 128400

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14510 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=486365
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=872715
# CPU time returned by wait4() is 32.3591
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3604.35
CPU time (s): 3600.02
CPU user time (s): 3597.9
CPU system time (s): 2.12
CPU usage (%): 99.88
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4864
system time used= 1.87271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221906
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13337
involuntary context switches= 13510

runsolver used 3.9414 second user time and 12.4691 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-11 17:18:19
IDJOB=1108084
IDBENCH=60675
IDSOLVER=368
FILE ID=node69/1108084-1215789499
PBS_JOBID= 7903070
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-8_ext.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-1108084-1215789499/watcher-1108084-1215789499 -o /tmp/evaluation-result-1108084-1215789499/solver-1108084-1215789499 -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-1108084-1215789499.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c096ffa3df6241d5684b321eb04ac13a
RANDOM SEED=1256906791

node69.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.233
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.233
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:       1711208 kB
Buffers:         37212 kB
Cached:         232316 kB
SwapCached:       7572 kB
Active:         122188 kB
Inactive:       159472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711208 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          17996 kB
Slab:            48320 kB
Committed_AS:   112892 kB
PageTables:       1936 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= 66436 MiB
End job on node69 at 2008-07-11 18:18:26