Trace number 1110867

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 197.924 198.836

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t3002-11tsp11-1900557362.xml
MD5SUM5b64392b48a4c6bb0198564f616fd00a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark197.924
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints2707
Maximum constraint arity110
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2707)

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 Sat Jul 12 06:53:57 2008
0.00/0.08	c 0	PID 17300
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1110867-1215838436.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-1110867-1215838436.xml' 'HOME/temp.csp'
0.95/1.03	c 1	1 domains, 231 variables, 0 predicates, 0 relations, 2707 constraints
0.95/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.05	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.99/1.13	c 1	Parsing HOME/temp.csp
0.99/1.42	c 1	parsed 2939 expressions
0.99/1.43	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.46	c 1	MAX CSP: 2707 constraints
0.99/1.46	c 1	Converting to clausal form CSP
1.00/1.54	c 1	converted 565 (10%) expressions
1.00/1.67	c 1	converted 1130 (20%) expressions
1.00/1.71	c 1	converted 1695 (30%) expressions
1.00/1.73	c 1	converted 2260 (40%) expressions
1.00/1.75	c 1	converted 2825 (50%) expressions
1.00/1.81	c 1	converted 3390 (60%) expressions
1.00/1.83	c 1	converted 3955 (70%) expressions
1.00/1.84	c 1	converted 4520 (80%) expressions
1.00/1.86	c 1	converted 5085 (90%) expressions
2.02/2.14	c 2	converted 5649 (100%) expressions
2.02/2.14	c 2	CSP : 6149 integers, 0 booleans, 9128 clauses, largest domain size 4061
2.02/2.14	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.14	c 2	Propagation in CSP
2.14/2.26	c 2	2701 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/2.26	c 2	CSP : 6149 integers, 0 booleans, 9128 clauses, largest domain size 2708
2.14/2.26	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.26	c 2	Simplifing CSP by introducing new Boolean variables
2.14/2.27	c 2	CSP : 6149 integers, 0 booleans, 9128 clauses, largest domain size 2708
2.14/2.27	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/2.32	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.24/2.33	c 2	615 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.24/2.34	c 2	1230 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.24/2.34	c 2	1845 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.24/2.34	c 2	2460 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.24/2.35	c 2	3075 (50%) CSP integer variables are encoded (343 clauses, 4523 bytes)
2.24/2.36	c 2	3690 (60%) CSP integer variables are encoded (8677 clauses, 117106 bytes)
2.24/2.37	c 2	4305 (70%) CSP integer variables are encoded (14158 clauses, 199321 bytes)
2.24/2.38	c 2	4920 (80%) CSP integer variables are encoded (20711 clauses, 297616 bytes)
2.24/2.38	c 2	5535 (90%) CSP integer variables are encoded (26127 clauses, 378856 bytes)
2.35/2.43	c 2	6149 (100%) CSP integer variables are encoded (60022 clauses, 887281 bytes)
2.35/2.46	c 2	913 (10%) CSP clauses are encoded (60935 clauses, 902562 bytes)
2.35/2.48	c 2	1826 (20%) CSP clauses are encoded (61848 clauses, 919909 bytes)
2.35/2.49	c 2	2739 (30%) CSP clauses are encoded (63119 clauses, 942748 bytes)
2.66/2.75	c 2	3652 (40%) CSP clauses are encoded (211062 clauses, 3639518 bytes)
3.07/3.12	c 3	4564 (50%) CSP clauses are encoded (424312 clauses, 7910692 bytes)
3.67/3.77	c 3	5477 (60%) CSP clauses are encoded (798387 clauses, 15893312 bytes)
3.96/4.00	c 4	6390 (70%) CSP clauses are encoded (928694 clauses, 18645107 bytes)
6.16/6.28	c 6	7303 (80%) CSP clauses are encoded (2285001 clauses, 47722260 bytes)
9.45/9.50	c 9	8216 (90%) CSP clauses are encoded (3589184 clauses, 75404399 bytes)
19.67/19.96	c 19	9128 (100%) CSP clauses are encoded (9565099 clauses, 203709871 bytes)
19.67/19.96	c 19	9128 CSP clauses encoded
19.67/19.96	c 19	Writing map file : HOME/temp.map
19.76/20.00	c 20	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.76/20.00	c 20	SAT : 66171 SAT variables, 9565099 SAT clauses, 203709871 bytes
19.76/20.00	c 20	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.76/20.07	c 20	OBJECTIVE minimize _COST
19.76/20.07	c 20	SOLVING HOME/temp.cnf
19.76/20.07	c 20	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
19.76/20.07	c 20	This is MiniSat 2.0 beta incremental
19.76/20.07	c 20	WARNING: for repeatability, setting FPU to use double precision
19.76/20.07	c 20	============================[ Problem Statistics ]=============================
19.76/20.07	c 20	|                                                                             |
19.76/20.07	c 20	|  Number of variables:  66171                                                |
19.76/20.07	c 20	|  Number of clauses:    9565099                                              |
24.17/24.51	c 24	|  Parsing time:         3.81         s                                       |
24.37/24.71	c 24	OK
24.37/24.71	c 24	OBJECTIVE BOUND: 0 <= _COST <= 
24.37/24.71	c 24	SEARCHING: _COST <= 1354
24.37/24.71	c 24	============================[ Search Statistics ]==============================
24.37/24.71	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.37/24.71	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.37/24.71	c 24	===============================================================================
24.37/24.71	c 24	|         0 |   66171  9565099 28515038 |  3188366        0    nan |  0.000 % |
25.25/25.60	c 25	===============================================================================
25.25/25.60	c 25	restarts              : 1
25.25/25.60	c 25	conflicts             : 40            (8 /sec)
25.25/25.60	c 25	decisions             : 70            (0.00 % random) (14 /sec)
25.25/25.60	c 25	propagations          : 72983          (15060 /sec)
25.25/25.60	c 25	conflict literals     : 2093           (1.41 % deleted)
25.25/25.60	c 25	Memory used           : 388.52 MB
25.25/25.60	c 25	CPU time              : 4.84626 s
25.25/25.60	c 25	
25.25/25.60	c 25	SATISFIABLE
25.25/25.62	c 25	OK
25.25/25.62	c 25	FOUND: _COST <= 1354
25.25/25.62	s SATISFIABLE
25.25/25.62	c 25	DECODING HOME/temp.out WITH HOME/temp.map
25.25/25.62	c 25	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.28/25.70	c 25	Decoding HOME/temp.out
25.28/25.94	c 25	OBJECTIVE _COST 576
25.28/25.94	o 576
25.28/25.95	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
25.28/25.95	c 25	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
25.62/26.03	c 26	OK
25.62/26.03	c 26	OBJECTIVE BOUND: 0 <= _COST <= 576
25.62/26.03	c 26	SEARCHING: _COST <= 288
25.62/26.03	c 26	============================[ Search Statistics ]==============================
25.62/26.03	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.62/26.03	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.62/26.03	c 26	===============================================================================
25.62/26.03	c 26	|        40 |   66171  9565099 28515038 |  3188366       40     52 |  0.000 % |
26.80/27.29	c 27	|       140 |   66171  9565099 28515038 |  3507202      140     43 | 40.279 % |
27.10/27.53	c 27	===============================================================================
27.10/27.53	c 27	restarts              : 3
27.10/27.53	c 27	conflicts             : 159           (25 /sec)
27.10/27.53	c 27	decisions             : 893           (0.45 % random) (140 /sec)
27.10/27.53	c 27	propagations          : 505369         (79460 /sec)
27.10/27.53	c 27	conflict literals     : 6403           (9.33 % deleted)
27.10/27.53	c 27	Memory used           : 389.94 MB
27.10/27.53	c 27	CPU time              : 6.36003 s
27.10/27.53	c 27	
27.10/27.53	c 27	SATISFIABLE
27.10/27.55	c 27	OK
27.10/27.55	c 27	FOUND: _COST <= 288
27.10/27.55	c 27	DECODING HOME/temp.out WITH HOME/temp.map
27.10/27.55	c 27	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.16/27.63	c 27	Decoding HOME/temp.out
27.16/27.86	c 27	OBJECTIVE _COST 288
27.16/27.86	o 288
27.16/27.87	v 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 1 0 0 1 1 1 0 1 0 0 1 1 0 0 1 0 1 1 1 0 0 1 0 0 0 1 1 1 1 1 1 0 0 1 0 0 1 1 1 0 0 1 0 1 0 1 0 0 0 1 1 1 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 1 1 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 0 1 1 0 0 1 1 1 1 1
27.16/27.88	c 27	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.16/27.95	c 27	OK
27.16/27.95	c 27	OBJECTIVE BOUND: 0 <= _COST <= 288
27.16/27.95	c 27	SEARCHING: _COST <= 144
27.16/27.95	c 27	============================[ Search Statistics ]==============================
27.16/27.95	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.16/27.95	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.16/27.95	c 27	===============================================================================
27.16/27.95	c 27	|       159 |   39518  9565099 28515038 |  3188366      159     40 | 40.279 % |
28.24/28.71	c 28	|       259 |   39518  9565099 28515038 |  3507202      259     35 | 47.776 % |
28.44/28.95	c 28	===============================================================================
28.44/28.96	c 28	restarts              : 5
28.44/28.96	c 28	conflicts             : 268           (36 /sec)
28.44/28.96	c 28	decisions             : 1395          (0.57 % random) (189 /sec)
28.44/28.96	c 28	propagations          : 798712         (108155 /sec)
28.44/28.96	c 28	conflict literals     : 9074           (12.35 % deleted)
28.44/28.96	c 28	Memory used           : 390.07 MB
28.44/28.96	c 28	CPU time              : 7.38488 s
28.44/28.96	c 28	
28.44/28.96	c 28	SATISFIABLE
28.44/28.98	c 29	OK
28.44/28.98	c 29	FOUND: _COST <= 144
28.44/28.98	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.44/28.98	c 29	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.52/29.06	c 29	Decoding HOME/temp.out
28.52/29.52	c 29	OBJECTIVE _COST 144
28.52/29.52	o 144
28.52/29.54	v 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0
28.52/29.54	c 29	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
29.11/29.62	c 29	OK
29.11/29.62	c 29	OBJECTIVE BOUND: 0 <= _COST <= 144
29.11/29.62	c 29	SEARCHING: _COST <= 72
29.11/29.62	c 29	============================[ Search Statistics ]==============================
29.11/29.62	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.11/29.62	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.11/29.62	c 29	===============================================================================
29.11/29.62	c 29	|       268 |   34557  9565099 28515038 |  3188366      268     34 | 47.776 % |
29.51/30.02	c 30	===============================================================================
29.51/30.02	c 30	restarts              : 6
29.51/30.02	c 30	conflicts             : 305           (39 /sec)
29.51/30.02	c 30	decisions             : 1584          (0.63 % random) (202 /sec)
29.51/30.02	c 30	propagations          : 995254         (126626 /sec)
29.51/30.02	c 30	conflict literals     : 9495           (13.26 % deleted)
29.51/30.02	c 30	Memory used           : 390.20 MB
29.51/30.02	c 30	CPU time              : 7.8598 s
29.51/30.02	c 30	
29.51/30.02	c 30	SATISFIABLE
29.51/30.05	c 30	OK
29.51/30.05	c 30	FOUND: _COST <= 72
29.51/30.05	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.51/30.05	c 30	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.56/30.13	c 30	Decoding HOME/temp.out
29.56/30.38	c 30	OBJECTIVE _COST 72
29.56/30.38	o 72
29.56/30.39	v 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
29.56/30.39	c 30	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
29.56/30.46	c 30	OK
29.56/30.46	c 30	OBJECTIVE BOUND: 0 <= _COST <= 72
29.56/30.46	c 30	SEARCHING: _COST <= 36
29.56/30.46	c 30	============================[ Search Statistics ]==============================
29.56/30.46	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.56/30.46	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.56/30.46	c 30	===============================================================================
29.56/30.46	c 30	|       305 |   30867  9565099 28515038 |  3188366      305     31 | 47.776 % |
30.48/31.04	c 31	|       405 |   30865  9565099 28515038 |  3507202      405     28 | 58.078 % |
30.58/31.16	c 31	===============================================================================
30.58/31.16	c 31	restarts              : 8
30.58/31.16	c 31	conflicts             : 411           (48 /sec)
30.58/31.16	c 31	decisions             : 1833          (0.60 % random) (212 /sec)
30.58/31.16	c 31	propagations          : 1399651        (162209 /sec)
30.58/31.16	c 31	conflict literals     : 11513          (15.30 % deleted)
30.58/31.16	c 31	Memory used           : 390.20 MB
30.58/31.16	c 31	CPU time              : 8.62869 s
30.58/31.16	c 31	
30.58/31.16	c 31	SATISFIABLE
30.58/31.18	c 31	OK
30.58/31.18	c 31	FOUND: _COST <= 36
30.58/31.18	c 31	DECODING HOME/temp.out WITH HOME/temp.map
30.58/31.18	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'
30.66/31.26	c 31	Decoding HOME/temp.out
30.66/31.50	c 31	OBJECTIVE _COST 36
30.66/31.50	o 36
30.66/31.51	v 1 1 1 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0
30.66/31.52	c 31	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.66/31.58	c 31	OK
30.66/31.58	c 31	OBJECTIVE BOUND: 0 <= _COST <= 36
30.66/31.58	c 31	SEARCHING: _COST <= 18
30.66/31.58	c 31	============================[ Search Statistics ]==============================
30.66/31.58	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.66/31.58	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.66/31.58	c 31	===============================================================================
30.66/31.58	c 31	|       411 |   27740  9565099 28515038 |  3188366      411     28 | 58.078 % |
31.62/32.23	c 32	|       511 |   27740  9565099 28515038 |  3507202      511     26 | 62.432 % |
32.21/32.88	c 32	===============================================================================
32.21/32.88	c 32	restarts              : 10
32.21/32.88	c 32	conflicts             : 642           (64 /sec)
32.21/32.88	c 32	decisions             : 2186          (0.69 % random) (219 /sec)
32.21/32.88	c 32	propagations          : 2299493        (230769 /sec)
32.21/32.88	c 32	conflict literals     : 15610          (20.02 % deleted)
32.21/32.88	c 32	Memory used           : 390.20 MB
32.21/32.88	c 32	CPU time              : 9.96448 s
32.21/32.88	c 32	
32.21/32.88	c 32	SATISFIABLE
32.31/32.91	c 32	OK
32.31/32.91	c 32	FOUND: _COST <= 18
32.31/32.91	c 32	DECODING HOME/temp.out WITH HOME/temp.map
32.31/32.91	c 32	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
32.33/33.02	c 33	Decoding HOME/temp.out
32.33/33.52	c 33	OBJECTIVE _COST 18
32.33/33.52	o 18
32.33/33.53	v 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0
32.33/33.54	c 33	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
32.33/33.59	c 33	OK
32.33/33.59	c 33	OBJECTIVE BOUND: 0 <= _COST <= 18
32.33/33.59	c 33	SEARCHING: _COST <= 9
32.33/33.59	c 33	============================[ Search Statistics ]==============================
32.33/33.59	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.33/33.59	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.33/33.59	c 33	===============================================================================
32.33/33.59	c 33	|       642 |   24859  9565099 28515038 |  3188366      642     24 | 62.432 % |
33.45/34.14	c 34	|       745 |   24859  9565099 28515038 |  3507202      745     23 | 66.627 % |
33.94/34.68	c 34	|       898 |   24859  9565099 28515038 |  3857923      898     23 | 66.627 % |
34.44/35.18	c 35	===============================================================================
34.44/35.19	c 35	restarts              : 13
34.44/35.19	c 35	conflicts             : 1046          (90 /sec)
34.44/35.19	c 35	decisions             : 2826          (0.64 % random) (244 /sec)
34.44/35.19	c 35	propagations          : 3460716        (299002 /sec)
34.44/35.19	c 35	conflict literals     : 23875          (19.72 % deleted)
34.44/35.19	c 35	Memory used           : 390.20 MB
34.44/35.19	c 35	CPU time              : 11.5742 s
34.44/35.19	c 35	
34.44/35.19	c 35	SATISFIABLE
34.53/35.21	c 35	OK
34.53/35.21	c 35	FOUND: _COST <= 9
34.53/35.21	c 35	DECODING HOME/temp.out WITH HOME/temp.map
34.53/35.21	c 35	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.53/35.29	c 35	Decoding HOME/temp.out
34.54/35.52	c 35	OBJECTIVE _COST 9
34.54/35.52	o 9
34.54/35.54	v 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
34.54/35.54	c 35	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
34.54/35.59	c 35	OK
34.54/35.59	c 35	OBJECTIVE BOUND: 0 <= _COST <= 9
34.54/35.59	c 35	SEARCHING: _COST <= 4
34.54/35.59	c 35	============================[ Search Statistics ]==============================
34.54/35.59	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.54/35.59	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.54/35.59	c 35	===============================================================================
34.54/35.59	c 35	|      1046 |   22083  9565099 28515038 |  3188366     1046     23 | 66.627 % |
35.10/35.83	c 35	|      1146 |   22083  9565099 28515038 |  3507202     1146     23 | 70.758 % |
35.39/36.13	c 36	|      1300 |   22083  9565099 28515038 |  3857923     1300     24 | 70.758 % |
35.69/36.43	c 36	|      1526 |   22083  9565099 28515038 |  4243715     1526     26 | 70.758 % |
36.29/37.07	c 37	|      1863 |   22083  9565099 28515038 |  4668087     1863     26 | 70.758 % |
37.08/37.82	c 37	|      2369 |   22083  9565099 28515038 |  5134895     2369     28 | 70.758 % |
37.87/38.62	c 38	|      3130 |   22083  9565099 28515038 |  5648385     3130     33 | 70.758 % |
38.17/38.94	c 38	===============================================================================
38.17/38.94	c 38	restarts              : 20
38.17/38.94	c 38	conflicts             : 3240          (217 /sec)
38.17/38.94	c 38	decisions             : 5479          (0.44 % random) (367 /sec)
38.17/38.94	c 38	propagations          : 5907136        (395901 /sec)
38.17/38.94	c 38	conflict literals     : 109487         (12.11 % deleted)
38.17/38.94	c 38	Memory used           : 390.33 MB
38.17/38.94	c 38	CPU time              : 14.9207 s
38.17/38.94	c 38	
38.17/38.94	c 38	SATISFIABLE
38.17/38.96	c 38	OK
38.17/38.96	c 38	FOUND: _COST <= 4
38.17/38.96	c 38	DECODING HOME/temp.out WITH HOME/temp.map
38.17/38.96	c 38	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.23/39.04	c 39	Decoding HOME/temp.out
38.23/39.39	c 39	OBJECTIVE _COST 4
38.23/39.39	o 4
38.23/39.41	v 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
38.23/39.41	c 39	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
38.23/39.46	c 39	OK
38.23/39.46	c 39	OBJECTIVE BOUND: 0 <= _COST <= 4
38.23/39.46	c 39	SEARCHING: _COST <= 2
38.23/39.46	c 39	============================[ Search Statistics ]==============================
38.23/39.46	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.23/39.46	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.23/39.46	c 39	===============================================================================
38.23/39.46	c 39	|      3240 |   19350  9565099 28515038 |  3188366     3240     34 | 70.758 % |
39.12/39.97	c 39	|      3341 |   19350  9565099 28515038 |  3507202     3341     33 | 75.636 % |
39.32/40.15	c 40	===============================================================================
39.32/40.15	c 40	restarts              : 22
39.32/40.15	c 40	conflicts             : 3384          (216 /sec)
39.32/40.15	c 40	decisions             : 5700          (0.44 % random) (364 /sec)
39.32/40.15	c 40	propagations          : 6256311        (399978 /sec)
39.32/40.15	c 40	conflict literals     : 112607         (12.22 % deleted)
39.32/40.15	c 40	Memory used           : 390.33 MB
39.32/40.15	c 40	CPU time              : 15.6416 s
39.32/40.15	c 40	
39.32/40.15	c 40	SATISFIABLE
39.32/40.17	c 40	OK
39.32/40.17	c 40	FOUND: _COST <= 2
39.32/40.17	c 40	DECODING HOME/temp.out WITH HOME/temp.map
39.32/40.17	c 40	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.39/40.26	c 40	Decoding HOME/temp.out
39.39/40.51	c 40	OBJECTIVE _COST 2
39.39/40.51	o 2
39.39/40.52	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
39.39/40.52	c 40	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
39.39/40.56	c 40	OK
39.39/40.56	c 40	OBJECTIVE BOUND: 0 <= _COST <= 2
39.39/40.56	c 40	SEARCHING: _COST <= 1
39.39/40.56	c 40	============================[ Search Statistics ]==============================
39.39/40.56	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.39/40.56	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.39/40.56	c 40	===============================================================================
39.39/40.56	c 40	|      3384 |   16122  9565099 28515038 |  3188366     3384     33 | 75.636 % |
39.89/40.75	c 40	|      3485 |   16122  9565099 28515038 |  3507202     3485     34 | 79.730 % |
39.89/40.78	c 40	===============================================================================
39.89/40.78	c 40	restarts              : 24
39.89/40.78	c 40	conflicts             : 3490          (220 /sec)
39.89/40.78	c 40	decisions             : 5845          (0.43 % random) (368 /sec)
39.89/40.78	c 40	propagations          : 6386697        (402044 /sec)
39.89/40.78	c 40	conflict literals     : 116943         (12.05 % deleted)
39.89/40.78	c 40	Memory used           : 390.33 MB
39.89/40.78	c 40	CPU time              : 15.8856 s
39.89/40.78	c 40	
39.89/40.78	c 40	SATISFIABLE
39.99/40.80	c 40	OK
39.99/40.80	c 40	FOUND: _COST <= 1
39.99/40.80	c 40	DECODING HOME/temp.out WITH HOME/temp.map
39.99/40.80	c 40	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.99/40.89	c 40	Decoding HOME/temp.out
39.99/41.13	c 41	OBJECTIVE _COST 1
39.99/41.13	o 1
39.99/41.14	v 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
39.99/41.15	c 41	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
39.99/41.18	c 41	OK
39.99/41.18	c 41	OBJECTIVE BOUND: 0 <= _COST <= 1
39.99/41.18	c 41	SEARCHING: _COST <= 0
39.99/41.18	c 41	============================[ Search Statistics ]==============================
39.99/41.18	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.99/41.18	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.99/41.19	c 41	===============================================================================
39.99/41.19	c 41	|      3490 |   13413  9565099 28515038 |  3188366     3490     34 | 79.730 % |
40.46/41.32	c 41	|      3590 |   13413  9565099 28515038 |  3507202     3590     34 | 83.821 % |
40.66/41.52	c 41	|      3740 |   13413  9565099 28515038 |  3857923     3740     34 | 83.821 % |
40.86/41.76	c 41	|      3965 |   13413  9565099 28515038 |  4243715     3965     35 | 83.821 % |
41.35/42.21	c 42	|      4302 |   13413  9565099 28515038 |  4668087     4302     36 | 83.821 % |
42.04/42.94	c 42	|      4808 |   13413  9565099 28515038 |  5134895     4808     39 | 83.821 % |
42.93/43.84	c 43	|      5567 |   13413  9565099 28515038 |  5648385     5567     41 | 83.821 % |
44.22/45.19	c 45	|      6707 |   13413  9565099 28515038 |  6213223     6707     43 | 83.821 % |
46.11/47.02	c 47	|      8415 |   13413  9565099 28515038 |  6834546     8415     54 | 83.821 % |
48.98/49.90	c 49	|     10978 |   13413  9565099 28515038 |  7518001    10978     69 | 83.821 % |
54.26/55.27	c 55	|     14822 |   13413  9565099 28515038 |  8269801    14822    102 | 83.821 % |
61.78/62.77	c 62	|     20588 |   13413  9565099 28515038 |  9096781    20588    108 | 83.821 % |
75.77/76.77	c 76	|     29238 |   13413  9565099 28515038 | 10006459    29238    115 | 83.821 % |
94.96/95.92	c 95	|     42212 |   13413  9565099 28515038 | 11007105    42212    115 | 83.821 % |
154.27/155.29	c 155	|     61673 |   10706   251071   736643 | 12107815    60921    123 | 83.821 % |
197.66/198.67	c 198	===============================================================================
197.66/198.67	c 198	restarts              : 39
197.66/198.67	c 198	conflicts             : 80431         (464 /sec)
197.66/198.67	c 198	decisions             : 86713         (0.25 % random) (501 /sec)
197.66/198.67	c 198	propagations          : 52084066       (300651 /sec)
197.66/198.67	c 198	conflict literals     : 10760495       (4.92 % deleted)
197.66/198.67	c 198	Memory used           : 408.90 MB
197.66/198.67	c 198	CPU time              : 173.238 s
197.66/198.67	c 198	
197.66/198.67	c 198	UNSATISFIABLE
197.66/198.67	c 198	OK
197.66/198.67	c 198	NOT FOUND: _COST <= 0
197.66/198.67	c 198	OK
197.66/198.67	c 198	OBJECTIVE _COST 1
197.66/198.67	s OPTIMUM FOUND
197.76/198.77	c 198	CPU 194.97 (0.1 0.04 194.87 2.79)
197.76/198.77	c 198	END Sat Jul 12 06:57:15 2008

