Trace number 1108083

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)2 3600.19 3623.61

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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 17:17:39 2008
0.00/0.08	c 0	PID 14498
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108083-1215789459.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108083-1215789459.xml' 'HOME/temp.csp'
0.06/0.74	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/0.91	c 1	Parsing HOME/temp.csp
0.81/1.08	c 1	parsed 1385 expressions
0.81/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.10	c 1	MAX CSP: 1261 constraints
0.92/1.10	c 1	Converting to clausal form CSP
0.92/1.15	c 1	converted 265 (10%) expressions
0.92/1.19	c 1	converted 530 (20%) expressions
1.00/1.22	c 1	converted 795 (30%) expressions
1.00/1.25	c 1	converted 1060 (40%) expressions
1.11/1.35	c 1	converted 1325 (50%) expressions
1.20/1.41	c 1	converted 1590 (60%) expressions
1.20/1.45	c 1	converted 1855 (70%) expressions
1.20/1.47	c 1	converted 2120 (80%) expressions
1.31/1.50	c 2	converted 2385 (90%) expressions
1.50/1.72	c 2	converted 2649 (100%) expressions
1.50/1.73	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.50/1.73	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.73	c 2	Propagation in CSP
1.50/1.80	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.80	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.60/1.80	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.80	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.81	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.60/1.81	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.90	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.70/1.91	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.70/1.91	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.70/1.91	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.70/1.91	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.70/1.92	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.70/1.92	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.70/1.92	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.70/1.94	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.70/1.94	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.80/2.06	c 2	379 (10%) CSP clauses are encoded (29078 clauses, 452492 bytes)
1.91/2.15	c 2	757 (20%) CSP clauses are encoded (33962 clauses, 574006 bytes)
2.01/2.24	c 2	1135 (30%) CSP clauses are encoded (38924 clauses, 699979 bytes)
2.10/2.30	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 910913 bytes)
2.21/2.48	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657125 bytes)
2.30/2.54	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3158946 bytes)
2.80/3.04	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8465988 bytes)
2.89/3.10	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134494 bytes)
4.48/4.79	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072035 bytes)
5.97/6.22	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084240 bytes)
5.97/6.22	c 6	3782 CSP clauses encoded
5.97/6.22	c 6	Writing map file : HOME/temp.map
5.97/6.25	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.25	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084240 bytes
5.97/6.25	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.02/6.34	c 6	OBJECTIVE minimize _COST
6.02/6.34	c 6	SOLVING HOME/temp.cnf
6.02/6.34	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.02/6.34	c 6	This is MiniSat 2.0 beta incremental
6.02/6.34	c 6	WARNING: for repeatability, setting FPU to use double precision
6.02/6.34	c 6	============================[ Problem Statistics ]=============================
6.02/6.34	c 6	|                                                                             |
6.02/6.34	c 6	|  Number of variables:  27692                                                |
6.02/6.34	c 6	|  Number of clauses:    2074093                                              |
6.89/7.21	c 7	|  Parsing time:         0.75         s                                       |
6.89/7.25	c 7	OK
6.89/7.25	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.89/7.25	c 7	SEARCHING: _COST <= 631
6.89/7.25	c 7	============================[ Search Statistics ]==============================
6.89/7.25	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.89/7.25	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.89/7.25	c 7	===============================================================================
6.89/7.25	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
7.09/7.44	c 7	===============================================================================
7.09/7.44	c 7	restarts              : 1
7.09/7.44	c 7	conflicts             : 17            (17 /sec)
7.09/7.44	c 7	decisions             : 202           (0.99 % random) (207 /sec)
7.09/7.44	c 7	propagations          : 30165          (30911 /sec)
7.09/7.44	c 7	conflict literals     : 226            (18.12 % deleted)
7.09/7.44	c 7	Memory used           : 87.30 MB
7.09/7.44	c 7	CPU time              : 0.975851 s
7.09/7.44	c 7	
7.09/7.44	c 7	SATISFIABLE
7.09/7.45	c 7	OK
7.09/7.45	c 7	FOUND: _COST <= 631
7.09/7.45	s SATISFIABLE
7.09/7.45	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.09/7.45	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.14/7.53	c 8	Decoding HOME/temp.out
7.27/7.70	c 8	OBJECTIVE _COST 358
7.27/7.70	o 358
7.27/7.70	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
7.38/7.71	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.38/7.72	c 8	OK
7.38/7.72	c 8	OBJECTIVE BOUND: 0 <= _COST <= 358
7.38/7.72	c 8	SEARCHING: _COST <= 179
7.38/7.72	c 8	============================[ Search Statistics ]==============================
7.38/7.73	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.38/7.73	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.38/7.73	c 8	===============================================================================
7.38/7.73	c 8	|        17 |   27692  2074093  6173015 |   691364       17     13 |  0.000 % |
7.48/7.84	c 8	===============================================================================
7.48/7.84	c 8	restarts              : 2
7.48/7.84	c 8	conflicts             : 41            (37 /sec)
7.48/7.84	c 8	decisions             : 1293          (0.31 % random) (1172 /sec)
7.48/7.84	c 8	propagations          : 72969          (66165 /sec)
7.48/7.84	c 8	conflict literals     : 471            (13.58 % deleted)
7.48/7.84	c 8	Memory used           : 88.08 MB
7.48/7.84	c 8	CPU time              : 1.10283 s
7.48/7.84	c 8	
7.48/7.84	c 8	SATISFIABLE
7.48/7.85	c 8	OK
7.48/7.85	c 8	FOUND: _COST <= 179
7.48/7.85	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.48/7.85	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.53/7.93	c 8	Decoding HOME/temp.out
7.53/8.20	c 8	OBJECTIVE _COST 179
7.53/8.20	o 179
7.53/8.20	v 0 0 0 26 27 6 27 25 6 5 26 5 25 25 6 0 25 0 27 27 6 27 26 6 27 27 6 24 26 5 13 27 6 14 26 0 27 26 6 23 27 6 12 26 5 6 27 6 19 26 5 25 26 6 27 27 6 21 26 0 27 25 6 27 25 6 24 27 3 20 25 6 5 27 5 27 27 6 27 27 6 7 27 0 14 1 14 13 12 14 1 12 12 13 12 14 1 12 13 12 13 12 14 14 1 12 9 8 13 12 14 14
7.53/8.21	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.53/8.23	c 8	OK
7.53/8.23	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
7.53/8.23	c 8	SEARCHING: _COST <= 89
7.53/8.23	c 8	============================[ Search Statistics ]==============================
7.53/8.23	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.53/8.23	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.53/8.23	c 8	===============================================================================
7.53/8.23	c 8	|        41 |   17486  2074093  6173015 |   691364       41     11 |  0.000 % |
8.06/8.46	c 8	|       141 |   17486  2074093  6173015 |   760500      141     28 | 46.089 % |
8.06/8.49	c 9	===============================================================================
8.06/8.49	c 9	restarts              : 4
8.06/8.49	c 9	conflicts             : 143           (104 /sec)
8.06/8.49	c 9	decisions             : 1918          (0.42 % random) (1393 /sec)
8.06/8.49	c 9	propagations          : 272973         (198268 /sec)
8.06/8.49	c 9	conflict literals     : 3944           (18.73 % deleted)
8.06/8.49	c 9	Memory used           : 88.21 MB
8.06/8.49	c 9	CPU time              : 1.37679 s
8.06/8.49	c 9	
8.06/8.49	c 9	SATISFIABLE
8.16/8.50	c 9	OK
8.16/8.50	c 9	FOUND: _COST <= 89
8.16/8.50	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.16/8.50	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.23/9.41	c 9	Decoding HOME/temp.out
8.33/9.58	c 10	OBJECTIVE _COST 89
8.33/9.58	o 89
8.33/9.58	v 0 0 0 27 26 6 26 25 5 24 26 6 25 25 5 26 25 6 27 27 6 13 26 6 23 27 6 5 26 5 11 26 4 24 26 5 27 25 6 18 27 4 19 26 5 12 27 5 20 26 6 27 26 6 27 25 6 25 25 6 21 25 6 23 25 6 27 27 0 22 25 1 7 27 0 27 27 6 27 27 6 14 27 0 14 1 14 12 13 12 12 14 14 13 11 10 12 14 14 13 14 14 14 14 12 14 14 2 3 1 12 14
8.33/9.59	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.42/9.67	c 10	OK
8.42/9.67	c 10	OBJECTIVE BOUND: 0 <= _COST <= 89
8.42/9.67	c 10	SEARCHING: _COST <= 44
8.42/9.67	c 10	============================[ Search Statistics ]==============================
8.42/9.67	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.42/9.67	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.42/9.67	c 10	===============================================================================
8.42/9.67	c 10	|       143 |   14929  2074093  6173015 |   691364      143     28 | 46.089 % |
8.46/9.73	c 10	|       243 |   14134  2074093  6173015 |   760500      243     23 | 52.701 % |
8.46/9.77	c 10	|       394 |   14134  2074093  6173015 |   836550      394     22 | 52.701 % |
8.57/9.82	c 10	|       620 |   14134  2074093  6173015 |   920205      620     23 | 52.701 % |
8.67/9.95	c 10	===============================================================================
8.67/9.95	c 10	restarts              : 8
8.67/9.95	c 10	conflicts             : 741           (442 /sec)
8.67/9.95	c 10	decisions             : 3693          (0.43 % random) (2205 /sec)
8.67/9.95	c 10	propagations          : 568152         (339247 /sec)
8.67/9.95	c 10	conflict literals     : 17520          (13.86 % deleted)
8.67/9.95	c 10	Memory used           : 88.34 MB
8.67/9.95	c 10	CPU time              : 1.67475 s
8.67/9.95	c 10	
8.67/9.95	c 10	SATISFIABLE
8.67/9.96	c 10	OK
8.67/9.96	c 10	FOUND: _COST <= 44
8.67/9.96	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.67/9.96	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.73/10.04	c 10	Decoding HOME/temp.out
8.73/10.20	c 10	OBJECTIVE _COST 44
8.73/10.20	o 44
8.73/10.21	v 0 0 0 24 26 3 18 25 4 12 26 5 27 25 6 5 25 5 6 27 6 26 26 6 27 27 6 25 26 5 13 26 6 26 26 6 19 25 5 26 27 6 11 26 4 25 27 6 7 26 0 22 26 1 16 25 2 15 25 1 14 25 0 17 25 6 21 27 0 26 25 6 23 27 6 26 27 5 20 27 6 26 27 6 14 2 8 10 12 13 12 14 14 13 12 14 13 14 11 10 14 2 4 5 3 1 14 1 14 13 12 14
8.73/10.21	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.73/10.26	c 10	OK
8.73/10.26	c 10	OBJECTIVE BOUND: 0 <= _COST <= 44
8.73/10.26	c 10	SEARCHING: _COST <= 22
8.73/10.26	c 10	============================[ Search Statistics ]==============================
8.73/10.26	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.73/10.26	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.73/10.26	c 10	===============================================================================
8.73/10.26	c 10	|       741 |   13098  2074093  6173015 |   691364      741     24 | 52.701 % |
8.73/10.28	c 10	|       843 |   13098  2074093  6173015 |   760500      843     24 | 58.165 % |
9.03/10.31	c 10	|       993 |   13098  2074093  6173015 |   836550      993     24 | 58.165 % |
9.03/10.34	c 10	|      1218 |   13098  2074093  6173015 |   920205     1218     23 | 58.165 % |
9.03/10.38	c 10	|      1556 |   13098  2074093  6173015 |  1012226     1556     24 | 58.165 % |
9.13/10.41	c 10	===============================================================================
9.13/10.41	c 10	restarts              : 13
9.13/10.41	c 10	conflicts             : 1765          (956 /sec)
9.13/10.41	c 10	decisions             : 5981          (0.37 % random) (3240 /sec)
9.13/10.41	c 10	propagations          : 700763         (379669 /sec)
9.13/10.41	c 10	conflict literals     : 42773          (11.02 % deleted)
9.13/10.41	c 10	Memory used           : 88.34 MB
9.13/10.41	c 10	CPU time              : 1.84572 s
9.13/10.41	c 10	
9.13/10.41	c 10	SATISFIABLE
9.13/10.42	c 10	OK
9.13/10.42	c 10	FOUND: _COST <= 22
9.13/10.42	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.13/10.42	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.17/10.53	c 11	Decoding HOME/temp.out
9.17/10.69	c 11	OBJECTIVE _COST 22
9.17/10.69	o 22
9.17/10.69	v 0 0 0 8 26 1 23 25 2 15 26 1 14 25 0 27 25 6 22 27 6 26 26 5 22 27 6 7 26 0 13 26 6 21 26 0 22 25 6 19 27 5 18 26 5 20 27 6 22 26 6 12 26 5 16 25 6 5 25 5 6 25 6 17 25 3 11 27 4 10 25 3 25 27 4 24 27 3 4 27 4 3 27 3 14 2 4 5 3 1 14 13 12 14 1 14 1 13 12 12 14 13 12 13 12 14 8 9 8 9 8 9
9.17/10.69	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.18/10.74	c 11	OK
9.18/10.74	c 11	OBJECTIVE BOUND: 0 <= _COST <= 22
9.18/10.74	c 11	SEARCHING: _COST <= 11
9.18/10.74	c 11	============================[ Search Statistics ]==============================
9.18/10.74	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.18/10.74	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.18/10.74	c 11	===============================================================================
9.18/10.74	c 11	|      1765 |   11585  2074093  6173015 |   691364     1765     24 | 58.165 % |
9.18/10.77	c 11	|      1865 |   11585  2074093  6173015 |   760500     1865     24 | 63.054 % |
9.18/10.79	c 11	|      2016 |   11585  2074093  6173015 |   836550     2016     25 | 63.054 % |
9.47/10.82	c 11	|      2242 |   11585  2074093  6173015 |   920205     2242     25 | 63.054 % |
9.47/10.84	c 11	===============================================================================
9.47/10.84	c 11	restarts              : 17
9.47/10.84	c 11	conflicts             : 2396          (1226 /sec)
9.47/10.84	c 11	decisions             : 7461          (0.38 % random) (3817 /sec)
9.47/10.84	c 11	propagations          : 785449         (401825 /sec)
9.47/10.84	c 11	conflict literals     : 59386          (10.21 % deleted)
9.47/10.84	c 11	Memory used           : 88.34 MB
9.47/10.84	c 11	CPU time              : 1.9547 s
9.47/10.84	c 11	
9.47/10.84	c 11	SATISFIABLE
9.47/10.86	c 11	OK
9.47/10.86	c 11	FOUND: _COST <= 11
9.47/10.86	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.47/10.86	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.56/10.93	c 11	Decoding HOME/temp.out
9.66/11.09	c 11	OBJECTIVE _COST 11
9.66/11.09	o 11
9.76/11.10	v 0 0 0 15 26 1 16 25 2 3 26 3 11 25 4 5 25 5 27 27 6 14 26 0 27 27 6 26 26 5 13 26 6 7 26 0 22 25 1 9 27 2 24 26 3 4 27 4 12 26 5 27 26 6 21 25 0 20 25 6 19 25 5 18 25 4 17 27 3 25 25 4 10 27 3 23 27 2 8 27 1 2 27 2 14 2 4 6 8 10 12 14 1 13 12 14 2 4 6 8 10 12 14 1 13 11 9 8 9 7 5 4
9.76/11.10	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.76/11.16	c 11	OK
9.76/11.16	c 11	OBJECTIVE BOUND: 0 <= _COST <= 11
9.76/11.16	c 11	SEARCHING: _COST <= 5
9.76/11.16	c 11	============================[ Search Statistics ]==============================
9.76/11.17	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.76/11.17	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.76/11.17	c 11	===============================================================================
9.76/11.17	c 11	|      2396 |   10231  2074093  6173015 |   691364     2396     25 | 63.054 % |
9.76/11.18	c 11	|      2496 |   10231  2074093  6173015 |   760500     2496     25 | 67.738 % |
9.82/11.20	c 11	|      2646 |   10231  2074093  6173015 |   836550     2646     25 | 67.738 % |
9.82/11.22	c 11	|      2871 |   10231  2074093  6173015 |   920205     2871     24 | 67.738 % |
9.82/11.25	c 11	|      3208 |   10231  2074093  6173015 |  1012226     3208     24 | 67.738 % |
9.92/11.30	c 11	|      3714 |   10231  2074093  6173015 |  1113449     3714     26 | 67.738 % |
9.92/11.38	c 11	===============================================================================
9.92/11.38	c 11	restarts              : 23
9.92/11.38	c 11	conflicts             : 4472          (2040 /sec)
9.92/11.38	c 11	decisions             : 11468         (0.32 % random) (5233 /sec)
9.92/11.38	c 11	propagations          : 991899         (452578 /sec)
9.92/11.38	c 11	conflict literals     : 127080         (8.53 % deleted)
9.92/11.38	c 11	Memory used           : 88.74 MB
9.92/11.38	c 11	CPU time              : 2.19167 s
9.92/11.38	c 11	
9.92/11.38	c 11	SATISFIABLE
9.92/11.39	c 11	OK
9.92/11.39	c 11	FOUND: _COST <= 5
9.92/11.39	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.92/11.39	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.01/11.51	c 12	Decoding HOME/temp.out
10.01/11.85	c 12	OBJECTIVE _COST 5
10.01/11.85	o 5
10.01/11.86	v 0 0 0 8 26 1 16 25 2 15 26 1 9 25 2 17 25 3 11 27 4 24 26 3 23 27 2 22 26 1 14 26 0 13 26 6 26 25 5 27 27 6 7 26 0 6 27 6 5 26 5 27 26 6 21 25 0 20 25 6 19 25 5 25 25 4 12 27 5 4 25 4 19 27 5 18 27 4 10 27 3 2 27 2 14 2 4 5 4 6 8 9 7 5 3 1 13 12 14 1 13 12 14 1 13 11 10 11 10 11 9 7
10.01/11.86	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.01/11.92	c 12	OK
10.01/11.92	c 12	OBJECTIVE BOUND: 0 <= _COST <= 5
10.01/11.92	c 12	SEARCHING: _COST <= 2
10.01/11.93	c 12	============================[ Search Statistics ]==============================
10.01/11.94	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.01/11.94	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.01/11.94	c 12	===============================================================================
10.01/11.94	c 12	|      4472 |    8934  2074093  6173015 |   691364     4472     28 | 67.738 % |
10.01/11.94	c 12	|      4573 |    8934  2074093  6173015 |   760500     4573     28 | 72.805 % |
10.01/11.96	c 12	|      4723 |    8934  2074093  6173015 |   836550     4723     28 | 72.805 % |
10.01/11.98	c 12	|      4949 |    8934  2074093  6173015 |   920205     4949     28 | 72.805 % |
10.52/12.03	c 12	|      5287 |    8934  2074093  6173015 |  1012226     5287     29 | 72.805 % |
10.52/12.09	c 12	|      5794 |    8934  2074093  6173015 |  1113449     5794     32 | 72.805 % |
10.62/12.17	c 12	|      6553 |    8934  2074093  6173015 |  1224794     6553     34 | 72.805 % |
10.82/12.31	c 12	|      7692 |    8934  2074093  6173015 |  1347273     7692     38 | 72.805 % |
11.01/12.52	c 13	|      9400 |    8934  2074093  6173015 |  1482000     9400     42 | 72.805 % |
11.01/12.54	c 13	===============================================================================
11.01/12.54	c 13	restarts              : 32
11.01/12.54	c 13	conflicts             : 9451          (3360 /sec)
11.01/12.54	c 13	decisions             : 20094         (0.29 % random) (7144 /sec)
11.01/12.54	c 13	propagations          : 1417961        (504151 /sec)
11.01/12.54	c 13	conflict literals     : 393728         (7.36 % deleted)
11.01/12.54	c 13	Memory used           : 89.90 MB
11.01/12.54	c 13	CPU time              : 2.81257 s
11.01/12.54	c 13	
11.01/12.54	c 13	SATISFIABLE
11.01/12.55	c 13	OK
11.01/12.55	c 13	FOUND: _COST <= 2
11.01/12.55	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.01/12.55	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.07/12.63	c 13	Decoding HOME/temp.out
11.07/12.82	c 13	OBJECTIVE _COST 2
11.07/12.82	o 2
11.07/12.83	v 0 0 0 15 26 1 23 25 2 17 26 3 25 25 4 19 25 5 18 27 4 24 26 3 9 27 2 22 26 1 21 26 0 20 26 6 7 25 0 8 27 1 2 26 2 3 27 3 11 26 4 26 26 5 6 25 6 27 25 6 12 25 5 13 25 6 14 27 0 27 25 6 5 27 5 4 27 4 10 27 3 16 27 2 14 2 4 6 8 10 11 9 7 5 3 1 14 2 4 6 8 10 12 14 13 12 14 1 13 11 9 7
11.07/12.83	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.07/12.88	c 13	OK
11.07/12.88	c 13	OBJECTIVE BOUND: 0 <= _COST <= 2
11.07/12.88	c 13	SEARCHING: _COST <= 1
11.07/12.88	c 13	============================[ Search Statistics ]==============================
11.07/12.88	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.07/12.88	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.07/12.88	c 13	===============================================================================
11.07/12.88	c 13	|      9451 |    7531  2074093  6173015 |   691364     9451     42 | 72.805 % |
11.07/12.89	c 13	|      9552 |    7531  2074093  6173015 |   760500     9552     41 | 79.153 % |
11.36/12.91	c 13	|      9702 |    7531  2074093  6173015 |   836550     9702     41 | 79.153 % |
11.36/12.94	c 13	|      9927 |    7531  2074093  6173015 |   920205     9927     41 | 79.153 % |
11.36/12.98	c 13	|     10265 |    7531  2074093  6173015 |  1012226    10265     41 | 79.153 % |
11.46/13.04	c 13	|     10771 |    7531  2074093  6173015 |  1113449    10771     41 | 79.153 % |
11.56/13.12	c 13	|     11531 |    7531  2074093  6173015 |  1224794    11531     40 | 79.153 % |
11.66/13.22	c 13	|     12670 |    7531  2074093  6173015 |  1347273    12670     40 | 79.153 % |
11.85/13.44	c 13	|     14379 |    7531  2074093  6173015 |  1482000    14379     40 | 79.153 % |
12.24/13.80	c 14	|     16942 |    7531  2074093  6173015 |  1630200    16942     42 | 79.153 % |
12.85/14.46	c 14	|     20787 |    7531  2074093  6173015 |  1793221    20787     44 | 79.153 % |
13.94/15.54	c 16	|     26555 |    7531  2074093  6173015 |  1972543    26555     48 | 79.153 % |
15.72/17.34	c 17	|     35205 |    7531  2074093  6173015 |  2169797    35205     56 | 79.153 % |
19.20/20.84	c 21	|     48180 |    7531  2074093  6173015 |  2386777    48180     56 | 79.153 % |
27.02/28.75	c 29	|     67641 |    7531  2074093  6173015 |  2625454    67641     65 | 79.153 % |
39.81/41.68	c 42	|     96833 |    7531  2074093  6173015 |  2888000    96833     70 | 79.153 % |
73.32/75.48	c 76	|    140623 |    5773    29383   103383 |  3176800   140429     69 | 79.153 % |
144.09/146.89	c 147	|    206307 |    5773    29383   103383 |  3494480   206113     67 | 79.153 % |
278.42/282.36	c 282	|    304833 |    5773    29383   103383 |  3843928   304639     78 | 79.153 % |
628.41/635.38	c 635	|    452622 |    5773    29383   103383 |  4228321   452428     72 | 79.153 % |
1422.68/1436.46	c 1436	|    674307 |    5773    29383   103383 |  4651153   674113     75 | 79.153 % |
2850.66/2871.16	c 2871	|   1006832 |    5773    29383   103383 |  5116268  1006638     88 | 79.153 % |
3600.06/3623.51	c ERROR INTERRUPTED
3600.06/3623.60	c 3624	CPU 3598.11 (0.07 0.03 3598.04 2.01)
3600.06/3623.60	c 3624	END Fri Jul 11 18:18:03 2008

