Trace number 1108140

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.09 3632.95

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-9_ext.xml
MD5SUM6a34a6c5f9ebcf76455efac07f5a086b
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 benchmark1590.63
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul 11 17:28:55 2008
0.00/0.05	c 0	PID 13115
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108140-1215790135.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-1108140-1215790135.xml' 'HOME/temp.csp'
0.04/0.44	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.04/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	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.42/0.55	c 1	Parsing HOME/temp.csp
0.42/0.82	c 1	parsed 1385 expressions
0.42/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.85	c 1	MAX CSP: 1261 constraints
0.42/0.85	c 1	Converting to clausal form CSP
0.42/0.89	c 1	converted 265 (10%) expressions
0.42/0.93	c 1	converted 530 (20%) expressions
0.42/0.97	c 1	converted 795 (30%) expressions
0.42/1.00	c 1	converted 1060 (40%) expressions
0.93/1.10	c 1	converted 1325 (50%) expressions
1.03/1.17	c 1	converted 1590 (60%) expressions
1.12/1.21	c 1	converted 1855 (70%) expressions
1.12/1.23	c 1	converted 2120 (80%) expressions
1.12/1.26	c 1	converted 2385 (90%) expressions
1.32/1.49	c 2	converted 2649 (100%) expressions
1.32/1.49	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.32/1.49	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 2	Propagation in CSP
1.41/1.56	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.56	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.41/1.56	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.57	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.41/1.57	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.67	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.51/1.68	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.51/1.68	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.51/1.68	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.51/1.68	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.51/1.69	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.51/1.69	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.51/1.69	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.61/1.71	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.61/1.72	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.71/1.83	c 2	379 (10%) CSP clauses are encoded (29054 clauses, 452121 bytes)
1.81/1.92	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573614 bytes)
1.91/2.01	c 2	1135 (30%) CSP clauses are encoded (38900 clauses, 699551 bytes)
1.91/2.07	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911058 bytes)
2.11/2.25	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657270 bytes)
2.21/2.31	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159091 bytes)
2.70/2.81	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466133 bytes)
2.70/2.87	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134639 bytes)
4.39/4.55	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072180 bytes)
5.85/6.00	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084385 bytes)
5.85/6.00	c 6	3782 CSP clauses encoded
5.85/6.00	c 6	Writing map file : HOME/temp.map
5.85/6.03	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.03	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084385 bytes
5.85/6.03	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.07	c 6	OBJECTIVE minimize _COST
5.85/6.07	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.85/6.07	c 6	SEARCHING: _COST <= 631
5.85/6.07	c 6	SOLVING HOME/temp.cnf
5.85/6.07	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.85/6.07	c 6	This is MiniSat 2.0 beta
5.85/6.07	c 6	WARNING: for repeatability, setting FPU to use double precision
5.85/6.07	c 6	============================[ Problem Statistics ]=============================
5.85/6.07	c 6	|                                                                             |
5.85/6.07	c 6	|  Number of variables:  27692                                                |
5.85/6.07	c 6	|  Number of clauses:    2074094                                              |
6.90/7.18	c 7	|  Parsing time:         0.96         s                                       |
8.19/8.42	c 9	============================[ Search Statistics ]==============================
8.19/8.42	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.19/8.42	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.19/8.42	c 9	===============================================================================
8.19/8.42	c 9	|         0 |   20762  1326689  3950963 |   442229        0    nan |  0.000 % |
8.29/8.56	c 9	|       100 |   20762  1326689  3950963 |   486452      100     25 | 25.025 % |
8.39/8.66	c 9	===============================================================================
8.39/8.66	c 9	restarts              : 2
8.39/8.66	c 9	conflicts             : 108            (44 /sec)
8.39/8.66	c 9	decisions             : 1355           (0.52 % random) (557 /sec)
8.39/8.66	c 9	propagations          : 71740          (29515 /sec)
8.39/8.66	c 9	conflict literals     : 2519           (19.70 % deleted)
8.39/8.66	c 9	Memory used           : 84.64 MB
8.39/8.66	c 9	CPU time              : 2.43063 s
8.39/8.66	c 9	
8.39/8.68	c 9	SATISFIABLE
8.39/8.69	c 9	FOUND: _COST <= 631
8.39/8.69	s SATISFIABLE
8.39/8.69	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.39/8.69	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.49/8.78	c 9	Decoding HOME/temp.out
8.66/8.94	c 9	OBJECTIVE _COST 299
8.66/8.94	o 299
8.66/8.95	v 0 0 0 22 27 1 23 27 2 26 27 5 27 25 6 20 27 6 26 25 5 27 26 6 25 27 4 27 27 6 24 25 5 27 25 6 27 27 6 21 26 0 27 27 6 26 27 5 19 26 5 27 27 6 27 25 6 19 25 5 27 27 6 27 27 6 27 26 6 5 26 5 12 27 5 27 26 6 27 26 6 13 26 6 14 2 4 13 12 12 13 12 11 12 13 12 12 14 1 13 12 12 12 13 12 12 14 13 12 12 14 14
8.66/8.95	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.66/8.97	c 9	OBJECTIVE BOUND: 0 <= _COST <= 299
8.66/8.97	c 9	SEARCHING: _COST <= 149
8.66/8.97	c 9	SOLVING HOME/temp.cnf
8.66/8.97	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.66/8.97	c 9	This is MiniSat 2.0 beta
8.66/8.97	c 9	WARNING: for repeatability, setting FPU to use double precision
8.66/8.97	c 9	============================[ Problem Statistics ]=============================
8.66/8.97	c 9	|                                                                             |
8.66/8.97	c 9	|  Number of variables:  27692                                                |
8.66/8.97	c 9	|  Number of clauses:    2074094                                              |
9.84/10.14	c 10	|  Parsing time:         1.00         s                                       |
11.73/12.01	c 12	============================[ Search Statistics ]==============================
11.73/12.01	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.73/12.01	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.73/12.01	c 12	===============================================================================
11.73/12.01	c 12	|         0 |   14418   473511  1409979 |   157837        0    nan |  0.000 % |
11.83/12.12	c 12	|       101 |   14418   473511  1409979 |   173620      101     20 | 47.934 % |
11.83/12.17	c 12	===============================================================================
11.83/12.17	c 12	restarts              : 2
11.83/12.17	c 12	conflicts             : 130            (43 /sec)
11.83/12.17	c 12	decisions             : 1181           (1.02 % random) (393 /sec)
11.83/12.17	c 12	propagations          : 74956          (24964 /sec)
11.83/12.17	c 12	conflict literals     : 2406           (18.41 % deleted)
11.83/12.17	c 12	Memory used           : 85.57 MB
11.83/12.17	c 12	CPU time              : 3.00254 s
11.83/12.17	c 12	
11.83/12.19	c 12	SATISFIABLE
11.93/12.20	c 12	FOUND: _COST <= 149
11.93/12.20	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.93/12.20	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.93/12.28	c 12	Decoding HOME/temp.out
11.95/12.45	c 13	OBJECTIVE _COST 149
11.95/12.45	o 149
11.95/12.45	v 0 0 0 5 27 5 27 27 6 7 26 0 27 26 6 20 25 6 25 25 5 27 26 6 24 27 5 27 27 6 13 25 6 27 25 6 6 27 6 12 27 5 27 26 6 19 26 5 27 26 6 12 27 5 27 25 6 26 25 5 27 27 6 26 27 5 27 26 6 14 25 0 27 27 6 27 25 6 27 26 6 21 26 0 14 13 12 14 1 14 14 12 13 12 12 12 12 13 12 13 12 13 12 13 12 13 12 14 1 14 14 14
11.95/12.46	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.95/12.47	c 13	OBJECTIVE BOUND: 0 <= _COST <= 149
11.95/12.47	c 13	SEARCHING: _COST <= 74
11.95/12.47	c 13	SOLVING HOME/temp.cnf
11.95/12.47	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.95/12.47	c 13	This is MiniSat 2.0 beta
11.95/12.47	c 13	WARNING: for repeatability, setting FPU to use double precision
11.95/12.47	c 13	============================[ Problem Statistics ]=============================
11.95/12.47	c 13	|                                                                             |
11.95/12.47	c 13	|  Number of variables:  27692                                                |
11.95/12.47	c 13	|  Number of clauses:    2074094                                              |
13.30/13.62	c 14	|  Parsing time:         1.00         s                                       |
15.19/15.57	c 16	============================[ Search Statistics ]==============================
15.19/15.57	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.19/15.57	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.19/15.57	c 16	===============================================================================
15.19/15.57	c 16	|         0 |   12695   264550   788190 |    88183        0    nan |  0.000 % |
15.29/15.68	c 16	|       102 |   12695   264550   788190 |    97001      102     21 | 54.156 % |
15.38/15.76	c 16	===============================================================================
15.38/15.76	c 16	restarts              : 2
15.38/15.76	c 16	conflicts             : 226            (73 /sec)
15.38/15.76	c 16	decisions             : 776            (0.90 % random) (250 /sec)
15.38/15.76	c 16	propagations          : 190488         (61299 /sec)
15.38/15.76	c 16	conflict literals     : 4433           (17.12 % deleted)
15.38/15.76	c 16	Memory used           : 85.32 MB
15.38/15.76	c 16	CPU time              : 3.10753 s
15.38/15.76	c 16	
15.38/15.77	c 16	SATISFIABLE
15.38/15.79	c 16	FOUND: _COST <= 74
15.38/15.79	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.38/15.79	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.48/15.87	c 16	Decoding HOME/temp.out
15.48/16.03	c 16	OBJECTIVE _COST 74
15.48/16.03	o 74
15.48/16.03	v 0 0 0 6 27 6 12 27 5 5 26 5 26 25 6 25 25 6 7 25 0 20 26 6 21 27 0 13 27 6 22 25 1 14 25 0 24 27 6 17 26 6 27 26 6 23 26 6 27 26 6 19 27 5 27 25 6 23 25 6 27 27 6 23 27 6 27 26 6 26 25 5 27 27 6 27 25 6 27 26 6 18 26 5 14 1 13 13 12 14 14 1 14 1 14 3 1 14 12 12 14 13 12 14 12 14 14 13 12 14 14 13
15.48/16.04	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.48/16.05	c 16	OBJECTIVE BOUND: 0 <= _COST <= 74
15.48/16.05	c 16	SEARCHING: _COST <= 37
15.48/16.05	c 16	SOLVING HOME/temp.cnf
15.48/16.05	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.48/16.05	c 16	This is MiniSat 2.0 beta
15.48/16.06	c 16	WARNING: for repeatability, setting FPU to use double precision
15.48/16.06	c 16	============================[ Problem Statistics ]=============================
15.48/16.06	c 16	|                                                                             |
15.48/16.06	c 16	|  Number of variables:  27692                                                |
15.48/16.06	c 16	|  Number of clauses:    2074094                                              |
16.77/17.20	c 17	|  Parsing time:         0.97         s                                       |
18.64/19.08	c 19	============================[ Search Statistics ]==============================
18.64/19.08	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.64/19.08	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.64/19.08	c 19	===============================================================================
18.64/19.08	c 19	|         0 |   11251   152425   456110 |    50808        0    nan |  0.000 % |
18.74/19.18	c 19	|       101 |   11251   152425   456110 |    55889      101     20 | 59.371 % |
18.74/19.20	c 19	===============================================================================
18.74/19.20	c 19	restarts              : 2
18.74/19.20	c 19	conflicts             : 161            (55 /sec)
18.74/19.20	c 19	decisions             : 577            (0.87 % random) (195 /sec)
18.74/19.20	c 19	propagations          : 63335          (21451 /sec)
18.74/19.20	c 19	conflict literals     : 2896           (15.02 % deleted)
18.74/19.20	c 19	Memory used           : 84.84 MB
18.74/19.20	c 19	CPU time              : 2.95255 s
18.74/19.20	c 19	
18.84/19.21	c 19	SATISFIABLE
18.84/19.22	c 19	FOUND: _COST <= 37
18.84/19.22	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.84/19.22	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.87/19.31	c 19	Decoding HOME/temp.out
18.87/19.46	c 20	OBJECTIVE _COST 37
18.87/19.46	o 37
18.87/19.47	v 0 0 0 15 27 1 23 27 2 10 26 3 25 25 4 24 25 3 2 25 2 22 26 1 9 27 2 3 27 3 16 25 2 17 25 3 18 27 4 12 26 5 27 26 6 21 26 0 27 26 6 7 27 0 27 25 6 5 25 5 27 27 6 26 27 5 27 26 6 19 25 5 27 27 6 27 25 6 27 26 6 14 26 0 14 2 4 6 8 9 7 5 4 6 7 6 8 10 12 14 1 14 1 13 12 13 12 13 12 12 14 14
18.87/19.47	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.87/19.49	c 20	OBJECTIVE BOUND: 0 <= _COST <= 37
18.87/19.49	c 20	SEARCHING: _COST <= 18
18.87/19.49	c 20	SOLVING HOME/temp.cnf
18.87/19.49	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.87/19.49	c 20	This is MiniSat 2.0 beta
18.87/19.49	c 20	WARNING: for repeatability, setting FPU to use double precision
18.87/19.49	c 20	============================[ Problem Statistics ]=============================
18.87/19.49	c 20	|                                                                             |
18.87/19.50	c 20	|  Number of variables:  27692                                                |
18.87/19.50	c 20	|  Number of clauses:    2074094                                              |
20.20/20.67	c 21	|  Parsing time:         1.02         s                                       |
22.08/22.55	c 23	============================[ Search Statistics ]==============================
22.08/22.55	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.08/22.55	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.08/22.55	c 23	===============================================================================
22.08/22.55	c 23	|         0 |    9851    90694   275098 |    30231        0    nan |  0.000 % |
22.18/22.64	c 23	|       101 |    9851    90694   275098 |    33254      101     23 | 64.427 % |
22.18/22.66	c 23	|       252 |    9851    90694   275098 |    36579      252     23 | 64.427 % |
22.18/22.68	c 23	|       477 |    9851    90694   275098 |    40237      477     22 | 64.427 % |
22.28/22.71	c 23	===============================================================================
22.28/22.71	c 23	restarts              : 4
22.28/22.71	c 23	conflicts             : 634            (209 /sec)
22.28/22.71	c 23	decisions             : 1564           (0.90 % random) (516 /sec)
22.28/22.71	c 23	propagations          : 154464         (50919 /sec)
22.28/22.71	c 23	conflict literals     : 13594          (10.32 % deleted)
22.28/22.71	c 23	Memory used           : 85.38 MB
22.28/22.71	c 23	CPU time              : 3.03354 s
22.28/22.71	c 23	
22.28/22.72	c 23	SATISFIABLE
22.28/22.73	c 23	FOUND: _COST <= 18
22.28/22.73	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.28/22.73	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.33/22.82	c 23	Decoding HOME/temp.out
22.34/22.97	c 23	OBJECTIVE _COST 18
22.34/22.97	o 18
22.34/22.98	v 0 0 0 6 27 6 5 27 5 20 26 6 24 25 5 13 25 6 24 25 6 12 26 5 11 27 6 5 27 5 27 25 6 19 25 5 25 27 4 26 26 5 18 26 6 21 26 0 22 26 1 9 27 2 17 25 3 16 25 2 8 27 1 14 27 0 27 26 6 21 25 0 24 27 6 7 25 0 15 26 1 23 26 2 14 1 13 12 13 14 14 13 12 13 12 13 11 10 12 14 2 4 6 7 5 3 1 14 1 14 2 4
22.34/22.98	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.57/23.01	c 23	OBJECTIVE BOUND: 0 <= _COST <= 18
22.57/23.01	c 23	SEARCHING: _COST <= 9
22.57/23.01	c 23	SOLVING HOME/temp.cnf
22.57/23.01	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.57/23.01	c 23	This is MiniSat 2.0 beta
22.57/23.01	c 23	WARNING: for repeatability, setting FPU to use double precision
22.57/23.01	c 23	============================[ Problem Statistics ]=============================
22.57/23.01	c 23	|                                                                             |
22.57/23.01	c 23	|  Number of variables:  27692                                                |
22.57/23.01	c 23	|  Number of clauses:    2074094                                              |
23.65/24.17	c 24	|  Parsing time:         1.00         s                                       |
25.53/26.04	c 26	============================[ Search Statistics ]==============================
25.53/26.04	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.53/26.04	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.53/26.04	c 26	===============================================================================
25.53/26.04	c 26	|         0 |    8563    59353   184930 |    19784        0    nan |  0.000 % |
25.63/26.13	c 26	|       101 |    8563    59353   184930 |    21762      101     22 | 69.078 % |
25.63/26.15	c 26	|       252 |    8563    59353   184930 |    23939      252     20 | 69.078 % |
25.63/26.16	c 26	===============================================================================
25.63/26.16	c 26	restarts              : 3
25.63/26.16	c 26	conflicts             : 351            (118 /sec)
25.63/26.16	c 26	decisions             : 997            (1.20 % random) (335 /sec)
25.63/26.16	c 26	propagations          : 80308          (26980 /sec)
25.63/26.16	c 26	conflict literals     : 7357           (8.01 % deleted)
25.63/26.16	c 26	Memory used           : 85.14 MB
25.63/26.16	c 26	CPU time              : 2.97655 s
25.63/26.16	c 26	
25.63/26.18	c 26	SATISFIABLE
25.63/26.19	c 26	FOUND: _COST <= 9
25.63/26.19	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.63/26.19	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.74/26.27	c 26	Decoding HOME/temp.out
25.93/26.44	c 27	OBJECTIVE _COST 9
25.93/26.44	o 9
25.93/26.44	v 0 0 6 27 27 6 24 27 5 26 26 6 5 25 5 18 25 4 3 25 3 23 26 2 8 27 1 9 27 2 10 25 3 25 25 4 16 27 5 11 26 4 19 26 5 20 26 6 14 26 0 6 27 6 26 25 5 13 25 6 21 27 0 22 27 1 7 26 0 15 25 1 2 27 2 17 25 3 4 26 4 12 26 5 14 14 14 12 13 11 9 7 5 4 6 8 10 11 10 12 14 1 13 12 14 2 3 2 4 6 8 10
25.93/26.44	c 27	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.93/26.46	c 27	OBJECTIVE BOUND: 0 <= _COST <= 9
25.93/26.46	c 27	SEARCHING: _COST <= 4
25.93/26.46	c 27	SOLVING HOME/temp.cnf
25.93/26.46	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.93/26.47	c 27	This is MiniSat 2.0 beta
25.93/26.47	c 27	WARNING: for repeatability, setting FPU to use double precision
25.93/26.47	c 27	============================[ Problem Statistics ]=============================
25.93/26.47	c 27	|                                                                             |
25.93/26.47	c 27	|  Number of variables:  27692                                                |
25.93/26.47	c 27	|  Number of clauses:    2074094                                              |
27.10/27.63	c 28	|  Parsing time:         1.01         s                                       |
28.89/29.45	c 30	============================[ Search Statistics ]==============================
28.89/29.45	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.89/29.45	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.89/29.45	c 30	===============================================================================
28.89/29.45	c 30	|         0 |    7036    39215   129092 |    13071        0    nan |  0.000 % |
28.98/29.54	c 30	|       101 |    7036    39215   129092 |    14378      101     22 | 74.592 % |
28.98/29.56	c 30	|       251 |    7036    39215   129092 |    15816      251     19 | 74.592 % |
28.98/29.57	c 30	|       476 |    7036    39215   129092 |    17398      476     21 | 74.592 % |
29.08/29.60	c 30	|       813 |    7036    39215   129092 |    19138      813     22 | 74.592 % |
29.08/29.64	c 30	|      1320 |    7036    39215   129092 |    21052     1320     26 | 74.592 % |
29.08/29.66	c 30	===============================================================================
29.08/29.66	c 30	restarts              : 6
29.08/29.66	c 30	conflicts             : 1524           (505 /sec)
29.08/29.66	c 30	decisions             : 3326           (0.42 % random) (1103 /sec)
29.08/29.66	c 30	propagations          : 181790         (60264 /sec)
29.08/29.66	c 30	conflict literals     : 39996          (7.42 % deleted)
29.08/29.66	c 30	Memory used           : 85.23 MB
29.08/29.66	c 30	CPU time              : 3.01654 s
29.08/29.66	c 30	
29.08/29.67	c 30	SATISFIABLE
29.08/29.69	c 30	FOUND: _COST <= 4
29.08/29.69	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.08/29.69	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.18/29.77	c 30	Decoding HOME/temp.out
29.18/29.93	c 30	OBJECTIVE _COST 4
29.18/29.93	o 4
29.18/29.94	v 0 0 0 15 27 1 2 27 2 8 26 1 9 25 2 3 25 3 11 25 4 12 26 5 13 27 6 26 27 5 18 25 4 19 25 5 25 27 4 17 26 3 16 26 2 22 26 1 7 26 0 20 27 6 21 25 0 24 25 6 5 27 5 27 27 6 14 26 0 6 25 6 25 27 5 4 25 4 10 26 3 23 26 2 14 2 4 5 4 6 8 10 12 13 11 10 11 9 7 5 3 1 14 1 13 12 14 1 13 11 9 7
29.18/29.94	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
29.18/29.96	c 30	OBJECTIVE BOUND: 0 <= _COST <= 4
29.18/29.96	c 30	SEARCHING: _COST <= 2
29.18/29.96	c 30	SOLVING HOME/temp.cnf
29.18/29.96	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.18/29.96	c 30	This is MiniSat 2.0 beta
29.18/29.96	c 30	WARNING: for repeatability, setting FPU to use double precision
29.18/29.96	c 30	============================[ Problem Statistics ]=============================
29.18/29.96	c 30	|                                                                             |
29.18/29.96	c 30	|  Number of variables:  27692                                                |
29.18/29.96	c 30	|  Number of clauses:    2074094                                              |
30.55/31.14	c 31	|  Parsing time:         1.02         s                                       |
32.33/32.97	c 33	============================[ Search Statistics ]==============================
32.33/32.97	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.33/32.97	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.33/32.97	c 33	===============================================================================
32.33/32.97	c 33	|         0 |    5773    29383   103383 |     9794        0    nan |  0.000 % |
32.43/33.06	c 33	|       100 |    5773    29383   103383 |    10773      100     22 | 79.153 % |
32.43/33.08	c 33	|       251 |    5773    29383   103383 |    11851      251     20 | 79.153 % |
32.53/33.10	c 33	|       476 |    5773    29383   103383 |    13036      476     24 | 79.153 % |
32.53/33.13	c 33	|       814 |    5773    29383   103383 |    14339      814     25 | 79.153 % |
32.53/33.17	c 33	|      1320 |    5773    29383   103383 |    15773     1320     27 | 79.153 % |
32.63/33.23	c 33	|      2079 |    5773    29383   103383 |    17351     2079     29 | 79.153 % |
32.72/33.32	c 33	|      3218 |    5773    29383   103383 |    19086     3218     32 | 79.153 % |
32.92/33.52	c 34	|      4926 |    5773    29383   103383 |    20995     4926     43 | 79.153 % |
33.22/33.80	c 34	|      7488 |    5773    29383   103383 |    23094     7488     42 | 79.153 % |
33.72/34.32	c 34	|     11332 |    5773    29383   103383 |    25403    11332     51 | 79.153 % |
34.71/35.38	c 36	|     17098 |    5773    29383   103383 |    27944    17098     58 | 79.153 % |
36.59/37.29	c 37	|     25747 |    5773    29383   103383 |    30738    25747     73 | 79.153 % |
40.06/40.72	c 41	|     38721 |    5773    29383   103383 |    33812    38721     86 | 79.153 % |
46.69/47.42	c 48	|     58182 |    5773    29383   103383 |    37193    58182     84 | 79.153 % |
53.53/54.37	c 55	|     87375 |    5773    29383   103383 |    40913    37685     79 | 79.153 % |
57.09/57.99	c 58	===============================================================================
57.09/57.99	c 58	restarts              : 16
57.09/57.99	c 58	conflicts             : 98452          (3565 /sec)
57.09/57.99	c 58	decisions             : 150912         (0.41 % random) (5464 /sec)
57.09/57.99	c 58	propagations          : 7385905        (267442 /sec)
57.09/57.99	c 58	conflict literals     : 7811664        (7.71 % deleted)
57.09/57.99	c 58	Memory used           : 85.70 MB
57.09/57.99	c 58	CPU time              : 27.6168 s
57.09/57.99	c 58	
57.19/58.01	c 58	SATISFIABLE
57.19/58.02	c 58	FOUND: _COST <= 2
57.19/58.02	c 58	DECODING HOME/temp.out WITH HOME/temp.map
57.19/58.02	c 58	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
57.23/58.11	c 58	Decoding HOME/temp.out
57.38/58.27	c 58	OBJECTIVE _COST 2
57.38/58.27	o 2
57.38/58.28	v 0 0 0 20 27 6 19 27 5 11 26 4 24 25 3 25 25 4 5 25 5 6 26 6 26 27 5 4 27 4 17 25 3 9 25 2 8 27 1 7 26 0 15 26 1 23 26 2 24 26 3 18 27 4 12 25 5 27 25 6 21 27 0 13 27 6 14 26 0 22 25 1 2 27 2 3 25 3 16 26 2 10 26 3 14 1 13 11 9 8 10 12 13 11 9 7 5 3 2 4 6 8 10 12 14 1 14 2 4 6 7 6
57.38/58.28	c 58	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
57.38/58.29	c 58	OBJECTIVE BOUND: 0 <= _COST <= 2
57.38/58.29	c 58	SEARCHING: _COST <= 1
57.38/58.29	c 58	SOLVING HOME/temp.cnf
57.38/58.29	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.38/58.29	c 58	This is MiniSat 2.0 beta
57.38/58.29	c 58	WARNING: for repeatability, setting FPU to use double precision
57.38/58.29	c 58	============================[ Problem Statistics ]=============================
57.38/58.29	c 58	|                                                                             |
57.38/58.30	c 58	|  Number of variables:  27692                                                |
57.38/58.30	c 58	|  Number of clauses:    2074094                                              |
58.59/59.47	c 60	|  Parsing time:         1.03         s                                       |
60.46/61.31	c 61	============================[ Search Statistics ]==============================
60.46/61.31	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
60.46/61.31	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
60.46/61.31	c 61	===============================================================================
60.46/61.31	c 61	|         0 |    4512    22573    86735 |     7524        0    nan |  0.000 % |
60.46/61.40	c 62	|       100 |    4512    22573    86735 |     8276      100     22 | 83.707 % |
60.56/61.41	c 62	|       251 |    4512    22573    86735 |     9104      251     20 | 83.706 % |
60.56/61.43	c 62	|       476 |    4512    22573    86735 |    10014      476     24 | 83.707 % |
60.56/61.46	c 62	|       813 |    4512    22573    86735 |    11016      813     27 | 83.706 % |
60.66/61.52	c 62	|      1319 |    4512    22573    86735 |    12118     1319     35 | 83.706 % |
60.76/61.60	c 62	|      2079 |    4512    22573    86735 |    13329     2079     44 | 83.706 % |
60.86/61.71	c 62	|      3218 |    4512    22573    86735 |    14662     3218     46 | 83.706 % |
61.05/61.93	c 62	|      4926 |    4512    22573    86735 |    16129     4926     51 | 83.707 % |
61.35/62.28	c 62	|      7489 |    4512    22573    86735 |    17741     7489     57 | 83.707 % |
61.95/62.89	c 63	|     11334 |    4512    22573    86735 |    19516    11334     59 | 83.707 % |
62.94/63.86	c 64	|     17100 |    4512    22573    86735 |    21467    17100     56 | 83.707 % |
64.82/65.77	c 66	|     25749 |    4512    22573    86735 |    23614    25749     64 | 83.707 % |
68.58/69.57	c 70	|     38725 |    4512    22573    86735 |    25976    38725     69 | 83.707 % |
75.31/76.31	c 76	|     58186 |    4512    22573    86735 |    28573    20349     64 | 83.706 % |
83.24/84.30	c 84	|     87379 |    4512    22573    86735 |    31431    49542     60 | 83.707 % |
98.29/99.53	c 100	|    131169 |    4512    22573    86735 |    34574    49551     92 | 83.707 % |
121.27/122.74	c 123	|    196855 |    4512    22573    86735 |    38031    23387     56 | 83.706 % |
154.14/155.92	c 156	|    295382 |    4512    22573    86735 |    41834    22357     77 | 83.707 % |
214.28/216.65	c 217	|    443171 |    4512    22573    86735 |    46018    63265    102 | 83.706 % |
333.25/336.79	c 337	|    664854 |    4512    22573    86735 |    50619    65571     88 | 83.707 % |
492.84/497.88	c 498	|    997379 |    4512    22573    86735 |    55681    38662     83 | 83.707 % |
727.92/735.12	c 735	|   1496167 |    4512    22573    86735 |    61250    81973    107 | 83.706 % |
1085.43/1096.04	c 1096	|   2244349 |    4512    22573    86735 |    67375    46645     99 | 83.707 % |
1658.22/1674.25	c 1674	|   3366623 |    4512    22573    86735 |    74112    91584    105 | 83.706 % |
2696.57/2722.43	c 2723	|   5050035 |    4512    22573    86735 |    81523    63793     66 | 83.707 % |
3600.09/3632.91	c ERROR INTERRUPTED
3600.09/3632.93	c 3633	CPU 55.43 (0.05 0.04 55.38 2.03)
3600.09/3632.93	c 3633	END Fri Jul 11 18:29:28 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-1108140-1215790135/watcher-1108140-1215790135 -o /tmp/evaluation-result-1108140-1215790135/solver-1108140-1215790135 -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-1108140-1215790135.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.34 2.59 2.61 4/74 13115
/proc/meminfo: memFree=1716696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=12268 CPUtime=0
/proc/13115/stat : 13115 (sugar) R 13113 13115 12399 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35715950 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 245500820063 0 0 4224 0 0 0 0 17 1 0 0
/proc/13115/statm: 3067 316 241 3 0 167 0