Verifier Data (download as text)

OK	1	2706
1 unsatisfied constraints, 2706 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-1110867-1215838436/watcher-1110867-1215838436 -o /tmp/evaluation-result-1110867-1215838436/solver-1110867-1215838436 -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-1110867-1215838436.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

[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17300
/proc/meminfo: memFree=1746056/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=18572 CPUtime=0
/proc/17300/stat : 17300 (runsolver) R 17298 16169 16169 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 40546220 19017728 290 996147200 4194304 4296836 548682068192 18446744073709551615 231959756281 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17300/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.080905 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17300
/proc/meminfo: memFree=1746056/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=0.06
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 40546220 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101214 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17300
/proc/meminfo: memFree=1746056/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=0.06
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301157 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17300
/proc/meminfo: memFree=1746056/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=0.06
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701055 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 17300
/proc/meminfo: memFree=1746056/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=0.06
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50185 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 17312
/proc/meminfo: memFree=1730160/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=1
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1296 6810 0 1 6 1 88 5 15 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 16740

[startup+3.10243 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 17325
/proc/meminfo: memFree=1762112/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=1
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1297 6810 0 1 6 1 88 5 15 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
[pid=17313] ppid=17300 vsize=5356 CPUtime=0
/proc/17313/stat : 17313 (sh) S 17300 17300 16169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40546326 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17313/statm: 1339 233 193 169 0 50 0
[pid=17314] ppid=17313 vsize=868496 CPUtime=2.07
/proc/17314/stat : 17314 (java) S 17313 17300 16169 0 -1 0 8747 0 1 0 197 10 0 0 18 0 9 0 40546326 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17314/statm: 217124 7685 2565 9 0 211671 0
[pid=17314/tid=17315] ppid=17313 vsize=868496 CPUtime=1.47
/proc/17314/task/17315/stat : 17315 (java) R 17313 17300 16169 0 -1 64 2984 0 1 0 141 6 0 0 17 0 9 0 40546327 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4127051511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17316] ppid=17313 vsize=868496 CPUtime=0.3
/proc/17314/task/17316/stat : 17316 (java) S 17313 17300 16169 0 -1 64 3554 0 0 0 28 2 0 0 16 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17317] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17317/stat : 17317 (java) S 17313 17300 16169 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17318] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17318/stat : 17318 (java) S 17313 17300 16169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17319] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17319/stat : 17319 (java) S 17313 17300 16169 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17320] ppid=17313 vsize=868496 CPUtime=0.28
/proc/17314/task/17320/stat : 17320 (java) S 17313 17300 16169 0 -1 64 1516 0 0 0 27 1 0 0 16 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17321] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17321/stat : 17321 (java) S 17313 17300 16169 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17322] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17322/stat : 17322 (java) S 17313 17300 16169 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 890592

