Trace number 1108091

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.14 3611.9

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-8_ext.xml
MD5SUM4bffe1c84c3ac08270f47caf386cacb7
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 benchmark1601.91
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:19:52 2008
0.00/0.07	c 0	PID 13058
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1108091-1215789592.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-1108091-1215789592.xml' 'HOME/temp.csp'
0.06/0.53	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.50/0.62	c 1	Parsing HOME/temp.csp
0.50/0.77	c 1	parsed 1385 expressions
0.50/0.77	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.79	c 1	MAX CSP: 1261 constraints
0.50/0.79	c 1	Converting to clausal form CSP
0.50/0.83	c 1	converted 265 (10%) expressions
0.50/0.87	c 1	converted 530 (20%) expressions
0.50/0.90	c 1	converted 795 (30%) expressions
0.50/0.93	c 1	converted 1060 (40%) expressions
0.94/1.02	c 1	converted 1325 (50%) expressions
0.94/1.08	c 1	converted 1590 (60%) expressions
1.04/1.11	c 2	converted 1855 (70%) expressions
1.04/1.13	c 2	converted 2120 (80%) expressions
1.04/1.16	c 2	converted 2385 (90%) expressions
1.23/1.37	c 2	converted 2649 (100%) expressions
1.23/1.37	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.23/1.37	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.37	c 2	Propagation in CSP
1.35/1.43	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.35/1.44	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.35/1.44	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.44	c 2	Simplifing CSP by introducing new Boolean variables
1.35/1.44	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.35/1.44	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.45/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.45/1.53	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.45/1.54	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.45/1.54	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.45/1.54	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.45/1.54	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.45/1.55	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.45/1.55	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.45/1.55	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.45/1.57	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.45/1.57	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.54/1.67	c 2	379 (10%) CSP clauses are encoded (29030 clauses, 451532 bytes)
1.64/1.76	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573705 bytes)
1.74/1.84	c 2	1135 (30%) CSP clauses are encoded (38852 clauses, 698470 bytes)
1.74/1.89	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911123 bytes)
1.94/2.05	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657335 bytes)
2.04/2.11	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3159156 bytes)
2.44/2.56	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466198 bytes)
2.54/2.62	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134704 bytes)
4.04/4.17	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072245 bytes)
5.33/5.49	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084450 bytes)
5.33/5.49	c 6	3782 CSP clauses encoded
5.33/5.49	c 6	Writing map file : HOME/temp.map
5.43/5.52	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.43/5.52	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084450 bytes
5.43/5.52	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.43/5.55	c 6	OBJECTIVE minimize _COST
5.43/5.55	c 6	SOLVING HOME/temp.cnf
5.43/5.55	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.43/5.55	c 6	This is MiniSat 2.0 beta incremental
5.43/5.55	c 6	WARNING: for repeatability, setting FPU to use double precision
5.43/5.55	c 6	============================[ Problem Statistics ]=============================
5.43/5.55	c 6	|                                                                             |
5.43/5.55	c 6	|  Number of variables:  27692                                                |
5.43/5.55	c 6	|  Number of clauses:    2074093                                              |
5.47/6.44	c 7	|  Parsing time:         0.76         s                                       |
5.47/6.48	c 7	OK
5.47/6.48	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
5.47/6.48	c 7	SEARCHING: _COST <= 631
5.47/6.48	c 7	============================[ Search Statistics ]==============================
5.47/6.48	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.47/6.48	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.47/6.48	c 7	===============================================================================
5.47/6.48	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
6.50/6.67	c 7	===============================================================================
6.50/6.68	c 7	restarts              : 1
6.50/6.68	c 7	conflicts             : 55            (56 /sec)
6.50/6.68	c 7	decisions             : 336           (1.19 % random) (343 /sec)
6.50/6.68	c 7	propagations          : 33968          (34702 /sec)
6.50/6.68	c 7	conflict literals     : 810            (22.71 % deleted)
6.50/6.68	c 7	Memory used           : 87.29 MB
6.50/6.68	c 7	CPU time              : 0.978851 s
6.50/6.68	c 7	
6.50/6.68	c 7	SATISFIABLE
6.50/6.69	c 7	OK
6.50/6.69	c 7	FOUND: _COST <= 631
6.50/6.69	s SATISFIABLE
6.50/6.69	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.50/6.69	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.58/6.76	c 7	Decoding HOME/temp.out
6.58/6.95	c 7	OBJECTIVE _COST 358
6.58/6.95	o 358
6.58/6.95	v 0 0 4 24 27 3 26 25 5 6 27 6 19 25 5 5 26 5 25 27 4 26 27 5 27 26 6 12 26 5 23 27 6 13 27 6 21 27 5 25 25 4 12 27 5 22 27 6 24 26 3 20 26 6 26 27 5 20 27 6 21 25 0 7 26 0 6 27 6 7 27 0 27 26 6 13 25 6 23 26 6 14 26 0 14 9 14 12 13 14 11 10 12 13 12 14 13 14 10 12 9 14 13 12 14 14 14 14 12 14 14 14
6.58/6.96	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.85/7.00	c 7	OK
6.85/7.00	c 7	OBJECTIVE BOUND: 0 <= _COST <= 358
6.85/7.00	c 7	SEARCHING: _COST <= 179
6.85/7.00	c 7	============================[ Search Statistics ]==============================
6.85/7.00	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.85/7.00	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.85/7.00	c 7	===============================================================================
6.85/7.00	c 7	|        55 |   27692  2074093  6173015 |   691364       55     15 |  0.000 % |
6.85/7.09	c 7	===============================================================================
6.85/7.09	c 7	restarts              : 2
6.85/7.09	c 7	conflicts             : 66            (61 /sec)
6.85/7.09	c 7	decisions             : 1294          (0.70 % random) (1202 /sec)
6.85/7.09	c 7	propagations          : 65890          (61189 /sec)
6.85/7.09	c 7	conflict literals     : 916            (21.03 % deleted)
6.85/7.09	c 7	Memory used           : 88.07 MB
6.85/7.09	c 7	CPU time              : 1.07684 s
6.85/7.09	c 7	
6.85/7.09	c 7	SATISFIABLE
6.94/7.10	c 7	OK
6.94/7.10	c 7	FOUND: _COST <= 179
6.94/7.10	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.94/7.10	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.94/7.17	c 8	Decoding HOME/temp.out
6.94/7.34	c 8	OBJECTIVE _COST 179
6.94/7.34	o 179
6.94/7.34	v 0 0 6 26 27 6 12 25 5 25 27 4 24 25 6 14 25 0 27 25 6 27 27 6 26 26 4 17 26 3 23 27 2 27 25 6 12 27 5 27 27 6 22 26 6 19 27 5 25 27 6 21 26 0 20 27 6 27 27 6 26 25 5 23 26 5 27 27 6 24 26 5 27 26 6 20 25 6 19 26 5 24 25 6 14 14 13 11 12 14 14 14 14 9 7 12 14 12 12 13 12 14 1 14 13 12 12 14 12 12 13 12
6.94/7.35	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.94/7.36	c 8	OK
6.94/7.36	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
6.94/7.36	c 8	SEARCHING: _COST <= 89
6.94/7.37	c 8	============================[ Search Statistics ]==============================
6.94/7.38	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.94/7.38	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.94/7.38	c 8	===============================================================================
6.94/7.38	c 8	|        66 |   17486  2074093  6173015 |   691364       66     14 |  0.000 % |
7.34/7.50	c 8	|       166 |   17486  2074093  6173015 |   760500      166     18 | 46.089 % |
7.34/7.54	c 8	===============================================================================
7.34/7.54	c 8	restarts              : 4
7.34/7.54	c 8	conflicts             : 179           (141 /sec)
7.34/7.54	c 8	decisions             : 2026          (0.79 % random) (1599 /sec)
7.34/7.54	c 8	propagations          : 219298         (173111 /sec)
7.34/7.54	c 8	conflict literals     : 3027           (23.06 % deleted)
7.34/7.54	c 8	Memory used           : 88.20 MB
7.34/7.54	c 8	CPU time              : 1.26681 s
7.34/7.54	c 8	
7.34/7.54	c 8	SATISFIABLE
7.34/7.55	c 8	OK
7.34/7.55	c 8	FOUND: _COST <= 89
7.34/7.55	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.34/7.55	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.43/7.63	c 8	Decoding HOME/temp.out
7.53/7.77	c 8	OBJECTIVE _COST 89
7.53/7.77	o 89
7.53/7.78	v 0 0 0 13 27 6 5 25 5 23 27 6 27 25 6 27 25 6 27 25 6 27 27 6 27 26 6 19 26 5 27 27 6 24 25 3 18 27 4 22 25 5 24 26 6 26 27 5 26 26 5 25 26 4 25 27 6 27 27 6 24 25 3 13 26 6 21 27 0 12 26 5 20 26 6 6 25 6 26 26 5 23 25 6 14 1 13 12 14 12 12 14 14 13 12 9 8 10 12 13 14 11 12 12 14 8 14 14 12 12 13 12
7.53/7.78	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.62/7.82	c 8	OK
7.62/7.82	c 8	OBJECTIVE BOUND: 0 <= _COST <= 89
7.62/7.82	c 8	SEARCHING: _COST <= 44
7.62/7.82	c 8	============================[ Search Statistics ]==============================
7.62/7.82	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.62/7.82	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.62/7.82	c 8	===============================================================================
7.62/7.82	c 8	|       179 |   14929  2074093  6173015 |   691364      179     17 | 46.089 % |
7.71/7.92	c 8	|       279 |   14927  2074093  6173015 |   760500      279     17 | 52.701 % |
7.71/7.95	c 8	===============================================================================
7.71/7.95	c 8	restarts              : 6
7.71/7.95	c 8	conflicts             : 300           (213 /sec)
7.71/7.95	c 8	decisions             : 2753          (0.65 % random) (1958 /sec)
7.71/7.95	c 8	propagations          : 333468         (237211 /sec)
7.71/7.95	c 8	conflict literals     : 4951           (20.54 % deleted)
7.71/7.95	c 8	Memory used           : 88.32 MB
7.71/7.95	c 8	CPU time              : 1.40579 s
7.71/7.95	c 8	
7.71/7.95	c 8	SATISFIABLE
7.71/7.96	c 8	OK
7.71/7.96	c 8	FOUND: _COST <= 44
7.71/7.96	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.71/7.96	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.77/8.03	c 8	Decoding HOME/temp.out
7.77/8.20	c 9	OBJECTIVE _COST 44
7.77/8.20	o 44
7.77/8.20	v 0 0 0 22 27 1 21 25 0 23 27 6 20 25 6 27 25 5 6 25 6 20 27 6 5 26 5 26 26 6 26 27 6 13 25 6 23 27 6 14 25 0 24 26 6 7 27 0 27 26 6 17 26 3 13 27 6 12 27 5 25 25 4 24 26 3 18 27 4 19 26 5 27 26 6 11 25 4 26 26 5 23 25 6 14 2 3 1 14 13 12 14 13 12 14 14 12 14 1 14 1 9 12 13 11 9 8 10 12 11 10 12
7.77/8.21	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.77/8.22	c 9	OK
7.77/8.22	c 9	OBJECTIVE BOUND: 0 <= _COST <= 44
7.77/8.22	c 9	SEARCHING: _COST <= 22
7.77/8.23	c 9	============================[ Search Statistics ]==============================
7.77/8.24	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/8.24	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/8.24	c 9	===============================================================================
7.77/8.24	c 9	|       300 |   13098  2074093  6173015 |   691364      300     17 | 52.701 % |
7.77/8.27	c 9	|       400 |   13098  2074093  6173015 |   760500      400     16 | 58.165 % |
7.77/8.30	c 9	|       552 |   13098  2074093  6173015 |   836550      552     18 | 58.165 % |
8.10/8.32	c 9	===============================================================================
8.10/8.32	c 9	restarts              : 9
8.10/8.32	c 9	conflicts             : 565           (373 /sec)
8.10/8.32	c 9	decisions             : 3694          (0.51 % random) (2437 /sec)
8.10/8.32	c 9	propagations          : 420347         (277316 /sec)
8.10/8.32	c 9	conflict literals     : 10105          (14.73 % deleted)
8.10/8.32	c 9	Memory used           : 88.32 MB
8.10/8.32	c 9	CPU time              : 1.51577 s
8.10/8.32	c 9	
8.10/8.32	c 9	SATISFIABLE
8.10/8.33	c 9	OK
8.10/8.33	c 9	FOUND: _COST <= 22
8.10/8.33	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.10/8.33	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.13/8.40	c 9	Decoding HOME/temp.out
8.13/8.55	c 9	OBJECTIVE _COST 22
8.13/8.55	o 22
8.13/8.55	v 0 0 0 15 27 1 14 25 0 26 27 6 12 25 5 6 25 6 19 25 5 26 27 6 25 26 5 26 26 6 20 27 6 26 25 6 27 27 6 26 25 5 13 26 6 7 27 0 22 26 1 21 26 0 8 27 1 16 27 2 17 25 3 11 26 4 24 27 3 23 26 2 10 26 3 4 25 4 5 26 5 18 25 4 14 2 3 1 13 12 13 12 13 12 14 14 14 13 12 14 2 3 2 4 6 8 9 7 6 8 10 11
8.13/8.56	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.13/8.59	c 9	OK
8.13/8.59	c 9	OBJECTIVE BOUND: 0 <= _COST <= 22
8.13/8.59	c 9	SEARCHING: _COST <= 11
8.13/8.59	c 9	============================[ Search Statistics ]==============================
8.13/8.59	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.13/8.59	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.13/8.59	c 9	===============================================================================
8.13/8.59	c 9	|       565 |   11585  2074093  6173015 |   691364      565     18 | 58.165 % |
8.38/8.61	c 9	===============================================================================
8.38/8.61	c 9	restarts              : 10
8.38/8.61	c 9	conflicts             : 631           (408 /sec)
8.38/8.61	c 9	decisions             : 3967          (0.48 % random) (2563 /sec)
8.38/8.61	c 9	propagations          : 436433         (281976 /sec)
8.38/8.61	c 9	conflict literals     : 11692          (13.74 % deleted)
8.38/8.61	c 9	Memory used           : 88.32 MB
8.38/8.61	c 9	CPU time              : 1.54776 s
8.38/8.61	c 9	
8.38/8.61	c 9	SATISFIABLE
8.38/8.62	c 9	OK
8.38/8.62	c 9	FOUND: _COST <= 11
8.38/8.62	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.38/8.62	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.38/8.70	c 9	Decoding HOME/temp.out
8.56/8.86	c 9	OBJECTIVE _COST 11
8.56/8.86	o 11
8.56/8.86	v 0 0 0 8 27 1 23 25 2 15 27 1 21 25 0 6 25 6 19 25 5 18 27 4 24 26 3 25 26 4 14 27 0 25 25 6 11 27 4 26 25 5 20 26 6 12 27 5 27 26 6 5 26 5 13 27 6 7 27 0 22 25 1 9 26 2 17 27 3 16 26 2 10 26 3 4 25 4 3 26 3 2 25 2 14 2 4 5 3 1 13 11 9 8 10 14 14 10 12 13 12 13 12 14 2 4 6 7 6 8 9 7
8.56/8.87	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.56/8.88	c 9	OK
8.56/8.88	c 9	OBJECTIVE BOUND: 0 <= _COST <= 11
8.56/8.88	c 9	SEARCHING: _COST <= 5
8.56/8.89	c 9	============================[ Search Statistics ]==============================
8.56/8.90	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.56/8.90	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.56/8.90	c 9	===============================================================================
8.56/8.90	c 9	|       631 |   10231  2074093  6173015 |   691364      631     19 | 58.165 % |
8.65/8.91	c 9	|       731 |   10231  2074093  6173015 |   760500      731     20 | 67.738 % |
8.65/8.92	c 9	|       883 |   10231  2074093  6173015 |   836550      883     22 | 67.738 % |
8.65/8.93	c 9	===============================================================================
8.65/8.93	c 9	restarts              : 13
8.65/8.93	c 9	conflicts             : 1001          (622 /sec)
8.65/8.93	c 9	decisions             : 4896          (0.43 % random) (3043 /sec)
8.65/8.93	c 9	propagations          : 487802         (303217 /sec)
8.65/8.93	c 9	conflict literals     : 22788          (10.78 % deleted)
8.65/8.93	c 9	Memory used           : 88.32 MB
8.65/8.93	c 9	CPU time              : 1.60875 s
8.65/8.93	c 9	
8.65/8.93	c 9	SATISFIABLE
8.65/8.94	c 9	OK
8.65/8.94	c 9	FOUND: _COST <= 5
8.65/8.94	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.65/8.94	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.69/9.02	c 9	Decoding HOME/temp.out
8.69/9.18	c 10	OBJECTIVE _COST 5
8.69/9.18	o 5
8.69/9.18	v 0 0 0 22 27 1 21 25 0 6 27 6 5 25 5 11 25 4 16 25 5 4 27 4 3 26 3 9 26 2 10 27 3 2 25 2 8 27 1 23 25 2 17 26 3 25 27 4 12 26 5 18 26 4 24 27 3 16 27 6 26 25 5 27 26 6 19 27 5 13 26 6 14 26 0 20 25 6 7 26 0 15 25 1 14 2 3 1 13 11 10 11 9 7 6 7 5 4 6 8 10 11 9 8 13 12 13 12 14 1 14 2
8.69/9.19	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.70/9.20	c 10	OK
8.70/9.20	c 10	OBJECTIVE BOUND: 0 <= _COST <= 5
8.70/9.20	c 10	SEARCHING: _COST <= 2
8.95/9.65	c 10	============================[ Search Statistics ]==============================
8.95/9.65	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.95/9.65	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.95/9.65	c 10	===============================================================================
8.95/9.65	c 10	|      1001 |    8934  2074093  6173015 |   691364     1001     23 | 67.738 % |
8.95/9.65	c 10	|      1101 |    8934  2074093  6173015 |   760500     1101     23 | 72.805 % |
8.95/9.67	c 10	|      1252 |    8934  2074093  6173015 |   836550     1252     24 | 72.805 % |
8.95/9.69	c 10	|      1478 |    8934  2074093  6173015 |   920205     1478     24 | 72.805 % |
9.01/9.72	c 10	|      1816 |    8934  2074093  6173015 |  1012226     1816     26 | 72.805 % |
9.01/9.76	c 10	|      2322 |    8934  2074093  6173015 |  1113449     2322     27 | 72.805 % |
9.11/9.83	c 10	|      3081 |    8934  2074093  6173015 |  1224794     3081     30 | 72.805 % |
9.21/9.94	c 10	|      4220 |    8934  2074093  6173015 |  1347273     4220     38 | 72.805 % |
9.21/9.95	c 10	===============================================================================
9.21/9.95	c 10	restarts              : 21
9.21/9.95	c 10	conflicts             : 4289          (2227 /sec)
9.21/9.95	c 10	decisions             : 11351         (0.26 % random) (5894 /sec)
9.21/9.95	c 10	propagations          : 794054         (412344 /sec)
9.21/9.95	c 10	conflict literals     : 161949         (7.32 % deleted)
9.21/9.95	c 10	Memory used           : 88.84 MB
9.21/9.95	c 10	CPU time              : 1.92571 s
9.21/9.95	c 10	
9.21/9.95	c 10	SATISFIABLE
9.21/9.96	c 10	OK
9.21/9.96	c 10	FOUND: _COST <= 2
9.21/9.96	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.21/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'
9.27/10.04	c 10	Decoding HOME/temp.out
9.27/10.18	c 11	OBJECTIVE _COST 2
9.27/10.18	o 2
9.27/10.19	v 0 0 0 20 27 6 21 25 0 6 27 6 5 25 5 13 25 6 19 25 5 27 27 6 14 26 0 17 26 6 7 27 0 15 25 1 23 27 2 8 25 1 16 26 2 3 27 3 25 26 4 10 26 3 9 27 2 22 27 1 2 25 2 17 26 3 11 27 4 26 26 5 18 26 4 24 25 3 4 26 4 12 25 5 14 1 14 1 13 12 13 12 14 1 14 2 4 5 4 6 8 9 7 5 4 6 8 10 11 9 8 10
9.27/10.19	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.27/10.22	c 11	OK
9.27/10.22	c 11	OBJECTIVE BOUND: 0 <= _COST <= 2
9.27/10.22	c 11	SEARCHING: _COST <= 1
9.27/10.23	c 11	============================[ Search Statistics ]==============================
9.27/10.24	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.27/10.24	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.27/10.24	c 11	===============================================================================
9.27/10.24	c 11	|      4289 |    7531  2074093  6173015 |   691364     4289     38 | 72.805 % |
9.27/10.24	c 11	|      4389 |    7531  2074093  6173015 |   760500     4389     37 | 79.153 % |
9.27/10.26	c 11	|      4539 |    7531  2074093  6173015 |   836550     4539     38 | 79.153 % |
9.27/10.28	c 11	|      4764 |    7531  2074093  6173015 |   920205     4764     37 | 79.153 % |
9.58/10.31	c 11	|      5101 |    7531  2074093  6173015 |  1012226     5101     37 | 79.153 % |
9.58/10.36	c 11	|      5608 |    7531  2074093  6173015 |  1113449     5608     38 | 79.153 % |
9.68/10.43	c 11	|      6367 |    7531  2074093  6173015 |  1224794     6367     38 | 79.153 % |
9.78/10.54	c 11	|      7508 |    7531  2074093  6173015 |  1347273     7508     39 | 79.153 % |
9.98/10.71	c 11	|      9216 |    7531  2074093  6173015 |  1482000     9216     40 | 79.153 % |
10.37/11.12	c 12	|     11779 |    7531  2074093  6173015 |  1630200    11779     47 | 79.153 % |
10.76/11.57	c 12	|     15623 |    7531  2074093  6173015 |  1793221    15623     47 | 79.153 % |
11.75/12.53	c 13	|     21389 |    7531  2074093  6173015 |  1972543    21389     52 | 79.153 % |
13.55/14.31	c 15	|     30038 |    7531  2074093  6173015 |  2169797    30038     62 | 79.153 % |
16.71/17.60	c 18	|     43012 |    7531  2074093  6173015 |  2386777    43012     70 | 79.153 % |
22.85/23.75	c 24	|     62473 |    7531  2074093  6173015 |  2625454    62473     77 | 79.153 % |
35.63/36.68	c 37	|     91665 |    7531  2074093  6173015 |  2888000    91665     70 | 79.153 % |
65.75/67.07	c 67	|    135454 |    5773    29383   103383 |  3176800   135343     79 | 79.153 % |
135.47/137.43	c 138	|    201140 |    5773    29383   103383 |  3494480   201029     76 | 79.153 % |
266.43/269.69	c 270	|    299667 |    5773    29383   103383 |  3843928   299556     88 | 79.153 % |
557.08/563.00	c 563	|    447457 |    5773    29383   103383 |  4228321   447346     97 | 79.153 % |
1216.15/1226.02	c 1226	|    669141 |    5773    29383   103383 |  4651153   669030    106 | 79.153 % |
3152.13/3163.76	c 3164	|   1001666 |    5773    29383   103383 |  5116268  1001555    102 | 79.153 % |
3600.02/3611.81	c ERROR INTERRUPTED
3600.02/3611.90	c 3612	CPU 3598 (0.08 0.03 3597.92 2.07)
3600.02/3611.90	c 3612	END Fri Jul 11 18:20:04 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-1108091-1215789592/watcher-1108091-1215789592 -o /tmp/evaluation-result-1108091-1215789592/solver-1108091-1215789592 -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-1108091-1215789592.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 13058
/proc/meminfo: memFree=1656152/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=12268 CPUtime=0
/proc/13058/stat : 13058 (sugar++) R 13056 13058 12270 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 35662316 12562432 318 996147200 4194304 4206940 548682068528 18446744073709551615 228720454000 0 0 4224 0 0 0 0 17 0 0 0
/proc/13058/statm: 3068 321 242 3 0 168 0

