Trace number 1109822

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 3617.64

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-30-31.xml
MD5SUM9b56d5b42aa2f049bd6f0c4aec0b2e58
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables1860
Number of constraints122
Maximum constraint arity31
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension122
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul 11 23:28:03 2008
0.00/0.05	c 0	PID 11911
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109822-1215811683.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109822-1215811683.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 1860 variables, 2 predicates, 0 relations, 122 constraints
0.03/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.38	c 0	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.44/0.46	c 0	Parsing HOME/temp.csp
0.44/0.64	c 1	parsed 1985 expressions
0.44/0.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.64	c 1	MAX CSP: 122 constraints
0.44/0.65	c 1	Converting to clausal form CSP
0.44/0.67	c 1	converted 211 (10%) expressions
0.44/0.67	c 1	converted 422 (20%) expressions
0.44/0.67	c 1	converted 633 (30%) expressions
0.44/0.68	c 1	converted 844 (40%) expressions
0.44/0.68	c 1	converted 1055 (50%) expressions
0.44/0.68	c 1	converted 1266 (60%) expressions
0.44/0.68	c 1	converted 1477 (70%) expressions
0.44/0.69	c 1	converted 1688 (80%) expressions
0.44/0.88	c 1	converted 1899 (90%) expressions
1.17/1.12	c 1	converted 2110 (100%) expressions
1.17/1.12	c 1	CSP : 5580 integers, 0 booleans, 7317 clauses, largest domain size 184
1.17/1.12	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.12	c 1	Propagation in CSP
1.26/1.20	c 1	117 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.26/1.21	c 1	CSP : 5580 integers, 0 booleans, 7317 clauses, largest domain size 123
1.26/1.21	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.26/1.22	c 1	CSP : 5580 integers, 0 booleans, 7317 clauses, largest domain size 123
1.26/1.22	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.26/1.27	c 1	558 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.26/1.28	c 1	1116 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.26/1.28	c 1	1674 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.26/1.29	c 1	2232 (40%) CSP integer variables are encoded (1144 clauses, 14936 bytes)
1.26/1.29	c 1	2790 (50%) CSP integer variables are encoded (2881 clauses, 37517 bytes)
1.26/1.30	c 1	3348 (60%) CSP integer variables are encoded (4608 clauses, 59968 bytes)
1.36/1.30	c 1	3906 (70%) CSP integer variables are encoded (6349 clauses, 82991 bytes)
1.36/1.30	c 1	4464 (80%) CSP integer variables are encoded (8095 clauses, 109181 bytes)
1.36/1.31	c 1	5022 (90%) CSP integer variables are encoded (9837 clauses, 135311 bytes)
1.36/1.31	c 1	5580 (100%) CSP integer variables are encoded (12562 clauses, 176186 bytes)
1.36/1.36	c 1	732 (10%) CSP clauses are encoded (20906 clauses, 311925 bytes)
1.36/1.39	c 1	1464 (20%) CSP clauses are encoded (29363 clauses, 450103 bytes)
1.46/1.42	c 1	2196 (30%) CSP clauses are encoded (37862 clauses, 589650 bytes)
1.46/1.45	c 1	2927 (40%) CSP clauses are encoded (46201 clauses, 727360 bytes)
1.46/1.47	c 1	3659 (50%) CSP clauses are encoded (54725 clauses, 867979 bytes)
1.46/1.49	c 1	4391 (60%) CSP clauses are encoded (63453 clauses, 1025205 bytes)
1.56/1.51	c 1	5122 (70%) CSP clauses are encoded (71986 clauses, 1185552 bytes)
1.56/1.53	c 2	5854 (80%) CSP clauses are encoded (80681 clauses, 1350371 bytes)
1.56/1.55	c 2	6586 (90%) CSP clauses are encoded (89393 clauses, 1515973 bytes)
1.66/1.61	c 2	7317 (100%) CSP clauses are encoded (116525 clauses, 2065924 bytes)
1.66/1.61	c 2	7317 CSP clauses encoded
1.66/1.61	c 2	Writing map file : HOME/temp.map
1.66/1.65	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/1.65	c 2	SAT : 18142 SAT variables, 116525 SAT clauses, 2065924 bytes
1.66/1.65	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.70	c 2	OBJECTIVE minimize _COST
1.73/1.70	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.73/1.70	c 2	SEARCHING: _COST <= 61
1.73/1.70	c 2	SOLVING HOME/temp.cnf
1.73/1.70	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/1.71	c 2	This is MiniSat 2.0 beta
1.73/1.71	c 2	WARNING: for repeatability, setting FPU to use double precision
1.73/1.71	c 2	============================[ Problem Statistics ]=============================
1.73/1.71	c 2	|                                                                             |
1.73/1.71	c 2	|  Number of variables:  18142                                                |
1.73/1.71	c 2	|  Number of clauses:    116526                                               |
1.73/1.77	c 2	|  Parsing time:         0.05         s                                       |
1.73/1.78	c 2	============================[ Search Statistics ]==============================
1.73/1.78	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/1.78	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/1.78	c 2	===============================================================================
1.73/1.78	c 2	|         0 |   17715   108529   281927 |    36176        0    nan |  0.000 % |
1.73/1.79	c 2	===============================================================================
1.73/1.79	c 2	restarts              : 1
1.73/1.79	c 2	conflicts             : 0              (0 /sec)
1.73/1.79	c 2	decisions             : 192            (0.00 % random) (2705 /sec)
1.73/1.79	c 2	propagations          : 18142          (255561 /sec)
1.73/1.79	c 2	conflict literals     : 0              ( nan % deleted)
1.73/1.79	c 2	Memory used           : 7.41 MB
1.73/1.79	c 2	CPU time              : 0.070989 s
1.73/1.79	c 2	
1.74/1.80	c 2	SATISFIABLE
1.74/1.80	c 2	FOUND: _COST <= 61
1.74/1.80	s SATISFIABLE
1.74/1.80	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.74/1.80	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.74/1.88	c 2	Decoding HOME/temp.out
1.82/2.07	c 2	OBJECTIVE _COST 61
1.82/2.07	o 61
2.10/2.15	v 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 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 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 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 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0
2.10/2.15	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.16	c 2	OBJECTIVE BOUND: 0 <= _COST <= 61
2.10/2.16	c 2	SEARCHING: _COST <= 30
2.10/2.16	c 2	SOLVING HOME/temp.cnf
2.10/2.16	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.17	c 2	This is MiniSat 2.0 beta
2.10/2.17	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.17	c 2	============================[ Problem Statistics ]=============================
2.10/2.17	c 2	|                                                                             |
2.10/2.17	c 2	|  Number of variables:  18142                                                |
2.10/2.17	c 2	|  Number of clauses:    116526                                               |
2.17/2.23	c 2	|  Parsing time:         0.05         s                                       |
2.17/2.24	c 2	============================[ Search Statistics ]==============================
2.17/2.24	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/2.24	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/2.24	c 2	===============================================================================
2.17/2.24	c 2	|         0 |   17465   103503   267568 |    34501        0    nan |  0.000 % |
2.17/2.25	c 2	===============================================================================
2.17/2.25	c 2	restarts              : 1
2.17/2.25	c 2	conflicts             : 0              (0 /sec)
2.17/2.25	c 2	decisions             : 220            (0.00 % random) (3099 /sec)
2.17/2.25	c 2	propagations          : 18142          (255561 /sec)
2.17/2.25	c 2	conflict literals     : 0              ( nan % deleted)
2.17/2.25	c 2	Memory used           : 7.28 MB
2.17/2.25	c 2	CPU time              : 0.070989 s
2.17/2.25	c 2	
2.17/2.26	c 2	SATISFIABLE
2.17/2.26	c 2	FOUND: _COST <= 30
2.17/2.26	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.17/2.26	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.26/2.34	c 2	Decoding HOME/temp.out
2.26/2.53	c 3	OBJECTIVE _COST 30
2.26/2.53	o 30
2.27/2.61	v 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 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 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 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 0 1 0 0 0 1 0 0
2.27/2.61	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.27/2.62	c 3	OBJECTIVE BOUND: 0 <= _COST <= 30
2.27/2.62	c 3	SEARCHING: _COST <= 15
2.27/2.62	c 3	SOLVING HOME/temp.cnf
2.27/2.62	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.27/2.62	c 3	This is MiniSat 2.0 beta
2.27/2.62	c 3	WARNING: for repeatability, setting FPU to use double precision
2.27/2.63	c 3	============================[ Problem Statistics ]=============================
2.27/2.63	c 3	|                                                                             |
2.27/2.63	c 3	|  Number of variables:  18142                                                |
2.27/2.63	c 3	|  Number of clauses:    116526                                               |
2.27/2.69	c 3	|  Parsing time:         0.05         s                                       |
2.27/2.69	c 3	============================[ Search Statistics ]==============================
2.27/2.69	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.27/2.69	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.27/2.69	c 3	===============================================================================
2.27/2.69	c 3	|         0 |   17298    99702   256651 |    33234        0    nan |  0.000 % |
2.62/2.70	c 3	===============================================================================
2.62/2.70	c 3	restarts              : 1
2.62/2.70	c 3	conflicts             : 0              (0 /sec)
2.62/2.70	c 3	decisions             : 239            (0.42 % random) (3275 /sec)
2.62/2.70	c 3	propagations          : 18142          (248561 /sec)
2.62/2.70	c 3	conflict literals     : 0              ( nan % deleted)
2.62/2.70	c 3	Memory used           : 7.28 MB
2.62/2.70	c 3	CPU time              : 0.072988 s
2.62/2.70	c 3	
2.62/2.71	c 3	SATISFIABLE
2.62/2.71	c 3	FOUND: _COST <= 15
2.62/2.71	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.62/2.71	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.62/2.79	c 3	Decoding HOME/temp.out
2.71/2.98	c 3	OBJECTIVE _COST 15
2.71/2.98	o 15
2.71/3.06	v 1 0 0 0 0 0 1 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 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 0 0 0 0 1 1 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 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 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 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 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 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 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 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 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 1 1 1 1 1 1 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 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 0 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0
2.71/3.06	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.71/3.08	c 3	OBJECTIVE BOUND: 0 <= _COST <= 15
2.71/3.08	c 3	SEARCHING: _COST <= 7
2.71/3.08	c 3	SOLVING HOME/temp.cnf
2.71/3.08	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.71/3.09	c 3	This is MiniSat 2.0 beta
2.71/3.09	c 3	WARNING: for repeatability, setting FPU to use double precision
2.71/3.09	c 3	============================[ Problem Statistics ]=============================
2.71/3.09	c 3	|                                                                             |
2.71/3.09	c 3	|  Number of variables:  18142                                                |
2.71/3.09	c 3	|  Number of clauses:    116526                                               |
3.06/3.15	c 3	|  Parsing time:         0.06         s                                       |
3.06/3.16	c 3	============================[ Search Statistics ]==============================
3.06/3.16	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.06/3.16	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.06/3.16	c 3	===============================================================================
3.06/3.16	c 3	|         0 |   17144    97116   249347 |    32372        0    nan |  0.000 % |
3.06/3.17	c 3	===============================================================================
3.06/3.17	c 3	restarts              : 1
3.06/3.17	c 3	conflicts             : 1              (13 /sec)
3.06/3.17	c 3	decisions             : 332            (0.30 % random) (4427 /sec)
3.06/3.17	c 3	propagations          : 21620          (288313 /sec)
3.06/3.17	c 3	conflict literals     : 7              (0.00 % deleted)
3.06/3.17	c 3	Memory used           : 7.28 MB
3.06/3.17	c 3	CPU time              : 0.074988 s
3.06/3.17	c 3	
3.06/3.18	c 3	SATISFIABLE
3.06/3.18	c 3	FOUND: _COST <= 7
3.06/3.18	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.06/3.18	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.15/3.27	c 3	Decoding HOME/temp.out
3.35/3.45	c 3	OBJECTIVE _COST 7
3.35/3.45	o 7
3.45/3.53	v 1 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 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 1 1 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 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 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 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 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 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 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 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 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 0 1 1 1 1 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 1 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0
3.45/3.54	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.45/3.56	c 4	OBJECTIVE BOUND: 0 <= _COST <= 7
3.45/3.56	c 4	SEARCHING: _COST <= 3
3.45/3.56	c 4	SOLVING HOME/temp.cnf
3.45/3.56	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.45/3.56	c 4	This is MiniSat 2.0 beta
3.45/3.56	c 4	WARNING: for repeatability, setting FPU to use double precision
3.45/3.56	c 4	============================[ Problem Statistics ]=============================
3.45/3.56	c 4	|                                                                             |
3.45/3.56	c 4	|  Number of variables:  18142                                                |
3.45/3.56	c 4	|  Number of clauses:    116526                                               |
3.51/3.62	c 4	|  Parsing time:         0.05         s                                       |
3.51/3.63	c 4	============================[ Search Statistics ]==============================
3.51/3.63	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.51/3.63	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.51/3.63	c 4	===============================================================================
3.51/3.63	c 4	|         0 |   16986    95504   244981 |    31834        0    nan |  0.000 % |
3.51/3.65	c 4	|       103 |   16986    95504   244981 |    35018      103    110 |  6.372 % |
3.51/3.67	c 4	|       253 |   16986    95504   244981 |    38519      253     66 |  6.372 % |
3.51/3.71	c 4	|       479 |   16986    95504   244981 |    42371      479     59 |  6.372 % |
3.51/3.75	c 4	|       816 |   16986    95504   244981 |    46609      816     52 |  6.372 % |
3.51/3.81	c 4	|      1323 |   16986    95504   244981 |    51270     1323     49 |  6.372 % |
3.51/3.90	c 4	|      2083 |   16986    95504   244981 |    56397     2083     46 |  6.372 % |
3.51/4.04	c 4	|      3222 |   16986    95504   244981 |    62036     3222     41 |  6.372 % |
4.24/4.35	c 4	|      4930 |   16986    95504   244981 |    68240     4930     61 |  6.372 % |
4.73/4.85	c 5	|      7493 |   16986    95504   244981 |    75064     7493     65 |  6.372 % |
5.43/5.57	c 6	|     11338 |   16986    95504   244981 |    82570    11338     63 |  6.372 % |
6.83/6.93	c 7	|     17105 |   16986    95504   244981 |    90828    17105     70 |  6.372 % |
10.20/10.35	c 10	|     25754 |   16986    95504   244981 |    99910    25754     81 |  6.372 % |
10.30/10.44	c 10	===============================================================================
10.30/10.44	c 10	restarts              : 13
10.30/10.44	c 10	conflicts             : 26294          (3853 /sec)
10.30/10.44	c 10	decisions             : 34870          (0.43 % random) (5110 /sec)
10.30/10.44	c 10	propagations          : 7192632        (1054026 /sec)
10.30/10.44	c 10	conflict literals     : 2093073        (10.46 % deleted)
10.30/10.44	c 10	Memory used           : 16.66 MB
10.30/10.44	c 10	CPU time              : 6.82396 s
10.30/10.44	c 10	
10.30/10.45	c 10	SATISFIABLE
10.30/10.45	c 10	FOUND: _COST <= 3
10.30/10.45	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.30/10.45	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.38/10.53	c 11	Decoding HOME/temp.out
10.38/10.72	c 11	OBJECTIVE _COST 3
10.38/10.72	o 3
10.40/10.80	v 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 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 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 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 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 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 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 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 1 0 0 0 0 0 0 0 1 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 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 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 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 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 1 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 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 1 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 1 0 0 0 0 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 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 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 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 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 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 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 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 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 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 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 1 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 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 1 0 0 0 0 0 0 0 0 0 1 1 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 1 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 0 1 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 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 1 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 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 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 1 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 1 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 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 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 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 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 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 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 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 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 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0
10.40/10.80	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.40/10.82	c 11	OBJECTIVE BOUND: 0 <= _COST <= 3
10.40/10.82	c 11	SEARCHING: _COST <= 1
10.40/10.82	c 11	SOLVING HOME/temp.cnf
10.40/10.82	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.40/10.83	c 11	This is MiniSat 2.0 beta
10.40/10.83	c 11	WARNING: for repeatability, setting FPU to use double precision
10.40/10.83	c 11	============================[ Problem Statistics ]=============================
10.40/10.83	c 11	|                                                                             |
10.40/10.83	c 11	|  Number of variables:  18142                                                |
10.40/10.83	c 11	|  Number of clauses:    116526                                               |
10.40/10.89	c 11	|  Parsing time:         0.06         s                                       |
10.78/10.90	c 11	============================[ Search Statistics ]==============================
10.78/10.90	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.78/10.90	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.78/10.90	c 11	===============================================================================
10.78/10.90	c 11	|         0 |   16800    94379   242162 |    31459        0    nan |  0.000 % |
10.78/10.93	c 11	|       103 |   16800    94379   242162 |    34605      103    130 |  7.397 % |
10.78/10.96	c 11	|       255 |   16800    94379   242162 |    38066      255    121 |  7.397 % |
10.78/10.99	c 11	|       482 |   16800    94379   242162 |    41872      482     80 |  7.399 % |
10.88/11.03	c 11	|       820 |   16800    94379   242162 |    46060      820     59 |  7.397 % |
10.88/11.09	c 11	|      1327 |   16800    94379   242162 |    50666     1327     54 |  7.397 % |
10.97/11.19	c 11	|      2087 |   16800    94379   242162 |    55732     2087     49 |  7.397 % |
11.27/11.41	c 11	|      3227 |   16800    94379   242162 |    61305     3227     69 |  7.399 % |
11.37/11.60	c 12	|      4936 |   16800    94379   242162 |    67436     4936     53 |  7.397 % |
11.77/11.99	c 12	|      7499 |   16800    94379   242162 |    74180     7499     54 |  7.399 % |
12.36/12.50	c 12	|     11345 |   16800    94379   242162 |    81598    11345     46 |  7.397 % |
13.36/13.59	c 14	|     17112 |   16800    94379   242162 |    89758    17112     50 |  7.399 % |
15.95/16.12	c 16	|     25761 |   16800    94379   242162 |    98733    25761     62 |  7.397 % |
18.04/18.21	c 18	|     38735 |   16800    94379   242162 |   108607    38735     51 |  7.399 % |
24.91/25.19	c 25	|     58197 |   16800    94379   242162 |   119468    58197     62 |  7.397 % |
48.79/49.17	c 49	|     87389 |   16800    94379   242162 |   131414    87389     78 |  7.397 % |
73.17/73.67	c 74	|    131179 |   16800    94379   242162 |   144556   131179     79 |  7.399 % |
113.08/113.71	c 114	|    196866 |   16800    94379   242162 |   159011    51861     68 |  7.399 % |
233.99/235.24	c 235	|    295392 |   16800    94379   242162 |   174913   150387     95 |  7.399 % |
452.12/454.41	c 454	|    443181 |   16800    94379   242162 |   192404   121825    107 |  7.397 % |
713.35/716.94	c 717	|    664864 |   16800    94379   242162 |   211644   152368     74 |  7.397 % |
1226.75/1232.88	c 1233	|    997389 |   16800    94379   242162 |   232809    67474     78 |  7.397 % |
2172.94/2183.65	c 2184	|   1496179 |   16800    94379   242162 |   256090   113305     99 |  7.397 % |
3413.21/3429.96	c 3430	|   2244362 |   16800    94379   242162 |   281699   103729     81 |  7.397 % |
3600.00/3617.62	c ERROR INTERRUPTED
3600.00/3617.63	c 3618	CPU 10.33 (0.07 0.06 10.26 0.34)
3600.00/3617.63	c 3618	END Sat Jul 12 00:28:21 2008