[startup+6.3026 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 17373
/proc/meminfo: memFree=1717088/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=1
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1297 6810 0 1 6 1 88 5 16 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
[pid=17313] ppid=17300 vsize=5356 CPUtime=0
/proc/17313/stat : 17313 (sh) S 17300 17300 16169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40546326 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17313/statm: 1339 233 193 169 0 50 0
[pid=17314] ppid=17313 vsize=868496 CPUtime=5.26
/proc/17314/stat : 17314 (java) S 17313 17300 16169 0 -1 0 9830 0 1 0 486 40 0 0 18 0 9 0 40546326 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17314/statm: 217124 7685 2565 9 0 211671 0
[pid=17314/tid=17315] ppid=17313 vsize=868496 CPUtime=4.4
/proc/17314/task/17315/stat : 17315 (java) R 17313 17300 16169 0 -1 64 4067 0 1 0 411 29 0 0 25 0 9 0 40546327 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17316] ppid=17313 vsize=868496 CPUtime=0.55
/proc/17314/task/17316/stat : 17316 (java) S 17313 17300 16169 0 -1 64 3554 0 0 0 47 8 0 0 16 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17317] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17317/stat : 17317 (java) S 17313 17300 16169 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17318] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17318/stat : 17318 (java) S 17313 17300 16169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17319] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17319/stat : 17319 (java) S 17313 17300 16169 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17320] ppid=17313 vsize=868496 CPUtime=0.28
/proc/17314/task/17320/stat : 17320 (java) S 17313 17300 16169 0 -1 64 1516 0 0 0 27 1 0 0 16 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17321] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17321/stat : 17321 (java) S 17313 17300 16169 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17322] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17322/stat : 17322 (java) S 17313 17300 16169 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 890592