Verifier Data (download as text)

OK	2	1259
2 unsatisfied constraints, 1259 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-1108083-1215789459/watcher-1108083-1215789459 -o /tmp/evaluation-result-1108083-1215789459/solver-1108083-1215789459 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108083-1215789459.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.69 2.68 2.63 5/80 14498
/proc/meminfo: memFree=1867512/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=12000 CPUtime=0
/proc/14498/stat : 14498 (sugar++) R 14496 14498 13347 0 -1 4194304 204 0 0 0 0 0 0 0 22 0 1 0 35647979 12288000 172 996147200 4194304 4206940 548682068528 18446744073709551615 225612075915 0 0 4224 0 0 0 0 17 1 0 0
/proc/14498/statm: 3000 172 133 3 0 100 0

[startup+0.0830181 s]
/proc/loadavg: 2.69 2.68 2.63 5/80 14498
/proc/meminfo: memFree=1867512/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.06
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1199 128 0 0 5 1 0 0 18 0 1 0 35647979 17141760 1103 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1103 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102037 s]
/proc/loadavg: 2.69 2.68 2.63 5/80 14498
/proc/meminfo: memFree=1867512/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.06
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35647979 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301255 s]
/proc/loadavg: 2.69 2.68 2.63 5/80 14498
/proc/meminfo: memFree=1867512/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.06
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35647979 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701293 s]
/proc/loadavg: 2.69 2.68 2.63 5/80 14498
/proc/meminfo: memFree=1867512/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.06
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35647979 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50236 s]
/proc/loadavg: 2.69 2.68 2.63 4/91 14520
/proc/meminfo: memFree=1858712/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.66
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1296 4726 0 1 5 1 58 2 15 0 1 0 35647979 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1104 409 3 0 764 0
[pid=14511] ppid=14498 vsize=5356 CPUtime=0
/proc/14511/stat : 14511 (sh) S 14498 14498 13347 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35648055 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14511/statm: 1339 233 193 169 0 50 0
[pid=14512] ppid=14511 vsize=868352 CPUtime=0.65
/proc/14512/stat : 14512 (java) S 14511 14498 13347 0 -1 0 7718 0 1 0 61 4 0 0 18 0 9 0 35648063 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14512/statm: 217088 6976 2539 9 0 211663 0
[pid=14512/tid=14513] ppid=14511 vsize=868352 CPUtime=0.33
/proc/14512/task/14513/stat : 14513 (java) R 14511 14498 13347 0 -1 64 2644 0 1 0 32 1 0 0 22 0 9 0 35648064 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4126583108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14514] ppid=14511 vsize=868352 CPUtime=0.13
/proc/14512/task/14514/stat : 14514 (java) S 14511 14498 13347 0 -1 64 2959 0 0 0 12 1 0 0 16 0 9 0 35648065 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14515] ppid=14511 vsize=868352 CPUtime=0
/proc/14512/task/14515/stat : 14515 (java) S 14511 14498 13347 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35648065 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14516] ppid=14511 vsize=868352 CPUtime=0
/proc/14512/task/14516/stat : 14516 (java) S 14511 14498 13347 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35648065 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14517] ppid=14511 vsize=868352 CPUtime=0
/proc/14512/task/14517/stat : 14517 (java) S 14511 14498 13347 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35648067 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14518] ppid=14511 vsize=868352 CPUtime=0.15
/proc/14512/task/14518/stat : 14518 (java) S 14511 14498 13347 0 -1 64 1421 0 0 0 15 0 0 0 16 0 9 0 35648067 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14519] ppid=14511 vsize=868352 CPUtime=0
/proc/14512/task/14519/stat : 14519 (java) S 14511 14498 13347 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35648067 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14520] ppid=14511 vsize=868352 CPUtime=0
/proc/14512/task/14520/stat : 14520 (java) S 14511 14498 13347 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35648067 889192448 6976 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 890448

