Trace number 1113160

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)4 3600.34 3611.67

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f4.xml
MD5SUMfd413cfecf35e255c4bf22fb461ea1f3
Bench Category2-ARY-INT (binary 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 benchmark1652.73
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 18:07:00 2008
0.00/0.05	c 0	PID 18833
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113160-1215878819.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-1113160-1215878819.xml' 'HOME/temp.csp'
0.03/0.86	c 0	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.89	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.83/0.98	c 1	Parsing HOME/temp.csp
1.11/1.22	c 1	parsed 4790 expressions
1.11/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.26	c 1	MAX CSP: 4103 constraints
1.11/1.26	c 1	Converting to clausal form CSP
1.31/1.47	c 1	converted 890 (10%) expressions
1.90/2.00	c 2	converted 1780 (20%) expressions
2.30/2.46	c 2	converted 2669 (30%) expressions
2.69/2.89	c 2	converted 3559 (40%) expressions
3.19/3.31	c 3	converted 4448 (50%) expressions
3.58/3.72	c 3	converted 5338 (60%) expressions
3.87/4.08	c 4	converted 6228 (70%) expressions
4.37/4.52	c 4	converted 7117 (80%) expressions
4.76/4.92	c 5	converted 8007 (90%) expressions
5.55/5.78	c 5	converted 8896 (100%) expressions
5.55/5.78	c 5	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 6155
5.55/5.78	c 5	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.78	c 5	Propagation in CSP
5.74/5.98	c 6	4099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.74/5.99	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 4104
5.74/5.99	c 6	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.84/6.00	c 6	Simplifing CSP by introducing new Boolean variables
5.84/6.05	c 6	CSP : 8886 integers, 8546 booleans, 21534 clauses, largest domain size 4104
5.84/6.05	c 6	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.95/6.17	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.25/6.42	c 6	889 (10%) CSP integer variables are encoded (23168 clauses, 325980 bytes)
6.25/6.42	c 6	1778 (20%) CSP integer variables are encoded (23168 clauses, 325980 bytes)
6.25/6.43	c 6	2666 (30%) CSP integer variables are encoded (23168 clauses, 325980 bytes)
6.25/6.43	c 6	3555 (40%) CSP integer variables are encoded (23168 clauses, 325980 bytes)
6.25/6.43	c 6	4443 (50%) CSP integer variables are encoded (23168 clauses, 325980 bytes)
6.25/6.44	c 6	5332 (60%) CSP integer variables are encoded (31518 clauses, 451230 bytes)
6.25/6.45	c 6	6221 (70%) CSP integer variables are encoded (39163 clauses, 565905 bytes)
6.25/6.47	c 6	7109 (80%) CSP integer variables are encoded (49655 clauses, 723285 bytes)
6.25/6.48	c 6	7998 (90%) CSP integer variables are encoded (57837 clauses, 846015 bytes)
6.36/6.55	c 6	8886 (100%) CSP integer variables are encoded (113453 clauses, 1724162 bytes)
6.65/6.87	c 6	2154 (10%) CSP clauses are encoded (164827 clauses, 2794103 bytes)
6.94/7.13	c 7	4307 (20%) CSP clauses are encoded (212571 clauses, 3803424 bytes)
7.14/7.38	c 7	6461 (30%) CSP clauses are encoded (263374 clauses, 4885432 bytes)
7.44/7.62	c 7	8614 (40%) CSP clauses are encoded (309490 clauses, 5871403 bytes)
7.64/7.85	c 7	10767 (50%) CSP clauses are encoded (355106 clauses, 6903921 bytes)
7.84/8.09	c 8	12921 (60%) CSP clauses are encoded (400775 clauses, 7938330 bytes)
8.52/8.78	c 8	15074 (70%) CSP clauses are encoded (757036 clauses, 15512974 bytes)
10.60/10.82	c 10	17228 (80%) CSP clauses are encoded (1841671 clauses, 38693519 bytes)
16.31/16.62	c 16	19381 (90%) CSP clauses are encoded (5027829 clauses, 107031460 bytes)
51.54/52.72	c 52	21534 (100%) CSP clauses are encoded (21630767 clauses, 495445505 bytes)
51.54/52.72	c 52	21534 CSP clauses encoded
51.54/52.72	c 52	Writing map file : HOME/temp.map
51.54/52.79	c 52	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.54/52.79	c 52	SAT : 130885 SAT variables, 21630767 SAT clauses, 495445505 bytes
51.54/52.79	c 52	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.63/52.82	c 52	OBJECTIVE minimize _COST
51.63/52.82	c 52	OBJECTIVE BOUND: 0 <= _COST <= 
51.63/52.83	c 52	SEARCHING: _COST <= 2052
51.63/52.83	c 52	SOLVING HOME/temp.cnf
51.63/52.83	c 52	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
51.63/52.83	c 52	This is MiniSat 2.0 beta
51.63/52.83	c 52	WARNING: for repeatability, setting FPU to use double precision
51.63/52.83	c 52	============================[ Problem Statistics ]=============================
51.63/52.83	c 52	|                                                                             |
51.63/52.83	c 52	|  Number of variables:  130885                                               |
51.63/52.83	c 52	|  Number of clauses:    21630768                                             |
63.17/64.53	c 64	|  Parsing time:         10.12        s                                       |
110.98/112.81	c 112	============================[ Search Statistics ]==============================
110.98/112.81	c 112	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
110.98/112.81	c 112	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
110.98/112.81	c 112	===============================================================================
110.98/112.81	c 112	|         0 |  104222 13842266 41290742 |  4614088        0    nan |  0.000 % |
112.47/114.37	c 114	|       100 |  104222 13842266 41290742 |  5075497      100     15 | 20.371 % |
113.85/115.77	c 115	|       250 |  104222 13842266 41290742 |  5583047      250     11 | 20.371 % |
116.43/118.33	c 118	|       475 |  104222 13842266 41290742 |  6141352      475     43 | 20.371 % |
117.02/118.90	c 118	===============================================================================
117.02/118.91	c 118	restarts              : 4
117.02/118.91	c 118	conflicts             : 506            (8 /sec)
117.02/118.91	c 118	decisions             : 37027          (0.76 % random) (579 /sec)
117.02/118.91	c 118	propagations          : 1651039        (25816 /sec)
117.02/118.91	c 118	conflict literals     : 20772          (10.42 % deleted)
117.02/118.91	c 118	Memory used           : 839.14 MB
117.02/118.91	c 118	CPU time              : 63.9543 s
117.02/118.91	c 118	
117.02/118.97	c 119	SATISFIABLE
117.21/119.10	c 119	FOUND: _COST <= 2052
117.21/119.10	s SATISFIABLE
117.21/119.10	c 119	DECODING HOME/temp.out WITH HOME/temp.map
117.21/119.10	c 119	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
117.21/119.19	c 119	Decoding HOME/temp.out
117.23/119.77	c 119	OBJECTIVE _COST 1660
117.23/119.77	o 1660
117.23/119.79	v 666 114 652 414 722 484 554 470 722 736 722 736 736 540 736 498 414 652 722 666 680 666 736 736 736 498 666 736 484 722 722 722 736 498 736 540 442 680 666 736 540 736 722 484 736 736 666 652 736 666 414 652 722 722 722 652 442 652 380 142 484 722 736 652 666 652 722 554 540 652 554 736 484 666 666 736 526 652 498 736 156 394 352 380 694 456 708 652 498 736 736 652 554 470 484 652 736 554 736 652 666 554 540 736 652 414 736 484 554 652 680 666 736 498 736 736 666 666 736 540 540 484 498 736 484 722 498 736 366 470 554 554 722 484 652 456 554 708 736 722 736 736 722 736 736 498 736 666 736 554 736 736 484 736 666 736 736 736 408 478 666 428 736 736 652 526 722 736 414 722 666 470 722 736 554 736 394 652 666 666 484 722 554 652 736 736 554 652 666 428 540 722 722 484 708 470 736 722 380 142 722 484 666 414 652 736 736 708 652 722 722 666 736 736 470 736 736 736 526 722 666 428 736 736 736 498 666 736 694 708 666 540 540 736 498 736 736 736 540 736 666 736 736 680 666 428 736 736 666 736 736 540 666 722 380 142 666 722 666 736 680 736 554 470 540 540 666 736 736 736 428 666 736 708 666 540 736 498 540 540 736 736 456 540 708 470 666 428 442 680 722 666 722 736 736 498 666 666 736 736 666 428 380 366 736 498 736 680 736 708 736 498 540 366 666 428 666 666 540 428 722 722 736 680 666 736 694 456 736 498 736 652 736 666 666 666 666 722 666 666 722 722 736 736 736 736 736 666 736 680 736 498 442 680 722 736 498 736 736 498 680 442 722 484 680 666 680 666 736 736 540 736 666 666 736 498 484 338 736 540 736 498 484 722 666 708 736 736 722 484 554 652 722 484 414 652 736 526 498 736 722 512 554 652 736 666 736 470 666 456 736 540 722 456 526 736 736 498 694 456 666 666 526 554 666 666 666 736 722 666 736 380 366 128 736 666 722 484 380 540 736 736 470 442 380 540 708 540 736 694 666 428 498 736 498 736 526 736 394 156 442 680 722 736 142 114 498 736 666 652 414 380 394 394 128 366 666 428 736 498 666 722 428 666 498 736 722 666 498 736 722 484 722 708 652 414 310 72 736 722 442 680 554 456 666 652 722 652 484 540 736 498 722 736 498 736 456 428 428 380 694 456 736 498 498 736 554 722 666 708 708 526 380 142 736 736 366 128 58 114 484 722 72 310 142 380 666 666 736 680 652 470 680 484 736 498 652 736 338 736 428 666 526 736 554 484 736 736 470 708 736 540 666 722 498 736 428 666 498 736 484 428 722 540 666 736 736 540 352 114 142 380 366 666 498 736 722 366 722 722 666 736 736 666 428 666 736 498 736 736 736 498 380 708 484 722 428 666 736 736 652 736 736 722 484 722 554 736 736 540 442 680 652 414 736 540 736 498 652 414 484 554 708 470 666 428 722 484 540 722 736 470 456 694 736 736 540 736 498 736 736 736 498 736 736 498 142 380 722 484 456 694 652 736 736 736 498 736 394 394
117.89/119.80	c 119	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
117.89/119.85	c 119	OBJECTIVE BOUND: 0 <= _COST <= 1660
117.89/119.85	c 119	SEARCHING: _COST <= 830
117.89/119.85	c 119	SOLVING HOME/temp.cnf
117.89/119.85	c 119	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
117.89/119.85	c 119	This is MiniSat 2.0 beta
117.89/119.85	c 119	WARNING: for repeatability, setting FPU to use double precision
117.89/119.85	c 119	============================[ Problem Statistics ]=============================
117.89/119.85	c 119	|                                                                             |
117.89/119.86	c 119	|  Number of variables:  130885                                               |
117.89/119.86	c 119	|  Number of clauses:    21630768                                             |
129.83/131.91	c 131	|  Parsing time:         10.54        s                                       |
196.08/198.89	c 198	============================[ Search Statistics ]==============================
196.08/198.89	c 198	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
196.08/198.89	c 198	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
196.08/198.89	c 198	===============================================================================
196.08/198.89	c 198	|         0 |   86526  7505269 22331617 |  2501756        0    nan |  0.000 % |
197.46/200.28	c 200	|       100 |   86526  7505269 22331617 |  2751931      100     10 | 33.892 % |
198.94/201.80	c 201	|       250 |   86526  7505269 22331617 |  3027125      250     43 | 33.892 % |
199.64/202.43	c 202	|       475 |   86526  7505269 22331617 |  3329837      475     26 | 33.892 % |
202.11/204.99	c 205	|       813 |   86526  7505269 22331617 |  3662821      813     42 | 33.892 % |
203.30/206.15	c 206	===============================================================================
203.30/206.16	c 206	restarts              : 5
203.30/206.16	c 206	conflicts             : 1229           (15 /sec)
203.30/206.16	c 206	decisions             : 67139          (0.64 % random) (799 /sec)
203.30/206.16	c 206	propagations          : 4724310        (56208 /sec)
203.30/206.16	c 206	conflict literals     : 37363          (12.52 % deleted)
203.30/206.16	c 206	Memory used           : 852.96 MB
203.30/206.16	c 206	CPU time              : 84.0512 s
203.30/206.16	c 206	
203.40/206.21	c 206	SATISFIABLE
203.50/206.35	c 206	FOUND: _COST <= 830
203.50/206.35	c 206	DECODING HOME/temp.out WITH HOME/temp.map
203.50/206.35	c 206	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
203.56/206.44	c 206	Decoding HOME/temp.out
204.17/207.02	c 207	OBJECTIVE _COST 311
204.17/207.02	o 311
204.17/207.05	v 652 414 428 666 100 338 736 736 736 652 666 428 736 498 414 652 736 498 736 554 414 652 708 470 554 736 414 652 736 498 484 722 470 708 498 736 366 128 156 394 666 512 498 736 456 694 554 708 428 666 722 736 484 722 498 736 540 554 470 708 380 142 268 736 428 666 352 114 282 254 736 652 414 254 736 498 722 484 498 736 128 366 58 296 394 156 708 470 498 736 554 554 722 722 652 414 484 722 708 666 694 456 470 708 254 16 554 142 394 156 708 666 498 736 722 484 428 666 128 366 282 380 428 666 666 428 414 652 498 736 652 414 652 554 128 366 736 498 722 484 156 394 652 414 498 736 554 736 282 44 666 428 694 456 722 694 428 666 478 240 484 722 498 736 324 86 652 414 498 736 736 394 498 736 722 352 414 652 86 324 554 736 484 666 484 666 414 652 414 652 554 722 428 666 666 428 652 414 736 498 652 736 394 156 366 526 428 666 652 456 554 554 722 484 498 736 540 736 366 666 380 142 680 442 484 722 736 498 456 694 708 540 680 442 128 366 498 736 428 666 324 86 268 352 694 456 442 680 338 100 428 666 498 736 380 142 296 58 470 666 394 156 254 554 72 310 428 666 666 428 428 666 498 736 498 736 736 498 736 498 666 666 736 428 666 666 736 736 498 736 694 456 652 414 366 128 666 428 498 736 736 366 380 142 498 736 470 708 540 380 470 708 310 72 666 666 72 310 142 380 498 736 498 736 722 484 366 128 722 484 736 736 680 442 44 282 736 498 736 498 666 540 498 736 708 470 736 512 442 680 442 680 652 736 156 394 736 736 498 736 498 736 666 428 498 736 394 666 296 58 352 114 428 666 498 736 666 736 366 128 428 666 498 736 666 428 380 736 442 526 652 414 414 652 722 484 456 694 736 666 652 414 498 736 296 58 736 736 428 666 428 666 428 666 736 736 736 498 484 722 470 708 666 428 142 380 44 282 736 498 722 484 428 666 736 498 736 498 666 428 128 366 484 722 428 666 736 736 296 58 652 736 142 380 540 540 338 736 156 394 352 114 736 498 498 736 736 498 554 554 722 666 16 254 380 142 484 722 736 498 142 380 72 310 722 484 498 736 72 310 142 380 58 296 736 498 666 428 114 352 414 652 86 324 16 254 540 30 554 736 484 722 86 324 666 428 736 736 708 470 142 380 498 736 282 44 736 736 114 352 498 736 666 428 666 736 708 470 736 498 142 380 680 442 456 694 380 142 694 456 414 652 380 142 680 540 428 338 442 680 442 680 498 736 442 680 722 484 498 736 722 484 498 736 428 666 498 736 428 666 366 128 680 736 456 694 708 470 394 156 142 540 484 722 666 428 736 498 666 428 736 540 484 722 380 142 540 554 44 282 484 722 708 470 484 722 414 652 498 736 156 394 736 352 498 736 666 428 736 498 498 736 156 394 470 708 666 428 484 722 484 722 736 736 380 142 540 666 540 736 736 498 694 540 736 352 128 366 736 498 498 736 498 736 366 666 380 708 722 484 156 394 498 736 722 484 722 484 394 156
204.17/207.05	c 207	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
204.17/207.09	c 207	OBJECTIVE BOUND: 0 <= _COST <= 311
204.17/207.09	c 207	SEARCHING: _COST <= 155
204.17/207.09	c 207	SOLVING HOME/temp.cnf
204.17/207.09	c 207	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
204.17/207.09	c 207	This is MiniSat 2.0 beta
204.17/207.09	c 207	WARNING: for repeatability, setting FPU to use double precision
204.17/207.09	c 207	============================[ Problem Statistics ]=============================
204.17/207.09	c 207	|                                                                             |
204.17/207.09	c 207	|  Number of variables:  130885                                               |
204.17/207.09	c 207	|  Number of clauses:    21630768                                             |
216.52/219.52	c 219	|  Parsing time:         10.91        s                                       |
288.11/291.89	c 291	============================[ Search Statistics ]==============================
288.11/291.89	c 291	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
288.11/291.89	c 291	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
288.11/291.89	c 291	===============================================================================
288.11/291.89	c 291	|         0 |   71023  1920114  5621986 |   640038        0    nan |  0.000 % |
288.99/292.76	c 292	|       101 |   71023  1920114  5621986 |   704041      101     30 | 45.736 % |
289.19/292.96	c 293	|       251 |   71023  1920114  5621986 |   774445      251     17 | 45.736 % |
289.29/293.09	c 293	|       476 |   71023  1920114  5621986 |   851890      476     25 | 45.736 % |
289.69/293.47	c 293	|       813 |   71023  1920114  5621986 |   937079      813     20 | 45.736 % |
292.17/295.91	c 295	|      1319 |   71023  1920114  5621986 |  1030787     1319     31 | 45.736 % |
292.46/296.24	c 296	|      2078 |   71023  1920114  5621986 |  1133866     2078     35 | 45.736 % |
293.85/297.68	c 297	===============================================================================
293.85/297.68	c 297	restarts              : 7
293.85/297.68	c 297	conflicts             : 3145           (36 /sec)
293.85/297.68	c 297	decisions             : 57782          (0.88 % random) (655 /sec)
293.85/297.68	c 297	propagations          : 5747875        (65107 /sec)
293.85/297.68	c 297	conflict literals     : 83065          (10.83 % deleted)
293.85/297.68	c 297	Memory used           : 859.32 MB
293.85/297.68	c 297	CPU time              : 88.2836 s
293.85/297.68	c 297	
293.94/297.73	c 297	SATISFIABLE
294.04/297.87	c 297	FOUND: _COST <= 155
294.04/297.87	c 297	DECODING HOME/temp.out WITH HOME/temp.map
294.04/297.87	c 297	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
294.12/297.96	c 298	Decoding HOME/temp.out
294.72/298.54	c 298	OBJECTIVE _COST 155
294.72/298.54	o 155
294.72/298.56	v 736 498 498 736 428 666 666 428 128 366 736 498 736 498 428 666 156 394 652 414 708 470 366 128 736 498 128 366 498 736 484 722 498 736 498 736 58 296 484 722 694 456 484 722 114 352 498 736 470 708 498 736 128 366 394 156 456 694 554 554 456 694 722 666 652 736 380 142 652 414 394 156 254 16 484 722 414 652 708 470 254 16 352 114 736 498 736 498 652 414 498 736 380 142 736 498 722 484 414 652 652 414 310 72 484 722 100 338 156 394 442 680 498 736 736 498 72 310 498 736 142 380 414 652 652 414 498 736 16 254 156 394 736 498 282 44 666 652 722 736 722 456 736 414 366 128 156 394 86 324 722 484 498 736 470 708 498 736 408 170 414 652 498 736 666 428 736 498 708 470 156 394 652 414 736 498 100 338 428 666 498 736 428 666 652 414 100 338 652 414 324 86 708 470 694 456 156 394 736 498 484 722 414 652 722 554 722 484 498 736 114 352 268 30 484 722 30 268 694 456 142 380 310 72 428 666 498 736 708 470 142 380 666 428 498 736 128 366 366 128 142 380 366 128 428 666 428 666 142 380 736 498 498 736 100 338 366 128 282 44 722 484 414 652 484 722 736 498 268 30 428 666 736 498 722 484 498 736 428 666 142 380 722 484 30 268 470 708 722 484 100 338 736 498 254 16 498 736 666 428 708 470 484 722 666 428 694 456 366 128 498 736 352 114 666 428 44 282 428 666 114 352 736 498 428 666 680 442 722 484 498 736 428 666 338 100 736 498 498 736 666 428 352 114 666 428 428 666 736 498 414 652 470 708 652 414 484 722 722 484 414 652 736 554 666 428 498 736 380 142 114 352 310 72 498 736 30 268 722 484 428 666 736 498 722 484 428 666 456 694 156 394 652 414 156 394 72 310 652 414 736 498 394 156 142 380 282 44 666 428 484 722 86 324 498 736 722 484 484 722 128 366 652 414 484 722 128 366 366 128 498 736 666 428 666 428 722 484 736 498 142 380 722 484 142 380 72 310 380 142 652 414 498 736 30 268 352 114 142 380 484 722 484 722 736 498 498 736 16 254 470 708 324 86 694 456 142 380 484 722 736 498 666 428 736 498 428 666 498 736 666 428 414 652 498 736 142 722 526 554 484 722 722 736 498 736 652 666 540 666 324 86 722 484 736 498 352 114 366 128 694 456 736 498 666 428 652 414 484 722 380 142 666 428 722 484 58 296 498 736 498 736 498 736 380 142 428 666 736 498 414 652 498 736 708 470 708 470 708 470 498 736 442 680 652 414 470 708 722 484 380 142 484 722 736 498 470 708 722 484 44 282 428 666 736 498 666 428 498 736 128 366 666 428 128 366 338 100 498 736 428 666 736 498 86 324 722 484 58 296 498 736 428 666 498 736 414 652 666 428 736 498 722 484 470 708 456 694 428 666 736 498 722 484 708 470 484 722 680 442 722 484 128 366 736 498 142 380 114 352 498 736 694 456 736 498 484 722 442 680 498 736 666 428 470 708 428 666 540 380 736 498 414 652 652 414 428 666 394 156
294.72/298.57	c 298	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
294.80/298.62	c 298	OBJECTIVE BOUND: 0 <= _COST <= 155
294.80/298.62	c 298	SEARCHING: _COST <= 77
294.80/298.62	c 298	SOLVING HOME/temp.cnf
294.80/298.62	c 298	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
294.80/298.62	c 298	This is MiniSat 2.0 beta
294.80/298.62	c 298	WARNING: for repeatability, setting FPU to use double precision
294.80/298.62	c 298	============================[ Problem Statistics ]=============================
294.80/298.62	c 298	|                                                                             |
294.80/298.62	c 298	|  Number of variables:  130885                                               |
294.80/298.62	c 298	|  Number of clauses:    21630768                                             |
307.05/311.03	c 311	|  Parsing time:         10.84        s                                       |
375.26/379.92	c 380	============================[ Search Statistics ]==============================
375.26/379.92	c 380	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
375.26/379.92	c 380	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
375.26/379.92	c 380	===============================================================================
375.26/379.92	c 380	|         0 |   66393  1160395  3356641 |   386798        0    nan |  0.000 % |
376.06/380.77	c 380	|       101 |   66393  1160395  3356641 |   425478      101     33 | 49.274 % |
376.17/380.88	c 380	|       251 |   66393  1160395  3356641 |   468025      251     19 | 49.274 % |
377.26/381.99	c 382	|       476 |   66393  1160395  3356641 |   514828      476     30 | 49.274 % |
377.45/382.13	c 382	|       815 |   66393  1160395  3356641 |   566311      815     32 | 49.274 % |
377.85/382.60	c 382	|      1321 |   66393  1160395  3356641 |   622942     1321     24 | 49.274 % |
378.54/383.29	c 383	|      2080 |   66393  1160395  3356641 |   685236     2080     30 | 49.274 % |
379.04/383.79	c 383	===============================================================================
379.04/383.79	c 383	restarts              : 7
379.04/383.79	c 383	conflicts             : 2493           (30 /sec)
379.04/383.79	c 383	decisions             : 30979          (0.75 % random) (374 /sec)
379.04/383.79	c 383	propagations          : 3698826        (44624 /sec)
379.04/383.79	c 383	conflict literals     : 66985          (8.89 % deleted)
379.04/383.79	c 383	Memory used           : 857.95 MB
379.04/383.79	c 383	CPU time              : 82.8894 s
379.04/383.79	c 383	
379.14/383.85	c 383	SATISFIABLE
379.24/383.99	c 384	FOUND: _COST <= 77
379.24/383.99	c 384	DECODING HOME/temp.out WITH HOME/temp.map
379.24/383.99	c 384	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
379.34/384.08	c 384	Decoding HOME/temp.out
379.34/384.65	c 384	OBJECTIVE _COST 77
379.34/384.65	o 77
379.34/384.67	v 498 736 736 498 114 352 128 366 498 736 498 736 296 380 484 722 498 736 428 666 128 366 736 498 498 736 394 156 708 470 652 414 498 736 394 156 484 722 470 708 442 680 156 394 652 414 736 498 428 666 414 652 722 484 414 652 30 268 456 694 44 282 456 484 394 554 128 366 352 114 666 428 30 268 456 694 310 72 652 414 156 394 394 156 58 296 498 736 708 470 428 666 498 736 128 366 736 498 722 484 268 30 736 498 380 142 484 722 708 470 100 338 736 498 394 156 484 722 498 736 736 498 722 484 736 498 736 498 652 414 736 498 128 366 324 86 254 16 736 652 666 414 736 736 708 470 30 268 380 142 128 366 114 352 736 498 394 156 240 478 666 428 470 708 652 414 114 352 142 380 680 442 498 736 708 470 652 414 722 484 484 722 554 394 114 352 652 414 666 428 128 366 736 498 722 484 394 156 428 666 652 414 652 414 652 414 100 338 352 114 736 498 680 442 442 680 380 142 498 736 736 498 694 456 428 666 680 442 142 380 722 484 142 380 442 680 114 352 484 722 456 694 442 680 380 142 310 72 694 456 142 380 414 652 736 498 736 498 722 484 652 414 498 736 380 142 722 484 484 722 428 666 736 498 736 498 736 498 456 694 722 484 666 428 736 498 666 428 498 736 456 694 736 498 652 414 722 484 428 666 470 708 736 498 736 498 680 442 310 72 736 498 366 128 142 380 72 310 498 736 310 72 414 652 666 428 666 428 128 366 414 652 470 708 456 694 498 736 484 722 498 736 142 380 666 428 694 456 680 442 128 366 652 414 470 708 380 142 666 428 498 736 484 722 456 694 498 736 100 338 282 44 666 428 708 470 736 498 142 380 666 428 736 498 428 666 142 380 708 470 736 498 498 736 414 652 44 282 428 666 652 414 484 722 694 456 142 380 736 498 268 30 142 380 366 128 114 352 380 142 484 722 498 736 666 428 694 456 736 498 708 470 666 428 142 380 736 498 428 666 142 380 736 498 366 128 142 380 736 498 442 680 484 722 282 44 498 736 156 394 722 484 268 30 736 498 736 498 394 156 16 254 282 44 380 142 498 736 708 470 484 722 736 498 484 722 708 470 366 128 142 380 414 652 128 366 498 736 352 114 268 30 666 652 310 72 736 722 736 554 100 338 484 722 72 310 428 666 722 484 456 694 498 736 722 484 498 736 142 380 498 736 366 128 380 142 722 484 708 470 498 736 498 736 722 484 456 694 736 498 142 380 484 722 380 142 666 428 380 142 380 142 736 498 736 498 736 498 666 428 736 498 428 666 498 736 722 484 498 736 352 114 708 470 484 722 736 498 414 652 484 722 142 380 428 666 498 736 736 498 484 722 142 380 72 310 86 324 44 282 736 498 708 470 428 666 498 736 666 428 736 498 666 428 380 142 484 722 498 736 428 666 736 498 722 484 736 498 156 394 666 428 380 142 484 722 72 310 470 708 142 380 296 58 142 380 128 366 86 324 428 666 498 736 72 310 380 142 498 736 156 394 156 394 484 722 666 428 394 156
379.34/384.68	c 384	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
379.34/384.73	c 384	OBJECTIVE BOUND: 0 <= _COST <= 77
379.34/384.73	c 384	SEARCHING: _COST <= 38
379.34/384.73	c 384	SOLVING HOME/temp.cnf
379.34/384.73	c 384	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
379.34/384.74	c 384	This is MiniSat 2.0 beta
379.34/384.74	c 384	WARNING: for repeatability, setting FPU to use double precision
379.34/384.74	c 384	============================[ Problem Statistics ]=============================
379.34/384.74	c 384	|                                                                             |
379.34/384.74	c 384	|  Number of variables:  130885                                               |
379.34/384.74	c 384	|  Number of clauses:    21630768                                             |
392.33/397.23	c 397	|  Parsing time:         11.00        s                                       |
458.48/464.09	c 464	============================[ Search Statistics ]==============================
458.48/464.09	c 464	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
458.48/464.09	c 464	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
458.48/464.09	c 464	===============================================================================
458.48/464.09	c 464	|         0 |   62018   766364  2187634 |   255454        0    nan |  0.000 % |
459.36/464.94	c 465	|       103 |   62018   766364  2187634 |   281000      103     35 | 52.616 % |
459.46/465.08	c 465	|       253 |   62018   766364  2187634 |   309100      253     20 | 52.616 % |
459.56/465.15	c 465	|       480 |   62018   766364  2187634 |   340010      480     24 | 52.616 % |
459.86/465.49	c 465	|       817 |   62018   766364  2187634 |   374011      817     18 | 52.616 % |
460.15/465.71	c 465	|      1323 |   62018   766364  2187634 |   411412     1323     25 | 52.616 % |
460.65/466.28	c 466	===============================================================================
460.65/466.28	c 466	restarts              : 6
460.65/466.28	c 466	conflicts             : 1994           (25 /sec)
460.65/466.28	c 466	decisions             : 33476          (0.84 % random) (422 /sec)
460.65/466.28	c 466	propagations          : 1790892        (22564 /sec)
460.65/466.28	c 466	conflict literals     : 41815          (5.12 % deleted)
460.65/466.28	c 466	Memory used           : 862.52 MB
460.65/466.28	c 466	CPU time              : 79.3689 s
460.65/466.28	c 466	
460.76/466.34	c 466	SATISFIABLE
460.86/466.48	c 466	FOUND: _COST <= 38
460.86/466.48	c 466	DECODING HOME/temp.out WITH HOME/temp.map
460.86/466.48	c 466	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
460.94/466.57	c 466	Decoding HOME/temp.out
460.94/466.97	c 467	OBJECTIVE _COST 38
460.94/466.97	o 38
460.94/467.00	v 736 498 736 498 352 114 428 666 366 128 484 722 442 680 736 498 694 456 414 652 498 736 470 708 128 366 456 694 708 470 722 484 736 498 86 324 414 652 708 470 736 498 428 666 470 708 456 694 722 484 736 498 442 680 16 254 72 310 652 414 484 722 540 666 540 666 380 142 680 442 484 722 414 652 722 484 652 414 414 652 156 394 268 30 722 484 498 736 708 470 484 722 414 652 722 484 736 498 156 394 114 352 310 72 666 428 736 498 366 128 456 694 498 736 498 736 680 442 128 366 142 380 736 498 414 652 470 708 652 414 652 414 114 352 142 380 736 498 722 484 722 554 666 470 498 736 142 380 282 44 484 722 470 708 414 652 722 484 478 240 16 254 498 736 86 324 414 652 114 352 498 736 114 352 652 414 254 16 498 736 156 394 722 484 442 680 58 296 338 100 666 428 652 414 456 694 114 352 484 722 394 156 428 666 352 114 16 254 268 30 128 366 484 722 428 666 498 736 736 498 736 498 666 428 484 722 310 72 380 142 282 44 456 694 484 722 484 722 470 708 380 142 268 30 694 456 666 428 352 114 142 380 736 498 666 428 722 484 366 128 652 414 142 380 428 666 142 380 352 114 498 736 666 428 736 498 366 128 736 498 666 428 484 722 86 324 666 428 736 498 694 456 142 380 414 652 380 142 666 428 128 366 736 498 708 470 86 324 736 498 428 666 72 310 470 708 282 44 282 44 498 736 484 722 428 666 498 736 456 694 708 470 722 484 338 100 428 666 722 484 708 470 666 428 498 736 498 736 156 394 428 666 484 722 736 498 498 736 498 736 498 736 156 394 442 680 708 470 456 694 44 282 736 498 310 72 114 352 708 470 428 666 498 736 142 380 722 484 484 722 456 694 666 428 470 708 324 86 366 128 114 352 394 156 498 736 366 128 498 736 498 736 456 694 484 722 484 722 736 498 680 442 652 414 498 736 352 114 366 128 666 428 498 736 142 380 428 666 736 498 666 428 680 442 694 456 142 380 310 72 736 498 722 484 30 268 72 310 156 394 736 498 498 736 498 736 652 414 142 380 414 652 156 394 498 736 428 666 736 498 428 666 498 736 708 470 484 722 736 498 666 428 414 652 498 736 736 498 666 394 736 498 652 414 114 352 540 666 268 736 58 296 736 498 142 380 666 428 72 310 694 456 142 380 736 498 498 736 484 722 142 380 736 498 736 498 708 470 736 498 498 736 498 736 142 380 498 736 268 30 16 254 484 722 736 498 666 428 484 722 366 128 366 128 666 428 498 736 428 666 708 470 498 736 722 484 470 708 694 456 708 470 498 736 722 484 498 736 442 680 708 470 484 722 708 470 498 736 142 380 498 736 128 366 44 282 442 680 86 324 442 680 722 484 470 708 254 16 722 484 498 736 666 428 414 652 394 156 352 114 652 414 652 414 428 666 722 484 324 86 428 666 736 498 366 128 114 352 380 142 736 498 142 380 666 428 694 456 736 498 680 442 498 736 310 72 142 380 722 484 666 428 428 666 736 498 142 380 156 394
460.95/467.00	c 467	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
460.95/467.01	c 467	OBJECTIVE BOUND: 0 <= _COST <= 38
460.95/467.01	c 467	SEARCHING: _COST <= 19
460.95/467.01	c 467	SOLVING HOME/temp.cnf
460.95/467.01	c 467	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
460.95/467.02	c 467	This is MiniSat 2.0 beta
460.95/467.02	c 467	WARNING: for repeatability, setting FPU to use double precision
460.95/467.02	c 467	============================[ Problem Statistics ]=============================
460.95/467.02	c 467	|                                                                             |
460.95/467.02	c 467	|  Number of variables:  130885                                               |
460.95/467.02	c 467	|  Number of clauses:    21630768                                             |
473.91/479.67	c 479	|  Parsing time:         11.10        s                                       |
539.36/545.74	c 545	============================[ Search Statistics ]==============================
539.36/545.74	c 545	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
539.36/545.74	c 545	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
539.36/545.74	c 545	===============================================================================
539.36/545.74	c 545	|         0 |   57833   565820  1598538 |   188606        0    nan |  0.000 % |
540.16/546.57	c 546	|       103 |   57833   565820  1598538 |   207467      103     35 | 55.814 % |
540.26/546.69	c 546	|       253 |   57833   565820  1598538 |   228214      253     22 | 55.814 % |
540.45/546.81	c 546	|       478 |   57833   565820  1598538 |   251035      478     29 | 55.814 % |
540.65/547.09	c 547	|       815 |   57833   565820  1598538 |   276139      815     21 | 55.814 % |
540.84/547.28	c 547	|      1321 |   57833   565820  1598538 |   303752     1321     30 | 55.814 % |
541.64/548.06	c 548	===============================================================================
541.64/548.07	c 548	restarts              : 6
541.64/548.07	c 548	conflicts             : 1959           (25 /sec)
541.64/548.07	c 548	decisions             : 36485          (0.77 % random) (463 /sec)
541.64/548.07	c 548	propagations          : 2038800        (25866 /sec)
541.64/548.07	c 548	conflict literals     : 45509          (6.10 % deleted)
541.64/548.07	c 548	Memory used           : 857.64 MB
541.64/548.07	c 548	CPU time              : 78.823 s
541.64/548.07	c 548	
541.73/548.13	c 548	SATISFIABLE
541.83/548.27	c 548	FOUND: _COST <= 19
541.83/548.27	c 548	DECODING HOME/temp.out WITH HOME/temp.map
541.83/548.27	c 548	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
541.90/548.36	c 548	Decoding HOME/temp.out
541.90/548.75	c 548	OBJECTIVE _COST 19
541.90/548.75	o 19
541.90/548.78	v 72 310 114 352 652 414 156 394 722 484 128 366 736 498 498 736 736 498 736 498 414 652 428 666 666 428 338 100 428 666 414 652 498 736 366 128 498 736 652 414 366 128 414 652 708 470 722 484 442 680 156 394 736 498 296 58 324 86 498 736 666 428 456 484 72 666 708 470 142 380 708 470 296 58 324 86 652 414 722 484 156 394 310 72 366 128 652 414 736 498 652 414 324 86 498 736 666 428 652 414 414 652 498 736 296 58 44 282 652 414 736 498 666 428 156 394 722 484 736 498 58 296 498 736 722 484 722 484 470 708 498 736 428 666 338 100 708 470 652 156 652 414 352 526 666 428 30 268 380 142 30 268 736 498 736 498 30 268 240 478 142 380 498 736 366 128 428 666 736 498 380 142 708 470 414 652 484 722 394 156 736 498 128 366 652 414 736 498 484 722 324 86 414 652 254 16 736 498 428 666 428 666 394 156 540 44 652 414 428 666 366 128 366 128 142 380 114 352 282 44 484 722 736 498 736 498 380 142 666 428 352 114 708 470 722 484 114 352 666 428 100 338 58 296 380 142 722 484 498 736 296 58 414 652 694 456 380 142 282 44 736 498 456 694 736 498 722 484 666 428 498 736 470 708 128 366 380 142 142 380 428 666 736 498 352 114 736 498 498 736 498 736 652 414 484 722 498 736 366 128 666 428 736 498 428 666 736 498 666 428 736 498 366 128 666 428 498 736 72 310 142 380 736 498 722 484 114 352 428 666 736 498 484 722 666 428 380 142 736 498 722 484 380 142 736 498 442 680 736 498 414 652 58 296 498 736 736 498 498 736 394 156 470 708 470 708 666 428 484 722 128 366 708 470 58 296 380 142 722 484 498 736 380 142 736 498 666 428 442 680 414 652 414 652 652 414 442 680 470 708 680 442 498 736 498 736 282 44 380 142 736 498 666 428 456 694 128 366 428 666 142 380 736 498 428 666 428 666 100 338 722 484 44 282 428 666 666 428 498 736 128 366 736 498 722 484 428 666 442 680 708 470 736 498 694 456 736 498 394 156 414 652 16 254 498 736 128 366 30 268 352 114 394 156 72 310 142 380 428 666 498 736 428 666 498 736 428 666 736 498 484 722 736 498 442 680 498 736 736 254 680 442 324 86 254 16 394 282 722 554 86 324 498 736 666 428 708 470 498 736 736 498 428 666 736 498 652 414 142 380 736 498 58 296 484 722 736 498 722 484 666 428 736 498 380 142 736 498 44 282 414 652 694 456 498 736 442 680 484 722 736 498 72 310 296 58 456 694 128 366 666 428 442 680 666 428 736 498 666 428 142 380 484 722 666 428 736 498 722 484 456 694 680 442 484 722 736 498 484 722 708 470 282 44 680 442 722 484 338 100 736 498 736 498 484 722 414 652 498 736 722 484 736 498 128 366 296 58 736 498 498 736 652 414 114 352 666 428 666 428 736 498 722 484 128 366 366 128 498 736 736 498 442 680 484 722 736 498 694 456 722 484 498 736 666 428 142 380 722 484 498 736 414 652 456 694 666 428 156 394
541.90/548.79	c 548	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
542.40/548.81	c 548	OBJECTIVE BOUND: 0 <= _COST <= 19
542.40/548.81	c 548	SEARCHING: _COST <= 9
542.40/548.81	c 548	SOLVING HOME/temp.cnf
542.40/548.81	c 548	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
542.40/548.81	c 548	This is MiniSat 2.0 beta
542.40/548.81	c 548	WARNING: for repeatability, setting FPU to use double precision
542.40/548.81	c 548	============================[ Problem Statistics ]=============================
542.40/548.81	c 548	|                                                                             |
542.40/548.81	c 548	|  Number of variables:  130885                                               |
542.40/548.81	c 548	|  Number of clauses:    21630768                                             |
554.97/561.52	c 561	|  Parsing time:         11.18        s                                       |
619.93/627.18	c 627	============================[ Search Statistics ]==============================
619.93/627.18	c 627	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
619.93/627.18	c 627	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
619.93/627.18	c 627	===============================================================================
619.93/627.18	c 627	|         0 |   53441   453769  1275551 |   151256        0    nan |  0.000 % |
620.82/628.01	c 628	|       103 |   53441   453769  1275551 |   166381      103     35 | 59.169 % |
620.92/628.10	c 628	|       253 |   53441   453769  1275551 |   183020      253     20 | 59.170 % |
620.92/628.19	c 628	|       478 |   53441   453769  1275551 |   201322      478     30 | 59.169 % |
621.01/628.26	c 628	|       815 |   53441   453769  1275551 |   221454      815     29 | 59.170 % |
621.41/628.60	c 628	|      1321 |   53441   453769  1275551 |   243599     1321     24 | 59.170 % |
621.61/628.80	c 628	|      2082 |   53441   453769  1275551 |   267959     2082     28 | 59.169 % |
622.40/629.64	c 629	===============================================================================
622.40/629.64	c 629	restarts              : 7
622.40/629.64	c 629	conflicts             : 2926           (37 /sec)
622.40/629.64	c 629	decisions             : 40814          (0.88 % random) (519 /sec)
622.40/629.64	c 629	propagations          : 2152819        (27381 /sec)
622.40/629.64	c 629	conflict literals     : 69754          (6.85 % deleted)
622.40/629.64	c 629	Memory used           : 855.66 MB
622.40/629.64	c 629	CPU time              : 78.625 s
622.40/629.64	c 629	
622.40/629.70	c 629	SATISFIABLE
622.60/629.83	c 629	FOUND: _COST <= 9
622.60/629.83	c 629	DECODING HOME/temp.out WITH HOME/temp.map
622.60/629.83	c 629	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
622.65/629.92	c 630	Decoding HOME/temp.out
623.19/630.49	c 630	OBJECTIVE _COST 9
623.19/630.49	o 9
623.29/630.52	v 310 72 666 428 736 498 324 86 394 156 666 428 352 114 498 736 128 366 484 722 652 414 498 736 414 652 498 736 498 736 652 414 498 736 652 414 114 352 414 652 380 142 310 72 498 736 680 442 652 414 666 428 666 428 652 414 680 442 736 498 428 666 324 86 394 156 100 338 694 456 128 366 58 296 254 16 456 694 324 86 156 394 394 156 470 708 498 736 414 652 156 394 736 498 722 484 414 652 428 666 484 722 352 114 736 498 414 652 722 484 310 72 470 708 498 736 666 428 498 736 282 44 736 498 736 498 736 498 736 498 414 652 86 324 722 484 44 282 142 268 30 428 366 554 722 484 380 142 470 708 254 16 736 498 484 722 156 394 240 478 666 428 736 498 86 324 428 666 114 352 736 498 498 736 414 652 428 666 366 128 498 736 428 666 414 652 352 114 352 114 414 652 156 394 652 414 722 484 414 652 484 722 16 254 666 428 114 352 736 498 394 156 484 722 380 142 324 86 498 736 498 736 282 44 722 484 114 352 470 708 142 380 694 456 722 484 428 666 708 470 736 498 666 428 128 366 128 366 58 296 428 666 736 498 666 428 142 380 100 338 128 366 156 394 352 114 366 128 142 380 498 736 666 428 736 498 666 428 442 680 366 128 142 380 498 736 736 498 470 708 128 366 652 414 72 310 722 484 498 736 456 694 142 380 708 470 680 442 470 708 736 498 456 694 722 484 324 86 498 736 86 324 666 428 498 736 366 128 498 736 736 498 498 736 666 428 736 498 498 736 366 128 666 428 498 736 708 470 414 652 428 666 484 722 484 722 414 652 736 498 414 652 680 442 498 736 498 736 296 58 484 722 498 736 380 142 736 498 296 58 666 428 736 498 366 128 666 428 498 736 456 694 498 736 722 484 456 694 366 128 414 652 736 498 498 736 366 128 366 128 470 708 498 736 428 666 722 484 428 666 470 708 156 394 498 736 380 142 694 456 666 428 72 310 470 708 736 498 142 380 470 708 498 736 484 722 666 428 366 128 736 498 380 142 722 484 680 442 394 156 722 484 142 380 498 736 736 498 666 428 338 100 254 16 142 380 428 666 498 736 708 470 484 722 736 498 484 722 708 470 428 666 694 456 736 498 498 736 16 254 736 498 736 540 666 428 414 652 484 722 324 86 666 428 366 128 268 30 498 736 694 456 736 498 666 428 254 16 380 142 428 666 666 428 666 428 142 380 736 498 484 722 498 736 666 428 736 498 666 428 736 498 456 694 666 428 414 652 498 736 736 498 498 736 498 736 736 498 666 428 380 142 442 680 736 498 428 666 498 736 128 366 722 484 142 380 498 736 652 414 722 484 498 736 428 666 736 498 484 722 380 142 456 694 268 30 484 722 666 428 442 680 708 470 380 142 58 296 310 72 498 736 652 414 394 156 428 666 722 484 722 484 680 442 498 736 498 736 324 86 156 394 380 142 708 470 428 666 722 484 456 694 498 736 72 310 380 142 736 498 428 666 498 736 722 484 736 498 470 708 498 736 652 414 86 324 666 428 394 156
623.29/630.52	c 630	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
623.29/630.57	c 630	OBJECTIVE BOUND: 0 <= _COST <= 9
623.29/630.57	c 630	SEARCHING: _COST <= 4
623.29/630.57	c 630	SOLVING HOME/temp.cnf
623.29/630.57	c 630	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
623.29/630.58	c 630	This is MiniSat 2.0 beta
623.29/630.58	c 630	WARNING: for repeatability, setting FPU to use double precision
623.29/630.58	c 630	============================[ Problem Statistics ]=============================
623.29/630.58	c 630	|                                                                             |
623.29/630.58	c 630	|  Number of variables:  130885                                               |
623.29/630.58	c 630	|  Number of clauses:    21630768                                             |
635.73/643.13	c 643	|  Parsing time:         11.03        s                                       |
700.58/708.60	c 708	============================[ Search Statistics ]==============================
700.58/708.60	c 708	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
700.58/708.60	c 708	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
700.58/708.60	c 708	===============================================================================
700.58/708.60	c 708	|         0 |   48808   390465  1099533 |   130155        0    nan |  0.000 % |
701.37/709.44	c 709	|       101 |   48808   390465  1099533 |   143170      101     29 | 62.709 % |
701.37/709.48	c 709	|       251 |   48808   390465  1099533 |   157487      251     30 | 62.709 % |
701.47/709.53	c 709	|       476 |   48808   390465  1099533 |   173236      476     29 | 62.709 % |
701.67/709.77	c 709	|       813 |   48808   390465  1099533 |   190559      813     22 | 62.709 % |
701.86/709.94	c 710	|      1319 |   48808   390465  1099533 |   209615     1319     29 | 62.709 % |
702.06/710.14	c 710	|      2079 |   48808   390465  1099533 |   230577     2079     33 | 62.709 % |
702.46/710.55	c 710	|      3218 |   48808   390465  1099533 |   253635     3218     42 | 62.709 % |
702.95/711.05	c 711	|      4927 |   48808   390465  1099533 |   278998     4927     41 | 62.709 % |
703.84/711.96	c 712	|      7489 |   48808   390465  1099533 |   306898     7489     41 | 62.709 % |
705.63/713.71	c 713	|     11333 |   48808   390465  1099533 |   337588    11333     44 | 62.709 % |
708.60/716.72	c 716	|     17101 |   48808   390465  1099533 |   371347    17101     47 | 62.709 % |
709.58/717.72	c 717	===============================================================================
709.58/717.72	c 717	restarts              : 12
709.58/717.72	c 717	conflicts             : 18000          (212 /sec)
709.58/717.72	c 717	decisions             : 61617          (1.09 % random) (726 /sec)
709.58/717.72	c 717	propagations          : 6565821        (77364 /sec)
709.58/717.72	c 717	conflict literals     : 814590         (10.02 % deleted)
709.58/717.72	c 717	Memory used           : 855.80 MB
709.58/717.72	c 717	CPU time              : 84.8691 s
709.58/717.72	c 717	
709.58/717.77	c 717	SATISFIABLE
709.79/717.91	c 717	FOUND: _COST <= 4
709.79/717.91	c 717	DECODING HOME/temp.out WITH HOME/temp.map
709.79/717.91	c 717	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
709.79/718.00	c 718	Decoding HOME/temp.out
710.37/718.56	c 718	OBJECTIVE _COST 4
710.37/718.57	o 4
710.37/718.59	v 736 498 736 498 156 394 324 86 254 16 722 484 128 366 498 736 498 736 380 142 414 652 722 484 666 428 736 498 484 722 428 666 736 498 736 498 652 414 736 498 380 142 694 456 722 484 708 470 680 442 498 736 736 498 352 114 254 16 428 666 736 498 86 324 736 540 666 428 114 352 282 44 352 114 156 394 498 736 428 666 100 338 86 324 708 470 736 498 652 414 652 414 722 484 652 414 484 722 652 414 394 156 128 366 736 498 484 722 498 736 694 456 428 666 652 414 680 442 736 498 484 722 736 498 428 666 484 722 652 414 44 282 652 414 338 100 268 30 414 652 282 44 722 666 428 666 58 296 128 366 414 652 722 484 722 484 708 470 478 240 156 394 736 498 58 296 456 694 498 736 72 310 652 414 428 666 30 268 736 498 498 736 156 394 484 722 156 394 666 428 128 366 498 736 254 16 414 652 498 736 666 428 324 86 310 72 380 142 736 498 156 394 470 708 128 366 86 324 442 680 498 736 708 470 722 484 114 352 456 694 722 484 380 142 708 470 310 72 736 498 498 736 666 428 736 498 380 142 352 114 428 666 498 736 380 142 498 736 470 708 736 498 680 442 736 498 72 310 428 666 428 666 736 498 484 722 366 128 736 498 666 428 366 128 394 156 470 708 498 736 498 736 736 498 498 736 666 428 736 498 380 142 666 428 736 498 142 380 428 666 498 736 666 428 498 736 694 456 722 484 380 142 680 442 380 142 736 498 114 352 380 142 498 736 142 380 498 736 366 128 722 484 666 428 470 708 694 456 722 484 394 156 736 498 498 736 394 156 484 722 470 708 142 380 652 414 484 722 86 324 310 72 428 666 366 128 296 58 72 310 498 736 428 666 128 366 708 470 366 128 498 736 414 652 652 414 142 380 470 708 722 484 722 484 456 694 484 722 498 736 380 142 296 58 142 380 498 736 666 428 456 694 652 414 498 736 470 708 456 694 470 708 100 338 428 666 666 428 498 736 380 142 498 736 380 142 380 142 498 736 414 652 736 498 142 380 282 44 352 114 394 156 72 310 310 72 442 680 736 498 428 666 394 156 666 428 484 722 736 498 484 722 708 470 498 736 428 666 498 736 722 484 722 484 428 666 722 484 470 554 498 736 352 114 484 722 156 394 16 254 414 652 484 722 142 380 680 442 694 456 736 498 380 142 470 708 442 680 310 72 736 498 694 456 722 484 380 142 498 736 666 428 484 722 736 498 498 736 736 498 484 722 652 414 498 736 442 680 736 498 366 128 296 58 428 666 736 498 666 428 128 366 498 736 380 142 666 428 736 498 722 484 736 498 470 708 722 484 736 498 366 128 736 498 380 142 722 484 470 708 666 428 736 498 380 142 414 652 414 652 736 498 366 128 428 666 736 498 652 414 456 694 394 156 736 498 708 470 114 352 498 736 736 498 366 128 666 428 484 722 114 352 736 498 380 142 722 484 498 736 484 722 736 498 114 352 380 142 470 708 498 736 498 736 366 128 666 428 128 366 652 414 694 456 142 380 736 498 394 156
710.37/718.60	c 718	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
710.46/718.65	c 718	OBJECTIVE BOUND: 0 <= _COST <= 4
710.46/718.65	c 718	SEARCHING: _COST <= 2
710.46/718.65	c 718	SOLVING HOME/temp.cnf
710.46/718.65	c 718	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
710.46/718.65	c 718	This is MiniSat 2.0 beta
710.46/718.65	c 718	WARNING: for repeatability, setting FPU to use double precision
710.46/718.66	c 718	============================[ Problem Statistics ]=============================
710.46/718.66	c 718	|                                                                             |
710.46/718.66	c 718	|  Number of variables:  130885                                               |
710.46/718.66	c 718	|  Number of clauses:    21630768                                             |
722.89/731.24	c 731	|  Parsing time:         11.02        s                                       |
787.64/796.64	c 796	============================[ Search Statistics ]==============================
787.64/796.64	c 796	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
787.64/796.64	c 796	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
787.64/796.64	c 796	===============================================================================
787.64/796.64	c 796	|         0 |   44703   357667  1013452 |   119222        0    nan |  0.000 % |
788.43/797.50	c 797	|       100 |   44703   357667  1013452 |   131144      100     22 | 65.846 % |
788.53/797.54	c 797	|       251 |   44703   357667  1013452 |   144259      251     27 | 65.846 % |
788.53/797.58	c 797	|       476 |   44703   357667  1013452 |   158684      476     30 | 65.846 % |
788.63/797.65	c 797	|       814 |   44703   357667  1013452 |   174553      814     30 | 65.846 % |
788.73/797.77	c 797	|      1320 |   44703   357667  1013452 |   192008     1320     30 | 65.846 % |
788.92/797.94	c 798	|      2079 |   44703   357667  1013452 |   211209     2079     32 | 65.846 % |
789.22/798.26	c 798	|      3218 |   44703   357667  1013452 |   232330     3218     33 | 65.846 % |
789.81/798.87	c 798	|      4926 |   44703   357667  1013452 |   255563     4926     37 | 65.846 % |
790.80/799.88	c 799	|      7488 |   44703   357667  1013452 |   281120     7488     40 | 65.846 % |
792.88/801.91	c 801	|     11333 |   44703   357667  1013452 |   309232    11333     46 | 65.846 % |
796.24/805.36	c 805	|     17099 |   44703   357667  1013452 |   340155    17099     48 | 65.846 % |
803.47/812.65	c 812	|     25748 |   44703   357667  1013452 |   374170    25748     53 | 65.846 % |
818.53/827.81	c 827	|     38722 |   44703   357667  1013452 |   411587    38722     58 | 65.846 % |
847.44/857.03	c 857	|     58185 |   44703   357667  1013452 |   452746    58185     63 | 65.846 % |
921.97/932.18	c 932	|     87379 |   44703   357667  1013452 |   498021    87379     68 | 65.846 % |
1046.31/1056.50	c 1056	|    131168 |   44703   357667  1013452 |   547823   131168     70 | 65.846 % |
1315.20/1325.52	c 1325	|    196853 |   44651   357509  1013063 |   602605   192253     78 | 65.885 % |
1843.38/1853.95	c 1854	|    295379 |   44552   357206  1012316 |   662866   289636     77 | 65.961 % |
2832.77/2843.76	c 2843	|    443168 |   44528   357134  1012139 |   729152   427557     77 | 65.979 % |
3600.05/3611.32	c ERROR INTERRUPTED
3600.16/3611.44	c 3611	CPU 694 (0.09 0.06 693.91 16.43)
3600.16/3611.44	c 3611	END Sat Jul 12 19:07:11 2008

Verifier Data (download as text)

OK	4	4099
4 unsatisfied constraints, 4099 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-1113160-1215878819/watcher-1113160-1215878819 -o /tmp/evaluation-result-1113160-1215878819/solver-1113160-1215878819 -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-1113160-1215878819.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: 1.00 1.00 1.00 4/82 18833
/proc/meminfo: memFree=1769608/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=18572 CPUtime=0
/proc/18833/stat : 18833 (runsolver) R 18831 18833 17651 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44581590 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18833/statm: 4643 292 257 25 0 2626 0

[startup+0.0956281 s]
/proc/loadavg: 1.00 1.00 1.00 4/82 18833
/proc/meminfo: memFree=1769608/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.03
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44581590 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101627 s]
/proc/loadavg: 1.00 1.00 1.00 4/82 18833
/proc/meminfo: memFree=1769608/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.03
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44581590 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301649 s]
/proc/loadavg: 1.00 1.00 1.00 4/82 18833
/proc/meminfo: memFree=1769608/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.03
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44581590 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701706 s]
/proc/loadavg: 1.00 1.00 1.00 4/82 18833
/proc/meminfo: memFree=1769608/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.03
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44581590 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 18855
/proc/meminfo: memFree=1762800/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.83
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 974 7095 0 1 3 0 75 5 15 0 1 0 44581590 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 797 370 3 0 500 0
[pid=18846] ppid=18833 vsize=5356 CPUtime=0
/proc/18846/stat : 18846 (sh) S 18833 18833 17651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44581680 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18846/statm: 1339 233 193 169 0 50 0
[pid=18847] ppid=18846 vsize=864220 CPUtime=0.57
/proc/18847/stat : 18847 (java) S 18846 18833 17651 0 -1 0 4453 0 1 0 53 4 0 0 18 0 9 0 44581681 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 216055 3890 1732 9 0 210630 0
[pid=18847/tid=18848] ppid=18846 vsize=864220 CPUtime=0.4
/proc/18847/task/18848/stat : 18848 (java) R 18846 18833 17651 0 -1 64 2659 0 1 0 38 2 0 0 19 0 9 0 44581682 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18846 vsize=864220 CPUtime=0.04
/proc/18847/task/18849/stat : 18849 (java) S 18846 18833 17651 0 -1 64 742 0 0 0 3 1 0 0 16 0 9 0 44581683 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18846 vsize=864220 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18846 18833 17651 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44581683 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18846 vsize=864220 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18846 18833 17651 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44581683 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18846 vsize=864220 CPUtime=0
/proc/18847/task/18852/stat : 18852 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44581685 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18846 vsize=864220 CPUtime=0.1
/proc/18847/task/18853/stat : 18853 (java) R 18846 18833 17651 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 44581685 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 102022860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18846 vsize=864220 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44581685 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18855] ppid=18846 vsize=864220 CPUtime=0
/proc/18847/task/18855/stat : 18855 (java) S 18846 18833 17651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44581685 884961280 3890 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883176

