Trace number 1108805

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-incOPTIMUM2 72.179 73.8594

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-11_ext.xml
MD5SUM7e9b2eda2d883c4bc7e9004ffd60259f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark72.179
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
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 16:26:28 2008
0.00/0.08	c 0	PID 13727
0.00/0.08	c 0	HOST node18.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108805-1215786388.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108805-1215786388.xml' 'HOME/temp.csp'
0.07/0.73	c 1	16 domains, 225 variables, 0 predicates, 16 relations, 2519 constraints
0.07/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/0.88	c 1	Parsing HOME/temp.csp
0.94/1.17	c 1	parsed 2776 expressions
0.94/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.20	c 1	MAX CSP: 2519 constraints
1.03/1.20	c 1	Converting to clausal form CSP
1.03/1.26	c 2	converted 530 (10%) expressions
1.13/1.30	c 2	converted 1060 (20%) expressions
1.13/1.39	c 2	converted 1590 (30%) expressions
1.24/1.42	c 2	converted 2120 (40%) expressions
1.24/1.44	c 2	converted 2649 (50%) expressions
1.24/1.46	c 2	converted 3179 (60%) expressions
1.24/1.48	c 2	converted 3709 (70%) expressions
1.33/1.54	c 2	converted 4239 (80%) expressions
1.33/1.55	c 2	converted 4769 (90%) expressions
1.63/1.83	c 2	converted 5298 (100%) expressions
1.63/1.83	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 3779
1.63/1.83	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.83	c 2	Propagation in CSP
1.72/1.93	c 2	2511 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.94	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.72/1.94	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.94	c 2	Simplifing CSP by introducing new Boolean variables
1.72/1.95	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.72/1.95	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/2.01	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/2.04	c 2	527 (10%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.82/2.04	c 2	1053 (20%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.82/2.05	c 2	1579 (30%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.82/2.05	c 2	2106 (40%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.82/2.05	c 2	2632 (50%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.82/2.06	c 2	3158 (60%) CSP integer variables are encoded (6900 clauses, 87709 bytes)
1.82/2.06	c 2	3685 (70%) CSP integer variables are encoded (11132 clauses, 151123 bytes)
1.82/2.07	c 2	4211 (80%) CSP integer variables are encoded (17105 clauses, 240718 bytes)
1.82/2.08	c 2	4737 (90%) CSP integer variables are encoded (21675 clauses, 309268 bytes)
1.92/2.12	c 2	5263 (100%) CSP integer variables are encoded (52891 clauses, 777508 bytes)
2.02/2.22	c 3	756 (10%) CSP clauses are encoded (57175 clauses, 878614 bytes)
2.02/2.28	c 3	1512 (20%) CSP clauses are encoded (61487 clauses, 984206 bytes)
2.11/2.33	c 3	2267 (30%) CSP clauses are encoded (65784 clauses, 1096899 bytes)
2.22/2.43	c 3	3023 (40%) CSP clauses are encoded (101738 clauses, 1755208 bytes)
2.91/3.13	c 3	3778 (50%) CSP clauses are encoded (475269 clauses, 9288450 bytes)
3.11/3.34	c 4	4534 (60%) CSP clauses are encoded (582063 clauses, 11544376 bytes)
5.18/5.47	c 6	5290 (70%) CSP clauses are encoded (1688991 clauses, 35277191 bytes)
5.46/5.71	c 6	6045 (80%) CSP clauses are encoded (1811756 clauses, 37873571 bytes)
5.95/6.29	c 7	6801 (90%) CSP clauses are encoded (2122374 clauses, 44502056 bytes)
18.08/18.61	c 19	7556 (100%) CSP clauses are encoded (8100288 clauses, 172589181 bytes)
18.08/18.61	c 19	7556 CSP clauses encoded
18.08/18.62	c 19	Writing map file : HOME/temp.map
18.08/18.67	c 19	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.08/18.67	c 19	SAT : 58049 SAT variables, 8100288 SAT clauses, 172589181 bytes
18.08/18.67	c 19	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.16/18.74	c 19	OBJECTIVE minimize _COST
18.16/18.74	c 19	SOLVING HOME/temp.cnf
18.16/18.74	c 19	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
18.16/18.74	c 19	This is MiniSat 2.0 beta incremental
18.16/18.74	c 19	WARNING: for repeatability, setting FPU to use double precision
18.16/18.74	c 19	============================[ Problem Statistics ]=============================
18.16/18.74	c 19	|                                                                             |
18.16/18.74	c 19	|  Number of variables:  58049                                                |
18.16/18.74	c 19	|  Number of clauses:    8100288                                              |
21.78/22.40	c 23	|  Parsing time:         3.15         s                                       |
21.88/22.56	c 23	OK
21.88/22.56	c 23	OBJECTIVE BOUND: 0 <= _COST <= 
21.88/22.56	c 23	SEARCHING: _COST <= 1260
21.88/22.56	c 23	============================[ Search Statistics ]==============================
21.88/22.56	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.88/22.56	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.88/22.56	c 23	===============================================================================
21.88/22.56	c 23	|         0 |   58049  8100288 24164418 |  2700096        0    nan |  0.000 % |
22.67/23.35	c 24	===============================================================================
22.67/23.35	c 24	restarts              : 1
22.67/23.35	c 24	conflicts             : 1             (0 /sec)
22.67/23.35	c 24	decisions             : 73            (0.00 % random) (18 /sec)
22.67/23.35	c 24	propagations          : 58129          (14270 /sec)
22.67/23.35	c 24	conflict literals     : 45             (0.00 % deleted)
22.67/23.35	c 24	Memory used           : 339.28 MB
22.67/23.35	c 24	CPU time              : 4.07338 s
22.67/23.35	c 24	
22.67/23.35	c 24	SATISFIABLE
22.67/23.37	c 24	OK
22.67/23.37	c 24	FOUND: _COST <= 1260
22.67/23.37	s SATISFIABLE
22.67/23.37	c 24	DECODING HOME/temp.out WITH HOME/temp.map
22.67/23.37	c 24	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.75/23.49	c 24	Decoding HOME/temp.out
22.75/23.71	c 24	OBJECTIVE _COST 199
22.75/23.71	o 199
22.75/23.72	v 11 6 8 7 6 12 10 3 0 7 14 2 5 1 13 6 9 4 1 3 0 5 10 11 14 12 8 4 7 13 8 14 13 12 10 11 0 2 9 3 1 5 4 7 12 14 7 1 10 0 13 7 1 12 5 4 9 0 8 2 9 1 14 5 8 3 2 4 0 12 7 6 10 13 11 10 5 11 14 12 8 3 9 2 1 0 13 7 6 4 13 12 12 14 7 5 8 0 1 4 6 1 2 10 3 6 2 0 13 4 6 9 8 3 10 9 11 12 5 14 2 0 3 6 14 10 4 7 11 13 9 12 14 13 8 11 10 7 9 9 14 13 1 4 6 14 12 3 0 12 7 8 10 2 5 4 11 14 10 9 3 0 13 12 6 4 3 12 8 13 9 12 13 5 2 11 14 6 10 7 3 13 9 4 11 7 3 6 14 0 8 7 9 12 10 12 1 14 9 2 1 6 11 7 13 10 4 8 11 5 5 4 6 0 10 2 14 12 8 11 13 10 11 14 9
22.75/23.72	c 24	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
23.10/23.85	c 24	OK
23.10/23.85	c 24	OBJECTIVE BOUND: 0 <= _COST <= 199
23.10/23.85	c 24	SEARCHING: _COST <= 99
23.10/23.85	c 24	============================[ Search Statistics ]==============================
23.10/23.85	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.10/23.85	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.10/23.85	c 24	===============================================================================
23.10/23.85	c 24	|         1 |   58049  8100288 24164418 |  2700096        1     45 |  0.000 % |
23.30/24.00	c 24	|       101 |   27139  8100288 24164418 |  2970105      101     52 | 53.414 % |
23.89/24.64	c 25	|       251 |   27139  8100288 24164418 |  3267116      251     42 | 53.414 % |
24.09/24.80	c 25	|       477 |   27139  8100288 24164418 |  3593827      477    111 | 53.414 % |
24.69/25.41	c 26	|       814 |   27139  8100288 24164418 |  3953210      814    116 | 53.414 % |
24.89/25.66	c 26	===============================================================================
24.89/25.66	c 26	restarts              : 6
24.89/25.66	c 26	conflicts             : 889           (149 /sec)
24.89/25.66	c 26	decisions             : 2505          (0.52 % random) (420 /sec)
24.89/25.66	c 26	propagations          : 1008579        (169194 /sec)
24.89/25.66	c 26	conflict literals     : 105577         (4.19 % deleted)
24.89/25.66	c 26	Memory used           : 339.28 MB
24.89/25.66	c 26	CPU time              : 5.96109 s
24.89/25.66	c 26	
24.89/25.66	c 26	SATISFIABLE
24.89/25.68	c 26	OK
24.89/25.68	c 26	FOUND: _COST <= 99
24.89/25.68	c 26	DECODING HOME/temp.out WITH HOME/temp.map
24.89/25.68	c 26	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.97/25.80	c 26	Decoding HOME/temp.out
24.97/26.23	c 27	OBJECTIVE _COST 99
24.97/26.23	o 99
24.97/26.24	v 4 6 9 11 6 12 13 3 0 7 14 2 5 1 4 3 4 2 1 9 0 5 0 11 14 12 8 10 7 6 8 14 13 7 10 11 0 6 9 3 1 5 4 2 12 11 7 1 10 0 14 13 4 12 5 2 9 0 8 3 9 12 14 5 8 3 2 13 1 10 7 6 8 4 11 10 5 11 14 12 8 3 9 2 1 4 13 7 6 0 13 12 12 3 7 5 8 9 11 4 6 1 2 10 14 6 2 10 13 4 6 9 8 3 0 11 12 12 5 1 2 0 3 12 1 10 4 7 6 9 5 11 14 13 8 4 10 7 9 14 12 14 1 13 6 14 11 3 0 2 7 8 10 4 5 9 12 14 7 11 3 0 13 12 13 14 3 0 8 13 4 1 2 5 2 9 10 6 11 7 1 13 4 2 11 7 6 5 14 0 8 14 9 12 10 12 9 14 6 2 1 7 11 8 13 10 4 0 3 5 5 8 1 0 10 2 14 12 4 6 13 7 11 14 9
24.97/26.26	c 27	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.50/26.33	c 27	OK
25.50/26.33	c 27	OBJECTIVE BOUND: 0 <= _COST <= 99
25.50/26.33	c 27	SEARCHING: _COST <= 49
25.50/26.33	c 27	============================[ Search Statistics ]==============================
25.50/26.33	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.50/26.33	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.50/26.33	c 27	===============================================================================
25.50/26.33	c 27	|       889 |   27043  8100288 24164418 |  2700096      889    119 | 53.414 % |
25.71/26.56	c 27	|       990 |   27043  8100288 24164418 |  2970105      990    111 | 58.887 % |
25.81/26.65	c 27	|      1141 |   27043  8100288 24164418 |  3267116     1141    107 | 58.887 % |
26.00/26.81	c 27	|      1366 |   27043  8100288 24164418 |  3593827     1366    102 | 58.887 % |
27.09/27.99	c 28	|      1704 |   27043  8100288 24164418 |  3953210     1704     87 | 58.887 % |
27.19/28.09	c 28	===============================================================================
27.19/28.10	c 28	restarts              : 11
27.19/28.10	c 28	conflicts             : 1880          (242 /sec)
27.19/28.10	c 28	decisions             : 4555          (0.35 % random) (588 /sec)
27.19/28.10	c 28	propagations          : 2412710        (311204 /sec)
27.19/28.10	c 28	conflict literals     : 169476         (5.01 % deleted)
27.19/28.10	c 28	Memory used           : 339.28 MB
27.19/28.10	c 28	CPU time              : 7.75282 s
27.19/28.10	c 28	
27.19/28.10	c 28	SATISFIABLE
27.29/28.12	c 28	OK
27.29/28.12	c 28	FOUND: _COST <= 49
27.29/28.12	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.29/28.12	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.31/28.24	c 29	Decoding HOME/temp.out
27.31/28.46	c 29	OBJECTIVE _COST 49
27.31/28.46	o 49
27.31/28.47	v 10 6 8 4 9 12 13 3 0 7 11 2 5 1 14 6 4 9 1 3 0 5 10 11 14 12 2 11 7 13 8 12 13 7 10 11 0 6 9 3 1 5 4 2 12 3 7 1 10 6 8 14 2 12 5 13 9 0 11 4 9 9 10 5 8 3 2 0 13 12 7 6 1 4 11 4 10 11 14 12 7 3 9 2 1 6 13 14 8 0 13 14 12 11 7 5 8 4 6 9 0 1 2 10 3 14 12 0 13 4 6 9 8 3 11 2 10 12 5 1 2 0 3 13 1 14 4 7 9 10 5 11 12 13 8 11 10 7 12 14 13 12 1 14 6 14 8 3 0 2 7 8 10 2 5 14 11 14 1 4 3 0 13 9 6 0 3 4 8 13 10 1 11 5 2 9 14 6 12 7 1 13 2 3 11 4 7 5 14 0 8 12 9 6 10 12 11 14 9 2 1 6 13 7 8 10 4 14 3 5 5 1 6 0 3 2 10 12 8 13 4 7 11 14 9
27.31/28.48	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.61/28.55	c 29	OK
27.61/28.55	c 29	OBJECTIVE BOUND: 0 <= _COST <= 49
27.61/28.55	c 29	SEARCHING: _COST <= 24
27.61/28.55	c 29	============================[ Search Statistics ]==============================
27.61/28.55	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.61/28.55	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.61/28.55	c 29	===============================================================================
27.61/28.55	c 29	|      1880 |   23866  8100288 24164418 |  2700096     1880     90 | 58.887 % |
27.88/28.87	c 29	|      1981 |   23866  8100288 24164418 |  2970105     1981     87 | 63.748 % |
27.98/28.95	c 29	|      2131 |   23866  8100288 24164418 |  3267116     2131     87 | 63.748 % |
28.38/29.30	c 30	|      2356 |   23866  8100288 24164418 |  3593827     2356     85 | 63.748 % |
29.57/30.55	c 31	|      2694 |   23866  8100288 24164418 |  3953210     2694     77 | 63.748 % |
29.67/30.64	c 31	===============================================================================
29.67/30.65	c 31	restarts              : 16
29.67/30.65	c 31	conflicts             : 2885          (292 /sec)
29.67/30.65	c 31	decisions             : 6215          (0.37 % random) (630 /sec)
29.67/30.65	c 31	propagations          : 4385735        (444418 /sec)
29.67/30.65	c 31	conflict literals     : 228116         (6.23 % deleted)
29.67/30.65	c 31	Memory used           : 339.28 MB
29.67/30.65	c 31	CPU time              : 9.8685 s
29.67/30.65	c 31	
29.67/30.65	c 31	SATISFIABLE
29.67/30.67	c 31	OK
29.67/30.67	c 31	FOUND: _COST <= 24
29.67/30.67	c 31	DECODING HOME/temp.out WITH HOME/temp.map
29.67/30.67	c 31	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.73/30.77	c 31	Decoding HOME/temp.out
29.92/30.99	c 31	OBJECTIVE _COST 24
29.92/30.99	o 24
30.02/31.00	v 11 6 5 9 14 12 10 3 0 7 4 2 8 1 13 4 9 13 1 11 0 5 10 11 14 12 8 14 7 3 8 5 6 3 10 11 14 0 9 13 1 7 4 2 12 6 7 1 10 3 8 13 4 12 5 2 9 0 11 14 9 14 0 5 8 10 2 13 4 3 7 6 1 12 11 0 4 11 14 12 7 3 9 10 1 6 13 12 8 2 13 14 12 4 7 5 8 3 6 11 9 1 2 10 0 14 1 2 13 4 6 9 8 3 12 11 10 7 5 0 2 0 3 12 6 9 4 7 1 10 5 14 5 13 8 9 10 7 2 5 13 12 1 8 6 14 11 3 0 4 7 8 10 11 9 4 5 14 13 12 3 0 13 9 6 10 3 9 8 13 14 1 11 5 2 0 12 6 4 7 1 13 4 6 11 3 7 2 14 0 8 5 9 12 10 12 12 14 7 2 1 11 6 0 9 10 4 13 3 5 5 11 8 0 1 2 6 12 7 4 13 3 11 14 9
30.02/31.01	c 31	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.02/31.08	c 31	OK
30.02/31.08	c 31	OBJECTIVE BOUND: 0 <= _COST <= 24
30.02/31.08	c 31	SEARCHING: _COST <= 12
30.02/31.08	c 31	============================[ Search Statistics ]==============================
30.02/31.08	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.02/31.08	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.02/31.08	c 31	===============================================================================
30.02/31.08	c 31	|      2885 |   21044  8100288 24164418 |  2700096     2885     79 | 63.748 % |
30.29/31.34	c 32	|      2986 |   21044  8100288 24164418 |  2970105     2986     77 | 68.387 % |
30.39/31.43	c 32	|      3139 |   21044  8100288 24164418 |  3267116     3139     84 | 68.387 % |
30.49/31.54	c 32	|      3364 |   21044  8100288 24164418 |  3593827     3364     84 | 68.387 % |
30.69/31.71	c 32	|      3701 |   21044  8100288 24164418 |  3953210     3701     94 | 68.387 % |
31.27/32.36	c 33	|      4207 |   21044  8100288 24164418 |  4348531     4207    105 | 68.387 % |
31.57/32.61	c 33	|      4966 |   21044  8100288 24164418 |  4783384     4966    125 | 68.387 % |
32.27/33.35	c 34	|      6105 |   21044  8100288 24164418 |  5261723     6105    159 | 68.387 % |
33.45/34.59	c 35	|      7813 |   21044  8100288 24164418 |  5787895     7813    179 | 68.387 % |
35.05/36.12	c 36	|     10379 |   21044  8100288 24164418 |  6366685    10379    223 | 68.387 % |
36.03/37.16	c 37	===============================================================================
36.03/37.16	c 37	restarts              : 26
36.03/37.16	c 37	conflicts             : 11898         (748 /sec)
36.03/37.16	c 37	decisions             : 19199         (0.22 % random) (1207 /sec)
36.03/37.16	c 37	propagations          : 8248741        (518607 /sec)
36.03/37.16	c 37	conflict literals     : 2735197        (2.83 % deleted)
36.03/37.16	c 37	Memory used           : 348.69 MB
36.03/37.16	c 37	CPU time              : 15.9056 s
36.03/37.16	c 37	
36.03/37.16	c 37	SATISFIABLE
36.03/37.18	c 37	OK
36.03/37.18	c 37	FOUND: _COST <= 12
36.03/37.18	c 37	DECODING HOME/temp.out WITH HOME/temp.map
36.03/37.18	c 37	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.11/37.29	c 38	Decoding HOME/temp.out
36.38/37.52	c 38	OBJECTIVE _COST 12
36.38/37.52	o 12
36.38/37.53	v 14 6 13 11 9 12 10 3 0 7 5 2 8 1 4 3 4 9 1 6 0 5 2 11 14 12 8 10 7 13 8 2 5 7 10 11 14 0 9 13 1 3 4 6 12 6 7 1 10 14 13 11 4 12 5 2 9 0 8 3 9 14 0 5 8 3 2 13 1 10 7 6 12 4 11 0 5 11 14 12 10 3 9 8 1 4 13 7 2 6 13 9 12 4 7 5 8 11 6 3 0 1 2 10 14 10 12 2 13 4 6 9 8 3 11 14 7 1 5 0 2 0 3 12 1 14 4 7 10 12 9 11 5 13 8 11 10 7 9 12 8 13 1 4 6 14 5 3 0 2 7 8 10 6 5 4 12 14 2 9 3 0 13 11 1 1 3 4 8 13 9 0 10 5 2 11 14 6 12 7 4 13 6 2 11 7 1 5 14 0 8 12 9 3 10 12 11 14 3 2 1 7 6 13 8 10 4 14 9 5 5 1 8 0 3 2 6 12 7 4 13 10 11 14 9
36.38/37.53	c 38	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
36.38/37.59	c 38	OK
36.38/37.59	c 38	OBJECTIVE BOUND: 0 <= _COST <= 12
36.38/37.59	c 38	SEARCHING: _COST <= 6
36.38/37.59	c 38	============================[ Search Statistics ]==============================
36.38/37.59	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.38/37.59	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.38/37.59	c 38	===============================================================================
36.38/37.59	c 38	|     11898 |   18351  8100288 24164418 |  2700096    11898    230 | 68.387 % |
36.44/37.69	c 38	|     11998 |   18351  8100288 24164418 |  2970105    11998    229 | 72.797 % |
36.63/37.85	c 38	|     12148 |   18351  8100288 24164418 |  3267116    12148    229 | 72.797 % |
36.83/38.04	c 38	|     12374 |   18351  8100288 24164418 |  3593827    12374    230 | 72.797 % |
37.13/38.38	c 39	|     12712 |   18351  8100288 24164418 |  3953210    12712    227 | 72.797 % |
37.72/38.94	c 39	|     13219 |   18351  8100288 24164418 |  4348531    13219    224 | 72.797 % |
38.33/39.59	c 40	|     13978 |   18351  8100288 24164418 |  4783384    13978    231 | 72.797 % |
39.32/40.53	c 41	|     15117 |   18351  8100288 24164418 |  5261723    15117    241 | 72.797 % |
39.52/40.79	c 41	===============================================================================
39.52/40.79	c 41	restarts              : 34
39.52/40.79	c 41	conflicts             : 15297         (801 /sec)
39.52/40.79	c 41	decisions             : 24286         (0.20 % random) (1271 /sec)
39.52/40.79	c 41	propagations          : 10042399       (525750 /sec)
39.52/40.79	c 41	conflict literals     : 3671202        (2.94 % deleted)
39.52/40.79	c 41	Memory used           : 352.48 MB
39.52/40.79	c 41	CPU time              : 19.1011 s
39.52/40.79	c 41	
39.52/40.79	c 41	SATISFIABLE
39.61/40.81	c 41	OK
39.61/40.81	c 41	FOUND: _COST <= 6
39.61/40.81	c 41	DECODING HOME/temp.out WITH HOME/temp.map
39.61/40.81	c 41	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.63/40.93	c 41	Decoding HOME/temp.out
39.63/41.16	c 41	OBJECTIVE _COST 6
39.63/41.16	o 6
39.63/41.17	v 10 6 8 9 11 12 13 3 0 7 4 2 5 1 14 3 2 9 1 6 0 5 4 11 14 12 8 10 7 13 8 14 5 2 10 11 0 13 9 3 1 7 4 6 12 11 7 1 10 3 13 14 2 12 5 6 9 0 8 4 9 12 13 5 8 14 2 0 4 10 7 6 1 3 11 0 5 11 14 12 7 3 9 10 1 2 13 8 4 6 13 9 12 4 7 5 8 11 6 14 0 1 2 10 3 14 1 2 13 4 6 9 8 3 12 11 10 7 5 0 2 0 3 6 14 10 4 7 1 9 5 11 12 13 8 4 10 7 11 9 8 12 1 13 6 14 5 3 0 2 7 8 10 12 5 9 6 14 2 4 3 0 13 11 1 1 3 0 8 13 4 11 10 5 2 9 14 6 12 7 6 13 4 7 11 3 1 5 14 0 8 12 9 2 10 12 11 14 3 2 1 7 6 8 13 10 4 14 9 5 5 4 6 0 1 2 10 12 7 8 13 3 11 14 9
39.63/41.17	c 41	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
39.63/41.23	c 42	OK
39.63/41.23	c 42	OBJECTIVE BOUND: 0 <= _COST <= 6
39.63/41.23	c 42	SEARCHING: _COST <= 3
39.63/41.23	c 42	============================[ Search Statistics ]==============================
39.63/41.23	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.63/41.23	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.63/41.23	c 42	===============================================================================
39.63/41.23	c 42	|     15297 |   15791  8100288 24164418 |  2700096    15297    240 | 72.797 % |
40.02/41.34	c 42	|     15398 |   15791  8100288 24164418 |  2970105    15398    239 | 77.162 % |
40.12/41.49	c 42	|     15548 |   15791  8100288 24164418 |  3267116    15548    240 | 77.162 % |
40.42/41.75	c 42	|     15773 |   15791  8100288 24164418 |  3593827    15773    241 | 77.162 % |
40.91/42.23	c 43	|     16111 |   15791  8100288 24164418 |  3953210    16111    240 | 77.162 % |
41.31/42.66	c 43	|     16617 |   15791  8100288 24164418 |  4348531    16617    242 | 77.162 % |
41.99/43.33	c 44	|     17377 |   15791  8100288 24164418 |  4783384    17377    247 | 77.162 % |
43.18/44.51	c 45	|     18516 |   15791  8100288 24164418 |  5261723    18516    257 | 77.162 % |
44.97/46.31	c 47	|     20225 |   15791  8100288 24164418 |  5787895    20225    264 | 77.162 % |
47.74/49.10	c 49	|     22787 |   15791  8100288 24164418 |  6366685    22787    277 | 77.162 % |
52.60/54.01	c 54	|     26632 |   15791  8100288 24164418 |  7003353    26632    298 | 77.162 % |
52.70/54.17	c 54	===============================================================================
52.70/54.17	c 54	restarts              : 45
52.70/54.17	c 54	conflicts             : 26744         (838 /sec)
52.70/54.17	c 54	decisions             : 40720         (0.16 % random) (1276 /sec)
52.70/54.17	c 54	propagations          : 13920046       (436049 /sec)
52.70/54.17	c 54	conflict literals     : 7969082        (5.35 % deleted)
52.70/54.17	c 54	Memory used           : 369.51 MB
52.70/54.17	c 54	CPU time              : 31.9231 s
52.70/54.17	c 54	
52.70/54.17	c 54	SATISFIABLE
52.70/54.19	c 54	OK
52.70/54.19	c 54	FOUND: _COST <= 3
52.70/54.19	c 54	DECODING HOME/temp.out WITH HOME/temp.map
52.70/54.19	c 54	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
52.79/54.30	c 55	Decoding HOME/temp.out
52.79/54.73	c 55	OBJECTIVE _COST 3
52.79/54.73	o 3
52.79/54.74	v 11 6 8 9 14 12 10 3 0 7 13 2 5 1 4 6 4 9 1 8 0 5 13 11 14 12 10 2 7 3 8 2 5 7 10 11 13 0 9 3 1 14 4 6 12 3 7 1 10 6 4 14 11 12 5 2 9 0 8 13 9 14 0 5 8 3 2 4 1 13 7 6 10 12 11 0 5 11 14 12 10 3 9 7 1 4 13 8 2 6 13 11 12 3 7 5 8 2 6 4 9 1 14 10 0 10 12 2 13 4 6 9 8 3 11 0 7 1 5 14 2 0 3 6 1 14 4 7 10 9 5 11 12 13 8 4 10 7 12 9 13 11 1 8 6 14 5 3 0 2 7 8 10 4 5 9 6 14 2 12 3 0 13 11 1 14 3 4 8 13 8 1 10 5 2 11 12 6 9 7 1 13 6 2 11 7 12 5 14 0 8 3 9 4 10 12 9 14 11 2 1 0 6 13 8 10 4 7 3 5 5 1 13 0 3 2 7 12 4 10 6 8 11 14 9
52.79/54.75	c 55	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
52.79/54.80	c 55	OK
52.79/54.80	c 55	OBJECTIVE BOUND: 0 <= _COST <= 3
52.79/54.80	c 55	SEARCHING: _COST <= 1
52.79/54.80	c 55	============================[ Search Statistics ]==============================
52.79/54.80	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.79/54.80	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.79/54.80	c 55	===============================================================================
52.79/54.80	c 55	|     26744 |   13257  8100288 24164418 |  2700096    26744    298 | 77.162 % |
53.53/55.08	c 55	|     26844 |   13257  8100288 24164418 |  2970105    26844    299 | 81.511 % |
53.82/55.38	c 56	|     26994 |   13257  8100288 24164418 |  3267116    26994    300 | 81.511 % |
54.31/55.80	c 56	|     27220 |   13257  8100288 24164418 |  3593827    27220    301 | 81.511 % |
54.91/56.49	c 57	===============================================================================
54.91/56.49	c 57	restarts              : 49
54.91/56.49	c 57	conflicts             : 27550         (820 /sec)
54.91/56.49	c 57	decisions             : 41898         (0.17 % random) (1246 /sec)
54.91/56.49	c 57	propagations          : 14462671       (430233 /sec)
54.91/56.49	c 57	conflict literals     : 8332248        (5.53 % deleted)
54.91/56.49	c 57	Memory used           : 370.96 MB
54.91/56.49	c 57	CPU time              : 33.6159 s
54.91/56.49	c 57	
54.91/56.49	c 57	UNSATISFIABLE
54.91/56.49	c 57	OK
54.91/56.49	c 57	NOT FOUND: _COST <= 1
54.91/56.49	c 57	OK
54.91/56.49	c 57	OBJECTIVE BOUND: 2 <= _COST <= 3
54.91/56.49	c 57	SEARCHING: _COST <= 2
54.91/56.49	c 57	============================[ Search Statistics ]==============================
54.91/56.49	c 57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.91/56.49	c 57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.91/56.49	c 57	===============================================================================
54.91/56.49	c 57	|     27550 |   13257  8100288 24164418 |  2700096    27549    302 | 81.511 % |
55.10/56.64	c 57	|     27651 |   13255  8100288 24164418 |  2970105    27650    303 | 81.516 % |
55.30/56.86	c 57	|     27801 |   13255  8100288 24164418 |  3267116    27800    303 | 81.516 % |
55.80/57.35	c 58	|     28026 |   13255  8100288 24164418 |  3593827    28025    303 | 81.516 % |
56.29/57.85	c 58	|     28363 |   13255  8100288 24164418 |  3953210    28362    305 | 81.516 % |
56.89/58.47	c 59	|     28869 |   13255  8100288 24164418 |  4348531    28868    306 | 81.516 % |
58.08/59.67	c 60	|     29629 |   13255  8100288 24164418 |  4783384    29628    308 | 81.516 % |
59.76/61.36	c 62	|     30768 |   13255  8100288 24164418 |  5261723    30767    312 | 81.516 % |
63.13/64.74	c 65	|     32476 |   13255  8100288 24164418 |  5787895    32475    322 | 81.516 % |
67.89/69.52	c 70	|     35038 |   13255  8100288 24164418 |  6366685    35037    339 | 81.516 % |
71.44/73.13	c 73	===============================================================================
71.44/73.13	c 73	restarts              : 59
71.44/73.13	c 73	conflicts             : 36848         (736 /sec)
71.44/73.13	c 73	decisions             : 54507         (0.16 % random) (1089 /sec)
71.44/73.13	c 73	propagations          : 17910197       (357850 /sec)
71.44/73.13	c 73	conflict literals     : 12769613       (6.42 % deleted)
71.44/73.13	c 73	Memory used           : 388.42 MB
71.44/73.13	c 73	CPU time              : 50.0494 s
71.44/73.13	c 73	
71.44/73.13	c 73	SATISFIABLE
71.44/73.15	c 73	OK
71.44/73.15	c 73	FOUND: _COST <= 2
71.44/73.15	c 73	DECODING HOME/temp.out WITH HOME/temp.map
71.44/73.15	c 73	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
71.50/73.27	c 74	Decoding HOME/temp.out
71.90/73.67	c 74	OBJECTIVE _COST 2
71.90/73.67	o 2
71.90/73.69	v 10 6 8 9 13 12 11 3 0 7 4 2 5 1 14 6 4 9 1 3 0 5 10 11 14 12 8 2 7 13 8 2 5 3 10 11 14 0 9 13 1 7 4 6 12 3 7 1 10 14 8 13 11 12 5 2 9 0 4 6 9 12 0 5 8 14 2 13 4 10 7 6 1 3 11 4 5 11 14 12 7 3 9 2 1 6 13 10 8 0 13 9 12 11 7 5 8 2 6 4 0 1 14 10 3 0 14 2 13 4 6 9 8 3 12 11 10 7 5 1 2 0 3 6 1 9 4 7 10 11 5 14 12 13 8 11 10 7 2 9 13 12 1 8 6 14 5 3 0 4 7 8 10 12 5 4 6 14 1 9 3 0 13 11 2 14 3 13 8 13 10 1 4 5 2 9 11 6 12 7 1 13 6 4 11 3 7 5 14 0 8 12 9 2 10 12 11 14 7 2 1 0 6 13 3 10 4 8 9 5 5 1 4 0 6 2 10 12 7 8 13 3 11 14 9
71.90/73.69	c 74	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
71.90/73.70	c 74	OK
71.90/73.70	c 74	OBJECTIVE _COST 2
71.90/73.70	s OPTIMUM FOUND
71.99/73.80	c 74	CPU 69.65 (0.08 0.04 69.57 2.38)
71.99/73.80	c 74	END Fri Jul 11 16:27:42 2008

Verifier Data (download as text)

OK	2	2517
2 unsatisfied constraints, 2517 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-1108805-1215786388/watcher-1108805-1215786388 -o /tmp/evaluation-result-1108805-1215786388/solver-1108805-1215786388 -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-1108805-1215786388.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.53 2.70 2.93 4/73 13727
/proc/meminfo: memFree=1402008/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=12268 CPUtime=0
/proc/13727/stat : 13727 (sugar++) R 13725 13727 13218 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 35341139 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 227857710078 0 0 4224 0 0 0 0 17 1 0 0
/proc/13727/statm: 3067 316 241 3 0 167 0

[startup+0.095343 s]
/proc/loadavg: 2.53 2.70 2.93 4/73 13727
/proc/meminfo: memFree=1402008/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.07
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101341 s]
/proc/loadavg: 2.53 2.70 2.93 4/73 13727
/proc/meminfo: memFree=1402008/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.07
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301355 s]
/proc/loadavg: 2.53 2.70 2.93 4/73 13727
/proc/meminfo: memFree=1402008/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.07
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701398 s]
/proc/loadavg: 2.53 2.70 2.93 4/73 13727
/proc/meminfo: memFree=1402008/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.07
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50248 s]
/proc/loadavg: 2.53 2.70 2.93 4/84 13749
/proc/meminfo: memFree=1393216/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.66
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1297 4996 0 1 5 2 56 3 15 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
[pid=13740] ppid=13727 vsize=5356 CPUtime=0
/proc/13740/stat : 13740 (sh) S 13727 13727 13218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35341215 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13740/statm: 1339 233 193 169 0 50 0
[pid=13741] ppid=13740 vsize=868404 CPUtime=0.67
/proc/13741/stat : 13741 (java) S 13740 13727 13218 0 -1 0 6049 0 1 0 64 3 0 0 18 0 9 0 35341215 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13741/statm: 217101 5440 1838 9 0 211676 0
[pid=13741/tid=13742] ppid=13740 vsize=868404 CPUtime=0.41
/proc/13741/task/13742/stat : 13742 (java) R 13740 13727 13218 0 -1 64 2645 0 1 0 40 1 0 0 18 0 9 0 35341216 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13743] ppid=13740 vsize=868404 CPUtime=0.05
/proc/13741/task/13743/stat : 13743 (java) R 13740 13727 13218 0 -1 64 1263 0 0 0 5 0 0 0 16 0 9 0 35341219 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 102721807 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13744] ppid=13740 vsize=868404 CPUtime=0
/proc/13741/task/13744/stat : 13744 (java) S 13740 13727 13218 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 35341220 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13745] ppid=13740 vsize=868404 CPUtime=0
/proc/13741/task/13745/stat : 13745 (java) S 13740 13727 13218 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 35341220 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13746] ppid=13740 vsize=868404 CPUtime=0
/proc/13741/task/13746/stat : 13746 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35341224 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13747] ppid=13740 vsize=868404 CPUtime=0.17
/proc/13741/task/13747/stat : 13747 (java) S 13740 13727 13218 0 -1 64 1449 0 0 0 17 0 0 0 16 0 9 0 35341224 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13748] ppid=13740 vsize=868404 CPUtime=0
/proc/13741/task/13748/stat : 13748 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35341224 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13749] ppid=13740 vsize=868404 CPUtime=0
/proc/13741/task/13749/stat : 13749 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35341224 889245696 5440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890500