[startup+3.1025 s]
/proc/loadavg: 2.69 2.68 2.63 4/91 14520
/proc/meminfo: memFree=1842456/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.67
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1297 4726 0 1 6 1 58 2 15 0 1 0 35647979 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1104 409 3 0 764 0
[pid=14511] ppid=14498 vsize=5356 CPUtime=0
/proc/14511/stat : 14511 (sh) S 14498 14498 13347 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35648055 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14511/statm: 1339 233 193 169 0 50 0
[pid=14512] ppid=14511 vsize=868464 CPUtime=2.22
/proc/14512/stat : 14512 (java) S 14511 14498 13347 0 -1 0 8826 0 1 0 211 11 0 0 18 0 9 0 35648063 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14512/statm: 217116 7777 2565 9 0 211663 0
[pid=14512/tid=14513] ppid=14511 vsize=868464 CPUtime=1.54
/proc/14512/task/14513/stat : 14513 (java) R 14511 14498 13347 0 -1 64 3001 0 1 0 148 6 0 0 25 0 9 0 35648064 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4126981815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14514] ppid=14511 vsize=868464 CPUtime=0.37
/proc/14512/task/14514/stat : 14514 (java) S 14511 14498 13347 0 -1 64 3640 0 0 0 35 2 0 0 16 0 9 0 35648065 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14515] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14515/stat : 14515 (java) S 14511 14498 13347 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35648065 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14516] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14516/stat : 14516 (java) S 14511 14498 13347 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35648065 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14517] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14517/stat : 14517 (java) S 14511 14498 13347 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35648067 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14518] ppid=14511 vsize=868464 CPUtime=0.27
/proc/14512/task/14518/stat : 14518 (java) S 14511 14498 13347 0 -1 64 1491 0 0 0 27 0 0 0 16 0 9 0 35648067 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14519] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14519/stat : 14519 (java) S 14511 14498 13347 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35648067 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14520] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14520/stat : 14520 (java) S 14511 14498 13347 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35648067 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 890560