[startup+3.10301 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 18855
/proc/meminfo: memFree=1753456/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.83
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 974 7095 0 1 3 0 75 5 15 0 1 0 44581590 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 797 370 3 0 500 0
[pid=18846] ppid=18833 vsize=5356 CPUtime=0
/proc/18846/stat : 18846 (sh) S 18833 18833 17651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44581680 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18846/statm: 1339 233 193 169 0 50 0
[pid=18847] ppid=18846 vsize=868392 CPUtime=2.15
/proc/18847/stat : 18847 (java) S 18846 18833 17651 0 -1 0 7525 0 1 0 209 6 0 0 18 0 9 0 44581681 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 217098 6650 2540 9 0 211673 0
[pid=18847/tid=18848] ppid=18846 vsize=868392 CPUtime=1.78
/proc/18847/task/18848/stat : 18848 (java) R 18846 18833 17651 0 -1 64 2762 0 1 0 175 3 0 0 25 0 9 0 44581682 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4126598232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18846 vsize=868392 CPUtime=0.15
/proc/18847/task/18849/stat : 18849 (java) S 18846 18833 17651 0 -1 64 2600 0 0 0 14 1 0 0 16 0 9 0 44581683 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18846 vsize=868392 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18846 18833 17651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44581683 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18846 vsize=868392 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18846 18833 17651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44581683 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18846 vsize=868392 CPUtime=0
/proc/18847/task/18852/stat : 18852 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44581685 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18846 vsize=868392 CPUtime=0.2
/proc/18847/task/18853/stat : 18853 (java) S 18846 18833 17651 0 -1 64 1471 0 0 0 19 1 0 0 16 0 9 0 44581685 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18846 vsize=868392 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44581685 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18855] ppid=18846 vsize=868392 CPUtime=0
/proc/18847/task/18855/stat : 18855 (java) S 18846 18833 17651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44581685 889233408 6650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887348

