Trace number 1108107

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-incOPTIMUM1 3054.09 3083.16

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 17:23:02 2008
0.00/0.08	c 0	PID 14290
0.06/0.08	c 0	HOST node43.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1108107-1215789782.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108107-1215789782.xml' 'HOME/temp.csp'
0.06/0.71	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.67/0.80	c 1	Parsing HOME/temp.csp
1.02/1.10	c 1	parsed 1385 expressions
1.02/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.15	c 1	MAX CSP: 1261 constraints
1.02/1.16	c 1	Converting to clausal form CSP
1.02/1.20	c 1	converted 265 (10%) expressions
1.12/1.29	c 1	converted 530 (20%) expressions
1.31/1.42	c 1	converted 795 (30%) expressions
1.31/1.44	c 1	converted 1060 (40%) expressions
1.31/1.47	c 1	converted 1325 (50%) expressions
1.42/1.54	c 1	converted 1590 (60%) expressions
1.42/1.57	c 2	converted 1855 (70%) expressions
1.51/1.68	c 2	converted 2120 (80%) expressions
1.61/1.71	c 2	converted 2385 (90%) expressions
1.81/1.94	c 2	converted 2649 (100%) expressions
1.81/1.94	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.81/1.94	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.94	c 2	Propagation in CSP
1.92/2.00	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.00	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.92/2.01	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.01	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.01	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.92/2.01	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.09	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.01/2.12	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
2.01/2.12	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
2.01/2.12	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
2.01/2.12	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
2.01/2.12	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
2.01/2.13	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
2.01/2.13	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
2.01/2.14	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
2.01/2.15	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
2.01/2.16	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
2.11/2.27	c 2	379 (10%) CSP clauses are encoded (29078 clauses, 452590 bytes)
2.21/2.36	c 2	757 (20%) CSP clauses are encoded (33962 clauses, 574052 bytes)
2.31/2.45	c 2	1135 (30%) CSP clauses are encoded (38900 clauses, 699468 bytes)
2.40/2.51	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 910975 bytes)
2.50/2.69	c 3	1891 (50%) CSP clauses are encoded (145548 clauses, 2657187 bytes)
2.60/2.75	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3159008 bytes)
3.10/3.26	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466050 bytes)
3.20/3.33	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134556 bytes)
4.87/5.04	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072097 bytes)
6.26/6.50	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084302 bytes)
6.26/6.50	c 6	3782 CSP clauses encoded
6.26/6.50	c 6	Writing map file : HOME/temp.map
6.37/6.53	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.37/6.53	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084302 bytes
6.37/6.53	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.37/6.56	c 6	OBJECTIVE minimize _COST
6.37/6.56	c 6	SOLVING HOME/temp.cnf
6.37/6.56	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.37/6.56	c 6	This is MiniSat 2.0 beta incremental
6.37/6.56	c 6	WARNING: for repeatability, setting FPU to use double precision
6.37/6.56	c 6	============================[ Problem Statistics ]=============================
6.37/6.56	c 6	|                                                                             |
6.37/6.56	c 6	|  Number of variables:  27692                                                |
6.37/6.56	c 6	|  Number of clauses:    2074093                                              |
6.41/7.53	c 7	|  Parsing time:         0.82         s                                       |
6.41/7.58	c 8	OK
6.41/7.58	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
6.41/7.58	c 8	SEARCHING: _COST <= 631
6.41/7.58	c 8	============================[ Search Statistics ]==============================
6.41/7.58	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.41/7.58	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.41/7.58	c 8	===============================================================================
6.41/7.58	c 8	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
7.53/7.78	c 8	===============================================================================
7.53/7.78	c 8	restarts              : 1
7.53/7.78	c 8	conflicts             : 26            (24 /sec)
7.53/7.78	c 8	decisions             : 247           (1.21 % random) (232 /sec)
7.53/7.78	c 8	propagations          : 31094          (29256 /sec)
7.53/7.78	c 8	conflict literals     : 429            (20.26 % deleted)
7.53/7.78	c 8	Memory used           : 87.30 MB
7.53/7.78	c 8	CPU time              : 1.06284 s
7.53/7.78	c 8	
7.53/7.78	c 8	SATISFIABLE
7.53/7.79	c 8	OK
7.53/7.79	c 8	FOUND: _COST <= 631
7.53/7.79	s SATISFIABLE
7.53/7.79	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.53/7.79	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.63/7.87	c 8	Decoding HOME/temp.out
7.63/8.04	c 8	OBJECTIVE _COST 358
7.63/8.04	o 358
7.63/8.05	v 0 0 6 12 26 5 27 27 6 23 26 5 20 26 6 14 27 0 6 27 6 19 25 5 5 26 5 20 26 6 27 26 6 25 25 4 26 27 5 24 27 3 14 25 0 13 26 6 19 27 5 20 27 6 23 27 6 21 27 0 13 27 6 7 25 0 26 27 5 24 27 5 27 25 6 6 27 6 25 26 6 21 27 0 14 14 12 13 12 14 12 13 14 12 12 14 10 9 14 12 14 12 14 14 14 14 14 14 12 14 14 14
7.63/8.05	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.63/8.07	c 8	OK
7.63/8.07	c 8	OBJECTIVE BOUND: 0 <= _COST <= 358
7.63/8.07	c 8	SEARCHING: _COST <= 179
7.63/8.07	c 8	============================[ Search Statistics ]==============================
7.63/8.07	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.63/8.07	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.63/8.07	c 8	===============================================================================
7.63/8.07	c 8	|        26 |   27692  2074093  6173015 |   691364       26     16 |  0.000 % |
7.93/8.19	c 8	===============================================================================
7.93/8.19	c 8	restarts              : 2
7.93/8.19	c 8	conflicts             : 51            (43 /sec)
7.93/8.19	c 8	decisions             : 991           (0.40 % random) (827 /sec)
7.93/8.19	c 8	propagations          : 86124          (71901 /sec)
7.93/8.19	c 8	conflict literals     : 909            (18.11 % deleted)
7.93/8.19	c 8	Memory used           : 88.20 MB
7.93/8.19	c 8	CPU time              : 1.19782 s
7.93/8.19	c 8	
7.93/8.19	c 8	SATISFIABLE
7.93/8.20	c 8	OK
7.93/8.20	c 8	FOUND: _COST <= 179
7.93/8.20	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.93/8.20	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'
8.03/8.28	c 8	Decoding HOME/temp.out
8.03/8.44	c 8	OBJECTIVE _COST 179
8.03/8.44	o 179
8.03/8.44	v 0 0 5 27 27 6 13 27 6 12 26 5 27 27 6 25 27 6 27 27 6 26 25 5 13 26 6 25 26 6 18 26 4 27 26 5 26 25 6 20 27 6 23 25 5 27 26 6 5 27 5 27 26 6 19 26 5 23 25 6 21 27 0 24 25 5 27 27 6 26 27 5 27 25 6 27 27 6 27 26 6 24 25 5 14 12 14 14 12 14 14 14 12 14 14 10 12 14 14 12 13 12 13 12 14 14 12 13 12 12 14 13
8.03/8.45	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.03/8.47	c 8	OK
8.03/8.47	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
8.03/8.47	c 8	SEARCHING: _COST <= 89
8.03/8.47	c 8	============================[ Search Statistics ]==============================
8.03/8.47	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.03/8.47	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.03/8.47	c 8	===============================================================================
8.03/8.47	c 8	|        51 |   17486  2074093  6173015 |   691364       51     18 |  0.000 % |
8.31/8.52	c 8	===============================================================================
8.31/8.52	c 8	restarts              : 3
8.31/8.52	c 8	conflicts             : 63            (50 /sec)
8.31/8.52	c 8	decisions             : 1572          (0.32 % random) (1246 /sec)
8.31/8.52	c 8	propagations          : 111302         (88208 /sec)
8.31/8.52	c 8	conflict literals     : 1008           (16.90 % deleted)
8.31/8.52	c 8	Memory used           : 88.33 MB
8.31/8.52	c 8	CPU time              : 1.26181 s
8.31/8.52	c 8	
8.31/8.52	c 8	SATISFIABLE
8.31/8.53	c 8	OK
8.31/8.53	c 8	FOUND: _COST <= 89
8.31/8.53	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.31/8.53	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'
8.35/8.62	c 9	Decoding HOME/temp.out
8.68/8.90	c 9	OBJECTIVE _COST 89
8.68/8.90	o 89
8.68/8.91	v 0 0 6 26 26 5 20 27 6 25 26 4 27 26 6 27 27 6 6 27 6 25 25 6 19 26 5 27 26 6 18 26 4 26 25 5 27 25 6 14 27 0 20 25 6 21 26 0 24 27 6 27 25 6 12 26 5 20 25 6 24 27 5 23 25 6 22 27 5 27 27 6 27 25 5 13 27 6 27 26 6 23 25 2 14 13 14 11 10 12 14 14 13 12 14 10 12 14 1 14 1 14 14 12 13 12 13 12 13 12 12 14
8.68/8.91	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.68/8.93	c 9	OK
8.68/8.93	c 9	OBJECTIVE BOUND: 0 <= _COST <= 89
8.68/8.93	c 9	SEARCHING: _COST <= 44
8.71/9.44	c 9	============================[ Search Statistics ]==============================
8.71/9.44	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.71/9.44	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.71/9.44	c 9	===============================================================================
8.71/9.44	c 9	|        63 |   14929  2074093  6173015 |   691364       63     16 |  0.000 % |
8.71/9.45	c 9	===============================================================================
8.71/9.45	c 9	restarts              : 4
8.71/9.45	c 9	conflicts             : 77            (59 /sec)
8.71/9.45	c 9	decisions             : 1860          (0.27 % random) (1422 /sec)
8.71/9.45	c 9	propagations          : 130626         (99882 /sec)
8.71/9.45	c 9	conflict literals     : 1143           (15.89 % deleted)
8.71/9.45	c 9	Memory used           : 88.33 MB
8.71/9.45	c 9	CPU time              : 1.3078 s
8.71/9.45	c 9	
8.71/9.45	c 9	SATISFIABLE
8.71/9.46	c 9	OK
8.71/9.46	c 9	FOUND: _COST <= 44
8.71/9.46	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.71/9.46	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.75/9.55	c 9	Decoding HOME/temp.out
8.75/9.70	c 10	OBJECTIVE _COST 44
8.75/9.70	o 44
8.75/9.71	v 0 0 0 22 26 1 18 27 4 25 26 5 23 26 6 26 27 6 12 27 5 25 25 4 17 26 3 27 26 6 15 26 1 14 25 0 27 25 6 21 27 0 20 25 6 23 26 5 25 27 4 12 25 5 6 26 6 21 25 0 24 27 6 26 25 5 11 27 4 27 27 5 13 25 6 19 27 5 27 26 6 5 25 5 14 2 4 13 12 12 14 11 9 12 14 3 1 14 1 14 11 10 12 14 1 13 11 10 12 13 12 13
8.75/9.71	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.75/9.74	c 10	OK
8.75/9.74	c 10	OBJECTIVE BOUND: 0 <= _COST <= 44
8.75/9.74	c 10	SEARCHING: _COST <= 22
8.75/9.74	c 10	============================[ Search Statistics ]==============================
8.75/9.74	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.75/9.74	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.75/9.74	c 10	===============================================================================
8.75/9.74	c 10	|        77 |   13098  2074093  6173015 |   691364       77     15 |  0.000 % |
8.75/9.77	c 10	===============================================================================
8.75/9.77	c 10	restarts              : 5
8.75/9.77	c 10	conflicts             : 116           (85 /sec)
8.75/9.77	c 10	decisions             : 2097          (0.33 % random) (1542 /sec)
8.75/9.77	c 10	propagations          : 162534         (119528 /sec)
8.75/9.77	c 10	conflict literals     : 1571           (16.21 % deleted)
8.75/9.77	c 10	Memory used           : 88.33 MB
8.75/9.77	c 10	CPU time              : 1.35979 s
8.75/9.77	c 10	
8.75/9.77	c 10	SATISFIABLE
8.75/9.78	c 10	OK
8.75/9.78	c 10	FOUND: _COST <= 22
8.75/9.78	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.75/9.78	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.05/9.87	c 10	Decoding HOME/temp.out
9.44/10.22	c 10	OBJECTIVE _COST 22
9.44/10.22	o 22
9.44/10.23	v 0 0 0 20 26 6 21 27 6 26 26 5 13 26 6 25 27 5 18 27 4 17 25 3 11 26 4 27 26 6 26 26 5 21 25 6 27 25 6 14 27 0 22 25 1 9 26 2 24 27 3 4 25 4 23 26 5 6 25 6 16 27 5 13 25 6 19 27 5 27 27 6 15 25 6 5 27 5 27 26 6 12 25 5 14 1 12 13 12 13 11 9 8 10 13 12 12 14 2 4 6 8 10 12 13 12 13 12 12 13 12 13
9.44/10.23	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.44/10.27	c 10	OK
9.44/10.27	c 10	OBJECTIVE BOUND: 0 <= _COST <= 22
9.44/10.27	c 10	SEARCHING: _COST <= 11
9.44/10.27	c 10	============================[ Search Statistics ]==============================
9.44/10.28	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.44/10.28	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.44/10.28	c 10	===============================================================================
9.44/10.28	c 10	|       116 |   11585  2074093  6173015 |   691364      116     14 |  0.000 % |
9.44/10.29	c 10	|       216 |   11585  2074093  6173015 |   760500      216     16 | 63.054 % |
9.52/10.31	c 10	===============================================================================
9.52/10.31	c 10	restarts              : 7
9.52/10.31	c 10	conflicts             : 278           (197 /sec)
9.52/10.31	c 10	decisions             : 2702          (0.33 % random) (1917 /sec)
9.52/10.31	c 10	propagations          : 195086         (138380 /sec)
9.52/10.31	c 10	conflict literals     : 4546           (11.54 % deleted)
9.52/10.31	c 10	Memory used           : 88.33 MB
9.52/10.31	c 10	CPU time              : 1.40979 s
9.52/10.31	c 10	
9.52/10.31	c 10	SATISFIABLE
9.52/10.32	c 10	OK
9.52/10.32	c 10	FOUND: _COST <= 11
9.52/10.32	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.52/10.32	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.54/10.40	c 10	Decoding HOME/temp.out
9.54/10.75	c 11	OBJECTIVE _COST 11
9.54/10.75	o 11
9.54/10.75	v 0 0 0 18 26 6 6 27 6 7 26 0 20 26 6 21 27 0 24 27 6 12 25 5 27 26 6 14 26 0 24 26 6 5 25 5 4 25 4 17 27 3 2 25 2 22 26 1 16 27 2 3 25 3 23 26 2 15 25 1 9 27 2 10 25 3 11 27 4 19 27 5 24 25 6 26 27 5 25 26 5 13 25 6 14 1 12 14 1 14 1 13 12 14 1 13 11 9 7 5 4 6 7 5 4 6 8 10 12 13 12 12
9.54/10.75	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.54/10.80	c 11	OK
9.54/10.80	c 11	OBJECTIVE BOUND: 0 <= _COST <= 11
9.54/10.80	c 11	SEARCHING: _COST <= 5
9.99/10.80	c 11	============================[ Search Statistics ]==============================
9.99/10.81	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.99/10.81	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.99/10.81	c 11	===============================================================================
9.99/10.81	c 11	|       278 |   10231  2074093  6173015 |   691364      278     16 | 63.054 % |
9.99/10.82	c 11	===============================================================================
9.99/10.82	c 11	restarts              : 8
9.99/10.82	c 11	conflicts             : 364           (253 /sec)
9.99/10.82	c 11	decisions             : 2980          (0.30 % random) (2071 /sec)
9.99/10.82	c 11	propagations          : 210826         (146531 /sec)
9.99/10.82	c 11	conflict literals     : 6280           (10.27 % deleted)
9.99/10.82	c 11	Memory used           : 88.33 MB
9.99/10.82	c 11	CPU time              : 1.43878 s
9.99/10.82	c 11	
9.99/10.82	c 11	SATISFIABLE
9.99/10.82	c 11	OK
9.99/10.82	c 11	FOUND: _COST <= 5
9.99/10.82	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.99/10.82	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.08/10.91	c 11	Decoding HOME/temp.out
10.18/11.07	c 11	OBJECTIVE _COST 5
10.18/11.07	o 5
10.18/11.07	v 0 0 0 15 26 1 2 27 2 24 26 3 9 26 2 22 27 1 21 27 0 25 25 6 7 26 0 13 26 6 26 26 5 25 25 6 19 25 5 6 27 6 5 25 5 4 26 4 17 27 3 16 25 2 3 26 3 23 25 2 10 27 3 11 25 4 12 27 5 20 27 6 14 25 0 27 27 6 26 26 5 18 25 4 14 2 4 6 7 5 3 1 14 1 13 12 13 12 13 11 9 7 6 7 6 8 10 12 14 1 13 11
10.18/11.08	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.18/11.09	c 11	OK
10.18/11.09	c 11	OBJECTIVE BOUND: 0 <= _COST <= 5
10.18/11.09	c 11	SEARCHING: _COST <= 2
10.18/11.10	c 11	============================[ Search Statistics ]==============================
10.28/11.11	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.28/11.11	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.28/11.11	c 11	===============================================================================
10.28/11.11	c 11	|       364 |    8934  2074093  6173015 |   691364      364     17 | 63.054 % |
10.28/11.11	c 11	|       464 |    8934  2074093  6173015 |   760500      464     19 | 72.805 % |
10.28/11.13	c 11	|       616 |    8934  2074093  6173015 |   836550      616     21 | 72.805 % |
10.28/11.15	c 11	|       841 |    8934  2074093  6173015 |   920205      841     25 | 72.805 % |
10.28/11.18	c 11	|      1178 |    8934  2074093  6173015 |  1012226     1178     27 | 72.805 % |
10.38/11.22	c 11	|      1685 |    8934  2074093  6173015 |  1113449     1685     29 | 72.805 % |
10.47/11.32	c 11	|      2445 |    8934  2074093  6173015 |  1224794     2445     38 | 72.805 % |
10.47/11.33	c 11	===============================================================================
10.47/11.33	c 11	restarts              : 15
10.47/11.33	c 11	conflicts             : 2564          (1521 /sec)
10.47/11.33	c 11	decisions             : 7243          (0.23 % random) (4297 /sec)
10.47/11.33	c 11	propagations          : 424243         (251665 /sec)
10.47/11.33	c 11	conflict literals     : 96173          (6.16 % deleted)
10.47/11.34	c 11	Memory used           : 88.59 MB
10.47/11.34	c 11	CPU time              : 1.68574 s
10.47/11.34	c 11	
10.47/11.34	c 11	SATISFIABLE
10.47/11.35	c 11	OK
10.47/11.35	c 11	FOUND: _COST <= 2
10.47/11.35	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.47/11.35	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.52/11.42	c 11	Decoding HOME/temp.out
10.52/11.77	c 12	OBJECTIVE _COST 2
10.52/11.77	o 2
10.52/11.78	v 0 0 0 8 26 1 2 27 2 3 26 3 18 26 4 19 27 5 13 27 6 21 25 0 22 26 1 7 26 0 20 26 6 14 25 0 15 25 1 23 27 2 17 25 3 16 26 2 24 27 3 9 25 2 10 26 3 4 25 4 5 27 5 11 25 4 19 27 5 27 27 6 12 25 5 6 27 6 26 26 5 25 25 4 14 2 4 6 8 10 12 14 2 3 1 14 2 4 6 7 6 7 6 8 10 11 10 12 13 12 13 11
10.52/11.78	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.52/11.82	c 12	OK
10.52/11.82	c 12	OBJECTIVE BOUND: 0 <= _COST <= 2
10.52/11.82	c 12	SEARCHING: _COST <= 1
10.52/11.83	c 12	============================[ Search Statistics ]==============================
10.52/11.84	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.52/11.84	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.52/11.84	c 12	===============================================================================
10.52/11.84	c 12	|      2564 |    7531  2074093  6173015 |   691364     2564     38 | 72.805 % |
10.52/11.84	c 12	|      2664 |    7531  2074093  6173015 |   760500     2664     37 | 79.153 % |
10.52/11.86	c 12	|      2815 |    7531  2074093  6173015 |   836550     2815     37 | 79.153 % |
10.52/11.88	c 12	|      3040 |    7531  2074093  6173015 |   920205     3040     37 | 79.153 % |
11.05/11.92	c 12	|      3377 |    7531  2074093  6173015 |  1012226     3377     36 | 79.153 % |
11.05/11.98	c 12	|      3885 |    7531  2074093  6173015 |  1113449     3885     38 | 79.153 % |
11.15/12.06	c 12	|      4644 |    7531  2074093  6173015 |  1224794     4644     38 | 79.153 % |
11.25/12.18	c 12	|      5783 |    7531  2074093  6173015 |  1347273     5783     40 | 79.153 % |
11.44/12.35	c 12	|      7491 |    7531  2074093  6173015 |  1482000     7491     39 | 79.153 % |
11.84/12.71	c 13	|     10053 |    7531  2074093  6173015 |  1630200    10053     46 | 79.153 % |
11.94/12.84	c 13	===============================================================================
11.94/12.85	c 13	restarts              : 25
11.94/12.85	c 13	conflicts             : 11097         (4095 /sec)
11.94/12.85	c 13	decisions             : 21687         (0.25 % random) (8004 /sec)
11.94/12.85	c 13	propagations          : 1204996        (444716 /sec)
11.94/12.85	c 13	conflict literals     : 508244         (6.79 % deleted)
11.94/12.85	c 13	Memory used           : 90.39 MB
11.94/12.85	c 13	CPU time              : 2.70959 s
11.94/12.85	c 13	
11.94/12.85	c 13	SATISFIABLE
11.94/12.86	c 13	OK
11.94/12.86	c 13	FOUND: _COST <= 1
11.94/12.86	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.94/12.86	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.99/12.94	c 13	Decoding HOME/temp.out
12.32/13.29	c 13	OBJECTIVE _COST 1
12.32/13.29	o 1
12.32/13.29	v 0 0 0 8 26 1 21 27 0 13 26 6 14 26 0 6 27 6 26 27 5 18 25 4 19 26 5 27 26 6 12 26 5 20 25 6 7 25 0 20 27 6 5 25 5 25 26 4 24 27 3 4 25 4 10 26 3 11 25 4 3 27 3 16 25 2 22 27 1 2 27 2 17 25 3 9 27 2 15 26 1 23 25 2 14 2 3 1 14 1 13 11 10 12 13 12 14 1 13 11 9 8 9 8 9 7 5 4 6 7 5 4
12.32/13.30	c 13	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.41/13.33	c 13	OK
12.41/13.33	c 13	OBJECTIVE BOUND: 0 <= _COST <= 1
12.41/13.33	c 13	SEARCHING: _COST <= 0
12.41/13.33	c 13	============================[ Search Statistics ]==============================
12.41/13.34	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.41/13.34	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.41/13.34	c 13	===============================================================================
12.41/13.34	c 13	|     11097 |    5773  2074093  6173015 |   691364    11097     46 | 79.153 % |
12.41/13.35	c 13	|     11199 |    5773  2074093  6173015 |   760500    11199     46 | 83.707 % |
12.41/13.37	c 13	|     11349 |    5773  2074093  6173015 |   836550    11349     46 | 83.707 % |
12.48/13.41	c 13	|     11575 |    5773  2074093  6173015 |   920205    11575     45 | 83.707 % |
12.48/13.47	c 13	|     11913 |    5773  2074093  6173015 |  1012226    11913     45 | 83.707 % |
12.58/13.55	c 13	|     12420 |    5773  2074093  6173015 |  1113449    12420     45 | 83.707 % |
12.68/13.64	c 14	|     13180 |    5773  2074093  6173015 |  1224794    13180     45 | 83.707 % |
12.87/13.80	c 14	|     14319 |    5773  2074093  6173015 |  1347273    14319     45 | 83.707 % |
13.08/14.03	c 14	|     16027 |    5773  2074093  6173015 |  1482000    16027     45 | 83.707 % |
13.47/14.47	c 14	|     18589 |    5773  2074093  6173015 |  1630200    18589     46 | 83.707 % |
14.26/15.20	c 15	|     22433 |    5773  2074093  6173015 |  1793221    22433     46 | 83.707 % |
15.35/16.39	c 16	|     28199 |    5773  2074093  6173015 |  1972543    28199     46 | 83.707 % |
17.63/18.61	c 19	|     36848 |    5773  2074093  6173015 |  2169797    36848     51 | 83.707 % |
21.89/22.98	c 23	|     49822 |    5773  2074093  6173015 |  2386777    49822     52 | 83.707 % |
30.61/31.71	c 32	|     69283 |    5773  2074093  6173015 |  2625454    69283     56 | 83.707 % |
48.04/49.32	c 49	|     98477 |    5773  2074093  6173015 |  2888000    98477     58 | 83.707 % |
88.56/90.26	c 90	|    142267 |    4512    22573    86735 |  3176800   142244     61 | 83.707 % |
175.41/178.00	c 178	|    207951 |    4512    22573    86735 |  3494480   207928     65 | 83.707 % |
367.11/371.41	c 371	|    306477 |    4512    22573    86735 |  3843928   306454     73 | 83.707 % |
796.36/804.71	c 805	|    454266 |    4512    22573    86735 |  4228321   454243     81 | 83.707 % |
1854.40/1872.71	c 1873	|    675949 |    4512    22573    86735 |  4651153   675926     98 | 83.707 % |
3053.90/3083.07	c 3083	===============================================================================
3053.90/3083.07	c 3083	restarts              : 46
3053.90/3083.07	c 3083	conflicts             : 867463        (285 /sec)
3053.90/3083.07	c 3083	decisions             : 1518662       (0.61 % random) (499 /sec)
3053.90/3083.07	c 3083	propagations          : 82008049       (26947 /sec)
3053.90/3083.07	c 3083	conflict literals     : 88720423       (10.51 % deleted)
3053.90/3083.07	c 3083	Memory used           : 413.42 MB
3053.90/3083.07	c 3083	CPU time              : 3043.3 s
3053.90/3083.07	c 3083	
3053.90/3083.07	c 3083	UNSATISFIABLE
3053.90/3083.07	c 3083	OK
3053.90/3083.07	c 3083	NOT FOUND: _COST <= 0
3053.90/3083.07	c 3083	OK
3053.90/3083.07	c 3083	OBJECTIVE _COST 1
3053.90/3083.07	s OPTIMUM FOUND
3054.00/3083.15	c 3083	CPU 3052.14 (0.07 0.04 3052.07 1.87)
3054.00/3083.15	c 3083	END Fri Jul 11 18:14:25 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-1108107-1215789782/watcher-1108107-1215789782 -o /tmp/evaluation-result-1108107-1215789782/solver-1108107-1215789782 -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-1108107-1215789782.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.01 2.00 4/73 14290
/proc/meminfo: memFree=1777240/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=18572 CPUtime=0
/proc/14290/stat : 14290 (runsolver) R 14288 14290 13547 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 35677619 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14290/statm: 4643 292 257 25 0 2626 0