[startup+6.30278 s]
/proc/loadavg: 2.71 2.69 2.63 4/91 14520
/proc/meminfo: memFree=1809304/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=16740 CPUtime=0.67
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 1297 4726 0 1 6 1 58 2 16 0 1 0 35647979 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4185 1104 409 3 0 764 0
[pid=14511] ppid=14498 vsize=5356 CPUtime=0
/proc/14511/stat : 14511 (sh) S 14498 14498 13347 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35648055 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14511/statm: 1339 233 193 169 0 50 0
[pid=14512] ppid=14511 vsize=868464 CPUtime=5.35
/proc/14512/stat : 14512 (java) S 14511 14498 13347 0 -1 0 9665 0 1 0 497 38 0 0 18 0 9 0 35648063 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14512/statm: 217116 7788 2568 9 0 211663 0
[pid=14512/tid=14513] ppid=14511 vsize=868464 CPUtime=4.44
/proc/14512/task/14513/stat : 14513 (java) S 14511 14498 13347 0 -1 64 3836 0 1 0 415 29 0 0 25 0 9 0 35648064 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14514] ppid=14511 vsize=868464 CPUtime=0.59
/proc/14512/task/14514/stat : 14514 (java) S 14511 14498 13347 0 -1 64 3640 0 0 0 52 7 0 0 16 0 9 0 35648065 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14515] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14515/stat : 14515 (java) S 14511 14498 13347 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35648065 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14516] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14516/stat : 14516 (java) S 14511 14498 13347 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35648065 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14517] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14517/stat : 14517 (java) S 14511 14498 13347 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35648067 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14518] ppid=14511 vsize=868464 CPUtime=0.29
/proc/14512/task/14518/stat : 14518 (java) S 14511 14498 13347 0 -1 64 1495 0 0 0 28 1 0 0 16 0 9 0 35648067 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14519] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14519/stat : 14519 (java) S 14511 14498 13347 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35648067 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14512/tid=14520] ppid=14511 vsize=868464 CPUtime=0
/proc/14512/task/14520/stat : 14520 (java) S 14511 14498 13347 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35648067 889307136 7788 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890560