[startup+6.30241 s]
/proc/loadavg: 1.08 1.02 1.01 3/93 18855
/proc/meminfo: memFree=1746800/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.84
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 974 7095 0 1 3 1 75 5 15 0 1 0 44581590 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 797 370 3 0 500 0
[pid=18846] ppid=18833 vsize=5356 CPUtime=0
/proc/18846/stat : 18846 (sh) S 18833 18833 17651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44581680 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18846/statm: 1339 233 193 169 0 50 0
[pid=18847] ppid=18846 vsize=868504 CPUtime=5.31
/proc/18847/stat : 18847 (java) S 18846 18833 17651 0 -1 0 12577 0 1 0 520 11 0 0 18 0 9 0 44581681 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 217126 9543 2566 9 0 211673 0
[pid=18847/tid=18848] ppid=18846 vsize=868504 CPUtime=4.39
/proc/18847/task/18848/stat : 18848 (java) R 18846 18833 17651 0 -1 64 3139 0 1 0 436 3 0 0 24 0 9 0 44581682 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4127084652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18846 vsize=868504 CPUtime=0.63
/proc/18847/task/18849/stat : 18849 (java) S 18846 18833 17651 0 -1 64 7229 0 0 0 58 5 0 0 16 0 9 0 44581683 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18846 18833 17651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44581683 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18846 18833 17651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44581683 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18852/stat : 18852 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44581685 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18846 vsize=868504 CPUtime=0.27
/proc/18847/task/18853/stat : 18853 (java) S 18846 18833 17651 0 -1 64 1517 0 0 0 26 1 0 0 15 0 9 0 44581685 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44581685 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18855] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18855/stat : 18855 (java) S 18846 18833 17651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44581685 889348096 9543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887460