[startup+0.08116 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 14290
/proc/meminfo: memFree=1777240/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.06
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1143 0 0 0 4 2 0 0 18 0 1 0 35677619 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101234 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 14290
/proc/meminfo: memFree=1777240/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.06
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 35677619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301248 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 14290
/proc/meminfo: memFree=1777240/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.06
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 35677619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701286 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 14290
/proc/meminfo: memFree=1777240/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.06
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 35677619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50236 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 14312
/proc/meminfo: memFree=1768640/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.67
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1296 4726 0 1 5 2 57 3 15 0 1 0 35677619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1104 409 3 0 764 0
[pid=14303] ppid=14290 vsize=5356 CPUtime=0
/proc/14303/stat : 14303 (sh) S 14290 14290 13547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35677692 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14303/statm: 1339 233 193 169 0 50 0
[pid=14304] ppid=14303 vsize=864140 CPUtime=0.75
/proc/14304/stat : 14304 (java) S 14303 14290 13547 0 -1 0 4979 0 1 0 73 2 0 0 18 0 9 0 35677692 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14304/statm: 216035 4392 1835 9 0 210610 0
[pid=14304/tid=14305] ppid=14303 vsize=864140 CPUtime=0.59
/proc/14304/task/14305/stat : 14305 (java) R 14303 14290 13547 0 -1 64 2640 0 1 0 58 1 0 0 19 0 9 0 35677693 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14306] ppid=14303 vsize=864140 CPUtime=0.05
/proc/14304/task/14306/stat : 14306 (java) R 14303 14290 13547 0 -1 64 1321 0 0 0 5 0 0 0 16 0 9 0 35677694 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 103735986 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14307] ppid=14303 vsize=864140 CPUtime=0
/proc/14304/task/14307/stat : 14307 (java) S 14303 14290 13547 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 35677694 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14308] ppid=14303 vsize=864140 CPUtime=0
/proc/14304/task/14308/stat : 14308 (java) S 14303 14290 13547 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 35677694 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14309] ppid=14303 vsize=864140 CPUtime=0
/proc/14304/task/14309/stat : 14309 (java) S 14303 14290 13547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35677696 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14310] ppid=14303 vsize=864140 CPUtime=0.08
/proc/14304/task/14310/stat : 14310 (java) R 14303 14290 13547 0 -1 64 326 0 0 0 8 0 0 0 19 0 9 0 35677696 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14311] ppid=14303 vsize=864140 CPUtime=0
/proc/14304/task/14311/stat : 14311 (java) S 14303 14290 13547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35677696 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14312] ppid=14303 vsize=864140 CPUtime=0
/proc/14304/task/14312/stat : 14312 (java) S 14303 14290 13547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35677696 884879360 4392 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886236