[startup+12.7011 s]
/proc/loadavg: 2.81 2.71 2.64 4/82 14591
/proc/meminfo: memFree=1732192/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.12
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2050 42276 0 9 7 3 739 63 15 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=92052 CPUtime=2.95
/proc/14521/stat : 14521 (minisat-inc) S 14498 14498 13347 0 -1 4194304 22614 0 0 0 282 13 0 0 21 0 1 0 35648613 94261248 22547 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/14521/statm: 23013 22547 80 151 0 22859 0
Current children cumulated CPU time (s) 11.07
Current children cumulated vsize (KiB) 109056

[startup+25.5023 s]
/proc/loadavg: 2.79 2.71 2.64 4/82 14601
/proc/meminfo: memFree=1716848/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=107080 CPUtime=15.46
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 26353 0 0 0 1530 16 0 0 25 0 1 0 35648613 109649920 26286 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 26770 26286 80 151 0 26616 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 124084

[startup+51.1024 s]
/proc/loadavg: 2.72 2.70 2.63 4/82 14603
/proc/meminfo: memFree=1703216/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=120328 CPUtime=40.84
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 29668 0 0 0 4063 21 0 0 25 0 1 0 35648613 123215872 29601 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 30082 29601 80 151 0 29928 0
Current children cumulated CPU time (s) 49.23
Current children cumulated vsize (KiB) 137332