[startup+12.7029 s]
/proc/loadavg: 2.09 2.02 2.01 3/93 17373
/proc/meminfo: memFree=1574880/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=16740 CPUtime=1
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1297 6810 0 1 6 1 88 5 16 0 1 0 40546220 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4185 1104 409 3 0 764 0
[pid=17313] ppid=17300 vsize=5356 CPUtime=0
/proc/17313/stat : 17313 (sh) S 17300 17300 16169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40546326 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17313/statm: 1339 233 193 169 0 50 0
[pid=17314] ppid=17313 vsize=868496 CPUtime=11.6
/proc/17314/stat : 17314 (java) S 17313 17300 16169 0 -1 0 11749 0 1 0 1067 93 0 0 18 0 9 0 40546326 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17314/statm: 217124 7685 2565 9 0 211671 0
[pid=17314/tid=17315] ppid=17313 vsize=868496 CPUtime=10.35
/proc/17314/task/17315/stat : 17315 (java) R 17313 17300 16169 0 -1 64 5986 0 1 0 961 74 0 0 16 0 9 0 40546327 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17316] ppid=17313 vsize=868496 CPUtime=0.95
/proc/17314/task/17316/stat : 17316 (java) S 17313 17300 16169 0 -1 64 3554 0 0 0 78 17 0 0 16 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17317] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17317/stat : 17317 (java) S 17313 17300 16169 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17318] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17318/stat : 17318 (java) S 17313 17300 16169 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40546328 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17319] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17319/stat : 17319 (java) S 17313 17300 16169 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17320] ppid=17313 vsize=868496 CPUtime=0.28
/proc/17314/task/17320/stat : 17320 (java) S 17313 17300 16169 0 -1 64 1516 0 0 0 27 1 0 0 16 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17314/tid=17321] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17321/stat : 17321 (java) S 17313 17300 16169 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17314/tid=17322] ppid=17313 vsize=868496 CPUtime=0
/proc/17314/task/17322/stat : 17322 (java) S 17313 17300 16169 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40546330 889339904 7685 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 890592