[startup+3.1025 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 14312
/proc/meminfo: memFree=1752832/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.67
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1297 4726 0 1 5 2 57 3 15 0 1 0 35677619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1104 409 3 0 764 0
[pid=14303] ppid=14290 vsize=5356 CPUtime=0
/proc/14303/stat : 14303 (sh) S 14290 14290 13547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35677692 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14303/statm: 1339 233 193 169 0 50 0
[pid=14304] ppid=14303 vsize=868488 CPUtime=2.33
/proc/14304/stat : 14304 (java) S 14303 14290 13547 0 -1 0 8792 0 1 0 224 9 0 0 18 0 9 0 35677692 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14304/statm: 217122 7793 2565 9 0 211669 0
[pid=14304/tid=14305] ppid=14303 vsize=868488 CPUtime=1.66
/proc/14304/task/14305/stat : 14305 (java) R 14303 14290 13547 0 -1 64 2942 0 1 0 162 4 0 0 25 0 9 0 35677693 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4126986636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14306] ppid=14303 vsize=868488 CPUtime=0.37
/proc/14304/task/14306/stat : 14306 (java) S 14303 14290 13547 0 -1 64 3644 0 0 0 34 3 0 0 16 0 9 0 35677694 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14307] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14307/stat : 14307 (java) S 14303 14290 13547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35677694 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14308] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14308/stat : 14308 (java) S 14303 14290 13547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35677694 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14309] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14309/stat : 14309 (java) S 14303 14290 13547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35677696 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14310] ppid=14303 vsize=868488 CPUtime=0.27
/proc/14304/task/14310/stat : 14310 (java) S 14303 14290 13547 0 -1 64 1512 0 0 0 27 0 0 0 16 0 9 0 35677696 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14311] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14311/stat : 14311 (java) S 14303 14290 13547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35677696 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14312] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14312/stat : 14312 (java) S 14303 14290 13547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35677696 889331712 7793 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890584

