Trace number 1108211

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-0_ext.xml
MD5SUM1cb34d25203138afe46792c1f92dd025
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 benchmark1599.14
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 17:48:48 2008
0.00/0.07	c 0	PID 11876
0.00/0.07	c 0	HOST node76.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1108211-1215791328.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108211-1215791328.xml' 'HOME/temp.csp'
0.05/0.45	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.05/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.49	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.42/0.57	c 1	Parsing HOME/temp.csp
0.42/0.73	c 1	parsed 1385 expressions
0.42/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.75	c 1	MAX CSP: 1261 constraints
0.42/0.75	c 1	Converting to clausal form CSP
0.42/0.79	c 1	converted 265 (10%) expressions
0.42/0.83	c 1	converted 530 (20%) expressions
0.42/0.86	c 1	converted 795 (30%) expressions
0.42/0.90	c 1	converted 1060 (40%) expressions
0.42/0.98	c 1	converted 1325 (50%) expressions
0.92/1.05	c 1	converted 1590 (60%) expressions
0.92/1.09	c 1	converted 1855 (70%) expressions
0.92/1.10	c 1	converted 2120 (80%) expressions
1.01/1.13	c 1	converted 2385 (90%) expressions
1.20/1.35	c 2	converted 2649 (100%) expressions
1.20/1.35	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.20/1.35	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.35	c 2	Propagation in CSP
1.31/1.42	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.42	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.31/1.42	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.43	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.43	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.31/1.43	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.53	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.41/1.53	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.41/1.53	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.41/1.53	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.41/1.53	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.41/1.54	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.41/1.54	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.41/1.55	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.41/1.56	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.41/1.57	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.50/1.67	c 2	379 (10%) CSP clauses are encoded (29030 clauses, 451534 bytes)
1.60/1.76	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573558 bytes)
1.70/1.84	c 2	1135 (30%) CSP clauses are encoded (38924 clauses, 700110 bytes)
1.81/1.90	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911044 bytes)
1.90/2.07	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657256 bytes)
2.00/2.12	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159077 bytes)
2.40/2.59	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466119 bytes)
2.50/2.65	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134625 bytes)
4.10/4.20	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072166 bytes)
5.40/5.52	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084371 bytes)
5.40/5.52	c 6	3782 CSP clauses encoded
5.40/5.52	c 6	Writing map file : HOME/temp.map
5.40/5.55	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.40/5.55	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084371 bytes
5.40/5.55	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.61	c 6	OBJECTIVE minimize _COST
5.46/5.61	c 6	SOLVING HOME/temp.cnf
5.46/5.61	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.46/5.61	c 6	This is MiniSat 2.0 beta incremental
5.46/5.61	c 6	WARNING: for repeatability, setting FPU to use double precision
5.46/5.61	c 6	============================[ Problem Statistics ]=============================
5.46/5.61	c 6	|                                                                             |
5.46/5.61	c 6	|  Number of variables:  27692                                                |
5.46/5.61	c 6	|  Number of clauses:    2074093                                              |
6.36/6.54	c 7	|  Parsing time:         0.78         s                                       |
6.36/6.59	c 7	OK
6.36/6.59	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.36/6.59	c 7	SEARCHING: _COST <= 631
6.36/6.59	c 7	============================[ Search Statistics ]==============================
6.36/6.59	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.36/6.59	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.36/6.59	c 7	===============================================================================
6.36/6.59	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
6.55/6.79	c 7	===============================================================================
6.55/6.79	c 7	restarts              : 1
6.55/6.79	c 7	conflicts             : 15            (15 /sec)
6.55/6.79	c 7	decisions             : 215           (1.40 % random) (210 /sec)
6.55/6.79	c 7	propagations          : 30172          (29441 /sec)
6.55/6.79	c 7	conflict literals     : 281            (24.26 % deleted)
6.55/6.80	c 7	Memory used           : 87.30 MB
6.55/6.80	c 7	CPU time              : 1.02484 s
6.55/6.80	c 7	
6.55/6.80	c 7	SATISFIABLE
6.65/6.80	c 7	OK
6.65/6.80	c 7	FOUND: _COST <= 631
6.65/6.80	s SATISFIABLE
6.65/6.80	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.65/6.80	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'
6.65/6.89	c 7	Decoding HOME/temp.out
6.66/7.03	c 7	OBJECTIVE _COST 358
6.66/7.04	o 358
6.66/7.04	v 0 0 5 27 25 6 27 26 6 24 27 3 26 26 5 19 26 5 26 27 6 19 27 5 22 27 5 13 25 6 21 27 0 13 26 6 14 26 0 14 26 0 7 27 0 6 27 6 22 27 0 23 27 5 27 26 6 25 25 5 6 25 6 6 27 6 20 27 6 21 26 0 20 27 6 20 27 6 26 27 6 7 26 0 14 12 14 14 8 12 12 13 12 12 14 14 14 14 14 12 14 13 12 14 12 14 14 14 12 14 14 14
6.66/7.04	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.66/7.08	c 7	OK
6.66/7.08	c 7	OBJECTIVE BOUND: 0 <= _COST <= 358
6.66/7.08	c 7	SEARCHING: _COST <= 179
6.66/7.08	c 7	============================[ Search Statistics ]==============================
6.66/7.08	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.66/7.08	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.66/7.08	c 7	===============================================================================
6.66/7.08	c 7	|        15 |   27692  2074093  6173015 |   691364       15     19 |  0.000 % |
7.00/7.20	c 8	===============================================================================
7.00/7.20	c 8	restarts              : 2
7.00/7.20	c 8	conflicts             : 31            (27 /sec)
7.00/7.20	c 8	decisions             : 1511          (0.46 % random) (1315 /sec)
7.00/7.20	c 8	propagations          : 73556          (64027 /sec)
7.00/7.20	c 8	conflict literals     : 458            (21.71 % deleted)
7.00/7.20	c 8	Memory used           : 88.21 MB
7.00/7.20	c 8	CPU time              : 1.14882 s
7.00/7.20	c 8	
7.00/7.20	c 8	SATISFIABLE
7.00/7.21	c 8	OK
7.00/7.21	c 8	FOUND: _COST <= 179
7.00/7.21	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.00/7.21	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.01/7.30	c 8	Decoding HOME/temp.out
7.01/7.47	c 8	OBJECTIVE _COST 179
7.01/7.47	o 179
7.01/7.47	v 0 0 6 24 25 6 19 25 5 25 27 6 27 26 6 12 26 5 26 27 5 25 27 6 26 27 5 27 25 6 23 27 5 27 26 6 24 25 6 23 26 6 12 26 5 27 27 6 5 26 5 20 26 6 27 27 6 26 25 5 27 27 6 27 26 6 21 27 0 24 25 6 27 27 6 27 25 6 27 27 6 24 26 5 14 12 13 12 12 13 13 14 13 12 14 12 14 14 14 12 13 12 14 13 12 14 14 14 12 12 14 13
7.01/7.48	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.01/7.53	c 8	OK
7.01/7.53	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
7.01/7.54	c 8	SEARCHING: _COST <= 89
7.01/7.54	c 8	============================[ Search Statistics ]==============================
7.01/7.55	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.01/7.55	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.01/7.55	c 8	===============================================================================
7.01/7.55	c 8	|        31 |   17486  2074093  6173015 |   691364       31     15 |  0.000 % |
7.33/7.61	c 8	===============================================================================
7.33/7.61	c 8	restarts              : 3
7.33/7.61	c 8	conflicts             : 49            (40 /sec)
7.33/7.61	c 8	decisions             : 1899          (0.58 % random) (1548 /sec)
7.33/7.61	c 8	propagations          : 103694         (84523 /sec)
7.33/7.61	c 8	conflict literals     : 757            (20.15 % deleted)
7.33/7.61	c 8	Memory used           : 88.21 MB
7.33/7.61	c 8	CPU time              : 1.22681 s
7.33/7.61	c 8	
7.33/7.61	c 8	SATISFIABLE
7.33/7.62	c 8	OK
7.33/7.62	c 8	FOUND: _COST <= 89
7.33/7.62	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.33/7.62	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.34/7.71	c 8	Decoding HOME/temp.out
7.34/7.88	c 8	OBJECTIVE _COST 89
7.34/7.88	o 89
7.34/7.88	v 0 0 6 22 25 5 21 25 6 19 27 5 26 26 6 21 26 6 21 27 6 20 27 6 5 27 5 25 25 6 12 27 5 24 26 6 22 25 5 13 26 6 6 26 6 24 27 6 21 26 6 6 26 6 25 25 6 26 25 5 25 25 6 23 26 6 27 27 6 22 25 6 24 27 6 25 25 6 27 27 6 22 26 5 14 13 12 14 12 14 14 14 13 12 13 12 13 12 14 14 14 14 14 14 12 12 14 14 14 14 14 13
7.34/7.89	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.34/7.95	c 8	OK
7.34/7.95	c 8	OBJECTIVE BOUND: 0 <= _COST <= 89
7.34/7.95	c 8	SEARCHING: _COST <= 44
7.34/7.95	c 8	============================[ Search Statistics ]==============================
7.34/7.95	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.34/7.95	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.34/7.95	c 8	===============================================================================
7.34/7.95	c 8	|        49 |   14929  2074093  6173015 |   691364       49     15 |  0.000 % |
7.65/8.00	c 8	===============================================================================
7.65/8.00	c 8	restarts              : 4
7.65/8.00	c 8	conflicts             : 129           (100 /sec)
7.65/8.00	c 8	decisions             : 2328          (0.56 % random) (1798 /sec)
7.65/8.00	c 8	propagations          : 147783         (114136 /sec)
7.65/8.00	c 8	conflict literals     : 1773           (18.41 % deleted)
7.65/8.00	c 8	Memory used           : 88.34 MB
7.65/8.00	c 8	CPU time              : 1.2948 s
7.65/8.00	c 8	
7.65/8.00	c 8	SATISFIABLE
7.65/8.01	c 8	OK
7.65/8.01	c 8	FOUND: _COST <= 44
7.65/8.01	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.65/8.01	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.65/8.09	c 8	Decoding HOME/temp.out
7.69/8.44	c 9	OBJECTIVE _COST 44
7.69/8.44	o 44
7.69/8.45	v 0 0 0 26 25 5 13 25 6 19 27 5 26 26 5 25 26 6 5 27 5 22 27 6 5 27 5 11 25 4 18 27 4 24 26 6 12 25 5 22 26 6 22 26 6 20 27 6 25 26 5 22 26 6 13 25 6 14 25 0 27 25 6 27 26 5 23 27 6 21 25 0 27 27 6 21 25 0 6 27 6 7 26 0 14 13 12 13 13 12 13 12 13 11 11 10 13 12 12 12 13 12 12 14 1 13 12 14 1 14 1 14
7.69/8.45	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.69/8.51	c 9	OK
7.69/8.51	c 9	OBJECTIVE BOUND: 0 <= _COST <= 44
7.69/8.51	c 9	SEARCHING: _COST <= 22
7.69/8.52	c 9	============================[ Search Statistics ]==============================
7.69/8.53	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.69/8.53	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.69/8.53	c 9	===============================================================================
7.69/8.53	c 9	|       129 |   13098  2074093  6173015 |   691364      129     14 |  0.000 % |
7.69/8.60	c 9	|       229 |   13098  2074093  6173015 |   760500      229     16 | 58.165 % |
8.21/8.62	c 9	===============================================================================
8.21/8.62	c 9	restarts              : 6
8.21/8.62	c 9	conflicts             : 246           (174 /sec)
8.21/8.62	c 9	decisions             : 2842          (0.56 % random) (2010 /sec)
8.21/8.62	c 9	propagations          : 250809         (177403 /sec)
8.21/8.62	c 9	conflict literals     : 3769           (17.69 % deleted)
8.21/8.62	c 9	Memory used           : 88.34 MB
8.21/8.62	c 9	CPU time              : 1.41379 s
8.21/8.62	c 9	
8.21/8.62	c 9	SATISFIABLE
8.21/8.63	c 9	OK
8.21/8.63	c 9	FOUND: _COST <= 22
8.21/8.63	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.21/8.63	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.28/8.73	c 9	Decoding HOME/temp.out
8.38/8.89	c 9	OBJECTIVE _COST 22
8.38/8.89	o 22
8.38/8.89	v 0 0 5 20 25 6 27 25 6 27 27 6 13 26 6 26 26 5 6 27 6 14 27 0 15 27 1 9 25 2 17 27 3 18 26 4 12 25 5 16 26 2 10 26 3 11 27 4 19 26 5 23 26 6 19 25 5 20 25 6 21 25 0 25 26 6 25 27 6 5 25 5 4 27 4 24 25 3 2 27 2 22 26 1 14 12 14 14 12 13 12 14 2 4 6 8 10 12 6 8 10 12 13 12 14 1 12 13 11 9 7 5
8.38/8.90	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.48/8.92	c 9	OK
8.48/8.92	c 9	OBJECTIVE BOUND: 0 <= _COST <= 22
8.48/8.92	c 9	SEARCHING: _COST <= 11
8.48/8.93	c 9	============================[ Search Statistics ]==============================
8.48/8.94	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.48/8.94	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.48/8.94	c 9	===============================================================================
8.48/8.94	c 9	|       246 |   11585  2074093  6173015 |   691364      246     15 | 58.165 % |
8.48/8.95	c 9	===============================================================================
8.48/8.95	c 9	restarts              : 7
8.48/8.95	c 9	conflicts             : 321           (222 /sec)
8.48/8.95	c 9	decisions             : 3147          (0.57 % random) (2172 /sec)
8.48/8.95	c 9	propagations          : 275336         (190047 /sec)
8.48/8.95	c 9	conflict literals     : 4883           (17.66 % deleted)
8.48/8.95	c 9	Memory used           : 88.34 MB
8.48/8.95	c 9	CPU time              : 1.44878 s
8.48/8.95	c 9	
8.48/8.95	c 9	SATISFIABLE
8.48/8.95	c 9	OK
8.48/8.95	c 9	FOUND: _COST <= 11
8.48/8.95	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.48/8.95	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.53/9.04	c 9	Decoding HOME/temp.out
8.53/9.19	c 10	OBJECTIVE _COST 11
8.53/9.19	o 11
8.53/9.19	v 0 0 0 24 25 6 6 25 6 20 27 6 21 26 0 13 26 6 20 27 6 5 27 5 4 27 4 10 25 3 23 27 2 3 26 3 16 25 2 8 26 1 9 26 2 15 27 1 14 26 0 22 26 6 26 25 5 26 25 5 18 25 4 13 26 6 27 27 6 12 25 5 25 27 4 19 25 5 11 27 4 17 26 3 14 1 14 14 14 1 12 13 11 9 7 6 7 5 4 5 3 1 13 13 11 12 12 13 11 10 11 9
8.53/9.20	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.53/9.23	c 10	OK
8.53/9.23	c 10	OBJECTIVE BOUND: 0 <= _COST <= 11
8.53/9.23	c 10	SEARCHING: _COST <= 5
8.53/9.23	c 10	============================[ Search Statistics ]==============================
8.53/9.23	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.53/9.23	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.53/9.23	c 10	===============================================================================
8.53/9.23	c 10	|       321 |   10231  2074093  6173015 |   691364      321     15 | 58.165 % |
8.53/9.26	c 10	===============================================================================
8.53/9.26	c 10	restarts              : 8
8.53/9.26	c 10	conflicts             : 405           (271 /sec)
8.53/9.26	c 10	decisions             : 3417          (0.53 % random) (2289 /sec)
8.53/9.26	c 10	propagations          : 309679         (207452 /sec)
8.53/9.26	c 10	conflict literals     : 7436           (14.80 % deleted)
8.53/9.26	c 10	Memory used           : 88.34 MB
8.53/9.26	c 10	CPU time              : 1.49277 s
8.53/9.26	c 10	
8.53/9.26	c 10	SATISFIABLE
8.53/9.27	c 10	OK
8.53/9.27	c 10	FOUND: _COST <= 5
8.53/9.27	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.53/9.27	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.81/9.36	c 10	Decoding HOME/temp.out
8.81/9.51	c 10	OBJECTIVE _COST 5
8.81/9.51	o 5
8.81/9.52	v 0 0 0 13 25 6 19 25 5 27 27 6 21 26 0 6 26 6 26 27 5 18 27 4 12 27 5 25 25 4 24 27 3 2 26 2 3 25 3 16 26 2 15 26 1 7 27 0 22 26 1 9 26 2 10 25 3 11 25 4 5 25 5 20 26 6 27 27 6 14 25 0 8 27 1 23 25 2 17 27 3 4 26 4 14 1 13 12 14 1 13 11 10 11 9 7 6 7 5 3 2 4 6 8 10 12 12 14 2 4 6 8
8.81/9.52	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.81/9.55	c 10	OK
8.81/9.55	c 10	OBJECTIVE BOUND: 0 <= _COST <= 5
8.81/9.55	c 10	SEARCHING: _COST <= 2
8.81/9.56	c 10	============================[ Search Statistics ]==============================
8.81/9.56	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.81/9.57	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.81/9.57	c 10	===============================================================================
8.81/9.57	c 10	|       405 |    8934  2074093  6173015 |   691364      405     18 | 58.165 % |
8.81/9.57	c 10	|       505 |    8934  2074093  6173015 |   760500      505     22 | 72.805 % |
8.81/9.58	c 10	|       656 |    8934  2074093  6173015 |   836550      656     22 | 72.805 % |
9.10/9.60	c 10	|       881 |    8934  2074093  6173015 |   920205      881     22 | 72.805 % |
9.10/9.64	c 10	|      1219 |    8934  2074093  6173015 |  1012226     1219     25 | 72.805 % |
9.10/9.69	c 10	|      1726 |    8934  2074093  6173015 |  1113449     1726     28 | 72.805 % |
9.19/9.75	c 10	|      2485 |    8934  2074093  6173015 |  1224794     2485     32 | 72.805 % |
9.29/9.85	c 10	|      3624 |    8934  2074093  6173015 |  1347273     3624     34 | 72.805 % |
9.48/10.01	c 10	|      5332 |    8934  2074093  6173015 |  1482000     5332     40 | 72.805 % |
9.78/10.32	c 11	===============================================================================
9.78/10.32	c 11	restarts              : 17
9.78/10.32	c 11	conflicts             : 7621          (3370 /sec)
9.78/10.32	c 11	decisions             : 15938         (0.31 % random) (7047 /sec)
9.78/10.32	c 11	propagations          : 1035581        (457886 /sec)
9.78/10.32	c 11	conflict literals     : 339230         (7.08 % deleted)
9.78/10.32	c 11	Memory used           : 89.63 MB
9.78/10.32	c 11	CPU time              : 2.26166 s
9.78/10.32	c 11	
9.78/10.32	c 11	SATISFIABLE
9.78/10.33	c 11	OK
9.78/10.33	c 11	FOUND: _COST <= 2
9.78/10.33	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.78/10.33	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.82/10.42	c 11	Decoding HOME/temp.out
9.82/10.77	c 11	OBJECTIVE _COST 2
9.82/10.77	o 2
9.82/10.77	v 0 0 0 8 25 1 16 25 2 17 27 3 11 26 4 12 26 5 25 27 4 10 27 3 23 27 2 15 25 1 14 27 0 27 26 6 26 25 5 20 26 6 7 26 0 22 27 1 9 26 2 10 26 3 18 25 4 3 25 3 2 25 2 24 26 3 4 27 4 19 25 5 13 27 6 5 25 5 6 27 6 21 26 0 14 2 4 6 8 10 11 9 7 5 3 1 13 12 14 2 4 6 8 9 7 6 8 10 12 13 12 14
9.82/10.77	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.82/10.82	c 11	OK
9.82/10.82	c 11	OBJECTIVE BOUND: 0 <= _COST <= 2
9.82/10.82	c 11	SEARCHING: _COST <= 1
9.82/10.83	c 11	============================[ Search Statistics ]==============================
9.82/10.84	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.82/10.84	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.82/10.84	c 11	===============================================================================
9.82/10.84	c 11	|      7621 |    7531  2074093  6173015 |   691364     7621     45 | 72.805 % |
9.82/10.84	c 11	|      7721 |    7531  2074093  6173015 |   760500     7721     44 | 79.153 % |
9.82/10.86	c 11	|      7872 |    7531  2074093  6173015 |   836550     7872     44 | 79.153 % |
9.82/10.89	c 11	|      8100 |    7531  2074093  6173015 |   920205     8100     44 | 79.153 % |
10.33/10.92	c 11	|      8438 |    7531  2074093  6173015 |  1012226     8438     43 | 79.153 % |
10.33/10.97	c 11	|      8944 |    7531  2074093  6173015 |  1113449     8944     43 | 79.153 % |
10.43/11.06	c 11	|      9704 |    7531  2074093  6173015 |  1224794     9704     42 | 79.153 % |
10.52/11.18	c 11	|     10844 |    7531  2074093  6173015 |  1347273    10844     42 | 79.153 % |
10.72/11.35	c 12	|     12552 |    7531  2074093  6173015 |  1482000    12552     42 | 79.153 % |
11.03/11.69	c 12	|     15114 |    7531  2074093  6173015 |  1630200    15114     43 | 79.153 % |
11.62/12.30	c 13	|     18958 |    7531  2074093  6173015 |  1793221    18958     50 | 79.153 % |
12.72/13.36	c 14	|     24725 |    7531  2074093  6173015 |  1972543    24725     52 | 79.153 % |
14.62/15.23	c 16	|     33374 |    7531  2074093  6173015 |  2169797    33374     62 | 79.153 % |
18.13/18.73	c 19	|     46350 |    7531  2074093  6173015 |  2386777    46350     70 | 79.153 % |
25.22/25.84	c 26	|     65813 |    7531  2074093  6173015 |  2625454    65813     68 | 79.153 % |
43.52/44.16	c 44	|     95005 |    7531  2074093  6173015 |  2888000    95005     72 | 79.153 % |
74.71/75.39	c 76	|    138795 |    5773    29383   103383 |  3176800   138737     80 | 79.153 % |
142.09/142.78	c 143	|    204480 |    5773    29383   103383 |  3494480   204422     82 | 79.153 % |
289.24/289.94	c 290	|    303007 |    5773    29383   103383 |  3843928   302949     90 | 79.153 % |
621.24/622.06	c 622	|    450797 |    5773    29383   103383 |  4228321   450739     95 | 79.153 % |
1399.52/1400.57	c 1401	|    672480 |    5773    29383   103383 |  4651153   672422    103 | 79.153 % |
3038.23/3043.06	c 3043	|   1005005 |    5773    29383   103383 |  5116268  1004947    109 | 79.153 % |
3600.02/3608.01	c ERROR INTERRUPTED
3600.14/3608.11	c 3608	CPU 3597.81 (0.06 0.03 3597.75 2.28)
3600.14/3608.11	c 3608	END Fri Jul 11 18:48:56 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-1108211-1215791328/watcher-1108211-1215791328 -o /tmp/evaluation-result-1108211-1215791328/solver-1108211-1215791328 -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-1108211-1215791328.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.01 2.01 2.04 4/92 11876
/proc/meminfo: memFree=1665488/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=12272 CPUtime=0
/proc/11876/stat : 11876 (sugar++) R 11874 11876 10918 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 35830202 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 265674259045 0 0 4224 0 0 0 0 17 1 0 0
/proc/11876/statm: 3068 364 274 3 0 168 0