[startup+25.5016 s]
/proc/loadavg: 2.29 2.06 2.02 3/86 17376
/proc/meminfo: memFree=1039832/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=19.79
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 1543 21255 0 2 7 1 1804 167 15 0 1 0 40546220 17547264 1192 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4284 1192 414 3 0 863 0
[pid=17374] ppid=17300 vsize=397016 CPUtime=5.36
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 96639 0 0 0 474 62 0 0 25 0 1 0 40548227 406544384 96588 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17374/statm: 99254 96588 69 151 0 99100 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 414152

[startup+51.1019 s]
/proc/loadavg: 2.31 2.09 2.03 3/76 17478
/proc/meminfo: memFree=607016/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=402088 CPUtime=26.4
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 97925 0 0 0 2572 68 0 0 25 0 1 0 40548227 411738112 97854 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/17374/statm: 100522 97854 80 151 0 100368 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 419224

[startup+102.307 s]
/proc/loadavg: 2.13 2.07 2.02 3/76 17490
/proc/meminfo: memFree=580712/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418592 CPUtime=77.6
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102036 0 0 0 7688 72 0 0 25 0 1 0 40548227 428638208 101965 996147200 134512640 135134323 4294956192 18446744073709551615 134524678 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104648 101965 80 151 0 104494 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 435728