[startup+3.10163 s]
/proc/loadavg: 2.57 2.71 2.93 3/84 13749
/proc/meminfo: memFree=1378112/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.66
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1297 4996 0 1 5 2 56 3 15 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
[pid=13740] ppid=13727 vsize=5356 CPUtime=0
/proc/13740/stat : 13740 (sh) S 13727 13727 13218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35341215 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13740/statm: 1339 233 193 169 0 50 0
[pid=13741] ppid=13740 vsize=868516 CPUtime=2.25
/proc/13741/stat : 13741 (java) S 13740 13727 13218 0 -1 0 8613 0 1 0 213 12 0 0 18 0 9 0 35341215 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13741/statm: 217129 7526 2566 9 0 211676 0
[pid=13741/tid=13742] ppid=13740 vsize=868516 CPUtime=1.58
/proc/13741/task/13742/stat : 13742 (java) R 13740 13727 13218 0 -1 64 3025 0 1 0 152 6 0 0 25 0 9 0 35341216 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4126611217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13743] ppid=13740 vsize=868516 CPUtime=0.35
/proc/13741/task/13743/stat : 13743 (java) S 13740 13727 13218 0 -1 64 3379 0 0 0 32 3 0 0 16 0 9 0 35341219 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13744] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13744/stat : 13744 (java) S 13740 13727 13218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35341220 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13745] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13745/stat : 13745 (java) S 13740 13727 13218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35341220 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13746] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13746/stat : 13746 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35341224 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13747] ppid=13740 vsize=868516 CPUtime=0.29
/proc/13741/task/13747/stat : 13747 (java) S 13740 13727 13218 0 -1 64 1516 0 0 0 28 1 0 0 16 0 9 0 35341224 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13748] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13748/stat : 13748 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35341224 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13749] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13749/stat : 13749 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35341224 889360384 7526 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 890612