Verifier Data (download as text)

OK	3	119
3 unsatisfied constraints, 119 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-1109822-1215811683/watcher-1109822-1215811683 -o /tmp/evaluation-result-1109822-1215811683/solver-1109822-1215811683 -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-1109822-1215811683.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.03 2.04 2.00 4/73 11911
/proc/meminfo: memFree=1906492/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=12268 CPUtime=0
/proc/11911/stat : 11911 (sugar) R 11909 11911 11791 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 37871518 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11911/statm: 3067 316 241 3 0 167 0

[startup+0.0836219 s]
/proc/loadavg: 2.03 2.04 2.00 4/73 11911
/proc/meminfo: memFree=1906492/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=0.03
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37871518 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102881 s]
/proc/loadavg: 2.03 2.04 2.00 4/73 11911
/proc/meminfo: memFree=1906492/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=0.03
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37871518 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301646 s]
/proc/loadavg: 2.03 2.04 2.00 4/73 11911
/proc/meminfo: memFree=1906492/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=0.03
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 37871518 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701695 s]
/proc/loadavg: 2.03 2.04 2.00 4/73 11911
/proc/meminfo: memFree=1906492/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=0.44
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 974 4793 0 1 3 0 38 3 16 0 1 0 37871518 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11911/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.03 2.04 2.00 4/93 11972
/proc/meminfo: memFree=1895516/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=0.45
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 974 4793 0 1 3 1 38 3 15 0 1 0 37871518 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11911/statm: 3400 797 370 3 0 500 0
[pid=11951] ppid=11911 vsize=5356 CPUtime=0
/proc/11951/stat : 11951 (sh) S 11911 11911 11791 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37871557 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11951/statm: 1339 233 193 169 0 50 0
[pid=11955] ppid=11951 vsize=868508 CPUtime=1.11
/proc/11955/stat : 11955 (java) S 11951 11911 11791 0 -1 0 7459 0 1 0 106 5 0 0 18 0 9 0 37871557 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11955/statm: 217127 6606 2565 9 0 211674 0
[pid=11955/tid=11957] ppid=11951 vsize=868508 CPUtime=0.69
/proc/11955/task/11957/stat : 11957 (java) R 11951 11911 11791 0 -1 64 2776 0 1 0 67 2 0 0 23 0 9 0 37871558 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11955/tid=11959] ppid=11951 vsize=868508 CPUtime=0.15
/proc/11955/task/11959/stat : 11959 (java) S 11951 11911 11791 0 -1 64 2476 0 0 0 14 1 0 0 16 0 9 0 37871559 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11955/tid=11962] ppid=11951 vsize=868508 CPUtime=0
/proc/11955/task/11962/stat : 11962 (java) S 11951 11911 11791 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37871559 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11955/tid=11963] ppid=11951 vsize=868508 CPUtime=0
/proc/11955/task/11963/stat : 11963 (java) S 11951 11911 11791 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37871559 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11955/tid=11968] ppid=11951 vsize=868508 CPUtime=0
/proc/11955/task/11968/stat : 11968 (java) S 11951 11911 11791 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 37871561 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11955/tid=11969] ppid=11951 vsize=868508 CPUtime=0.23
/proc/11955/task/11969/stat : 11969 (java) S 11951 11911 11791 0 -1 64 1514 0 0 0 23 0 0 0 16 0 9 0 37871561 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11955/tid=11970] ppid=11951 vsize=868508 CPUtime=0
/proc/11955/task/11970/stat : 11970 (java) S 11951 11911 11791 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37871562 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11955/tid=11971] ppid=11951 vsize=868508 CPUtime=0
/proc/11955/task/11971/stat : 11971 (java) S 11951 11911 11791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37871562 889352192 6606 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 887464