[startup+0.0578961 s]
/proc/loadavg: 2.34 2.59 2.61 4/74 13115
/proc/meminfo: memFree=1716696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13600 CPUtime=0.04
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35715950 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102473 s]
/proc/loadavg: 2.34 2.59 2.61 4/74 13115
/proc/meminfo: memFree=1716696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13600 CPUtime=0.04
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35715950 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301913 s]
/proc/loadavg: 2.34 2.59 2.61 4/74 13115
/proc/meminfo: memFree=1716696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13600 CPUtime=0.04
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35715950 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701954 s]
/proc/loadavg: 2.34 2.59 2.61 4/74 13115
/proc/meminfo: memFree=1716696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13600 CPUtime=0.42
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 974 4723 0 1 3 1 34 4 16 0 1 0 35715950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 2.34 2.59 2.61 3/85 13137
/proc/meminfo: memFree=1705920/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13600 CPUtime=0.42
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 974 4723 0 1 3 1 34 4 15 0 1 0 35715950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3400 797 370 3 0 500 0
[pid=13128] ppid=13115 vsize=5356 CPUtime=0
/proc/13128/stat : 13128 (sh) S 13115 13115 12399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35715998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13128/statm: 1339 233 193 169 0 50 0
[pid=13129] ppid=13128 vsize=868256 CPUtime=0.99
/proc/13129/stat : 13129 (java) S 13128 13115 12399 0 -1 0 8404 0 1 0 95 4 0 0 18 0 9 0 35715999 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13129/statm: 217064 7629 2539 9 0 211639 0
[pid=13129/tid=13130] ppid=13128 vsize=868256 CPUtime=0.54
/proc/13129/task/13130/stat : 13130 (java) R 13128 13115 12399 0 -1 64 2656 0 1 0 53 1 0 0 22 0 9 0 35715999 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4125958360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13131] ppid=13128 vsize=868256 CPUtime=0.21
/proc/13129/task/13131/stat : 13131 (java) S 13128 13115 12399 0 -1 64 3579 0 0 0 20 1 0 0 16 0 9 0 35716001 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13132] ppid=13128 vsize=868256 CPUtime=0
/proc/13129/task/13132/stat : 13132 (java) S 13128 13115 12399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35716001 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13133] ppid=13128 vsize=868256 CPUtime=0
/proc/13129/task/13133/stat : 13133 (java) S 13128 13115 12399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35716001 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13134] ppid=13128 vsize=868256 CPUtime=0
/proc/13129/task/13134/stat : 13134 (java) S 13128 13115 12399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35716003 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13135] ppid=13128 vsize=868256 CPUtime=0.21
/proc/13129/task/13135/stat : 13135 (java) S 13128 13115 12399 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 35716003 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13136] ppid=13128 vsize=868256 CPUtime=0
/proc/13129/task/13136/stat : 13136 (java) S 13128 13115 12399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35716003 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13137] ppid=13128 vsize=868256 CPUtime=0
/proc/13129/task/13137/stat : 13137 (java) S 13128 13115 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35716003 889094144 7629 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887212