[startup+162.302 s]
/proc/loadavg: 2.05 2.06 2.02 3/76 17514
/proc/meminfo: memFree=583144/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=137.6
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102059 0 0 0 13687 73 0 0 25 0 1 0 40548227 428761088 101988 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 101988 80 151 0 104524 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 435848

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

[startup+179.102 s]
/proc/loadavg: 2.10 2.07 2.02 3/76 17526
/proc/meminfo: memFree=582568/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=154.4
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102067 0 0 0 15367 73 0 0 25 0 1 0 40548227 428761088 101996 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 101996 80 151 0 104524 0
Current children cumulated CPU time (s) 178.17
Current children cumulated vsize (KiB) 435848

[startup+191.901 s]
/proc/loadavg: 2.08 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=167.19
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102072 0 0 0 16646 73 0 0 25 0 1 0 40548227 428761088 102001 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 102001 80 151 0 104524 0
Current children cumulated CPU time (s) 190.96
Current children cumulated vsize (KiB) 435848

[startup+195.102 s]
/proc/loadavg: 2.08 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=170.39
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102073 0 0 0 16966 73 0 0 25 0 1 0 40548227 428761088 102002 996147200 134512640 135134323 4294956192 18446744073709551615 134528277 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 102002 80 151 0 104524 0
Current children cumulated CPU time (s) 194.16
Current children cumulated vsize (KiB) 435848