[startup+3.10197 s]
/proc/loadavg: 2.03 2.04 2.00 3/92 11984
/proc/meminfo: memFree=1872092/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=3.06
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1410 30813 0 5 5 3 274 24 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13600

[startup+6.30235 s]
/proc/loadavg: 2.02 2.04 2.00 3/84 12022
/proc/meminfo: memFree=1848476/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=3.51
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1526 36879 0 6 6 5 312 28 15 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12021] ppid=11911 vsize=5356 CPUtime=0
/proc/12021/stat : 12021 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37871874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12021/statm: 1339 232 193 169 0 50 0
[pid=12022] ppid=12021 vsize=12008 CPUtime=2.72
/proc/12022/stat : 12022 (minisat) R 12021 11911 11791 0 -1 4194304 2893 0 0 0 270 2 0 0 25 0 1 0 37871875 12296192 2879 996147200 134512640 135127466 4294956256 18446744073709551615 134527179 0 0 4096 3 0 0 0 17 1 0 0
/proc/12022/statm: 3002 2879 76 150 0 2849 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 30964

[startup+12.7011 s]
/proc/loadavg: 2.02 2.04 2.00 3/84 12034
/proc/meminfo: memFree=1849436/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 15 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=10132 CPUtime=1.84
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 2420 0 0 0 184 0 0 0 25 0 1 0 37872601 10375168 2406 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 2533 2406 76 150 0 2380 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 29088