[startup+3.1022 s]
/proc/loadavg: 2.34 2.59 2.61 3/85 13137
/proc/meminfo: memFree=1692160/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13600 CPUtime=0.42
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 974 4723 0 1 3 1 34 4 15 0 1 0 35715950 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3400 797 370 3 0 500 0
[pid=13128] ppid=13115 vsize=5356 CPUtime=0
/proc/13128/stat : 13128 (sh) S 13115 13115 12399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35715998 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13128/statm: 1339 233 193 169 0 50 0
[pid=13129] ppid=13128 vsize=868484 CPUtime=2.58
/proc/13129/stat : 13129 (java) S 13128 13115 12399 0 -1 0 8884 0 1 0 245 13 0 0 18 0 9 0 35715999 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13129/statm: 217121 7789 2565 9 0 211668 0
[pid=13129/tid=13130] ppid=13128 vsize=868484 CPUtime=1.87
/proc/13129/task/13130/stat : 13130 (java) R 13128 13115 12399 0 -1 64 3025 0 1 0 179 8 0 0 25 0 9 0 35715999 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4127018752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13131] ppid=13128 vsize=868484 CPUtime=0.39
/proc/13129/task/13131/stat : 13131 (java) S 13128 13115 12399 0 -1 64 3643 0 0 0 36 3 0 0 16 0 9 0 35716001 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13132] ppid=13128 vsize=868484 CPUtime=0
/proc/13129/task/13132/stat : 13132 (java) S 13128 13115 12399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35716001 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13133] ppid=13128 vsize=868484 CPUtime=0
/proc/13129/task/13133/stat : 13133 (java) S 13128 13115 12399 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35716001 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13134] ppid=13128 vsize=868484 CPUtime=0
/proc/13129/task/13134/stat : 13134 (java) S 13128 13115 12399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35716003 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13135] ppid=13128 vsize=868484 CPUtime=0.29
/proc/13129/task/13135/stat : 13135 (java) S 13128 13115 12399 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 35716003 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13136] ppid=13128 vsize=868484 CPUtime=0
/proc/13129/task/13136/stat : 13136 (java) S 13128 13115 12399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35716003 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13129/tid=13137] ppid=13128 vsize=868484 CPUtime=0
/proc/13129/task/13137/stat : 13137 (java) S 13128 13115 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35716003 889327616 7789 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887440