[startup+196.701 s]
/proc/loadavg: 2.07 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=171.99
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102074 0 0 0 17126 73 0 0 25 0 1 0 40548227 428761088 102003 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 102003 80 151 0 104524 0
Current children cumulated CPU time (s) 195.76
Current children cumulated vsize (KiB) 435848

[startup+197.502 s]
/proc/loadavg: 2.07 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=172.79
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102074 0 0 0 17206 73 0 0 25 0 1 0 40548227 428761088 102003 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 102003 80 151 0 104524 0
Current children cumulated CPU time (s) 196.56
Current children cumulated vsize (KiB) 435848

[startup+198.302 s]
/proc/loadavg: 2.07 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2261 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=418712 CPUtime=173.59
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194304 102074 0 0 0 17286 73 0 0 25 0 1 0 40548227 428761088 102003 996147200 134512640 135134323 4294956192 18446744073709551615 134528305 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 104678 102003 80 151 0 104524 0
Current children cumulated CPU time (s) 197.36
Current children cumulated vsize (KiB) 435848

[startup+198.701 s]
/proc/loadavg: 2.07 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=23.77
/proc/17300/stat : 17300 (sugar++) S 17298 17300 16169 0 -1 4194304 2277 61665 0 12 10 4 2163 200 16 0 1 0 40546220 17547264 1193 996147200 4194304 4206940 548682068528 18446744073709551615 231971274644 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/17300/statm: 4284 1193 414 3 0 863 0
[pid=17374] ppid=17300 vsize=0 CPUtime=173.99
/proc/17374/stat : 17374 (minisat-inc) R 17300 17300 16169 0 -1 4194308 102076 0 0 0 17323 76 0 0 25 0 1 0 40548227 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/17374/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.76
Current children cumulated vsize (KiB) 17136

