Trace number 1108912

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+minisatMSAT (TO)3 3600.07 3612.49

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-20-20.xml
MD5SUMcc9a2c718875c07f7259307b3c001f7c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints953
Maximum constraint arity20
Maximum domain size53
Number of constraints which are defined in extension0
Number of constraints which are defined in intension761
Global constraints used (with number of constraints)cumulative(2),weightedsum(190)

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.18	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Fri Jul 11 19:41:35 2008
0.00/0.19	c 0	PID 12681
0.00/0.19	c 0	HOST node5.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1108912-1215798095.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108912-1215798095.xml' 'HOME/temp.csp'
0.80/1.11	c 1	21 domains, 800 variables, 2 predicates, 0 relations, 953 constraints
0.80/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.80/1.15	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/1.23	c 1	Parsing HOME/temp.csp
0.81/1.42	c 1	parsed 1776 expressions
0.81/1.43	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.45	c 1	MAX CSP: 953 constraints
0.81/1.45	c 1	Converting to clausal form CSP
0.81/1.47	c 1	converted 274 (10%) expressions
0.81/1.48	c 1	converted 547 (20%) expressions
0.81/1.48	c 1	converted 820 (30%) expressions
0.81/1.63	c 1	converted 1093 (40%) expressions
0.81/1.66	c 1	converted 1366 (50%) expressions
0.81/1.68	c 2	converted 1640 (60%) expressions
0.81/1.70	c 2	converted 1913 (70%) expressions
0.81/1.71	c 2	converted 2186 (80%) expressions
0.81/1.74	c 2	converted 2459 (90%) expressions
1.93/2.31	c 2	converted 2732 (100%) expressions
1.93/2.31	c 2	CSP : 6734 integers, 2010 booleans, 14994 clauses, largest domain size 1430
1.93/2.31	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.31	c 2	Propagation in CSP
2.03/2.47	c 2	2038 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.47	c 2	CSP : 6734 integers, 2010 booleans, 14994 clauses, largest domain size 954
2.03/2.47	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.48	c 2	Simplifing CSP by introducing new Boolean variables
2.03/2.50	c 2	CSP : 6734 integers, 2010 booleans, 14994 clauses, largest domain size 954
2.03/2.50	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.57	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.14/2.59	c 2	674 (10%) CSP integer variables are encoded (1626 clauses, 19039 bytes)
2.14/2.60	c 2	1347 (20%) CSP integer variables are encoded (1626 clauses, 19039 bytes)
2.23/2.61	c 2	2021 (30%) CSP integer variables are encoded (5108 clauses, 64305 bytes)
2.23/2.62	c 2	2694 (40%) CSP integer variables are encoded (13338 clauses, 182446 bytes)
2.23/2.63	c 2	3367 (50%) CSP integer variables are encoded (21457 clauses, 304231 bytes)
2.23/2.64	c 2	4041 (60%) CSP integer variables are encoded (29642 clauses, 427006 bytes)
2.23/2.65	c 2	4714 (70%) CSP integer variables are encoded (37932 clauses, 551356 bytes)
2.23/2.67	c 3	5388 (80%) CSP integer variables are encoded (45967 clauses, 671881 bytes)
2.23/2.68	c 3	6061 (90%) CSP integer variables are encoded (53490 clauses, 784726 bytes)
2.33/2.70	c 3	6734 (100%) CSP integer variables are encoded (66875 clauses, 985501 bytes)
2.43/2.83	c 3	1500 (10%) CSP clauses are encoded (101745 clauses, 1798721 bytes)
2.62/3.01	c 3	2999 (20%) CSP clauses are encoded (181139 clauses, 3341883 bytes)
2.83/3.27	c 3	4499 (30%) CSP clauses are encoded (320475 clauses, 6076451 bytes)
3.12/3.52	c 3	5998 (40%) CSP clauses are encoded (445294 clauses, 8692070 bytes)
3.42/3.80	c 4	7497 (50%) CSP clauses are encoded (590659 clauses, 11740170 bytes)
3.62/4.09	c 4	8997 (60%) CSP clauses are encoded (742279 clauses, 14917776 bytes)
3.92/4.34	c 4	10496 (70%) CSP clauses are encoded (871108 clauses, 17619376 bytes)
4.12/4.59	c 4	11996 (80%) CSP clauses are encoded (1000237 clauses, 20327005 bytes)
4.42/4.84	c 5	13495 (90%) CSP clauses are encoded (1131405 clauses, 23071004 bytes)
6.60/7.02	c 7	14994 (100%) CSP clauses are encoded (2277804 clauses, 47513540 bytes)
6.60/7.02	c 7	14994 CSP clauses encoded
6.60/7.02	c 7	Writing map file : HOME/temp.map
6.60/7.06	c 7	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.60/7.06	c 7	SAT : 75577 SAT variables, 2277804 SAT clauses, 47513540 bytes
6.60/7.06	c 7	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.69/7.10	c 7	OBJECTIVE minimize _COST
6.69/7.12	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.69/7.12	c 7	SEARCHING: _COST <= 477
6.69/7.12	c 7	SOLVING HOME/temp.cnf
6.69/7.12	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.69/7.12	c 7	This is MiniSat 2.0 beta
6.69/7.12	c 7	WARNING: for repeatability, setting FPU to use double precision
6.69/7.12	c 7	============================[ Problem Statistics ]=============================
6.69/7.12	c 7	|                                                                             |
6.69/7.12	c 7	|  Number of variables:  75577                                                |
6.69/7.12	c 7	|  Number of clauses:    2277805                                              |
7.75/8.27	c 8	|  Parsing time:         1.00         s                                       |
8.34/8.89	c 9	============================[ Search Statistics ]==============================
8.34/8.89	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.34/8.89	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.34/8.89	c 9	===============================================================================
8.34/8.89	c 9	|         0 |   70817  1848886  5427948 |   616295        0    nan |  0.000 % |
8.53/9.09	c 9	===============================================================================
8.53/9.09	c 9	restarts              : 1
8.53/9.09	c 9	conflicts             : 0              (0 /sec)
8.53/9.09	c 9	decisions             : 1952           (1.08 % random) (1082 /sec)
8.53/9.09	c 9	propagations          : 75577          (41901 /sec)
8.53/9.09	c 9	conflict literals     : 0              ( nan % deleted)
8.53/9.09	c 9	Memory used           : 93.39 MB
8.53/9.09	c 9	CPU time              : 1.80373 s
8.53/9.09	c 9	
8.63/9.12	c 9	SATISFIABLE
8.63/9.14	c 9	FOUND: _COST <= 477
8.63/9.14	s SATISFIABLE
8.63/9.14	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.63/9.14	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.70/9.22	c 9	Decoding HOME/temp.out
8.70/9.45	c 9	OBJECTIVE _COST 477
8.70/9.45	o 477
8.70/9.48	v 15 51 13 49 11 47 9 45 44 43 5 41 3 39 1 37 7 35 0 16 52 51 16 49 16 47 46 45 10 0 8 0 40 0 38 0 36 0 0 16 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1
8.70/9.48	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.70/9.51	c 9	OBJECTIVE BOUND: 0 <= _COST <= 477
8.70/9.51	c 9	SEARCHING: _COST <= 238
8.70/9.51	c 9	SOLVING HOME/temp.cnf
8.70/9.51	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.70/9.51	c 9	This is MiniSat 2.0 beta
8.70/9.51	c 9	WARNING: for repeatability, setting FPU to use double precision
8.70/9.51	c 9	============================[ Problem Statistics ]=============================
8.70/9.51	c 9	|                                                                             |
8.70/9.51	c 9	|  Number of variables:  75577                                                |
8.70/9.51	c 9	|  Number of clauses:    2277805                                              |
10.10/10.68	c 11	|  Parsing time:         1.01         s                                       |
10.90/11.46	c 11	============================[ Search Statistics ]==============================
10.90/11.46	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.90/11.46	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.90/11.46	c 11	===============================================================================
10.90/11.46	c 11	|         0 |   68187  1585028  4644025 |   528342        0    nan |  0.000 % |
11.19/11.74	c 12	===============================================================================
11.19/11.74	c 12	restarts              : 1
11.19/11.74	c 12	conflicts             : 49             (24 /sec)
11.19/11.74	c 12	decisions             : 1606           (0.81 % random) (780 /sec)
11.19/11.74	c 12	propagations          : 177140         (86003 /sec)
11.19/11.74	c 12	conflict literals     : 4008           (17.02 % deleted)
11.19/11.74	c 12	Memory used           : 94.04 MB
11.19/11.74	c 12	CPU time              : 2.05969 s
11.19/11.74	c 12	
11.19/11.77	c 12	SATISFIABLE
11.19/11.79	c 12	FOUND: _COST <= 238
11.19/11.79	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.19/11.79	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.29/11.87	c 12	Decoding HOME/temp.out
11.49/12.10	c 12	OBJECTIVE _COST 238
11.49/12.10	o 238
11.59/12.13	v 52 51 50 18 0 47 46 0 0 5 0 0 0 1 0 0 36 0 14 4 15 0 13 0 11 47 9 0 7 0 5 0 3 0 0 0 36 0 34 4 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1
11.59/12.14	c 12	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.59/12.16	c 12	OBJECTIVE BOUND: 0 <= _COST <= 238
11.59/12.16	c 12	SEARCHING: _COST <= 119
11.59/12.16	c 12	SOLVING HOME/temp.cnf
11.59/12.16	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.59/12.16	c 12	This is MiniSat 2.0 beta
11.59/12.17	c 12	WARNING: for repeatability, setting FPU to use double precision
11.59/12.17	c 12	============================[ Problem Statistics ]=============================
11.59/12.17	c 12	|                                                                             |
11.59/12.17	c 12	|  Number of variables:  75577                                                |
11.59/12.17	c 12	|  Number of clauses:    2277805                                              |
12.76/13.35	c 13	|  Parsing time:         1.04         s                                       |
13.66/14.23	c 14	============================[ Search Statistics ]==============================
13.66/14.23	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.66/14.23	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.66/14.23	c 14	===============================================================================
13.66/14.23	c 14	|         0 |   66520  1374633  4017722 |   458211        0    nan |  0.000 % |
13.85/14.42	c 14	===============================================================================
13.85/14.42	c 14	restarts              : 1
13.85/14.42	c 14	conflicts             : 15             (7 /sec)
13.85/14.42	c 14	decisions             : 1420           (1.34 % random) (677 /sec)
13.85/14.42	c 14	propagations          : 92498          (44095 /sec)
13.85/14.42	c 14	conflict literals     : 665            (5.00 % deleted)
13.85/14.42	c 14	Memory used           : 94.39 MB
13.85/14.42	c 14	CPU time              : 2.09768 s
13.85/14.42	c 14	
13.85/14.45	c 14	SATISFIABLE
13.85/14.47	c 14	FOUND: _COST <= 119
13.85/14.47	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.85/14.47	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.94/14.55	c 14	Decoding HOME/temp.out
13.94/14.77	c 15	OBJECTIVE _COST 119
13.94/14.77	o 119
13.94/14.81	v 52 0 0 49 17 0 25 45 13 43 15 0 9 39 17 37 0 35 7 6 52 51 50 0 11 8 0 45 0 43 0 0 40 0 38 0 0 0 34 16 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 1 0 1 0 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 1 0 1 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 1 0 0 1 1 0 0 1 0 0 1 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 1 1 0 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 1 1 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 1 0 0 0 1 0 1 1 0 1 1 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 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 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 0 0 1 1 0 0 0 1 0 1 1 1 0 1 0 1 0 0 0 1
13.94/14.81	c 15	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.94/14.84	c 15	OBJECTIVE BOUND: 0 <= _COST <= 119
13.94/14.84	c 15	SEARCHING: _COST <= 59
13.94/14.84	c 15	SOLVING HOME/temp.cnf
13.94/14.84	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.94/14.84	c 15	This is MiniSat 2.0 beta
13.94/14.84	c 15	WARNING: for repeatability, setting FPU to use double precision
13.94/14.84	c 15	============================[ Problem Statistics ]=============================
13.94/14.84	c 15	|                                                                             |
13.94/14.84	c 15	|  Number of variables:  75577                                                |
13.94/14.84	c 15	|  Number of clauses:    2277805                                              |
15.41/16.03	c 16	|  Parsing time:         1.05         s                                       |
16.21/16.88	c 17	============================[ Search Statistics ]==============================
16.21/16.88	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.21/16.88	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.21/16.88	c 17	===============================================================================
16.21/16.88	c 17	|         0 |   65251  1247324  3639542 |   415774        0    nan |  0.000 % |
16.61/17.25	c 17	|       100 |   65251  1247324  3639542 |   457352      100     58 | 13.663 % |
16.71/17.35	c 17	===============================================================================
16.71/17.36	c 17	restarts              : 2
16.71/17.36	c 17	conflicts             : 105            (44 /sec)
16.71/17.36	c 17	decisions             : 1450           (1.03 % random) (611 /sec)
16.71/17.36	c 17	propagations          : 428466         (180662 /sec)
16.71/17.36	c 17	conflict literals     : 5856           (27.34 % deleted)
16.71/17.36	c 17	Memory used           : 93.88 MB
16.71/17.36	c 17	CPU time              : 2.37164 s
16.71/17.36	c 17	
16.71/17.39	c 17	SATISFIABLE
16.80/17.41	c 17	FOUND: _COST <= 59
16.80/17.41	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.80/17.41	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.80/17.48	c 17	Decoding HOME/temp.out
17.10/17.71	c 18	OBJECTIVE _COST 59
17.10/17.71	o 59
17.10/17.75	v 24 45 26 49 30 47 16 45 44 26 42 0 40 0 0 23 20 23 24 0 52 2 50 49 47 0 21 19 38 17 27 41 40 24 38 25 0 7 21 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 1 1 1 1 0 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 0 0 1 0 0 0 1 1 0 1 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 0 1 0 0 1 1 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 1
17.10/17.75	c 18	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.10/17.77	c 18	OBJECTIVE BOUND: 0 <= _COST <= 59
17.10/17.77	c 18	SEARCHING: _COST <= 29
17.10/17.77	c 18	SOLVING HOME/temp.cnf
17.10/17.77	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.10/17.78	c 18	This is MiniSat 2.0 beta
17.10/17.78	c 18	WARNING: for repeatability, setting FPU to use double precision
17.10/17.78	c 18	============================[ Problem Statistics ]=============================
17.10/17.78	c 18	|                                                                             |
17.10/17.78	c 18	|  Number of variables:  75577                                                |
17.10/17.78	c 18	|  Number of clauses:    2277805                                              |
18.28/18.98	c 19	|  Parsing time:         1.04         s                                       |
19.18/19.81	c 20	============================[ Search Statistics ]==============================
19.18/19.81	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.18/19.81	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.18/19.81	c 20	===============================================================================
19.18/19.81	c 20	|         0 |   64146  1177320  3432815 |   392440        0    nan |  0.000 % |
19.38/20.08	c 20	|       100 |   64146  1177320  3432815 |   431684      100     24 | 15.125 % |
20.37/21.04	c 21	|       250 |   64146  1177320  3432815 |   474852      250     36 | 15.125 % |
20.57/21.25	c 21	===============================================================================
20.57/21.25	c 21	restarts              : 3
20.57/21.25	c 21	conflicts             : 291            (88 /sec)
20.57/21.25	c 21	decisions             : 1822           (1.15 % random) (551 /sec)
20.57/21.25	c 21	propagations          : 1325646        (400558 /sec)
20.57/21.25	c 21	conflict literals     : 9687           (17.97 % deleted)
20.57/21.25	c 21	Memory used           : 94.11 MB
20.57/21.25	c 21	CPU time              : 3.3095 s
20.57/21.25	c 21	
20.57/21.28	c 21	SATISFIABLE
20.67/21.30	c 21	FOUND: _COST <= 29
20.67/21.30	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.67/21.30	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.67/21.38	c 21	Decoding HOME/temp.out
20.69/21.60	c 21	OBJECTIVE _COST 29
20.69/21.60	o 29
20.69/21.63	v 50 29 2 32 0 30 36 32 43 43 21 7 40 29 18 34 36 0 33 9 33 11 32 9 4 27 27 1 13 22 0 1 0 13 33 37 34 35 34 13 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 1 1 0 0 1 0 0 1 1 0 1 1 1 1 0 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 1 1 1 0 1 0 1 0 1 0 1
20.69/21.64	c 21	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.69/21.67	c 22	OBJECTIVE BOUND: 0 <= _COST <= 29
20.69/21.67	c 22	SEARCHING: _COST <= 14
20.69/21.67	c 22	SOLVING HOME/temp.cnf
20.69/21.67	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.69/21.67	c 22	This is MiniSat 2.0 beta
20.69/21.67	c 22	WARNING: for repeatability, setting FPU to use double precision
20.69/21.67	c 22	============================[ Problem Statistics ]=============================
20.69/21.67	c 22	|                                                                             |
20.69/21.67	c 22	|  Number of variables:  75577                                                |
20.69/21.67	c 22	|  Number of clauses:    2277805                                              |
22.13/22.88	c 23	|  Parsing time:         1.07         s                                       |
22.92/23.68	c 24	============================[ Search Statistics ]==============================
22.92/23.68	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.92/23.68	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.92/23.68	c 24	===============================================================================
22.92/23.68	c 24	|         0 |   63084  1139576  3322754 |   379858        0    nan |  0.000 % |
23.32/24.09	c 24	|       100 |   63084  1139576  3322754 |   417844      100     41 | 16.530 % |
24.32/25.04	c 25	|       250 |   63084  1139576  3322754 |   459628      250     62 | 16.530 % |
25.11/25.87	c 26	|       475 |   63084  1139576  3322754 |   505591      475     60 | 16.530 % |
26.71/27.48	c 27	|       813 |   63084  1139576  3322754 |   556151      813     52 | 16.530 % |
30.09/30.88	c 31	|      1319 |   63084  1139576  3322754 |   611766     1319     58 | 16.530 % |
35.66/36.40	c 36	|      2078 |   63084  1139576  3322754 |   672942     2078     65 | 16.530 % |
37.95/38.76	c 39	|      3217 |   63084  1139576  3322754 |   740237     3217     58 | 16.530 % |
49.59/50.43	c 50	|      4927 |   63084  1139576  3322754 |   814260     4927     60 | 16.530 % |
63.93/64.90	c 65	|      7489 |   63084  1139576  3322754 |   895686     7489     67 | 16.530 % |
88.40/89.43	c 89	|     11333 |   63084  1139576  3322754 |   985255    11333     60 | 16.530 % |
89.20/90.24	c 90	===============================================================================
89.20/90.24	c 90	restarts              : 11
89.20/90.24	c 90	conflicts             : 11461          (168 /sec)
89.20/90.24	c 90	decisions             : 16240          (1.06 % random) (238 /sec)
89.20/90.24	c 90	propagations          : 59184778       (869091 /sec)
89.20/90.24	c 90	conflict literals     : 687828         (18.91 % deleted)
89.20/90.24	c 90	Memory used           : 93.95 MB
89.20/90.24	c 90	CPU time              : 68.0996 s
89.20/90.24	c 90	
89.20/90.27	c 90	SATISFIABLE
89.20/90.29	c 90	FOUND: _COST <= 14
89.20/90.29	c 90	DECODING HOME/temp.out WITH HOME/temp.map
89.20/90.29	c 90	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
89.31/90.38	c 90	Decoding HOME/temp.out
89.31/90.81	c 91	OBJECTIVE _COST 14
89.31/90.81	o 14
89.31/90.84	v 28 10 12 48 28 7 23 31 22 43 20 31 39 39 5 37 20 21 1 0 16 30 30 31 2 4 17 8 7 21 24 19 4 39 38 36 35 35 33 10 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 1 1 0 0 0 1
89.31/90.85	c 91	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
89.31/90.86	c 91	OBJECTIVE BOUND: 0 <= _COST <= 14
89.31/90.86	c 91	SEARCHING: _COST <= 7
89.31/90.86	c 91	SOLVING HOME/temp.cnf
89.31/90.86	c 91	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
89.31/90.87	c 91	This is MiniSat 2.0 beta
89.31/90.87	c 91	WARNING: for repeatability, setting FPU to use double precision
89.31/90.87	c 91	============================[ Problem Statistics ]=============================
89.31/90.87	c 91	|                                                                             |
89.31/90.87	c 91	|  Number of variables:  75577                                                |
89.31/90.87	c 91	|  Number of clauses:    2277805                                              |
90.97/92.08	c 92	|  Parsing time:         1.06         s                                       |
91.77/92.87	c 93	============================[ Search Statistics ]==============================
91.77/92.87	c 93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
91.77/92.87	c 93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
91.77/92.87	c 93	===============================================================================
91.77/92.87	c 93	|         0 |   62117  1120477  3268351 |   373492        0    nan |  0.000 % |
92.27/93.35	c 93	|       101 |   62117  1120477  3268351 |   410841      101     55 | 17.810 % |
93.26/94.38	c 94	|       252 |   62117  1120477  3268351 |   451925      252     46 | 17.810 % |
94.56/95.69	c 96	|       478 |   62117  1120477  3268351 |   497118      478     53 | 17.810 % |
96.85/97.97	c 98	|       816 |   62117  1120477  3268351 |   546830      816     56 | 17.810 % |
100.43/101.56	c 101	|      1322 |   62117  1120477  3268351 |   601513     1322     55 | 17.810 % |
102.71/103.87	c 104	===============================================================================
102.71/103.88	c 104	restarts              : 6
102.71/103.88	c 104	conflicts             : 1657           (129 /sec)
102.71/103.88	c 104	decisions             : 3666           (1.20 % random) (286 /sec)
102.71/103.88	c 104	propagations          : 9797350        (765534 /sec)
102.71/103.88	c 104	conflict literals     : 94143          (14.42 % deleted)
102.71/103.88	c 104	Memory used           : 93.93 MB
102.71/103.88	c 104	CPU time              : 12.7981 s
102.71/103.88	c 104	
102.81/103.91	c 104	SATISFIABLE
102.81/103.92	c 104	FOUND: _COST <= 7
102.81/103.92	c 104	DECODING HOME/temp.out WITH HOME/temp.map
102.81/103.92	c 104	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
102.86/104.00	c 104	Decoding HOME/temp.out
102.86/104.23	c 104	OBJECTIVE _COST 7
102.86/104.23	o 7
102.86/104.26	v 45 15 8 8 47 17 30 0 3 30 23 40 40 0 0 37 36 12 34 14 22 8 15 39 19 7 36 36 44 43 4 28 40 21 0 24 2 35 0 15 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0
102.86/104.26	c 104	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
102.86/104.29	c 104	OBJECTIVE BOUND: 0 <= _COST <= 7
102.86/104.29	c 104	SEARCHING: _COST <= 3
102.86/104.29	c 104	SOLVING HOME/temp.cnf
102.86/104.29	c 104	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
102.86/104.30	c 104	This is MiniSat 2.0 beta
102.86/104.30	c 104	WARNING: for repeatability, setting FPU to use double precision
102.86/104.30	c 104	============================[ Problem Statistics ]=============================
102.86/104.30	c 104	|                                                                             |
103.20/104.30	c 104	|  Number of variables:  75577                                                |
103.20/104.30	c 104	|  Number of clauses:    2277805                                              |
104.39/105.53	c 105	|  Parsing time:         1.09         s                                       |
105.18/106.31	c 106	============================[ Search Statistics ]==============================
105.18/106.31	c 106	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
105.18/106.31	c 106	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
105.18/106.31	c 106	===============================================================================
105.18/106.31	c 106	|         0 |   60904  1107372  3232671 |   369124        0    nan |  0.000 % |
105.78/107.00	c 107	|       100 |   60904  1107372  3232671 |   406036      100     30 | 19.415 % |
106.78/107.90	c 108	|       250 |   60904  1107372  3232671 |   446640      250     48 | 19.415 % |
108.57/109.76	c 110	|       475 |   60904  1107372  3232671 |   491304      475     57 | 19.415 % |
110.96/112.17	c 112	|       813 |   60904  1107372  3232671 |   540434      813     61 | 19.415 % |
114.94/116.13	c 116	|      1319 |   60904  1107372  3232671 |   594477     1319     66 | 19.415 % |
120.11/121.34	c 121	|      2080 |   60904  1107372  3232671 |   653925     2080     67 | 19.415 % |
128.77/130.03	c 130	|      3223 |   60904  1107372  3232671 |   719318     3223     67 | 19.415 % |
141.31/142.65	c 142	|      4931 |   60904  1107372  3232671 |   791250     4931     75 | 19.415 % |
157.63/159.06	c 159	|      7493 |   60904  1107372  3232671 |   870375     7493     69 | 19.415 % |
184.50/186.02	c 186	===============================================================================
184.50/186.02	c 186	restarts              : 10
184.50/186.02	c 186	conflicts             : 11153          (137 /sec)
184.50/186.02	c 186	decisions             : 15404          (1.06 % random) (190 /sec)
184.50/186.02	c 186	propagations          : 66516920       (819288 /sec)
184.50/186.02	c 186	conflict literals     : 841698         (15.19 % deleted)
184.50/186.02	c 186	Memory used           : 94.12 MB
184.50/186.02	c 186	CPU time              : 81.1887 s
184.50/186.03	c 186	
184.50/186.06	c 186	SATISFIABLE
184.50/186.07	c 186	FOUND: _COST <= 3
184.50/186.07	c 186	DECODING HOME/temp.out WITH HOME/temp.map
184.50/186.07	c 186	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
184.59/186.16	c 186	Decoding HOME/temp.out
184.59/186.42	c 186	OBJECTIVE _COST 3
184.59/186.42	o 3
184.59/186.45	v 41 0 39 2 24 0 34 33 1 10 42 41 20 39 6 37 20 21 1 0 16 14 18 10 31 4 29 21 43 43 14 25 18 0 1 37 36 0 24 16 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 1
184.59/186.46	c 186	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
184.59/186.50	c 186	OBJECTIVE BOUND: 0 <= _COST <= 3
184.59/186.50	c 186	SEARCHING: _COST <= 1
184.59/186.50	c 186	SOLVING HOME/temp.cnf
184.59/186.50	c 186	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
184.59/186.50	c 186	This is MiniSat 2.0 beta
184.59/186.50	c 186	WARNING: for repeatability, setting FPU to use double precision
184.59/186.50	c 186	============================[ Problem Statistics ]=============================
184.59/186.50	c 186	|                                                                             |
184.59/186.51	c 186	|  Number of variables:  75577                                                |
184.59/186.51	c 186	|  Number of clauses:    2277805                                              |
186.15/187.73	c 188	|  Parsing time:         1.08         s                                       |
186.95/188.51	c 188	============================[ Search Statistics ]==============================
186.95/188.51	c 188	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
186.95/188.51	c 188	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
186.95/188.51	c 188	===============================================================================
186.95/188.51	c 188	|         0 |   59439  1098414  3210190 |   366138        0    nan |  0.000 % |
187.74/189.33	c 189	|       101 |   59439  1098414  3210190 |   402751      101     59 | 21.353 % |
188.54/190.17	c 190	|       251 |   59439  1098414  3210190 |   443026      251     65 | 21.353 % |
190.23/191.81	c 192	|       476 |   59439  1098414  3210190 |   487329      476     71 | 21.353 % |
192.72/194.38	c 194	|       813 |   59439  1098414  3210190 |   536062      813     65 | 21.353 % |
196.50/198.11	c 198	|      1322 |   59439  1098414  3210190 |   589668     1322     66 | 21.353 % |
202.87/204.59	c 204	|      2082 |   59439  1098414  3210190 |   648635     2082     69 | 21.353 % |
212.02/213.70	c 214	|      3221 |   59439  1098414  3210190 |   713499     3221     79 | 21.353 % |
226.45/228.30	c 228	|      4929 |   59439  1098414  3210190 |   784849     4929     82 | 21.353 % |
246.45/248.36	c 248	|      7491 |   59439  1098414  3210190 |   863334     7491     85 | 21.353 % |
277.30/279.40	c 279	|     11336 |   59439  1098414  3210190 |   949667    11336     91 | 21.353 % |
323.38/325.63	c 325	|     17102 |   59439  1098414  3210190 |  1044634    17102     92 | 21.353 % |
391.84/394.46	c 394	|     25753 |   59439  1098414  3210190 |  1149097    25753     98 | 21.353 % |
490.68/493.74	c 494	|     38728 |   59439  1098414  3210190 |  1264007    38728     90 | 21.353 % |
640.24/644.01	c 644	|     58189 |   59439  1098414  3210190 |  1390408    58189    102 | 21.353 % |
872.83/877.76	c 878	|     87381 |   59439  1098414  3210190 |  1529449    87381     97 | 21.353 % |
1188.99/1195.42	c 1195	|    131170 |   59439  1098414  3210190 |  1682394   131170    119 | 21.353 % |
1726.69/1735.80	c 1736	|    196855 |   59435  1098407  3210173 |  1850633   196853    143 | 21.358 % |
2737.02/2749.07	c 2749	|    295381 |   59427  1098393  3210139 |  2035697   295377    155 | 21.369 % |
3600.07/3612.42	c ERROR INTERRUPTED
3600.07/3612.47	c 3612	CPU 182.87 (0.06 0.05 182.81 2.05)
3600.07/3612.47	c 3612	END Fri Jul 11 20:41:47 2008