[startup+6.30153 s]
/proc/loadavg: 2.31 2.58 2.60 3/85 13137
/proc/meminfo: memFree=1656128/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=5.89
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 1092 14712 0 2 3 1 540 45 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 13732

[startup+12.7022 s]
/proc/loadavg: 2.29 2.57 2.60 3/77 13151
/proc/meminfo: memFree=1585664/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=12.2
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 1326 65855 0 4 4 2 1129 85 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 13732

[startup+25.5015 s]
/proc/loadavg: 2.22 2.54 2.59 3/77 13199
/proc/meminfo: memFree=1586368/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=22.58
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 1668 142592 0 7 4 3 2108 143 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13198] ppid=13115 vsize=5356 CPUtime=0
/proc/13198/stat : 13198 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35718251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13198/statm: 1339 232 193 169 0 50 0
[pid=13199] ppid=13198 vsize=87180 CPUtime=2.45
/proc/13199/stat : 13199 (minisat) R 13198 13115 12399 0 -1 4194304 21322 0 0 0 231 14 0 0 25 0 1 0 35718252 89272320 21308 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 1 0 0
/proc/13199/statm: 21795 21308 72 150 0 21642 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 106268

[startup+51.1011 s]
/proc/loadavg: 2.15 2.50 2.57 3/77 13223
/proc/meminfo: memFree=1586112/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=29.43
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 1896 193761 0 9 4 3 2754 182 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13222] ppid=13115 vsize=5356 CPUtime=0
/proc/13222/stat : 13222 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35718946 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13222/statm: 1339 232 193 169 0 50 0
[pid=13223] ppid=13222 vsize=87584 CPUtime=20.93
/proc/13223/stat : 13223 (minisat) R 13222 13115 12399 0 -1 4194304 21418 0 0 0 2078 15 0 0 25 0 1 0 35718947 89686016 21404 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/13223/statm: 21896 21404 75 150 0 21743 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 106672