[startup+6.30294 s]
/proc/loadavg: 2.57 2.71 2.93 3/84 13749
/proc/meminfo: memFree=1343040/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.66
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1297 4996 0 1 5 2 56 3 15 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
[pid=13740] ppid=13727 vsize=5356 CPUtime=0
/proc/13740/stat : 13740 (sh) S 13727 13727 13218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35341215 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13740/statm: 1339 233 193 169 0 50 0
[pid=13741] ppid=13740 vsize=868516 CPUtime=5.39
/proc/13741/stat : 13741 (java) S 13740 13727 13218 0 -1 0 9582 0 1 0 501 38 0 0 18 0 9 0 35341215 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13741/statm: 217129 7528 2566 9 0 211676 0
[pid=13741/tid=13742] ppid=13740 vsize=868516 CPUtime=4.47
/proc/13741/task/13742/stat : 13742 (java) R 13740 13727 13218 0 -1 64 3992 0 1 0 419 28 0 0 25 0 9 0 35341216 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4127018490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13743] ppid=13740 vsize=868516 CPUtime=0.61
/proc/13741/task/13743/stat : 13743 (java) S 13740 13727 13218 0 -1 64 3379 0 0 0 53 8 0 0 16 0 9 0 35341219 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13744] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13744/stat : 13744 (java) S 13740 13727 13218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35341220 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13745] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13745/stat : 13745 (java) S 13740 13727 13218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35341220 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13746] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13746/stat : 13746 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13747] ppid=13740 vsize=868516 CPUtime=0.29
/proc/13741/task/13747/stat : 13747 (java) S 13740 13727 13218 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13748] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13748/stat : 13748 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13749] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13749/stat : 13749 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 890612