[startup+12.7022 s]
/proc/loadavg: 1.23 1.05 1.02 3/93 18855
/proc/meminfo: memFree=1685744/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.84
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 974 7095 0 1 3 1 75 5 16 0 1 0 44581590 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 797 370 3 0 500 0
[pid=18846] ppid=18833 vsize=5356 CPUtime=0
/proc/18846/stat : 18846 (sh) S 18833 18833 17651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44581680 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18846/statm: 1339 233 193 169 0 50 0
[pid=18847] ppid=18846 vsize=868504 CPUtime=11.64
/proc/18847/stat : 18847 (java) S 18846 18833 17651 0 -1 0 13709 0 1 0 1110 54 0 0 18 0 9 0 44581681 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 217126 9563 2566 9 0 211673 0
[pid=18847/tid=18848] ppid=18846 vsize=868504 CPUtime=10.33
/proc/18847/task/18848/stat : 18848 (java) R 18846 18833 17651 0 -1 64 4252 0 1 0 993 40 0 0 25 0 9 0 44581682 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4127172991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18846 vsize=868504 CPUtime=0.99
/proc/18847/task/18849/stat : 18849 (java) S 18846 18833 17651 0 -1 64 7229 0 0 0 87 12 0 0 16 0 9 0 44581683 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18846 18833 17651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44581683 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18846 18833 17651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44581683 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18852] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18852/stat : 18852 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44581685 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18853] ppid=18846 vsize=868504 CPUtime=0.3
/proc/18847/task/18853/stat : 18853 (java) S 18846 18833 17651 0 -1 64 1536 0 0 0 29 1 0 0 15 0 9 0 44581685 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18854] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18854/stat : 18854 (java) S 18846 18833 17651 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44581685 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18855] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18855/stat : 18855 (java) S 18846 18833 17651 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44581685 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887460