[startup+0.015788 s]
/proc/loadavg: 2.01 2.01 2.04 4/92 11876
/proc/meminfo: memFree=1665488/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=12544 CPUtime=0
/proc/11876/stat : 11876 (sugar++) R 11874 11876 10918 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 35830202 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 265692288592 0 0 4224 0 0 0 0 17 1 0 0
/proc/11876/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101797 s]
/proc/loadavg: 2.01 2.01 2.04 4/92 11876
/proc/meminfo: memFree=1665488/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=16740 CPUtime=0.05
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 1219 128 0 0 4 1 0 0 16 0 1 0 35830202 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301816 s]
/proc/loadavg: 2.01 2.01 2.04 4/92 11876
/proc/meminfo: memFree=1665488/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=16740 CPUtime=0.05
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 1219 128 0 0 4 1 0 0 16 0 1 0 35830202 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701865 s]
/proc/loadavg: 2.01 2.01 2.04 4/92 11876
/proc/meminfo: memFree=1665488/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=16740 CPUtime=0.42
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 1296 4728 0 1 5 1 32 4 16 0 1 0 35830202 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50296 s]
/proc/loadavg: 2.01 2.01 2.04 4/103 11898
/proc/meminfo: memFree=1647536/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=16740 CPUtime=0.42
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 1297 4728 0 1 5 1 32 4 15 0 1 0 35830202 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4185 1104 409 3 0 764 0
[pid=11889] ppid=11876 vsize=5356 CPUtime=0
/proc/11889/stat : 11889 (sh) S 11876 11876 10918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35830251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11889/statm: 1339 233 193 169 0 50 0
[pid=11890] ppid=11889 vsize=868352 CPUtime=0.99
/proc/11890/stat : 11890 (java) S 11889 11876 10918 0 -1 0 8446 0 1 0 95 4 0 0 19 0 9 0 35830252 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11890/statm: 217088 7688 2540 9 0 211663 0
[pid=11890/tid=11891] ppid=11889 vsize=868352 CPUtime=0.47
/proc/11890/task/11891/stat : 11891 (java) R 11889 11876 10918 0 -1 64 2661 0 1 0 46 1 0 0 23 0 9 0 35830253 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11892] ppid=11889 vsize=868352 CPUtime=0.29
/proc/11890/task/11892/stat : 11892 (java) R 11889 11876 10918 0 -1 64 3636 0 0 0 28 1 0 0 16 0 9 0 35830254 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 104182539 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11893] ppid=11889 vsize=868352 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11889 11876 10918 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35830254 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11894] ppid=11889 vsize=868352 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11889 11876 10918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35830254 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11895] ppid=11889 vsize=868352 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11889 11876 10918 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 35830256 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11896] ppid=11889 vsize=868352 CPUtime=0.2
/proc/11890/task/11896/stat : 11896 (java) S 11889 11876 10918 0 -1 64 1456 0 0 0 20 0 0 0 16 0 9 0 35830256 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11897] ppid=11889 vsize=868352 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11889 11876 10918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35830256 889192448 7688 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11898] ppid=11889 vsize=868352 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11889 11876 10918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35830256 889192448 7688 996147200 134512640 134550740 4294955920 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) 890448