[startup+0.0998539 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 13058
/proc/meminfo: memFree=1656152/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16740 CPUtime=0.06
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 35662316 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102852 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 13058
/proc/meminfo: memFree=1656152/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16740 CPUtime=0.06
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 35662316 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302884 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 13058
/proc/meminfo: memFree=1656152/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16740 CPUtime=0.06
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 35662316 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702953 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 13058
/proc/meminfo: memFree=1656152/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16740 CPUtime=0.5
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1296 4729 0 1 5 1 41 3 15 0 1 0 35662316 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+1.50109 s]
/proc/loadavg: 2.00 2.02 2.00 4/93 13080
/proc/meminfo: memFree=1639296/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16740 CPUtime=0.51
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1297 4729 0 1 5 2 41 3 15 0 1 0 35662316 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4185 1104 409 3 0 764 0
[pid=13071] ppid=13058 vsize=5356 CPUtime=0
/proc/13071/stat : 13071 (sh) S 13058 13058 12270 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35662371 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13071/statm: 1339 233 193 169 0 50 0
[pid=13072] ppid=13071 vsize=868452 CPUtime=0.94
/proc/13072/stat : 13072 (java) S 13071 13058 12270 0 -1 0 8462 0 1 0 89 5 0 0 20 0 9 0 35662371 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13072/statm: 217113 7704 2540 9 0 211688 0
[pid=13072/tid=13073] ppid=13071 vsize=868452 CPUtime=0.45
/proc/13072/task/13073/stat : 13073 (java) R 13071 13058 12270 0 -1 64 2661 0 1 0 44 1 0 0 25 0 9 0 35662372 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13074] ppid=13071 vsize=868452 CPUtime=0.26
/proc/13072/task/13074/stat : 13074 (java) R 13071 13058 12270 0 -1 64 3636 0 0 0 25 1 0 0 16 0 9 0 35662373 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13071 vsize=868452 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13071 13058 12270 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35662374 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13071 vsize=868452 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13071 13058 12270 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35662374 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13071 vsize=868452 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13071 13058 12270 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35662375 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13071 vsize=868452 CPUtime=0.19
/proc/13072/task/13078/stat : 13078 (java) S 13071 13058 12270 0 -1 64 1471 0 0 0 18 1 0 0 16 0 9 0 35662375 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13071 vsize=868452 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13071 13058 12270 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35662375 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13071 vsize=868452 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13071 13058 12270 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35662375 889294848 7704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890548