[startup+12.7016 s]
/proc/loadavg: 2.64 2.72 2.93 3/84 13749
/proc/meminfo: memFree=1279104/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=16740 CPUtime=0.66
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1297 4996 0 1 5 2 56 3 15 0 1 0 35341139 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4185 1104 409 3 0 764 0
[pid=13740] ppid=13727 vsize=5356 CPUtime=0
/proc/13740/stat : 13740 (sh) S 13727 13727 13218 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35341215 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13740/statm: 1339 233 193 169 0 50 0
[pid=13741] ppid=13740 vsize=868516 CPUtime=11.71
/proc/13741/stat : 13741 (java) S 13740 13727 13218 0 -1 0 11338 0 1 0 1082 89 0 0 18 0 9 0 35341215 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13741/statm: 217129 7528 2566 9 0 211676 0
[pid=13741/tid=13742] ppid=13740 vsize=868516 CPUtime=10.31
/proc/13741/task/13742/stat : 13742 (java) R 13740 13727 13218 0 -1 64 5748 0 1 0 964 67 0 0 25 0 9 0 35341216 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13743] ppid=13740 vsize=868516 CPUtime=1.07
/proc/13741/task/13743/stat : 13743 (java) S 13740 13727 13218 0 -1 64 3379 0 0 0 89 18 0 0 16 0 9 0 35341219 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13744] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13744/stat : 13744 (java) S 13740 13727 13218 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35341220 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13745] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13745/stat : 13745 (java) S 13740 13727 13218 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35341220 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13746] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13746/stat : 13746 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13747] ppid=13740 vsize=868516 CPUtime=0.29
/proc/13741/task/13747/stat : 13747 (java) S 13740 13727 13218 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13748] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13748/stat : 13748 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13741/tid=13749] ppid=13740 vsize=868516 CPUtime=0
/proc/13741/task/13749/stat : 13749 (java) S 13740 13727 13218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35341224 889360384 7528 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 890612