[startup+102.307 s]
/proc/loadavg: 2.65 2.68 2.63 3/82 14603
/proc/meminfo: memFree=1702896/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=120596 CPUtime=91.6
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 29726 0 0 0 9139 21 0 0 25 0 1 0 35648613 123490304 29659 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 30149 29659 80 151 0 29995 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 137600

[startup+162.303 s]
/proc/loadavg: 2.75 2.69 2.64 4/82 14603
/proc/meminfo: memFree=1702640/2055920 swapFree=4177576/4192956

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

[pid=14521] ppid=14498 vsize=435212 CPUtime=2893.27
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 107743 0 0 0 289218 109 0 0 25 0 1 0 35648613 445657088 107676 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 108803 107676 80 151 0 108649 0
Current children cumulated CPU time (s) 2901.66
Current children cumulated vsize (KiB) 452216

[startup+2982.3 s]
/proc/loadavg: 2.65 2.63 2.59 4/82 14680
/proc/meminfo: memFree=1377840/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=441720 CPUtime=2953.02
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 109372 0 0 0 295191 111 0 0 25 0 1 0 35648613 452321280 109305 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 110430 109305 80 151 0 110276 0
Current children cumulated CPU time (s) 2961.41
Current children cumulated vsize (KiB) 458724

[startup+3042.3 s]
/proc/loadavg: 2.56 2.61 2.58 4/82 14680
/proc/meminfo: memFree=1371056/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=448524 CPUtime=3012.79
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 111076 0 0 0 301166 113 0 0 25 0 1 0 35648613 459288576 111009 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 112131 111009 80 151 0 111977 0
Current children cumulated CPU time (s) 3021.18
Current children cumulated vsize (KiB) 465528