Verifier Data (download as text)

OK	3	950
3 unsatisfied constraints, 950 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-1108912-1215798095/watcher-1108912-1215798095 -o /tmp/evaluation-result-1108912-1215798095/solver-1108912-1215798095 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108912-1215798095.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.35 2.33 2.17 4/81 12681
/proc/meminfo: memFree=1945816/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=18572 CPUtime=0
/proc/12681/stat : 12681 (runsolver) D 12679 12681 11698 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 36512785 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 226913479975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12681/statm: 4643 292 257 25 0 2626 0

[startup+0.0414001 s]
/proc/loadavg: 2.35 2.33 2.17 4/81 12681
/proc/meminfo: memFree=1945816/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=12268 CPUtime=0
/proc/12681/stat : 12681 (sugar) D 12679 12681 11698 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 36512785 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/12681/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101236 s]
/proc/loadavg: 2.35 2.33 2.17 4/81 12681
/proc/meminfo: memFree=1945816/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=12272 CPUtime=0
/proc/12681/stat : 12681 (sugar) R 12679 12681 11698 0 -1 4194304 364 0 0 0 0 0 0 0 18 0 1 0 36512785 12566528 332 996147200 4194304 4206940 548682068592 18446744073709551615 226931007600 0 0 4224 0 0 0 0 17 1 0 0
/proc/12681/statm: 3068 332 247 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301263 s]
/proc/loadavg: 2.35 2.33 2.17 4/81 12681
/proc/meminfo: memFree=1945816/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13600 CPUtime=0.03
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36512785 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701308 s]
/proc/loadavg: 2.35 2.33 2.17 4/81 12681
/proc/meminfo: memFree=1945816/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13600 CPUtime=0.03
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36512785 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5014 s]
/proc/loadavg: 2.32 2.32 2.17 4/92 12693
/proc/meminfo: memFree=1933888/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13600 CPUtime=0.81
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 974 4952 0 1 3 0 74 4 15 0 1 0 36512785 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 13600