[startup+6.30279 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 14312
/proc/meminfo: memFree=1722112/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=16740 CPUtime=0.67
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 1297 4726 0 1 5 2 57 3 16 0 1 0 35677619 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4185 1104 409 3 0 764 0
[pid=14303] ppid=14290 vsize=5356 CPUtime=0
/proc/14303/stat : 14303 (sh) S 14290 14290 13547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35677692 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14303/statm: 1339 233 193 169 0 50 0
[pid=14304] ppid=14303 vsize=868488 CPUtime=5.49
/proc/14304/stat : 14304 (java) S 14303 14290 13547 0 -1 0 9621 0 1 0 514 35 0 0 18 0 9 0 35677692 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14304/statm: 217122 7794 2565 9 0 211669 0
[pid=14304/tid=14305] ppid=14303 vsize=868488 CPUtime=4.61
/proc/14304/task/14305/stat : 14305 (java) R 14303 14290 13547 0 -1 64 3770 0 1 0 435 26 0 0 25 0 9 0 35677693 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4126986512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14306] ppid=14303 vsize=868488 CPUtime=0.58
/proc/14304/task/14306/stat : 14306 (java) S 14303 14290 13547 0 -1 64 3644 0 0 0 51 7 0 0 16 0 9 0 35677694 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14307] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14307/stat : 14307 (java) S 14303 14290 13547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35677694 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14308] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14308/stat : 14308 (java) S 14303 14290 13547 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35677694 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14309] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14309/stat : 14309 (java) S 14303 14290 13547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35677696 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14310] ppid=14303 vsize=868488 CPUtime=0.27
/proc/14304/task/14310/stat : 14310 (java) S 14303 14290 13547 0 -1 64 1513 0 0 0 27 0 0 0 16 0 9 0 35677696 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14311] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14311/stat : 14311 (java) S 14303 14290 13547 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35677696 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14304/tid=14312] ppid=14303 vsize=868488 CPUtime=0
/proc/14304/task/14312/stat : 14312 (java) S 14303 14290 13547 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35677696 889331712 7794 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890584

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 14393
/proc/meminfo: memFree=1641992/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.12
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2067 46221 0 10 7 4 837 64 15 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=92296 CPUtime=2.72
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 22669 0 0 0 256 16 0 0 23 0 1 0 35678275 94511104 22602 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 23074 22602 79 151 0 22920 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 109300