[startup+3.10214 s]
/proc/loadavg: 2.01 2.01 2.04 4/103 11898
/proc/meminfo: memFree=1637808/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=16740 CPUtime=0.42
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 1297 4728 0 1 5 1 32 4 15 0 1 0 35830202 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4185 1104 409 3 0 764 0
[pid=11889] ppid=11876 vsize=5356 CPUtime=0
/proc/11889/stat : 11889 (sh) S 11876 11876 10918 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35830251 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11889/statm: 1339 233 193 169 0 50 0
[pid=11890] ppid=11889 vsize=868464 CPUtime=2.58
/proc/11890/stat : 11890 (java) S 11889 11876 10918 0 -1 0 8912 0 1 0 246 12 0 0 19 0 9 0 35830252 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11890/statm: 217116 7777 2565 9 0 211663 0
[pid=11890/tid=11891] ppid=11889 vsize=868464 CPUtime=1.89
/proc/11890/task/11891/stat : 11891 (java) R 11889 11876 10918 0 -1 64 3087 0 1 0 181 8 0 0 25 0 9 0 35830253 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4126981878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11892] ppid=11889 vsize=868464 CPUtime=0.39
/proc/11890/task/11892/stat : 11892 (java) S 11889 11876 10918 0 -1 64 3641 0 0 0 37 2 0 0 16 0 9 0 35830254 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11893] ppid=11889 vsize=868464 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11889 11876 10918 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35830254 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11894] ppid=11889 vsize=868464 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11889 11876 10918 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35830254 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11895] ppid=11889 vsize=868464 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11889 11876 10918 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 35830256 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11896] ppid=11889 vsize=868464 CPUtime=0.26
/proc/11890/task/11896/stat : 11896 (java) S 11889 11876 10918 0 -1 64 1491 0 0 0 26 0 0 0 16 0 9 0 35830256 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11897] ppid=11889 vsize=868464 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11889 11876 10918 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35830256 889307136 7777 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11890/tid=11898] ppid=11889 vsize=868464 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11889 11876 10918 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35830256 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) 3
Current children cumulated vsize (KiB) 890560