[startup+3.10258 s]
/proc/loadavg: 2.32 2.32 2.17 4/92 12703
/proc/meminfo: memFree=1923712/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13600 CPUtime=0.81
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 974 4952 0 1 3 0 74 4 15 0 1 0 36512785 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3400 797 370 3 0 500 0
[pid=12694] ppid=12681 vsize=5356 CPUtime=0
/proc/12694/stat : 12694 (sh) S 12681 12681 11698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36512901 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12694/statm: 1339 233 193 169 0 50 0
[pid=12695] ppid=12694 vsize=868508 CPUtime=1.91
/proc/12695/stat : 12695 (java) S 12694 12681 11698 0 -1 0 9113 0 2 0 183 8 0 0 18 0 9 0 36512901 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12695/statm: 217127 8081 2565 9 0 211674 0
[pid=12695/tid=12696] ppid=12694 vsize=868508 CPUtime=1.28
/proc/12695/task/12696/stat : 12696 (java) R 12694 12681 11698 0 -1 64 2893 0 1 0 124 4 0 0 21 0 9 0 36512902 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 102064651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12697] ppid=12694 vsize=868508 CPUtime=0.32
/proc/12695/task/12697/stat : 12697 (java) S 12694 12681 11698 0 -1 64 3999 0 0 0 30 2 0 0 16 0 9 0 36512903 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12698] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12698/stat : 12698 (java) S 12694 12681 11698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36512903 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12699] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12699/stat : 12699 (java) S 12694 12681 11698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36512903 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12700] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12700/stat : 12700 (java) S 12694 12681 11698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36512905 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12701] ppid=12694 vsize=868508 CPUtime=0.28
/proc/12695/task/12701/stat : 12701 (java) S 12694 12681 11698 0 -1 64 1529 0 1 0 28 0 0 0 16 0 9 0 36512905 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12702] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12702/stat : 12702 (java) S 12694 12681 11698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36512905 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12703] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12703/stat : 12703 (java) S 12694 12681 11698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36512905 889352192 8081 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 887464