[startup+102.306 s]
/proc/loadavg: 2.06 2.42 2.54 3/77 13235
/proc/meminfo: memFree=1585920/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=87468 CPUtime=43.57
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 21421 0 0 0 4344 13 0 0 25 0 1 0 35721780 89567232 21407 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 21867 21407 75 150 0 21714 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 106556

[startup+162.301 s]
/proc/loadavg: 2.02 2.34 2.50 3/77 13235
/proc/meminfo: memFree=1585920/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=87588 CPUtime=102.98
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 21429 0 0 0 10285 13 0 0 25 0 1 0 35721780 89690112 21415 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 21897 21415 75 150 0 21744 0
Current children cumulated CPU time (s) 160.48
Current children cumulated vsize (KiB) 106676

[startup+222.302 s]
/proc/loadavg: 2.01 2.27 2.47 3/77 13235
/proc/meminfo: memFree=1585792/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5

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

/proc/meminfo: memFree=1613200/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=111220 CPUtime=3076.34
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 27436 0 0 0 307609 25 0 0 25 0 1 0 35721780 113889280 27329 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 27805 27329 75 150 0 27652 0
Current children cumulated CPU time (s) 3133.84
Current children cumulated vsize (KiB) 130308

[startup+3222.3 s]
/proc/loadavg: 2.60 2.30 2.11 3/83 13378
/proc/meminfo: memFree=1613200/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=111220 CPUtime=3135.78
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 27436 0 0 0 313553 25 0 0 25 0 1 0 35721780 113889280 27329 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 27805 27329 75 150 0 27652 0
Current children cumulated CPU time (s) 3193.28
Current children cumulated vsize (KiB) 130308