[startup+25.5018 s]
/proc/loadavg: 1.62 1.14 1.05 3/93 18855
/proc/meminfo: memFree=1567856/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=13600 CPUtime=0.84
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 974 7095 0 1 3 1 75 5 16 0 1 0 44581590 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3400 797 370 3 0 500 0
[pid=18846] ppid=18833 vsize=5356 CPUtime=0
/proc/18846/stat : 18846 (sh) S 18833 18833 17651 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44581680 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18846/statm: 1339 233 193 169 0 50 0
[pid=18847] ppid=18846 vsize=868504 CPUtime=24.22
/proc/18847/stat : 18847 (java) S 18846 18833 17651 0 -1 0 15786 0 1 0 2284 138 0 0 18 0 9 0 44581681 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18847/statm: 217126 9563 2566 9 0 211673 0
[pid=18847/tid=18848] ppid=18846 vsize=868504 CPUtime=22.26
/proc/18847/task/18848/stat : 18848 (java) R 18846 18833 17651 0 -1 64 6329 0 1 0 2116 110 0 0 25 0 9 0 44581682 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4126476114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18849] ppid=18846 vsize=868504 CPUtime=1.63
/proc/18847/task/18849/stat : 18849 (java) S 18846 18833 17651 0 -1 64 7229 0 0 0 138 25 0 0 16 0 9 0 44581683 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18850] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18850/stat : 18850 (java) S 18846 18833 17651 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44581683 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18847/tid=18851] ppid=18846 vsize=868504 CPUtime=0
/proc/18847/task/18851/stat : 18851 (java) S 18846 18833 17651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44581683 889348096 9563 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888044 CPUtime=2560.71
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214748 0 0 0 255920 151 0 0 25 0 1 0 44653456 909357056 214734 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222011 214734 76 150 0 221858 0
Current children cumulated CPU time (s) 3271.19
Current children cumulated vsize (KiB) 907528

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=466488/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2114 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888044 CPUtime=2620.67
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214756 0 0 0 261916 151 0 0 25 0 1 0 44653456 909357056 214742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222011 214742 76 150 0 221858 0
Current children cumulated CPU time (s) 3331.15
Current children cumulated vsize (KiB) 907528

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=466424/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2114 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888044 CPUtime=2680.65
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214764 0 0 0 267914 151 0 0 25 0 1 0 44653456 909357056 214750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222011 214750 76 150 0 221858 0
Current children cumulated CPU time (s) 3391.13
Current children cumulated vsize (KiB) 907528

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=466424/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2114 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888044 CPUtime=2740.62
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214778 0 0 0 273911 151 0 0 25 0 1 0 44653456 909357056 214764 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222011 214764 76 150 0 221858 0
Current children cumulated CPU time (s) 3451.1
Current children cumulated vsize (KiB) 907528

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=466360/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2114 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888044 CPUtime=2800.6
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214790 0 0 0 279909 151 0 0 25 0 1 0 44653456 909357056 214776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222011 214776 76 150 0 221858 0
Current children cumulated CPU time (s) 3511.08
Current children cumulated vsize (KiB) 907528

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=465784/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2114 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888588 CPUtime=2860.58
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214926 0 0 0 285906 152 0 0 25 0 1 0 44653456 909914112 214912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222147 214912 76 150 0 221994 0
Current children cumulated CPU time (s) 3571.06
Current children cumulated vsize (KiB) 908072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=465720/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2114 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=5356 CPUtime=0
/proc/18954/stat : 18954 (sh) S 18833 18833 17651 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44653456 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18954/statm: 1339 232 193 169 0 50 0
[pid=18955] ppid=18954 vsize=888856 CPUtime=2889.57
/proc/18955/stat : 18955 (minisat) R 18954 18833 17651 0 -1 4194304 214948 0 0 0 288805 152 0 0 25 0 1 0 44653456 910188544 214934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 222214 214934 76 150 0 222061 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 908340

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