[startup+3102.3 s]
/proc/loadavg: 2.62 2.61 2.59 4/82 14680
/proc/meminfo: memFree=1364464/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=457056 CPUtime=3072.55
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 112693 0 0 0 307140 115 0 0 25 0 1 0 35648613 468025344 112626 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 114264 112626 80 151 0 114110 0
Current children cumulated CPU time (s) 3080.94
Current children cumulated vsize (KiB) 474060

[startup+3162.3 s]
/proc/loadavg: 2.56 2.60 2.58 3/82 14680
/proc/meminfo: memFree=1358512/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=463028 CPUtime=3132.31
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 114185 0 0 0 313115 116 0 0 25 0 1 0 35648613 474140672 114118 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 115757 114118 80 151 0 115603 0
Current children cumulated CPU time (s) 3140.7
Current children cumulated vsize (KiB) 480032

[startup+3222.3 s]
/proc/loadavg: 2.76 2.66 2.60 4/82 14680
/proc/meminfo: memFree=1352624/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=468740 CPUtime=3192.07
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 115618 0 0 0 319090 117 0 0 25 0 1 0 35648613 479989760 115551 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 117185 115551 80 151 0 117031 0
Current children cumulated CPU time (s) 3200.46
Current children cumulated vsize (KiB) 485744