[startup+3282.3 s]
/proc/loadavg: 2.67 2.37 2.15 4/83 13378
/proc/meminfo: memFree=1613200/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=111220 CPUtime=3195.22
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 27436 0 0 0 319497 25 0 0 25 0 1 0 35721780 113889280 27329 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 27805 27329 75 150 0 27652 0
Current children cumulated CPU time (s) 3252.72
Current children cumulated vsize (KiB) 130308

[startup+3342.3 s]
/proc/loadavg: 2.60 2.41 2.17 3/83 13378
/proc/meminfo: memFree=1613200/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=111220 CPUtime=3254.66
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 27436 0 0 0 325441 25 0 0 25 0 1 0 35721780 113889280 27329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 27805 27329 75 150 0 27652 0
Current children cumulated CPU time (s) 3312.16
Current children cumulated vsize (KiB) 130308

[startup+3402.31 s]
/proc/loadavg: 2.52 2.41 2.19 3/83 13378
/proc/meminfo: memFree=1613200/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=111220 CPUtime=3314.11
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 27436 0 0 0 331385 26 0 0 25 0 1 0 35721780 113889280 27329 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 27805 27329 75 150 0 27652 0
Current children cumulated CPU time (s) 3371.61
Current children cumulated vsize (KiB) 130308