[startup+25.5018 s]
/proc/loadavg: 2.69 2.73 2.93 3/75 13760
/proc/meminfo: memFree=893256/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=18.51
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1623 22451 0 3 6 2 1693 150 15 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=347416 CPUtime=6.28
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194304 82881 0 0 0 580 48 0 0 25 0 1 0 35343013 355753984 82826 996147200 134512640 135134323 4294956192 18446744073709551615 134532135 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 86854 82826 80 151 0 86700 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 364552

[startup+51.1013 s]
/proc/loadavg: 2.45 2.67 2.91 3/75 13810
/proc/meminfo: memFree=867784/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=20.32
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 1973 42487 0 8 7 4 1854 167 16 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=374148 CPUtime=29.4
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194304 89569 0 0 0 2888 52 0 0 25 0 1 0 35343013 383127552 89504 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 93537 89504 80 151 0 93383 0
Current children cumulated CPU time (s) 49.72
Current children cumulated vsize (KiB) 391284

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

[startup+63.9015 s]
/proc/loadavg: 2.35 2.63 2.89 3/75 13820
/proc/meminfo: memFree=853704/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=20.86
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 2045 46491 0 9 8 4 1904 170 16 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=387536 CPUtime=41.48
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194304 92902 0 0 0 4093 55 0 0 25 0 1 0 35343013 396836864 92833 996147200 134512640 135134323 4294956192 18446744073709551615 134530026 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 96884 92833 80 151 0 96730 0
Current children cumulated CPU time (s) 62.34
Current children cumulated vsize (KiB) 404672