[startup+3611.42 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=465720/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2127 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=0 CPUtime=0
/proc/18954/stat : 18954 (sh) Z 18833 18833 17651 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44653456 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18954/statm: 0 0 0 0 0 0 0
[pid=18955] ppid=1 vsize=0 CPUtime=2889.68
/proc/18955/stat : 18955 (minisat) R 1 18833 17651 0 -1 4195332 214948 0 0 0 288806 162 0 0 25 0 1 0 44653456 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.16
Current children cumulated vsize (KiB) 14128

# WARNING:
# current cumulated CPU time (710.56 s) is less than in the last sample (3600.16 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (2889.6 s) to the 'lost time'.

[startup+3611.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=465720/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.56
/proc/18833/stat : 18833 (sugar) R 18831 18833 17651 0 -1 4194304 2149 1766655 0 10 9 13 69391 1643 17 0 1 0 44581590 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18833/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 710.56
Current children cumulated vsize (KiB) 14128

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

[startup+3611.42 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=465720/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.48
/proc/18833/stat : 18833 (sugar) S 18831 18833 17651 0 -1 4194304 2127 1766378 0 10 9 6 69390 1643 16 0 1 0 44581590 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18833/statm: 3532 935 374 3 0 632 0
[pid=18954] ppid=18833 vsize=0 CPUtime=0
/proc/18954/stat : 18954 (sh) Z 18833 18833 17651 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44653456 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18954/statm: 0 0 0 0 0 0 0
[pid=18955] ppid=1 vsize=0 CPUtime=2889.68
/proc/18955/stat : 18955 (minisat) R 1 18833 17651 0 -1 4195332 214948 0 0 0 288806 162 0 0 25 0 1 0 44653456 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18955/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.16
Current children cumulated vsize (KiB) 14128

[startup+3611.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 19038
/proc/meminfo: memFree=465720/2055920 swapFree=4192812/4192956
[pid=18833] ppid=18831 vsize=14128 CPUtime=710.66
/proc/18833/stat : 18833 (sugar) R 18831 18833 17651 0 -1 4194304 2149 1766655 0 10 9 23 69391 1643 17 0 1 0 44581590 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18833/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 710.66
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2889.6
#  lost CPU user time (s): 2888.05
#  lost CPU system time (s): 1.55

Real time (s): 3611.67
CPU time (s): 3600.34
CPU user time (s): 3582.05
CPU system time (s): 18.2845
CPU usage (%): 99.6862
Max. virtual memory (cumulated for all children) (KiB): 908340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.003
system time used= 16.7345
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1768835
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73761
involuntary context switches= 88408

runsolver used 4.08638 second user time and 12.4291 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-12 18:07:00
IDJOB=1113160
IDBENCH=61536
IDSOLVER=368
FILE ID=node54/1113160-1215878819
PBS_JOBID= 7903489
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f4.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-1113160-1215878819/watcher-1113160-1215878819 -o /tmp/evaluation-result-1113160-1215878819/solver-1113160-1215878819 -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-1113160-1215878819.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd413cfecf35e255c4bf22fb461ea1f3
RANDOM SEED=1870782678

node54.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.235
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.235
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:       1770024 kB
Buffers:         53612 kB
Cached:          85788 kB
SwapCached:          0 kB
Active:         161084 kB
Inactive:        67812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:         109684 kB
Slab:            41892 kB
Committed_AS:   296616 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node54 at 2008-07-12 19:07:13