[startup+3.10137 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 13080
/proc/meminfo: memFree=1628544/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16740 CPUtime=0.51
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1297 4729 0 1 5 2 41 3 15 0 1 0 35662316 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4185 1104 409 3 0 764 0
[pid=13071] ppid=13058 vsize=5356 CPUtime=0
/proc/13071/stat : 13071 (sh) S 13058 13058 12270 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35662371 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13071/statm: 1339 233 193 169 0 50 0
[pid=13072] ppid=13071 vsize=868500 CPUtime=2.53
/proc/13072/stat : 13072 (java) S 13071 13058 12270 0 -1 0 8938 0 1 0 240 13 0 0 20 0 9 0 35662371 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13072/statm: 217125 7794 2565 9 0 211672 0
[pid=13072/tid=13073] ppid=13071 vsize=868500 CPUtime=1.88
/proc/13072/task/13073/stat : 13073 (java) R 13071 13058 12270 0 -1 64 3097 0 1 0 180 8 0 0 25 0 9 0 35662372 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13074] ppid=13071 vsize=868500 CPUtime=0.37
/proc/13072/task/13074/stat : 13074 (java) S 13071 13058 12270 0 -1 64 3641 0 0 0 35 2 0 0 16 0 9 0 35662373 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13075] ppid=13071 vsize=868500 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13071 13058 12270 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35662374 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13076] ppid=13071 vsize=868500 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13071 13058 12270 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35662374 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13077] ppid=13071 vsize=868500 CPUtime=0
/proc/13072/task/13077/stat : 13077 (java) S 13071 13058 12270 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35662375 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13071 vsize=868500 CPUtime=0.25
/proc/13072/task/13078/stat : 13078 (java) S 13071 13058 12270 0 -1 64 1506 0 0 0 24 1 0 0 16 0 9 0 35662375 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13079] ppid=13071 vsize=868500 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13071 13058 12270 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 35662375 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13072/tid=13080] ppid=13071 vsize=868500 CPUtime=0
/proc/13072/task/13080/stat : 13080 (java) S 13071 13058 12270 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35662375 889344000 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890596