[startup+6.30194 s]
/proc/loadavg: 2.29 2.31 2.17 3/92 12703
/proc/meminfo: memFree=1890560/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13600 CPUtime=0.82
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 974 4952 0 1 4 0 74 4 15 0 1 0 36512785 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3400 797 370 3 0 500 0
[pid=12694] ppid=12681 vsize=5356 CPUtime=0
/proc/12694/stat : 12694 (sh) S 12681 12681 11698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36512901 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12694/statm: 1339 233 193 169 0 50 0
[pid=12695] ppid=12694 vsize=868508 CPUtime=5.09
/proc/12695/stat : 12695 (java) S 12694 12681 11698 0 -1 0 9941 0 2 0 475 34 0 0 18 0 9 0 36512901 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12695/statm: 217127 8086 2565 9 0 211674 0
[pid=12695/tid=12696] ppid=12694 vsize=868508 CPUtime=4.23
/proc/12695/task/12696/stat : 12696 (java) R 12694 12681 11698 0 -1 64 3716 0 1 0 397 26 0 0 25 0 9 0 36512902 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4127064164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12697] ppid=12694 vsize=868508 CPUtime=0.55
/proc/12695/task/12697/stat : 12697 (java) S 12694 12681 11698 0 -1 64 3999 0 0 0 49 6 0 0 16 0 9 0 36512903 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12698] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12698/stat : 12698 (java) S 12694 12681 11698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36512903 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12699] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12699/stat : 12699 (java) S 12694 12681 11698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36512903 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12700] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12700/stat : 12700 (java) S 12694 12681 11698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36512905 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12701] ppid=12694 vsize=868508 CPUtime=0.29
/proc/12695/task/12701/stat : 12701 (java) S 12694 12681 11698 0 -1 64 1534 0 1 0 29 0 0 0 16 0 9 0 36512905 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12702] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12702/stat : 12702 (java) S 12694 12681 11698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36512905 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12695/tid=12703] ppid=12694 vsize=868508 CPUtime=0
/proc/12695/task/12703/stat : 12703 (java) S 12694 12681 11698 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36512905 889352192 8086 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 887464