[startup+3282.3 s]
/proc/loadavg: 2.48 2.59 2.58 4/82 14680
/proc/meminfo: memFree=1345904/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=475384 CPUtime=3251.84
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 117272 0 0 0 325065 119 0 0 25 0 1 0 35648613 486793216 117205 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 118846 117205 80 151 0 118692 0
Current children cumulated CPU time (s) 3260.23
Current children cumulated vsize (KiB) 492388

[startup+3342.3 s]
/proc/loadavg: 2.53 2.58 2.57 4/82 14680
/proc/meminfo: memFree=1340208/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=481064 CPUtime=3311.59
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 118707 0 0 0 331039 120 0 0 25 0 1 0 35648613 492609536 118640 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 120266 118640 80 151 0 120112 0
Current children cumulated CPU time (s) 3319.98
Current children cumulated vsize (KiB) 498068

[startup+3402.31 s]
/proc/loadavg: 2.59 2.59 2.57 3/82 14680
/proc/meminfo: memFree=1334448/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=486668 CPUtime=3371.36
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 120111 0 0 0 337014 122 0 0 25 0 1 0 35648613 498348032 120044 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 121667 120044 80 151 0 121513 0
Current children cumulated CPU time (s) 3379.75
Current children cumulated vsize (KiB) 503672

[startup+3462.3 s]
/proc/loadavg: 2.58 2.57 2.57 3/82 14680
/proc/meminfo: memFree=1328048/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=493024 CPUtime=3431.11
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 121663 0 0 0 342988 123 0 0 25 0 1 0 35648613 504856576 121596 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 123256 121596 80 151 0 123102 0
Current children cumulated CPU time (s) 3439.5
Current children cumulated vsize (KiB) 510028

[startup+3522.3 s]
/proc/loadavg: 2.58 2.57 2.56 3/82 14680
/proc/meminfo: memFree=1322416/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=498524 CPUtime=3490.87
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 123042 0 0 0 348962 125 0 0 25 0 1 0 35648613 510488576 122975 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 124631 122975 80 151 0 124477 0
Current children cumulated CPU time (s) 3499.26
Current children cumulated vsize (KiB) 515528

[startup+3582.3 s]
/proc/loadavg: 2.51 2.56 2.55 4/82 14680
/proc/meminfo: memFree=1317104/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=503756 CPUtime=3550.63
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 124360 0 0 0 354937 126 0 0 25 0 1 0 35648613 515846144 124293 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 125939 124293 80 151 0 125785 0
Current children cumulated CPU time (s) 3559.02
Current children cumulated vsize (KiB) 520760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.5 s]
/proc/loadavg: 2.44 2.53 2.54 4/82 14680
/proc/meminfo: memFree=1313328/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=507392 CPUtime=3591.67
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 125280 0 0 0 359040 127 0 0 25 0 1 0 35648613 519569408 125213 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 126848 125213 80 151 0 126694 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 524396

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

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

[startup+3623.5 s]
/proc/loadavg: 2.44 2.53 2.54 4/82 14680
/proc/meminfo: memFree=1313328/2055920 swapFree=4177576/4192956
[pid=14498] ppid=14496 vsize=17004 CPUtime=8.39
/proc/14498/stat : 14498 (sugar++) S 14496 14498 13347 0 -1 4194304 2067 46217 0 10 7 3 763 66 16 0 1 0 35647979 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14498/statm: 4251 1150 414 3 0 830 0
[pid=14521] ppid=14498 vsize=507392 CPUtime=3591.67
/proc/14521/stat : 14521 (minisat-inc) R 14498 14498 13347 0 -1 4194304 125280 0 0 0 359040 127 0 0 25 0 1 0 35648613 519569408 125213 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14521/statm: 126848 125213 80 151 0 126694 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 524396

Child status: 0
Real time (s): 3623.61
CPU time (s): 3600.19
CPU user time (s): 3598.12
CPU system time (s): 2.07468
CPU usage (%): 99.3539
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.12
system time used= 2.07468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173643
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= 12598
involuntary context switches= 81696

runsolver used 3.50847 second user time and 9.70452 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-11 17:17:39
IDJOB=1108083
IDBENCH=60675
IDSOLVER=367
FILE ID=node31/1108083-1215789459
PBS_JOBID= 7903133
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-8_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108083-1215789459/watcher-1108083-1215789459 -o /tmp/evaluation-result-1108083-1215789459/solver-1108083-1215789459 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108083-1215789459.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c096ffa3df6241d5684b321eb04ac13a
RANDOM SEED=1202273730

node31.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.236
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.236
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:       1867992 kB
Buffers:          9760 kB
Cached:          47196 kB
SwapCached:       8392 kB
Active:         126008 kB
Inactive:        18548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867992 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:         103308 kB
Slab:            28312 kB
Committed_AS:   968888 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node31 at 2008-07-11 18:18:05