[startup+3462.3 s]
/proc/loadavg: 2.53 2.42 2.20 3/83 13378
/proc/meminfo: memFree=1608080/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=116240 CPUtime=3373.55
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 28691 0 0 0 337328 27 0 0 25 0 1 0 35721780 119029760 28584 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 29060 28584 75 150 0 28907 0
Current children cumulated CPU time (s) 3431.05
Current children cumulated vsize (KiB) 135328

[startup+3522.3 s]
/proc/loadavg: 2.56 2.45 2.22 4/83 13378
/proc/meminfo: memFree=1601680/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=122840 CPUtime=3432.99
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 30309 0 0 0 343270 29 0 0 25 0 1 0 35721780 125788160 30202 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 30710 30202 75 150 0 30557 0
Current children cumulated CPU time (s) 3490.49
Current children cumulated vsize (KiB) 141928

[startup+3582.3 s]
/proc/loadavg: 2.64 2.49 2.25 4/83 13378
/proc/meminfo: memFree=1601488/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=122748 CPUtime=3492.45
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 30309 0 0 0 349216 29 0 0 25 0 1 0 35721780 125693952 30202 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 30687 30202 75 150 0 30534 0
Current children cumulated CPU time (s) 3549.95
Current children cumulated vsize (KiB) 141836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.9 s]
/proc/loadavg: 2.75 2.54 2.28 3/83 13378
/proc/meminfo: memFree=1591696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=132516 CPUtime=3542.59
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 32732 0 0 0 354226 33 0 0 25 0 1 0 35721780 135696384 32625 996147200 134512640 135127466 4294956256 18446744073709551615 134527508 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 33129 32625 75 150 0 32976 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 151604

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

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