[startup+25.5016 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 12034
/proc/meminfo: memFree=1834332/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=24880 CPUtime=14.58
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 6092 0 0 0 1455 3 0 0 25 0 1 0 37872601 25477120 6078 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 6220 6078 76 150 0 6067 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 43836

[startup+51.1016 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 12034
/proc/meminfo: memFree=1818652/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=40752 CPUtime=40.06
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 10005 0 0 0 3998 8 0 0 25 0 1 0 37872601 41730048 9991 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 10188 9991 76 150 0 10035 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 59708

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 12034
/proc/meminfo: memFree=1794844/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=63616 CPUtime=91.02
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 15720 0 0 0 9087 15 0 0 25 0 1 0 37872601 65142784 15706 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 15904 15706 76 150 0 15751 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 82572

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 12034
/proc/meminfo: memFree=1794716/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=63616 CPUtime=150.72
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 15722 0 0 0 15057 15 0 0 25 0 1 0 37872601 65142784 15708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 15904 15708 76 150 0 15751 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 82572

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 12034
/proc/meminfo: memFree=1786460/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=72004 CPUtime=210.43
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 17801 0 0 0 21026 17 0 0 25 0 1 0 37872601 73732096 17787 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 18001 17787 76 150 0 17848 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 90960

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

/proc/meminfo: memFree=1695388/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3076.48
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39610 0 0 0 307608 40 0 0 25 0 1 0 37872601 164667392 39584 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39584 76 150 0 40049 0
Current children cumulated CPU time (s) 3087.2
Current children cumulated vsize (KiB) 179764

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695388/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3136.19
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39610 0 0 0 313579 40 0 0 25 0 1 0 37872601 164667392 39584 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39584 76 150 0 40049 0
Current children cumulated CPU time (s) 3146.91
Current children cumulated vsize (KiB) 179764

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695388/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3195.9
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39610 0 0 0 319550 40 0 0 25 0 1 0 37872601 164667392 39584 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39584 76 150 0 40049 0
Current children cumulated CPU time (s) 3206.62
Current children cumulated vsize (KiB) 179764

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695260/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3255.61
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 325521 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3266.33
Current children cumulated vsize (KiB) 179764

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695260/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3315.31
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 331491 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3326.03
Current children cumulated vsize (KiB) 179764

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695196/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3375.02
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 337462 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3385.74
Current children cumulated vsize (KiB) 179764

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695068/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3434.73
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 343433 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3445.45
Current children cumulated vsize (KiB) 179764

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1695004/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3494.44
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 349404 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3505.16
Current children cumulated vsize (KiB) 179764

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1694940/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3554.15
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 355375 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3564.87
Current children cumulated vsize (KiB) 179764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12042
/proc/meminfo: memFree=1694940/2055924 swapFree=4180896/4192956
[pid=11911] ppid=11909 vsize=13600 CPUtime=10.72
/proc/11911/stat : 11911 (sugar) S 11909 11911 11791 0 -1 4194304 1642 45339 0 7 7 6 1025 34 16 0 1 0 37871518 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11911/statm: 3400 806 374 3 0 500 0
[pid=12033] ppid=11911 vsize=5356 CPUtime=0
/proc/12033/stat : 12033 (sh) S 11911 11911 11791 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37872601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12033/statm: 1339 232 193 169 0 50 0
[pid=12034] ppid=12033 vsize=160808 CPUtime=3589.28
/proc/12034/stat : 12034 (minisat) R 12033 11911 11791 0 -1 4194304 39614 0 0 0 358888 40 0 0 25 0 1 0 37872601 164667392 39588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12034/statm: 40202 39588 76 150 0 40049 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 179764

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 11911 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=333429
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=414936
# CPU time returned by wait4() is 10.7484
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3617.64
CPU time (s): 3600
CPU user time (s): 3599.2
CPU system time (s): 0.8
CPU usage (%): 99.5125
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3334
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47325
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14839
involuntary context switches= 14683

runsolver used 5.8941 second user time and 10.5724 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-11 23:28:03
IDJOB=1109822
IDBENCH=61019
IDSOLVER=368
FILE ID=node6/1109822-1215811683
PBS_JOBID= 7903315
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-30-31.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-1109822-1215811683/watcher-1109822-1215811683 -o /tmp/evaluation-result-1109822-1215811683/solver-1109822-1215811683 -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-1109822-1215811683.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b56d5b42aa2f049bd6f0c4aec0b2e58
RANDOM SEED=593364163

node6.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.232
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.232
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:      2055924 kB
MemFree:       1906972 kB
Buffers:         23644 kB
Cached:          67948 kB
SwapCached:       5784 kB
Active:          74184 kB
Inactive:        33992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1906972 kB
SwapTotal:     4192956 kB
SwapFree:      4180896 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          23424 kB
Slab:            26012 kB
Committed_AS:   125920 kB
PageTables:       1860 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= 66488 MiB
End job on node6 at 2008-07-12 00:28:23