[startup+198.801 s]
/proc/loadavg: 2.07 2.06 2.02 3/76 17526
/proc/meminfo: memFree=582632/2055920 swapFree=4179412/4192956
[pid=17300] ppid=17298 vsize=17136 CPUtime=197.87
/proc/17300/stat : 17300 (sugar++) R 17298 17300 16169 0 -1 4194304 2283 163741 0 12 10 11 19487 279 18 0 1 0 40546220 17547264 1194 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17300/statm: 4284 1194 415 3 0 863 0
Current children cumulated CPU time (s) 197.87
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 198.836
CPU time (s): 197.924
CPU user time (s): 194.98
CPU system time (s): 2.94355
CPU usage (%): 99.5412
Max. virtual memory (cumulated for all children) (KiB): 890668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.98
system time used= 2.94355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166080
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41673
involuntary context switches= 39212

runsolver used 0.240963 second user time and 0.687895 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-12 06:53:56
IDJOB=1110867
IDBENCH=61163
IDSOLVER=367
FILE ID=node16/1110867-1215838436
PBS_JOBID= 7903350
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t3002-11tsp11-1900557362.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-1110867-1215838436/watcher-1110867-1215838436 -o /tmp/evaluation-result-1110867-1215838436/solver-1110867-1215838436 -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-1110867-1215838436.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b64392b48a4c6bb0198564f616fd00a
RANDOM SEED=1526748796

node16.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	: 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.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:       1746536 kB
Buffers:         54180 kB
Cached:         160464 kB
SwapCached:       8124 kB
Active:         132916 kB
Inactive:       132772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746536 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          65156 kB
Slab:            28780 kB
Committed_AS:   967256 kB
PageTables:       1920 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= 66328 MiB
End job on node16 at 2008-07-12 06:57:15