[startup+70.3021 s]
/proc/loadavg: 2.32 2.62 2.89 3/75 13820
/proc/meminfo: memFree=846216/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=20.86
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 2045 46491 0 9 8 4 1904 170 16 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=394824 CPUtime=47.82
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194304 94729 0 0 0 4725 57 0 0 25 0 1 0 35343013 404299776 94660 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 98706 94660 80 151 0 98552 0
Current children cumulated CPU time (s) 68.68
Current children cumulated vsize (KiB) 411960

[startup+71.9013 s]
/proc/loadavg: 2.30 2.61 2.88 3/75 13820
/proc/meminfo: memFree=845064/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=20.86
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 2045 46491 0 9 8 4 1904 170 16 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=396548 CPUtime=49.39
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194304 95158 0 0 0 4882 57 0 0 25 0 1 0 35343013 406065152 95089 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 99137 95089 80 151 0 98983 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 413684

[startup+72.7013 s]
/proc/loadavg: 2.30 2.61 2.88 3/75 13820
/proc/meminfo: memFree=843848/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=20.86
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 2045 46491 0 9 8 4 1904 170 16 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=397340 CPUtime=50.19
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194304 95366 0 0 0 4962 57 0 0 25 0 1 0 35343013 406876160 95297 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 99335 95297 80 151 0 99181 0
Current children cumulated CPU time (s) 71.05
Current children cumulated vsize (KiB) 414476