[startup+3632.9 s]
/proc/loadavg: 2.75 2.54 2.28 3/83 13378
/proc/meminfo: memFree=1591696/2055920 swapFree=4181372/4192956
[pid=13115] ppid=13113 vsize=13732 CPUtime=57.5
/proc/13115/stat : 13115 (sugar) S 13113 13115 12399 0 -1 4194304 2010 219439 0 10 5 4 5538 203 16 0 1 0 35715950 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13115/statm: 3433 840 374 3 0 533 0
[pid=13234] ppid=13115 vsize=5356 CPUtime=0
/proc/13234/stat : 13234 (sh) S 13115 13115 12399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13234/statm: 1339 232 193 169 0 50 0
[pid=13235] ppid=13234 vsize=132516 CPUtime=3542.59
/proc/13235/stat : 13235 (minisat) R 13234 13115 12399 0 -1 4194304 32732 0 0 0 354226 33 0 0 25 0 1 0 35721780 135696384 32625 996147200 134512640 135127466 4294956256 18446744073709551615 134527508 0 0 4096 3 0 0 0 17 1 0 0
/proc/13235/statm: 33129 32625 75 150 0 32976 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 151604

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13115 and gives
#  childrusage.ru_utime.tv_sec=55
#  childrusage.ru_utime.tv_usec=435572
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=101680
# CPU time returned by wait4() is 57.5373
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3632.95
CPU time (s): 3600.09
CPU user time (s): 3597.69
CPU system time (s): 2.4
CPU usage (%): 99.0954
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.4356
system time used= 2.10168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221790
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= 13709
involuntary context switches= 14479

runsolver used 4.31234 second user time and 12.1602 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-11 17:28:55
IDJOB=1108140
IDBENCH=60682
IDSOLVER=368
FILE ID=node17/1108140-1215790135
PBS_JOBID= 7903161
Free space on /tmp= 66368 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6a34a6c5f9ebcf76455efac07f5a086b
RANDOM SEED=1269237733

node17.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.240
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.240
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:       1717176 kB
Buffers:         28696 kB
Cached:         146584 kB
SwapCached:       6756 kB
Active:         224892 kB
Inactive:        49148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717176 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         104388 kB
Slab:            49572 kB
Committed_AS:   182664 kB
PageTables:       2160 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= 66404 MiB
End job on node17 at 2008-07-11 18:29:30