[startup+6.3015 s]
/proc/loadavg: 2.01 2.01 2.04 3/103 11898
/proc/meminfo: memFree=1598640/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=16872 CPUtime=5.48
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 1489 14685 0 2 5 2 503 38 16 0 1 0 35830202 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4218 1147 413 3 0 797 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 16872

[startup+12.7022 s]
/proc/loadavg: 2.17 2.04 2.05 3/94 11979
/proc/meminfo: memFree=1524600/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 15 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=95240 CPUtime=4.3
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 23399 0 0 0 413 17 0 0 25 0 1 0 35830763 97525760 23332 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 23810 23332 80 151 0 23656 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 112244

[startup+25.5017 s]
/proc/loadavg: 2.22 2.05 2.05 3/94 11979
/proc/meminfo: memFree=1509056/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=109992 CPUtime=17.1
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 27077 0 0 0 1688 22 0 0 25 0 1 0 35830763 112631808 27010 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 27498 27010 80 151 0 27344 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 126996

[startup+51.1015 s]
/proc/loadavg: 2.14 2.05 2.05 3/94 11979
/proc/meminfo: memFree=1495936/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=120472 CPUtime=42.69
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 29691 0 0 0 4242 27 0 0 25 0 1 0 35830763 123363328 29624 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 30118 29624 80 151 0 29964 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 137476