[startup+12.7027 s]
/proc/loadavg: 2.35 2.33 2.17 4/92 12727
/proc/meminfo: memFree=1888896/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=11.64
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 1316 71038 1 5 5 2 1070 87 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 13732

[startup+25.5011 s]
/proc/loadavg: 2.27 2.31 2.17 3/84 12765
/proc/meminfo: memFree=1801024/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=21.02
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 1663 154813 1 8 5 3 1948 146 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12764] ppid=12681 vsize=5356 CPUtime=0
/proc/12764/stat : 12764 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36514952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12764/statm: 1339 232 193 169 0 50 0
[pid=12765] ppid=12764 vsize=96200 CPUtime=3.79
/proc/12765/stat : 12765 (minisat) R 12764 12681 11698 0 -1 4194304 23613 0 0 0 366 13 0 0 25 0 1 0 36514953 98508800 23590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12765/statm: 24050 23590 76 150 0 23897 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 115288

[startup+51.102 s]
/proc/loadavg: 2.18 2.28 2.16 3/84 12765
/proc/meminfo: memFree=1801344/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=21.02
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 1663 154813 1 8 5 3 1948 146 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12764] ppid=12681 vsize=5356 CPUtime=0
/proc/12764/stat : 12764 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36514952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12764/statm: 1339 232 193 169 0 50 0
[pid=12765] ppid=12764 vsize=96200 CPUtime=29.27
/proc/12765/stat : 12765 (minisat) R 12764 12681 11698 0 -1 4194304 23616 0 0 0 2914 13 0 0 25 0 1 0 36514953 98508800 23593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12765/statm: 24050 23593 76 150 0 23897 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 115288