[startup+73.5014 s]
/proc/loadavg: 2.30 2.61 2.88 3/75 13820
/proc/meminfo: memFree=843848/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=20.86
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 2096 46491 0 9 8 4 1904 170 15 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=397736 CPUtime=50.64
/proc/13750/stat : 13750 (minisat-inc) S 13727 13727 13218 0 -1 4194304 95476 0 0 0 5006 58 0 0 25 0 1 0 35343013 407281664 95405 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13750/statm: 99434 95405 80 151 0 99280 0
Current children cumulated CPU time (s) 71.5
Current children cumulated vsize (KiB) 414872

[startup+73.7071 s]
/proc/loadavg: 2.30 2.61 2.88 4/85 13830
/proc/meminfo: memFree=836600/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=21.35
/proc/13727/stat : 13727 (sugar++) S 13725 13727 13218 0 -1 4194304 2127 50495 0 10 8 4 1950 173 16 0 1 0 35341139 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 227857710996 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/13727/statm: 4284 1189 414 3 0 863 0
[pid=13750] ppid=13727 vsize=0 CPUtime=50.64
/proc/13750/stat : 13750 (minisat-inc) R 13727 13727 13218 0 -1 4194308 95476 0 0 0 5006 58 0 0 24 0 1 0 35343013 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/13750/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 71.99
Current children cumulated vsize (KiB) 17136