[startup+6.30194 s]
/proc/loadavg: 2.00 2.02 2.00 4/93 13080
/proc/meminfo: memFree=1589888/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=16872 CPUtime=5.47
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 1489 14701 0 2 6 2 499 40 16 0 1 0 35662316 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4218 1147 413 3 0 797 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 16872

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13161
/proc/meminfo: memFree=1517832/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.43
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 7 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=95416 CPUtime=4.52
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 23464 0 0 0 438 14 0 0 25 0 1 0 35662872 97705984 23397 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13081/statm: 23854 23397 80 151 0 23700 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 112420

[startup+25.5023 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 13161
/proc/meminfo: memFree=1499848/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.43
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 7 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=112548 CPUtime=17.21
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 27706 0 0 0 1703 18 0 0 25 0 1 0 35662872 115249152 27639 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 1 0 0
/proc/13081/statm: 28137 27639 80 151 0 27983 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 129552

[startup+51.1028 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 13161
/proc/meminfo: memFree=1493512/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.43
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 7 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=118824 CPUtime=42.56
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 29265 0 0 0 4236 20 0 0 25 0 1 0 35662872 121675776 29198 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13081/statm: 29706 29198 80 151 0 29552 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 135828

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 13161
/proc/meminfo: memFree=1493128/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=119092 CPUtime=93.26
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 29322 0 0 0 9306 20 0 0 25 0 1 0 35662872 121950208 29255 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13081/statm: 29773 29255 80 151 0 29619 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 136096

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13161
/proc/meminfo: memFree=1493000/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=119628 CPUtime=152.69
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 29433 0 0 0 15249 20 0 0 25 0 1 0 35662872 122499072 29366 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13081/statm: 29907 29366 80 151 0 29753 0
Current children cumulated CPU time (s) 160.13
Current children cumulated vsize (KiB) 136632

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13161
/proc/meminfo: memFree=1471240/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=141132 CPUtime=212.13
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 34819 0 0 0 21187 26 0 0 25 0 1 0 35662872 144519168 34752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13081/statm: 35283 34752 80 151 0 35129 0
Current children cumulated CPU time (s) 219.57
Current children cumulated vsize (KiB) 158136

[startup+282.301 s]

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

[pid=13081] ppid=13058 vsize=461780 CPUtime=2843.43
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 114525 0 0 0 284223 120 0 0 25 0 1 0 35662872 472862720 114458 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 115445 114458 80 151 0 115291 0
Current children cumulated CPU time (s) 2850.87
Current children cumulated vsize (KiB) 478784

[startup+2922.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1135496/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=464864 CPUtime=2903.39
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 115303 0 0 0 290218 121 0 0 25 0 1 0 35662872 476020736 115236 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 116216 115236 80 151 0 116062 0
Current children cumulated CPU time (s) 2910.83
Current children cumulated vsize (KiB) 481868

[startup+2982.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1132232/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=468116 CPUtime=2963.37
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 116109 0 0 0 296215 122 0 0 25 0 1 0 35662872 479350784 116042 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 117029 116042 80 151 0 116875 0
Current children cumulated CPU time (s) 2970.81
Current children cumulated vsize (KiB) 485120

[startup+3042.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1128520/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=471844 CPUtime=3023.35
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 117050 0 0 0 302211 124 0 0 25 0 1 0 35662872 483168256 116983 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 117961 116983 80 151 0 117807 0
Current children cumulated CPU time (s) 3030.79
Current children cumulated vsize (KiB) 488848

[startup+3102.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1124872/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=475472 CPUtime=3083.32
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 117965 0 0 0 308207 125 0 0 25 0 1 0 35662872 486883328 117898 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 118868 117898 80 151 0 118714 0
Current children cumulated CPU time (s) 3090.76
Current children cumulated vsize (KiB) 492476

[startup+3162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1121224/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=479036 CPUtime=3143.29
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 118868 0 0 0 314203 126 0 0 25 0 1 0 35662872 490532864 118801 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 119759 118801 80 151 0 119605 0
Current children cumulated CPU time (s) 3150.73
Current children cumulated vsize (KiB) 496040

[startup+3222.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1117128/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=483352 CPUtime=3203.26
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 119838 0 0 0 320199 127 0 0 25 0 1 0 35662872 494952448 119771 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 120838 119771 80 151 0 120684 0
Current children cumulated CPU time (s) 3210.7
Current children cumulated vsize (KiB) 500356

[startup+3282.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1114504/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=485912 CPUtime=3263.23
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 120499 0 0 0 326195 128 0 0 25 0 1 0 35662872 497573888 120432 996147200 134512640 135134323 4294956192 18446744073709551615 134708315 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 121478 120432 80 151 0 121324 0
Current children cumulated CPU time (s) 3270.67
Current children cumulated vsize (KiB) 502916

[startup+3342.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1110920/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=489808 CPUtime=3323.2
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 121407 0 0 0 332191 129 0 0 25 0 1 0 35662872 501563392 121340 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 122452 121340 80 151 0 122298 0
Current children cumulated CPU time (s) 3330.64
Current children cumulated vsize (KiB) 506812

[startup+3402.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1106440/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=494300 CPUtime=3383.18
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 122507 0 0 0 338188 130 0 0 25 0 1 0 35662872 506163200 122440 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 123575 122440 80 151 0 123421 0
Current children cumulated CPU time (s) 3390.62
Current children cumulated vsize (KiB) 511304

[startup+3462.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13203
/proc/meminfo: memFree=1101768/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=499216 CPUtime=3443.15
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 123712 0 0 0 344183 132 0 0 25 0 1 0 35662872 511197184 123645 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 124804 123645 80 151 0 124650 0
Current children cumulated CPU time (s) 3450.59
Current children cumulated vsize (KiB) 516220

[startup+3522.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13205
/proc/meminfo: memFree=1096136/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=506796 CPUtime=3503.11
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 125088 0 0 0 350178 133 0 0 25 0 1 0 35662872 518959104 125021 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 126699 125021 80 151 0 126545 0
Current children cumulated CPU time (s) 3510.55
Current children cumulated vsize (KiB) 523800

[startup+3582.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13205
/proc/meminfo: memFree=1090696/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=512104 CPUtime=3563.09
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 126449 0 0 0 356174 135 0 0 25 0 1 0 35662872 524394496 126382 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 128026 126382 80 151 0 127872 0
Current children cumulated CPU time (s) 3570.53
Current children cumulated vsize (KiB) 529108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 13205
/proc/meminfo: memFree=1087816/2055920 swapFree=4192956/4192956
[pid=13058] ppid=13056 vsize=17004 CPUtime=7.44
/proc/13058/stat : 13058 (sugar++) S 13056 13058 12270 0 -1 4194304 2067 46221 0 10 8 3 670 63 16 0 1 0 35662316 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13058/statm: 4251 1150 414 3 0 830 0
[pid=13081] ppid=13058 vsize=514972 CPUtime=3592.58
/proc/13081/stat : 13081 (minisat-inc) R 13058 13058 12270 0 -1 4194304 127145 0 0 0 359122 136 0 0 25 0 1 0 35662872 527331328 127078 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13081/statm: 128743 127078 80 151 0 128589 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 531976

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

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

Child status: 0
Real time (s): 3611.9
CPU time (s): 3600.14
CPU user time (s): 3598.01
CPU system time (s): 2.12768
CPU usage (%): 99.6742
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.01
system time used= 2.12768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175512
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= 13006
involuntary context switches= 71106

runsolver used 3.3145 second user time and 9.8665 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-11 17:19:52
IDJOB=1108091
IDBENCH=60676
IDSOLVER=367
FILE ID=node8/1108091-1215789592
PBS_JOBID= 7903178
Free space on /tmp= 66336 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4bffe1c84c3ac08270f47caf386cacb7
RANDOM SEED=1969621436

node8.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.268
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.268
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:       1656632 kB
Buffers:         51500 kB
Cached:         252664 kB
SwapCached:          0 kB
Active:         192668 kB
Inactive:       140300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656632 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             936 kB
Writeback:           0 kB
Mapped:          48852 kB
Slab:            51260 kB
Committed_AS:   144460 kB
PageTables:       1948 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= 66320 MiB
End job on node8 at 2008-07-11 18:20:06