[startup+25.5015 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 14403
/proc/meminfo: memFree=1629448/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=103980 CPUtime=14.93
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 25579 0 0 0 1474 19 0 0 25 0 1 0 35678275 106475520 25510 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 25995 25510 79 151 0 25841 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 120984

[startup+51.1018 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 14403
/proc/meminfo: memFree=1616904/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=116432 CPUtime=40.28
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 28680 0 0 0 4004 24 0 0 25 0 1 0 35678275 119226368 28611 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 29108 28611 79 151 0 28954 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 133436

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 14403
/proc/meminfo: memFree=1616584/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=116700 CPUtime=91
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 28734 0 0 0 9076 24 0 0 25 0 1 0 35678275 119500800 28665 996147200 134512640 135134323 4294956192 18446744073709551615 134532022 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 29175 28665 79 151 0 29021 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 133704

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 14403
/proc/meminfo: memFree=1616136/2055920 swapFree=4192952/4192956

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


[startup+2742.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14409
/proc/meminfo: memFree=1335248/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=397972 CPUtime=2706.33
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 98484 0 0 0 270529 104 0 0 25 0 1 0 35678275 407523328 98415 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 99493 98415 79 151 0 99339 0
Current children cumulated CPU time (s) 2715.87
Current children cumulated vsize (KiB) 414976

[startup+2802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14409
/proc/meminfo: memFree=1331280/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=401936 CPUtime=2765.76
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 99480 0 0 0 276471 105 0 0 25 0 1 0 35678275 411582464 99411 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 100484 99411 79 151 0 100330 0
Current children cumulated CPU time (s) 2775.3
Current children cumulated vsize (KiB) 418940

[startup+2862.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14409
/proc/meminfo: memFree=1326544/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=406584 CPUtime=2825.21
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 100612 0 0 0 282414 107 0 0 25 0 1 0 35678275 416342016 100543 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 101646 100543 79 151 0 101492 0
Current children cumulated CPU time (s) 2834.75
Current children cumulated vsize (KiB) 423588

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14409
/proc/meminfo: memFree=1322576/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=410372 CPUtime=2884.65
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 101575 0 0 0 288357 108 0 0 25 0 1 0 35678275 420220928 101506 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 102593 101506 79 151 0 102439 0
Current children cumulated CPU time (s) 2894.19
Current children cumulated vsize (KiB) 427376

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14409
/proc/meminfo: memFree=1318544/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=414360 CPUtime=2944.09
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 102608 0 0 0 294299 110 0 0 25 0 1 0 35678275 424304640 102539 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 1 0 0
/proc/14313/statm: 103590 102539 79 151 0 103436 0
Current children cumulated CPU time (s) 2953.63
Current children cumulated vsize (KiB) 431364

[startup+3042.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 14508
/proc/meminfo: memFree=1312904/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=419464 CPUtime=3003.68
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 103869 0 0 0 300256 112 0 0 25 0 1 0 35678275 429531136 103800 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 104866 103800 79 151 0 104712 0
Current children cumulated CPU time (s) 3013.22
Current children cumulated vsize (KiB) 436468

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

[startup+3046.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1312520/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=419736 CPUtime=3007.67
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 103951 0 0 0 300655 112 0 0 25 0 1 0 35678275 429809664 103882 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 104934 103882 79 151 0 104780 0
Current children cumulated CPU time (s) 3017.21
Current children cumulated vsize (KiB) 436740

[startup+3059.11 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1310728/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=420804 CPUtime=3020.47
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 104211 0 0 0 301934 113 0 0 25 0 1 0 35678275 430903296 104142 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 105201 104142 79 151 0 105047 0
Current children cumulated CPU time (s) 3030.01
Current children cumulated vsize (KiB) 437808

[startup+3071.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1308936/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=422136 CPUtime=3033.26
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 104544 0 0 0 303213 113 0 0 25 0 1 0 35678275 432267264 104475 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 105534 104475 79 151 0 105380 0
Current children cumulated CPU time (s) 3042.8
Current children cumulated vsize (KiB) 439140

[startup+3078.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1308168/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=422664 CPUtime=3039.67
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 104685 0 0 0 303853 114 0 0 25 0 1 0 35678275 432807936 104616 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 105666 104616 79 151 0 105512 0
Current children cumulated CPU time (s) 3049.21
Current children cumulated vsize (KiB) 439668

[startup+3081.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1306504/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=423208 CPUtime=3042.86
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 104815 0 0 0 304172 114 0 0 25 0 1 0 35678275 433364992 104746 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 105802 104746 79 151 0 105648 0
Current children cumulated CPU time (s) 3052.4
Current children cumulated vsize (KiB) 440212

[startup+3082.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1306312/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=423340 CPUtime=3043.66
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 104847 0 0 0 304252 114 0 0 25 0 1 0 35678275 433500160 104778 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 105835 104778 79 151 0 105681 0
Current children cumulated CPU time (s) 3053.2
Current children cumulated vsize (KiB) 440344

[startup+3082.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1306312/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2137 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=423340 CPUtime=3044.06
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194304 104857 0 0 0 304292 114 0 0 25 0 1 0 35678275 433500160 104788 996147200 134512640 135134323 4294956192 18446744073709551615 134532799 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 105835 104788 79 151 0 105681 0
Current children cumulated CPU time (s) 3053.6
Current children cumulated vsize (KiB) 440344

[startup+3083.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14508
/proc/meminfo: memFree=1306312/2055920 swapFree=4192952/4192956
[pid=14290] ppid=14288 vsize=17004 CPUtime=9.54
/proc/14290/stat : 14290 (sugar++) S 14288 14290 13547 0 -1 4194304 2153 50161 0 11 7 4 877 66 16 0 1 0 35677619 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 221963665300 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/14290/statm: 4251 1150 414 3 0 830 0
[pid=14313] ppid=14290 vsize=0 CPUtime=3044.46
/proc/14313/stat : 14313 (minisat-inc) R 14290 14290 13547 0 -1 4194308 104859 0 0 0 304329 117 0 0 25 0 1 0 35678275 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/14313/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3054
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 3083.16
CPU time (s): 3054.09
CPU user time (s): 3052.15
CPU system time (s): 1.9457
CPU usage (%): 99.0573
Max. virtual memory (cumulated for all children) (KiB): 890584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3052.15
system time used= 1.9457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157235
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12257
involuntary context switches= 76641

runsolver used 4.04938 second user time and 9.99148 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-11 17:23:02
IDJOB=1108107
IDBENCH=60678
IDSOLVER=367
FILE ID=node43/1108107-1215789782
PBS_JOBID= 7903112
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5af9256d6bcac31317b3bfaaca55fb19
RANDOM SEED=138137754

node43.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.216
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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1777720 kB
Buffers:         15820 kB
Cached:         170088 kB
SwapCached:          4 kB
Active:          77120 kB
Inactive:       134412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777720 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          36620 kB
Slab:            51992 kB
Committed_AS:   118004 kB
PageTables:       1900 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= 66504 MiB
End job on node43 at 2008-07-11 18:14:25