[startup+102.307 s]
/proc/loadavg: 2.06 2.04 2.04 3/94 11979
/proc/meminfo: memFree=1490048/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=120740 CPUtime=93.88
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 29754 0 0 0 9361 27 0 0 25 0 1 0 35830763 123637760 29687 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 30185 29687 80 151 0 30031 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 137744

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.04 3/94 11979
/proc/meminfo: memFree=1483200/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=122204 CPUtime=153.86
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 30054 0 0 0 15359 27 0 0 25 0 1 0 35830763 125136896 29987 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 30551 29987 80 151 0 30397 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 139208

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.03 3/94 11979
/proc/meminfo: memFree=1458816/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=139848 CPUtime=213.84
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 34508 0 0 0 21350 34 0 0 25 0 1 0 35830763 143204352 34441 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 34962 34441 80 151 0 34808 0
Current children cumulated CPU time (s) 221.66
Current children cumulated vsize (KiB) 156852

[startup+282.301 s]

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

[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=498408 CPUtime=2910.39
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 123745 0 0 0 290893 146 0 0 25 0 1 0 35830763 510369792 123678 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 124602 123678 80 151 0 124448 0
Current children cumulated CPU time (s) 2918.21
Current children cumulated vsize (KiB) 515412

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1361040/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=503960 CPUtime=2970.05
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 125140 0 0 0 296858 147 0 0 25 0 1 0 35830763 516055040 125073 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 125990 125073 80 151 0 125836 0
Current children cumulated CPU time (s) 2977.87
Current children cumulated vsize (KiB) 520964

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1355536/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=509460 CPUtime=3029.72
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 126520 0 0 0 302823 149 0 0 25 0 1 0 35830763 521687040 126453 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 127365 126453 80 151 0 127211 0
Current children cumulated CPU time (s) 3037.54
Current children cumulated vsize (KiB) 526464

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1350864/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=514060 CPUtime=3089.37
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 127623 0 0 0 308787 150 0 0 25 0 1 0 35830763 526397440 127556 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 128515 127556 80 151 0 128361 0
Current children cumulated CPU time (s) 3097.19
Current children cumulated vsize (KiB) 531064

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1347920/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=517108 CPUtime=3149.02
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 128359 0 0 0 314751 151 0 0 25 0 1 0 35830763 529518592 128292 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 129277 128292 80 151 0 129123 0
Current children cumulated CPU time (s) 3156.84
Current children cumulated vsize (KiB) 534112

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1344912/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=519980 CPUtime=3208.69
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 129070 0 0 0 320717 152 0 0 25 0 1 0 35830763 532459520 129003 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 129995 129003 80 151 0 129841 0
Current children cumulated CPU time (s) 3216.51
Current children cumulated vsize (KiB) 536984

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1341776/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=522984 CPUtime=3268.34
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 129849 0 0 0 326681 153 0 0 25 0 1 0 35830763 535535616 129782 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 130746 129782 80 151 0 130592 0
Current children cumulated CPU time (s) 3276.16
Current children cumulated vsize (KiB) 539988

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1338448/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=526376 CPUtime=3328.01
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 130685 0 0 0 332647 154 0 0 25 0 1 0 35830763 539009024 130618 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 131594 130618 80 151 0 131440 0
Current children cumulated CPU time (s) 3335.83
Current children cumulated vsize (KiB) 543380

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1334736/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=531988 CPUtime=3387.68
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 131605 0 0 0 338613 155 0 0 25 0 1 0 35830763 544755712 131538 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 132997 131538 80 151 0 132843 0
Current children cumulated CPU time (s) 3395.5
Current children cumulated vsize (KiB) 548992

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1331344/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=535168 CPUtime=3447.33
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 132408 0 0 0 344577 156 0 0 25 0 1 0 35830763 548012032 132341 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 133792 132341 80 151 0 133638 0
Current children cumulated CPU time (s) 3455.15
Current children cumulated vsize (KiB) 552172

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1327888/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=538812 CPUtime=3506.98
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 133305 0 0 0 350541 157 0 0 25 0 1 0 35830763 551743488 133238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 134703 133238 80 151 0 134549 0
Current children cumulated CPU time (s) 3514.8
Current children cumulated vsize (KiB) 555816

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1324688/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=541896 CPUtime=3566.65
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 134078 0 0 0 356507 158 0 0 25 0 1 0 35830763 554901504 134011 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 135474 134011 80 151 0 135320 0
Current children cumulated CPU time (s) 3574.47
Current children cumulated vsize (KiB) 558900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1323344/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=17004 CPUtime=7.82
/proc/11876/stat : 11876 (sugar++) S 11874 11876 10918 0 -1 4194304 2067 46205 0 10 6 3 712 61 16 0 1 0 35830202 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11876/statm: 4251 1150 414 3 0 830 0
[pid=11899] ppid=11876 vsize=543084 CPUtime=3592.2
/proc/11899/stat : 11899 (minisat-inc) R 11876 11876 10918 0 -1 4194304 134400 0 0 0 359062 158 0 0 25 0 1 0 35830763 556118016 134333 996147200 134512640 135134323 4294956192 18446744073709551615 134531839 0 0 4096 3 0 0 0 17 0 0 0
/proc/11899/statm: 135771 134333 80 151 0 135617 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 560088

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

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

[startup+3608.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 12025
/proc/meminfo: memFree=1323344/2055920 swapFree=4192812/4192956
[pid=11876] ppid=11874 vsize=0 CPUtime=3600.14
/proc/11876/stat : 11876 (sugar++) Z 11874 11876 10918 0 -1 4194316 2146 180605 0 10 6 5 359775 228 15 0 1 0 35830202 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/11876/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.14
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3608.12
CPU time (s): 3600.16
CPU user time (s): 3597.82
CPU system time (s): 2.34264
CPU usage (%): 99.7796
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.82
system time used= 2.34264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182751
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= 12925
involuntary context switches= 32095

runsolver used 5.52416 second user time and 13.9299 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-11 17:48:48
IDJOB=1108211
IDBENCH=60691
IDSOLVER=367
FILE ID=node76/1108211-1215791328
PBS_JOBID= 7903063
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-0_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-1108211-1215791328/watcher-1108211-1215791328 -o /tmp/evaluation-result-1108211-1215791328/solver-1108211-1215791328 -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-1108211-1215791328.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cb34d25203138afe46792c1f92dd025
RANDOM SEED=1708033285

node76.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1665968 kB
Buffers:          7160 kB
Cached:          84572 kB
SwapCached:          0 kB
Active:         329328 kB
Inactive:        11996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             908 kB
Writeback:           0 kB
Mapped:         262052 kB
Slab:            31308 kB
Committed_AS:   436604 kB
PageTables:       3944 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= 66488 MiB
End job on node76 at 2008-07-11 18:48:58