[startup+102.307 s]
/proc/loadavg: 2.08 2.24 2.15 3/84 12777
/proc/meminfo: memFree=1801344/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=89.86
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 1778 182696 1 9 5 4 8812 165 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12776] ppid=12681 vsize=5356 CPUtime=0
/proc/12776/stat : 12776 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36521872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12776/statm: 1339 232 193 169 0 50 0
[pid=12777] ppid=12776 vsize=96180 CPUtime=11.37
/proc/12777/stat : 12777 (minisat) R 12776 12681 11698 0 -1 4194304 23606 0 0 0 1123 14 0 0 25 0 1 0 36521872 98488320 23583 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/12777/statm: 24045 23583 76 150 0 23892 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 115268

[startup+162.301 s]
/proc/loadavg: 2.03 2.19 2.14 3/84 12789
/proc/meminfo: memFree=1800704/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=103.21
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 1893 210577 1 10 6 4 10126 185 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12788] ppid=12681 vsize=5356 CPUtime=0
/proc/12788/stat : 12788 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36523215 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12788/statm: 1339 232 193 169 0 50 0
[pid=12789] ppid=12788 vsize=96380 CPUtime=57.7
/proc/12789/stat : 12789 (minisat) R 12788 12681 11698 0 -1 4194304 23656 0 0 0 5757 13 0 0 25 0 1 0 36523215 98693120 23634 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12789/statm: 24095 23634 76 150 0 23942 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 115468