[startup+73.8058 s]
/proc/loadavg: 2.30 2.61 2.88 4/85 13830
/proc/meminfo: memFree=836600/2055920 swapFree=4180820/4192956
[pid=13727] ppid=13725 vsize=17136 CPUtime=72.11
/proc/13727/stat : 13727 (sugar++) R 13725 13727 13218 0 -1 4194304 2135 145971 0 10 8 8 6957 238 18 0 1 0 35341139 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13727/statm: 4284 1190 415 3 0 863 0
Current children cumulated CPU time (s) 72.11
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 73.8594
CPU time (s): 72.179
CPU user time (s): 69.6624
CPU system time (s): 2.51662
CPU usage (%): 97.7249
Max. virtual memory (cumulated for all children) (KiB): 890688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.6624
system time used= 2.51662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148162
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= 40791
involuntary context switches= 41818

runsolver used 0.114982 second user time and 0.245962 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-11 16:26:28
IDJOB=1108805
IDBENCH=60769
IDSOLVER=367
FILE ID=node18/1108805-1215786388
PBS_JOBID= 7903158
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-11_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-1108805-1215786388/watcher-1108805-1215786388 -o /tmp/evaluation-result-1108805-1215786388/solver-1108805-1215786388 -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-1108805-1215786388.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e9b2eda2d883c4bc7e9004ffd60259f
RANDOM SEED=1320257592

node18.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.218
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	: 5931.00
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.218
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:       1402496 kB
Buffers:         29120 kB
Cached:         565800 kB
SwapCached:       7560 kB
Active:         119492 kB
Inactive:       490140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402496 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:          19608 kB
Slab:            29172 kB
Committed_AS:    97780 kB
PageTables:       1844 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= 66548 MiB
End job on node18 at 2008-07-11 16:27:42