[startup+222.301 s]
/proc/loadavg: 2.16 2.20 2.15 3/84 12801
/proc/meminfo: memFree=1801024/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97

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

/proc/meminfo: memFree=1553992/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=305816 CPUtime=2905.19
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 75520 0 0 0 290436 83 0 0 25 0 1 0 36531436 313155584 75506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 76454 75506 75 150 0 76301 0
Current children cumulated CPU time (s) 3090.16
Current children cumulated vsize (KiB) 324904

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12847
/proc/meminfo: memFree=1549000/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=310836 CPUtime=2965.18
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 76772 0 0 0 296433 85 0 0 25 0 1 0 36531436 318296064 76758 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 77709 76758 75 150 0 77556 0
Current children cumulated CPU time (s) 3150.15
Current children cumulated vsize (KiB) 329924

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12847
/proc/meminfo: memFree=1543944/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=315720 CPUtime=3025.15
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 78004 0 0 0 302428 87 0 0 25 0 1 0 36531436 323297280 77990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 78930 77990 75 150 0 78777 0
Current children cumulated CPU time (s) 3210.12
Current children cumulated vsize (KiB) 334808

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12847
/proc/meminfo: memFree=1538504/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=321368 CPUtime=3085.13
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 79351 0 0 0 308425 88 0 0 25 0 1 0 36531436 329080832 79337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 80342 79337 75 150 0 80189 0
Current children cumulated CPU time (s) 3270.1
Current children cumulated vsize (KiB) 340456

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12847
/proc/meminfo: memFree=1533192/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=326548 CPUtime=3145.1
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 80670 0 0 0 314420 90 0 0 25 0 1 0 36531436 334385152 80656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 81637 80656 75 150 0 81484 0
Current children cumulated CPU time (s) 3330.07
Current children cumulated vsize (KiB) 345636

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12847
/proc/meminfo: memFree=1527624/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=331988 CPUtime=3205.08
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 82045 0 0 0 320416 92 0 0 25 0 1 0 36531436 339955712 82031 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 82997 82031 75 150 0 82844 0
Current children cumulated CPU time (s) 3390.05
Current children cumulated vsize (KiB) 351076

[startup+3462.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 12847
/proc/meminfo: memFree=1521736/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=337940 CPUtime=3265.06
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 83508 0 0 0 326412 94 0 0 25 0 1 0 36531436 346050560 83494 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 84485 83494 75 150 0 84332 0
Current children cumulated CPU time (s) 3450.03
Current children cumulated vsize (KiB) 357028

[startup+3522.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 12847
/proc/meminfo: memFree=1515528/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=343900 CPUtime=3325.03
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 85022 0 0 0 332408 95 0 0 25 0 1 0 36531436 352153600 85008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 85975 85008 75 150 0 85822 0
Current children cumulated CPU time (s) 3510
Current children cumulated vsize (KiB) 362988

[startup+3582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 12847
/proc/meminfo: memFree=1509128/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=350296 CPUtime=3385.01
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 86626 0 0 0 338404 97 0 0 25 0 1 0 36531436 358703104 86612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 87574 86612 75 150 0 87421 0
Current children cumulated CPU time (s) 3569.98
Current children cumulated vsize (KiB) 369384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.41 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 12847
/proc/meminfo: memFree=1505736/2055920 swapFree=4181048/4192956
[pid=12681] ppid=12679 vsize=13732 CPUtime=184.97
/proc/12681/stat : 12681 (sugar) S 12679 12681 11698 0 -1 4194304 2008 238510 1 11 6 5 18281 205 16 0 1 0 36512785 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12681/statm: 3433 829 374 3 0 533 0
[pid=12800] ppid=12681 vsize=5356 CPUtime=0
/proc/12800/stat : 12800 (sh) S 12681 12681 11698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36531436 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12800/statm: 1339 232 193 169 0 50 0
[pid=12801] ppid=12800 vsize=353532 CPUtime=3415.1
/proc/12801/stat : 12801 (minisat) R 12800 12681 11698 0 -1 4194304 87435 0 0 0 341413 97 0 0 25 0 1 0 36531436 362016768 87421 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/12801/statm: 88383 87421 75 150 0 88230 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 372620

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12681 and gives
#  childrusage.ru_utime.tv_sec=182
#  childrusage.ru_utime.tv_usec=880197
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=129676
# CPU time returned by wait4() is 185.01
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3612.49
CPU time (s): 3600.07
CPU user time (s): 3597
CPU system time (s): 3.07
CPU usage (%): 99.6562
Max. virtual memory (cumulated for all children) (KiB): 887792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.88
system time used= 2.12968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240859
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= 20908
involuntary context switches= 25825

runsolver used 4.54731 second user time and 10.8783 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-11 19:41:35
IDJOB=1108912
IDBENCH=60818
IDSOLVER=368
FILE ID=node5/1108912-1215798095
PBS_JOBID= 7903184
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-20-20.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108912-1215798095/watcher-1108912-1215798095 -o /tmp/evaluation-result-1108912-1215798095/solver-1108912-1215798095 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108912-1215798095.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc9a2c718875c07f7259307b3c001f7c
RANDOM SEED=814143224

node5.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.212
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.212
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:       1946488 kB
Buffers:          3692 kB
Cached:          31940 kB
SwapCached:       5644 kB
Active:          52292 kB
Inactive:         4560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1946488 kB
SwapTotal:     4192956 kB
SwapFree:      4181048 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          37228 kB
Slab:            37780 kB
Committed_AS:   145620 kB
PageTables:       1980 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= 66532 MiB
End job on node5 at 2008-07-11 20:41:49