Trace number 1125332

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 567.048 569.686

General information on the benchmark

Namemaxcsp/celar/subs7/
normalized-scenw-7-sub4-22_ext.xml
MD5SUM20fe9f9b5932c03f273f63290a37c636
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints19
Best CPU time to get the best result obtained on this benchmark0.245961
Satisfiable
(Un)Satisfiability was proved
Number of variables22
Number of constraints473
Maximum constraint arity2
Maximum domain size22
Number of constraints which are defined in extension473
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 02:50:21 2008
0.00/0.05	c 0	PID 32475
0.03/0.05	c 0	HOST node45.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1125332-1216169420.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125332-1216169420.xml' 'HOME/temp.csp'
0.03/0.75	c 0	2 domains, 22 variables, 0 predicates, 407 relations, 473 constraints
0.03/0.78	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.72/0.86	c 0	Parsing HOME/temp.csp
1.31/1.47	c 1	parsed 904 expressions
1.31/1.47	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.48	c 1	MAX CSP: 473 constraints
1.31/1.48	c 1	Converting to clausal form CSP
1.41/1.51	c 1	converted 138 (10%) expressions
1.41/1.52	c 1	converted 276 (20%) expressions
1.41/1.52	c 1	converted 414 (30%) expressions
1.51/1.62	c 1	converted 552 (40%) expressions
1.51/1.66	c 1	converted 690 (50%) expressions
1.51/1.69	c 1	converted 828 (60%) expressions
1.61/1.72	c 1	converted 966 (70%) expressions
1.61/1.75	c 1	converted 1104 (80%) expressions
1.61/1.78	c 1	converted 1242 (90%) expressions
1.81/1.97	c 1	converted 1380 (100%) expressions
1.81/1.97	c 1	CSP : 968 integers, 0 booleans, 1418 clauses, largest domain size 710
1.81/1.97	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.97	c 1	Propagation in CSP
1.91/2.01	c 2	467 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.91/2.01	c 2	CSP : 968 integers, 0 booleans, 1418 clauses, largest domain size 474
1.91/2.01	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.01	c 2	Simplifing CSP by introducing new Boolean variables
1.91/2.02	c 2	CSP : 968 integers, 0 booleans, 1418 clauses, largest domain size 474
1.91/2.02	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.08	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.09	c 2	97 (10%) CSP integer variables are encoded (400 clauses, 4258 bytes)
1.91/2.09	c 2	194 (20%) CSP integer variables are encoded (400 clauses, 4258 bytes)
1.91/2.09	c 2	291 (30%) CSP integer variables are encoded (400 clauses, 4258 bytes)
1.91/2.10	c 2	388 (40%) CSP integer variables are encoded (400 clauses, 4258 bytes)
2.01/2.10	c 2	484 (50%) CSP integer variables are encoded (400 clauses, 4258 bytes)
2.01/2.11	c 2	581 (60%) CSP integer variables are encoded (1239 clauses, 14958 bytes)
2.01/2.11	c 2	678 (70%) CSP integer variables are encoded (1879 clauses, 23278 bytes)
2.01/2.11	c 2	775 (80%) CSP integer variables are encoded (2677 clauses, 33652 bytes)
2.01/2.12	c 2	872 (90%) CSP integer variables are encoded (6355 clauses, 81466 bytes)
2.01/2.12	c 2	968 (100%) CSP integer variables are encoded (7463 clauses, 95870 bytes)
2.01/2.20	c 2	142 (10%) CSP clauses are encoded (9972 clauses, 146485 bytes)
2.10/2.25	c 2	284 (20%) CSP clauses are encoded (12412 clauses, 196870 bytes)
2.20/2.30	c 2	426 (30%) CSP clauses are encoded (15047 clauses, 254468 bytes)
2.20/2.32	c 2	568 (40%) CSP clauses are encoded (17334 clauses, 297294 bytes)
2.20/2.35	c 2	709 (50%) CSP clauses are encoded (31493 clauses, 552289 bytes)
2.20/2.37	c 2	851 (60%) CSP clauses are encoded (35799 clauses, 627319 bytes)
2.29/2.44	c 2	993 (70%) CSP clauses are encoded (75949 clauses, 1361539 bytes)
2.39/2.55	c 2	1135 (80%) CSP clauses are encoded (138723 clauses, 2486141 bytes)
2.50/2.66	c 2	1277 (90%) CSP clauses are encoded (196449 clauses, 3543842 bytes)
2.69/2.86	c 2	1418 (100%) CSP clauses are encoded (309354 clauses, 5618301 bytes)
2.69/2.86	c 2	1418 CSP clauses encoded
2.69/2.86	c 2	Writing map file : HOME/temp.map
2.69/2.87	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.87	c 2	SAT : 8431 SAT variables, 309354 SAT clauses, 5618301 bytes
2.69/2.87	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.76/2.93	c 2	OBJECTIVE minimize _COST
2.76/2.93	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.76/2.93	c 2	SEARCHING: _COST <= 237
2.76/2.93	c 2	SOLVING HOME/temp.cnf
2.76/2.93	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.76/2.93	c 2	This is MiniSat 2.0 beta
2.76/2.93	c 2	WARNING: for repeatability, setting FPU to use double precision
2.76/2.93	c 2	============================[ Problem Statistics ]=============================
2.76/2.93	c 2	|                                                                             |
2.76/2.93	c 2	|  Number of variables:  8431                                                 |
2.76/2.93	c 2	|  Number of clauses:    309355                                               |
2.80/3.09	c 3	|  Parsing time:         0.13         s                                       |
2.80/3.17	c 3	============================[ Search Statistics ]==============================
2.80/3.17	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.80/3.17	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.80/3.17	c 3	===============================================================================
2.80/3.17	c 3	|         0 |    6307   201244   599341 |    67081        0    nan |  0.000 % |
3.04/3.26	c 3	===============================================================================
3.04/3.27	c 3	restarts              : 1
3.04/3.27	c 3	conflicts             : 49             (162 /sec)
3.04/3.27	c 3	decisions             : 549            (0.73 % random) (1818 /sec)
3.04/3.27	c 3	propagations          : 47914          (158680 /sec)
3.04/3.27	c 3	conflict literals     : 777            (7.61 % deleted)
3.04/3.27	c 3	Memory used           : 13.93 MB
3.04/3.27	c 3	CPU time              : 0.301954 s
3.04/3.27	c 3	
3.04/3.27	c 3	SATISFIABLE
3.04/3.27	c 3	FOUND: _COST <= 237
3.04/3.27	s SATISFIABLE
3.04/3.27	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.04/3.27	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.13/3.35	c 3	Decoding HOME/temp.out
3.13/3.45	c 3	OBJECTIVE _COST 237
3.13/3.45	o 237
3.13/3.45	v 17 21 21 21 13 18 21 21 19 21 13 0 21 11 21 6 2 8 6 4 7 13
3.13/3.45	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.13/3.48	c 3	OBJECTIVE BOUND: 0 <= _COST <= 237
3.13/3.48	c 3	SEARCHING: _COST <= 118
3.13/3.48	c 3	SOLVING HOME/temp.cnf
3.13/3.48	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.13/3.49	c 3	This is MiniSat 2.0 beta
3.13/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
3.13/3.49	c 3	============================[ Problem Statistics ]=============================
3.13/3.49	c 3	|                                                                             |
3.13/3.49	c 3	|  Number of variables:  8431                                                 |
3.13/3.49	c 3	|  Number of clauses:    309355                                               |
3.31/3.64	c 3	|  Parsing time:         0.14         s                                       |
3.31/3.75	c 3	============================[ Search Statistics ]==============================
3.31/3.75	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.31/3.75	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.31/3.75	c 3	===============================================================================
3.31/3.75	c 3	|         0 |    5116   134483   402512 |    44827        0    nan |  0.000 % |
3.31/3.82	c 3	|       101 |    5116   134483   402512 |    49310      101     20 | 39.319 % |
3.31/3.85	c 3	|       251 |    5116   134483   402512 |    54241      251     20 | 39.319 % |
3.31/3.90	c 3	|       476 |    5116   134483   402512 |    59665      476     21 | 39.319 % |
3.31/4.01	c 4	|       813 |    5116   134483   402512 |    65632      813     17 | 39.321 % |
3.31/4.11	c 4	|      1319 |    5116   134483   402512 |    72195     1319     16 | 39.319 % |
4.10/4.36	c 4	|      2079 |    5116   134483   402512 |    79414     2079     17 | 39.319 % |
4.39/4.67	c 4	|      3219 |    5116   134483   402512 |    87356     3219     19 | 39.319 % |
4.89/5.15	c 5	|      4927 |    5116   134483   402512 |    96092     4927     22 | 39.319 % |
5.58/5.88	c 5	|      7489 |    5116   134483   402512 |   105701     7489     25 | 39.319 % |
6.97/7.29	c 7	|     11334 |    5116   134483   402512 |   116271    11334     27 | 39.319 % |
9.25/9.54	c 9	|     17100 |    5116   134483   402512 |   127898    17100     30 | 39.319 % |
13.22/13.58	c 13	|     25751 |    5116   134483   402512 |   140688    25751     32 | 39.319 % |
19.95/20.39	c 20	|     38726 |    5116   134483   402512 |   154757    38726     33 | 39.319 % |
30.25/30.80	c 30	|     58187 |    5116   134483   402512 |   170232    58187     31 | 39.320 % |
53.14/53.82	c 53	|     87383 |    5116   134483   402512 |   187256    87383     34 | 39.319 % |
100.98/102.17	c 102	|    131172 |    5116   134483   402512 |   205981   131172     33 | 39.319 % |
106.72/107.91	c 107	===============================================================================
106.72/107.91	c 107	restarts              : 17
106.72/107.91	c 107	conflicts             : 135892         (1315 /sec)
106.72/107.91	c 107	decisions             : 176873         (0.75 % random) (1711 /sec)
106.72/107.91	c 107	propagations          : 60233209       (582806 /sec)
106.72/107.91	c 107	conflict literals     : 4493336        (37.59 % deleted)
106.72/107.91	c 107	Memory used           : 32.69 MB
106.72/107.91	c 107	CPU time              : 103.35 s
106.72/107.91	c 107	
106.72/107.91	c 107	SATISFIABLE
106.72/107.92	c 107	FOUND: _COST <= 118
106.72/107.92	c 107	DECODING HOME/temp.out WITH HOME/temp.map
106.72/107.92	c 107	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
106.76/108.00	c 108	Decoding HOME/temp.out
106.76/108.14	c 108	OBJECTIVE _COST 118
106.76/108.14	o 118
106.76/108.14	v 21 17 2 21 0 16 21 21 19 21 13 0 0 8 8 5 2 17 6 3 21 13
106.76/108.18	c 108	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
106.76/108.19	c 108	OBJECTIVE BOUND: 0 <= _COST <= 118
106.76/108.19	c 108	SEARCHING: _COST <= 59
106.76/108.19	c 108	SOLVING HOME/temp.cnf
106.76/108.19	c 108	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
106.76/108.19	c 108	This is MiniSat 2.0 beta
106.76/108.19	c 108	WARNING: for repeatability, setting FPU to use double precision
106.76/108.19	c 108	============================[ Problem Statistics ]=============================
106.76/108.19	c 108	|                                                                             |
106.76/108.20	c 108	|  Number of variables:  8431                                                 |
106.76/108.20	c 108	|  Number of clauses:    309355                                               |
107.02/108.35	c 108	|  Parsing time:         0.14         s                                       |
107.02/108.47	c 108	============================[ Search Statistics ]==============================
107.02/108.47	c 108	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
107.02/108.47	c 108	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
107.02/108.47	c 108	===============================================================================
107.02/108.47	c 108	|         0 |    4348    81675   246333 |    27225        0    nan |  0.000 % |
107.02/108.52	c 108	|       101 |    4348    81675   246333 |    29947      101     20 | 48.428 % |
107.02/108.54	c 108	|       252 |    4348    81675   246333 |    32942      252     20 | 48.428 % |
107.02/108.60	c 108	|       477 |    4348    81675   246333 |    36236      477     18 | 48.428 % |
107.02/108.69	c 108	|       814 |    4348    81675   246333 |    39860      814     19 | 48.428 % |
107.60/108.81	c 108	|      1321 |    4348    81675   246333 |    43846     1321     18 | 48.428 % |
107.70/108.99	c 109	|      2081 |    4348    81675   246333 |    48230     2081     19 | 48.428 % |
108.00/109.24	c 109	|      3220 |    4348    81675   246333 |    53053     3220     18 | 48.428 % |
108.50/109.71	c 109	|      4928 |    4348    81675   246333 |    58359     4928     19 | 48.428 % |
109.09/110.31	c 110	|      7490 |    4348    81675   246333 |    64195     7490     19 | 48.428 % |
110.18/111.43	c 111	|     11336 |    4348    81675   246333 |    70614    11336     20 | 48.428 % |
112.06/113.36	c 113	|     17102 |    4348    81675   246333 |    77676    17102     21 | 48.428 % |
115.82/117.15	c 117	|     25752 |    4348    81675   246333 |    85443    25752     21 | 48.428 % |
123.56/124.90	c 124	|     38726 |    4348    81675   246333 |    93988    38726     22 | 48.428 % |
138.51/140.06	c 140	|     58192 |    4348    81675   246333 |   103386    58192     22 | 48.428 % |
165.26/167.05	c 167	|     87388 |    4348    81675   246333 |   113725    87388     22 | 48.428 % |
207.79/209.68	c 209	|    131177 |    4348    81675   246333 |   125098    27615     22 | 48.428 % |
260.66/262.59	c 262	|    196861 |    4348    81675   246333 |   137607    93299     22 | 48.428 % |
361.90/363.89	c 363	|    295387 |    4348    81675   246333 |   151368    65931     24 | 48.428 % |
422.78/424.71	c 424	===============================================================================
422.78/424.71	c 424	restarts              : 19
422.78/424.71	c 424	conflicts             : 356418         (1129 /sec)
422.78/424.71	c 424	decisions             : 462075         (1.00 % random) (1464 /sec)
422.78/424.71	c 424	propagations          : 187710675      (594569 /sec)
422.78/424.71	c 424	conflict literals     : 8336512        (40.37 % deleted)
422.78/424.71	c 424	Memory used           : 28.62 MB
422.78/424.71	c 424	CPU time              : 315.709 s
422.78/424.71	c 424	
422.78/424.72	c 424	SATISFIABLE
422.78/424.72	c 424	FOUND: _COST <= 59
422.78/424.72	c 424	DECODING HOME/temp.out WITH HOME/temp.map
422.78/424.72	c 424	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
422.80/424.81	c 424	Decoding HOME/temp.out
422.80/424.93	c 424	OBJECTIVE _COST 59
422.80/424.93	o 59
422.80/424.93	v 2 17 3 0 16 3 21 21 19 21 9 5 2 8 6 6 2 1 6 4 17 13
422.80/424.93	c 424	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
422.80/424.99	c 425	OBJECTIVE BOUND: 0 <= _COST <= 59
422.80/424.99	c 425	SEARCHING: _COST <= 29
422.80/424.99	c 425	SOLVING HOME/temp.cnf
422.80/424.99	c 425	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
422.80/424.99	c 425	This is MiniSat 2.0 beta
422.80/424.99	c 425	WARNING: for repeatability, setting FPU to use double precision
422.80/424.99	c 425	============================[ Problem Statistics ]=============================
422.80/424.99	c 425	|                                                                             |
422.80/424.99	c 425	|  Number of variables:  8431                                                 |
422.80/424.99	c 425	|  Number of clauses:    309355                                               |
423.01/425.16	c 425	|  Parsing time:         0.14         s                                       |
423.01/425.27	c 425	============================[ Search Statistics ]==============================
423.01/425.27	c 425	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
423.01/425.27	c 425	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
423.01/425.27	c 425	===============================================================================
423.01/425.27	c 425	|         0 |    3739    49151   150558 |    16383        0    nan |  0.000 % |
423.01/425.31	c 425	|       100 |    3739    49151   150558 |    18022       99     14 | 55.901 % |
423.01/425.33	c 425	|       252 |    3739    49151   150558 |    19824      251     13 | 55.901 % |
423.01/425.37	c 425	|       477 |    3739    49151   150558 |    21806      476     13 | 55.901 % |
423.01/425.42	c 425	|       816 |    3718    48530   148765 |    23987      815     15 | 55.901 % |
423.01/425.51	c 425	|      1324 |    3718    48530   148765 |    26386     1323     15 | 55.901 % |
423.61/425.65	c 425	|      2083 |    3718    48530   148765 |    29024     2082     15 | 55.901 % |
423.90/425.91	c 425	|      3222 |    3718    48530   148765 |    31927     3221     15 | 55.901 % |
424.30/426.30	c 426	|      4930 |    3718    48530   148765 |    35119     4929     15 | 55.901 % |
424.90/426.91	c 426	|      7492 |    3718    48530   148765 |    38631     7491     15 | 55.901 % |
425.91/427.93	c 427	|     11336 |    3718    48530   148765 |    42495    11335     14 | 55.901 % |
427.60/429.66	c 429	|     17102 |    3718    48530   148765 |    46744    17101     15 | 55.901 % |
430.90/432.96	c 432	|     25752 |    3718    48530   148765 |    51418    25751     15 | 55.901 % |
436.09/438.14	c 438	|     38726 |    3718    48530   148765 |    56560    38725     17 | 55.901 % |
448.09/450.14	c 450	|     58187 |    3713    48361   148071 |    62216     7069     11 | 55.961 % |
459.08/461.11	c 461	|     87380 |    3713    48361   148071 |    68438    36262     16 | 55.960 % |
484.76/486.86	c 486	|    131169 |    3713    48361   148071 |    75282    22291     17 | 55.960 % |
498.25/500.30	c 500	===============================================================================
498.25/500.30	c 500	restarts              : 17
498.25/500.30	c 500	conflicts             : 156371         (2079 /sec)
498.25/500.30	c 500	decisions             : 208268         (1.10 % random) (2768 /sec)
498.25/500.30	c 500	propagations          : 81406768       (1082097 /sec)
498.25/500.30	c 500	conflict literals     : 2746416        (37.17 % deleted)
498.25/500.30	c 500	Memory used           : 16.89 MB
498.25/500.30	c 500	CPU time              : 75.2306 s
498.25/500.30	c 500	
498.25/500.31	c 500	SATISFIABLE
498.25/500.31	c 500	FOUND: _COST <= 29
498.25/500.31	c 500	DECODING HOME/temp.out WITH HOME/temp.map
498.25/500.31	c 500	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
498.25/500.40	c 500	Decoding HOME/temp.out
498.44/500.51	c 500	OBJECTIVE _COST 29
498.44/500.51	o 29
498.44/500.51	v 2 2 2 0 3 2 21 21 17 16 9 5 5 8 6 6 2 16 6 3 17 13
498.44/500.52	c 500	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
498.44/500.53	c 500	OBJECTIVE BOUND: 0 <= _COST <= 29
498.44/500.53	c 500	SEARCHING: _COST <= 14
498.44/500.53	c 500	SOLVING HOME/temp.cnf
498.44/500.53	c 500	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
498.44/500.53	c 500	This is MiniSat 2.0 beta
498.44/500.53	c 500	WARNING: for repeatability, setting FPU to use double precision
498.44/500.53	c 500	============================[ Problem Statistics ]=============================
498.44/500.53	c 500	|                                                                             |
498.44/500.53	c 500	|  Number of variables:  8431                                                 |
498.44/500.53	c 500	|  Number of clauses:    309355                                               |
498.48/500.70	c 500	|  Parsing time:         0.14         s                                       |
498.48/500.81	c 500	============================[ Search Statistics ]==============================
498.48/500.81	c 500	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
498.48/500.81	c 500	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
498.48/500.81	c 500	===============================================================================
498.48/500.81	c 500	|         0 |    3189    30927    97521 |    10309        0    nan |  0.000 % |
498.48/500.84	c 500	|       101 |    3189    30927    97521 |    11339      100      9 | 62.602 % |
498.48/500.87	c 500	|       251 |    3189    30927    97521 |    12473      250      9 | 62.602 % |
498.48/500.91	c 500	|       478 |    3153    30223    95524 |    13721      477      9 | 62.602 % |
498.48/500.96	c 500	|       815 |    3153    30223    95524 |    15093      814      9 | 62.602 % |
498.48/501.04	c 501	|      1323 |    3153    30223    95524 |    16602     1322      9 | 62.603 % |
498.48/501.17	c 501	|      2082 |    3148    30054    94830 |    18263      936     11 | 62.662 % |
498.48/501.37	c 501	|      3221 |    3148    30054    94830 |    20089     2075     10 | 62.662 % |
499.54/501.64	c 501	|      4930 |    3148    30054    94830 |    22098     3784     13 | 62.662 % |
500.04/502.12	c 502	|      7494 |    3148    30054    94830 |    24308     6348     14 | 62.662 % |
500.94/503.03	c 503	|     11341 |    3148    30054    94830 |    26738    10195     13 | 62.662 % |
502.24/504.38	c 504	|     17107 |    3113    28609    88723 |    29412     2658     12 | 63.077 % |
503.64/505.72	c 505	===============================================================================
503.64/505.72	c 505	restarts              : 12
503.64/505.72	c 505	conflicts             : 23770          (4608 /sec)
503.64/505.72	c 505	decisions             : 31657          (1.27 % random) (6137 /sec)
503.64/505.72	c 505	propagations          : 12886868       (2498319 /sec)
503.64/505.72	c 505	conflict literals     : 295887         (33.21 % deleted)
503.64/505.72	c 505	Memory used           : 14.36 MB
503.64/505.72	c 505	CPU time              : 5.15822 s
503.64/505.72	c 505	
503.64/505.72	c 505	UNSATISFIABLE
503.64/505.72	c 505	NOT FOUND: _COST <= 14
503.64/505.72	c 505	OBJECTIVE BOUND: 15 <= _COST <= 29
503.64/505.72	c 505	SEARCHING: _COST <= 22
503.64/505.72	c 505	SOLVING HOME/temp.cnf
503.64/505.72	c 505	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
503.64/505.72	c 505	This is MiniSat 2.0 beta
503.64/505.72	c 505	WARNING: for repeatability, setting FPU to use double precision
503.64/505.72	c 505	============================[ Problem Statistics ]=============================
503.64/505.72	c 505	|                                                                             |
503.64/505.72	c 505	|  Number of variables:  8431                                                 |
503.64/505.72	c 505	|  Number of clauses:    309355                                               |
503.67/505.89	c 505	|  Parsing time:         0.14         s                                       |
503.84/506.00	c 506	============================[ Search Statistics ]==============================
503.84/506.00	c 506	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
503.84/506.00	c 506	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
503.84/506.00	c 506	===============================================================================
503.84/506.00	c 506	|         0 |    3494    40093   124112 |    13364        0    nan |  0.000 % |
503.94/506.04	c 506	|       100 |    3494    40093   124112 |    14700       99     12 | 58.807 % |
503.94/506.07	c 506	|       253 |    3494    40093   124112 |    16170      252     11 | 58.807 % |
504.04/506.11	c 506	|       480 |    3473    39549   122550 |    17787      479     12 | 58.807 % |
504.04/506.17	c 506	|       817 |    3473    39549   122550 |    19566      816     11 | 58.807 % |
504.14/506.26	c 506	|      1324 |    3473    39549   122550 |    21523     1323     11 | 58.807 % |
504.34/506.41	c 506	|      2085 |    3473    39549   122550 |    23675     2084     12 | 58.807 % |
504.54/506.62	c 506	|      3224 |    3473    39549   122550 |    26043     3223     12 | 58.807 % |
504.83/506.93	c 506	|      4932 |    3473    39549   122550 |    28647     4931     13 | 58.807 % |
505.43/507.50	c 507	|      7494 |    3473    39549   122550 |    31512     7493     13 | 58.807 % |
506.33/508.46	c 508	|     11338 |    3473    39549   122550 |    34663    11337     13 | 58.807 % |
507.63/509.75	c 509	|     17104 |    3468    39380   121856 |    38130     6844     13 | 58.866 % |
508.93/511.05	c 511	===============================================================================
508.93/511.05	c 511	restarts              : 12
508.93/511.05	c 511	conflicts             : 22632          (4270 /sec)
508.93/511.05	c 511	decisions             : 31747          (1.17 % random) (5990 /sec)
508.93/511.05	c 511	propagations          : 11984011       (2261051 /sec)
508.93/511.05	c 511	conflict literals     : 312194         (33.31 % deleted)
508.93/511.05	c 511	Memory used           : 14.45 MB
508.93/511.05	c 511	CPU time              : 5.30019 s
508.93/511.05	c 511	
508.93/511.05	c 511	SATISFIABLE
508.93/511.06	c 511	FOUND: _COST <= 22
508.93/511.06	c 511	DECODING HOME/temp.out WITH HOME/temp.map
508.93/511.06	c 511	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
509.01/511.14	c 511	Decoding HOME/temp.out
509.01/511.28	c 511	OBJECTIVE _COST 22
509.01/511.28	o 22
509.01/511.28	v 4 2 3 0 2 3 21 21 17 16 9 2 5 8 6 7 2 1 6 4 17 13
509.01/511.28	c 511	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
509.01/511.33	c 511	OBJECTIVE BOUND: 15 <= _COST <= 22
509.01/511.33	c 511	SEARCHING: _COST <= 18
509.01/511.33	c 511	SOLVING HOME/temp.cnf
509.01/511.33	c 511	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
509.01/511.33	c 511	This is MiniSat 2.0 beta
509.01/511.33	c 511	WARNING: for repeatability, setting FPU to use double precision
509.01/511.33	c 511	============================[ Problem Statistics ]=============================
509.01/511.33	c 511	|                                                                             |
509.01/511.33	c 511	|  Number of variables:  8431                                                 |
509.01/511.33	c 511	|  Number of clauses:    309355                                               |
509.42/511.51	c 511	|  Parsing time:         0.15         s                                       |
509.52/511.63	c 511	============================[ Search Statistics ]==============================
509.52/511.63	c 511	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
509.52/511.63	c 511	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
509.52/511.63	c 511	===============================================================================
509.52/511.63	c 511	|         0 |    3354    35511   110782 |    11837        0    nan |  0.000 % |
509.52/511.67	c 511	|       100 |    3354    35511   110782 |    13020       99     12 | 60.467 % |
509.52/511.69	c 511	|       250 |    3354    35511   110782 |    14322      249     11 | 60.467 % |
509.62/511.74	c 511	|       476 |    3333    35011   109352 |    15755      475     11 | 60.467 % |
509.72/511.80	c 511	|       814 |    3333    35011   109352 |    17330      813     11 | 60.467 % |
509.72/511.89	c 511	|      1320 |    3333    35011   109352 |    19063     1319     11 | 60.467 % |
509.92/512.04	c 512	|      2080 |    3333    35011   109352 |    20969     2079     11 | 60.467 % |
510.12/512.27	c 512	|      3219 |    3333    35011   109352 |    23066     3218     11 | 60.467 % |
510.51/512.62	c 512	|      4928 |    3328    34842   108658 |    25373     1747     11 | 60.527 % |
510.91/513.04	c 513	|      7491 |    3328    34842   108658 |    27911     4310     18 | 60.527 % |
511.80/513.92	c 513	|     11335 |    3328    34842   108658 |    30702     8154     17 | 60.527 % |
513.29/515.42	c 515	|     17101 |    3328    34842   108658 |    33772    13920     18 | 60.527 % |
516.46/518.64	c 518	|     25751 |    3328    34842   108658 |    37149    22570     16 | 60.527 % |
522.30/524.55	c 524	|     38725 |    3328    34842   108658 |    40864    35544     17 | 60.527 % |
530.82/533.10	c 533	|     58186 |    3328    34842   108658 |    44950    23098     16 | 60.527 % |
542.81/545.28	c 545	|     87378 |    3323    34598   107595 |    49446    29802     14 | 60.586 % |
552.11/554.69	c 554	===============================================================================
552.11/554.69	c 554	restarts              : 16
552.11/554.69	c 554	conflicts             : 106803         (2488 /sec)
552.11/554.69	c 554	decisions             : 138698         (1.17 % random) (3231 /sec)
552.11/554.69	c 554	propagations          : 53879638       (1255278 /sec)
552.11/554.69	c 554	conflict literals     : 1838023        (31.56 % deleted)
552.11/554.69	c 554	Memory used           : 14.98 MB
552.11/554.69	c 554	CPU time              : 42.9225 s
552.11/554.69	c 554	
552.11/554.69	c 554	UNSATISFIABLE
552.11/554.70	c 554	NOT FOUND: _COST <= 18
552.11/554.70	c 554	OBJECTIVE BOUND: 19 <= _COST <= 22
552.11/554.70	c 554	SEARCHING: _COST <= 20
552.11/554.70	c 554	SOLVING HOME/temp.cnf
552.11/554.70	c 554	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
552.22/554.70	c 554	This is MiniSat 2.0 beta
552.22/554.70	c 554	WARNING: for repeatability, setting FPU to use double precision
552.22/554.70	c 554	============================[ Problem Statistics ]=============================
552.22/554.70	c 554	|                                                                             |
552.22/554.70	c 554	|  Number of variables:  8431                                                 |
552.22/554.70	c 554	|  Number of clauses:    309355                                               |
552.22/554.88	c 554	|  Parsing time:         0.15         s                                       |
552.22/555.00	c 555	============================[ Search Statistics ]==============================
552.22/555.00	c 555	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
552.22/555.00	c 555	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
552.22/555.00	c 555	===============================================================================
552.22/555.00	c 555	|         0 |    3424    37748   117285 |    12582        0    nan |  0.000 % |
552.22/555.04	c 555	|       101 |    3424    37748   117285 |    13840      100     12 | 59.637 % |
552.22/555.07	c 555	|       251 |    3424    37748   117285 |    15225      250     11 | 59.637 % |
552.23/555.11	c 555	|       476 |    3403    37226   115789 |    16747      475     11 | 59.637 % |
552.23/555.18	c 555	|       815 |    3403    37226   115789 |    18422      814     11 | 59.637 % |
552.23/555.27	c 555	|      1322 |    3403    37226   115789 |    20264     1321     12 | 59.637 % |
552.91/555.43	c 555	|      2081 |    3403    37226   115789 |    22290     2080     12 | 59.637 % |
553.10/555.68	c 555	|      3221 |    3403    37226   115789 |    24520     3220     12 | 59.637 % |
553.50/556.05	c 556	|      4930 |    3403    37226   115789 |    26972     4929     12 | 59.637 % |
554.10/556.66	c 556	|      7492 |    3403    37226   115789 |    29669     7491     12 | 59.637 % |
555.19/557.73	c 557	|     11337 |    3403    37226   115789 |    32636    11336     13 | 59.637 % |
555.98/558.53	c 558	===============================================================================
555.98/558.53	c 558	restarts              : 11
555.98/558.53	c 558	conflicts             : 14589          (3875 /sec)
555.98/558.53	c 558	decisions             : 19932          (1.12 % random) (5295 /sec)
555.98/558.53	c 558	propagations          : 7872797        (2091367 /sec)
555.98/558.53	c 558	conflict literals     : 208385         (32.29 % deleted)
555.98/558.53	c 558	Memory used           : 14.45 MB
555.98/558.53	c 558	CPU time              : 3.76443 s
555.98/558.53	c 558	
555.98/558.53	c 558	SATISFIABLE
555.98/558.54	c 558	FOUND: _COST <= 20
555.98/558.54	c 558	DECODING HOME/temp.out WITH HOME/temp.map
555.98/558.54	c 558	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
556.04/558.62	c 558	Decoding HOME/temp.out
556.18/558.73	c 558	OBJECTIVE _COST 20
556.18/558.73	o 20
556.18/558.73	v 2 4 4 0 2 3 21 21 17 16 9 5 5 8 6 6 2 1 6 4 17 13
556.18/558.73	c 558	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
556.18/558.76	c 558	OBJECTIVE BOUND: 19 <= _COST <= 20
556.18/558.76	c 558	SEARCHING: _COST <= 19
556.18/558.76	c 558	SOLVING HOME/temp.cnf
556.18/558.76	c 558	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
556.18/558.76	c 558	This is MiniSat 2.0 beta
556.18/558.76	c 558	WARNING: for repeatability, setting FPU to use double precision
556.18/558.76	c 558	============================[ Problem Statistics ]=============================
556.18/558.76	c 558	|                                                                             |
556.18/558.76	c 558	|  Number of variables:  8431                                                 |
556.18/558.76	c 558	|  Number of clauses:    309355                                               |
556.22/558.94	c 558	|  Parsing time:         0.14         s                                       |
556.22/559.06	c 559	============================[ Search Statistics ]==============================
556.22/559.06	c 559	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
556.22/559.06	c 559	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
556.22/559.06	c 559	===============================================================================
556.22/559.06	c 559	|         0 |    3389    36616   113993 |    12205        0    nan |  0.000 % |
556.22/559.09	c 559	|       102 |    3389    36616   113993 |    13425      101     10 | 60.052 % |
556.22/559.12	c 559	|       252 |    3389    36616   113993 |    14768      251     10 | 60.052 % |
556.22/559.16	c 559	|       479 |    3368    36105   112530 |    16245      478     10 | 60.052 % |
556.22/559.23	c 559	|       818 |    3368    36105   112530 |    17869      817     10 | 60.052 % |
556.22/559.32	c 559	|      1324 |    3368    36105   112530 |    19656     1323     11 | 60.052 % |
556.22/559.46	c 559	|      2083 |    3368    36105   112530 |    21622     2082     11 | 60.052 % |
556.22/559.69	c 559	|      3223 |    3368    36105   112530 |    23784     3222     11 | 60.052 % |
557.43/560.07	c 560	|      4931 |    3368    36105   112530 |    26163     4930     11 | 60.052 % |
558.03/560.60	c 560	|      7493 |    3363    35936   111836 |    28779     2488     14 | 60.112 % |
558.92/561.55	c 561	|     11337 |    3363    35936   111836 |    31657     6332     13 | 60.112 % |
560.40/563.04	c 563	|     17103 |    3363    35936   111836 |    34823    12098     13 | 60.112 % |
562.79/565.45	c 565	|     25753 |    3363    35936   111836 |    38305    20748     15 | 60.112 % |
566.66/569.39	c 569	===============================================================================
566.66/569.39	c 569	restarts              : 13
566.66/569.39	c 569	conflicts             : 37230          (3549 /sec)
566.66/569.39	c 569	decisions             : 49867          (1.14 % random) (4753 /sec)
566.66/569.39	c 569	propagations          : 19276854       (1837395 /sec)
566.66/569.39	c 569	conflict literals     : 597407         (29.04 % deleted)
566.66/569.39	c 569	Memory used           : 14.46 MB
566.66/569.39	c 569	CPU time              : 10.4914 s
566.66/569.39	c 569	
566.66/569.39	c 569	SATISFIABLE
566.66/569.40	c 569	FOUND: _COST <= 19
566.66/569.40	c 569	DECODING HOME/temp.out WITH HOME/temp.map
566.66/569.40	c 569	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
566.76/569.49	c 569	Decoding HOME/temp.out
566.76/569.63	c 569	OBJECTIVE _COST 19
566.76/569.63	o 19
566.76/569.63	v 4 2 3 0 2 3 21 21 17 16 9 2 5 8 6 6 2 1 6 4 17 13
566.76/569.67	c 569	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
566.76/569.68	c 569	OBJECTIVE _COST 19
566.76/569.68	s OPTIMUM FOUND
566.76/569.68	c 569	CPU 566.27 (0.05 0.02 566.22 0.73)
566.76/569.68	c 569	END Wed Jul 16 02:59:50 2008

Verifier Data (download as text)

OK	19	454
19 unsatisfied constraints, 454 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-1125332-1216169420/watcher-1125332-1216169420 -o /tmp/evaluation-result-1125332-1216169420/solver-1125332-1216169420 -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-1125332-1216169420.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32475
/proc/meminfo: memFree=1746456/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=12268 CPUtime=0
/proc/32475/stat : 32475 (sugar) R 32473 32475 31753 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 73641349 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/32475/statm: 3067 316 241 3 0 167 0

[startup+0.0506259 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32475
/proc/meminfo: memFree=1746456/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13600 CPUtime=0.03
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 73641349 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101816 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32475
/proc/meminfo: memFree=1746456/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13600 CPUtime=0.03
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73641349 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301853 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32475
/proc/meminfo: memFree=1746456/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13600 CPUtime=0.03
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73641349 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701926 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 32475
/proc/meminfo: memFree=1746456/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13600 CPUtime=0.03
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73641349 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 32497
/proc/meminfo: memFree=1738752/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13600 CPUtime=0.72
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 974 4839 0 1 3 0 65 4 15 0 1 0 73641349 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3400 797 370 3 0 500 0
[pid=32488] ppid=32475 vsize=5356 CPUtime=0
/proc/32488/stat : 32488 (sh) S 32475 32475 31753 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73641427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32488/statm: 1339 233 193 169 0 50 0
[pid=32489] ppid=32488 vsize=864228 CPUtime=0.69
/proc/32489/stat : 32489 (java) S 32488 32475 31753 0 -1 0 6259 0 1 0 66 3 0 0 18 0 9 0 73641427 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32489/statm: 216057 5543 2540 9 0 210632 0
[pid=32489/tid=32490] ppid=32488 vsize=864228 CPUtime=0.51
/proc/32489/task/32490/stat : 32490 (java) R 32488 32475 31753 0 -1 64 2565 0 1 0 49 2 0 0 22 0 9 0 73641428 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32491] ppid=32488 vsize=864228 CPUtime=0.09
/proc/32489/task/32491/stat : 32491 (java) S 32488 32475 31753 0 -1 64 2664 0 0 0 9 0 0 0 16 0 9 0 73641429 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32492] ppid=32488 vsize=864228 CPUtime=0
/proc/32489/task/32492/stat : 32492 (java) S 32488 32475 31753 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73641430 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32493] ppid=32488 vsize=864228 CPUtime=0
/proc/32489/task/32493/stat : 32493 (java) S 32488 32475 31753 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73641430 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32494] ppid=32488 vsize=864228 CPUtime=0
/proc/32489/task/32494/stat : 32494 (java) S 32488 32475 31753 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73641432 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32495] ppid=32488 vsize=864228 CPUtime=0.07
/proc/32489/task/32495/stat : 32495 (java) S 32488 32475 31753 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 73641432 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32496] ppid=32488 vsize=864228 CPUtime=0
/proc/32489/task/32496/stat : 32496 (java) S 32488 32475 31753 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73641432 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32489/tid=32497] ppid=32488 vsize=864228 CPUtime=0
/proc/32489/task/32497/stat : 32497 (java) S 32488 32475 31753 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73641432 884969472 5543 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883184

[startup+3.10137 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 32497
/proc/meminfo: memFree=1719808/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=2.8
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1067 14647 0 2 3 1 262 14 15 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13732

[startup+6.30295 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32511
/proc/meminfo: memFree=1723968/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=3.31
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1185 22286 0 3 4 1 307 19 15 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32510] ppid=32475 vsize=5356 CPUtime=0
/proc/32510/stat : 32510 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73641698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32510/statm: 1339 232 193 169 0 50 0
[pid=32511] ppid=32510 vsize=14540 CPUtime=2.77
/proc/32511/stat : 32511 (minisat) R 32510 32475 31753 0 -1 4194304 3520 0 0 0 276 1 0 0 25 0 1 0 73641698 14888960 3506 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/32511/statm: 3635 3506 75 150 0 3482 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 33628

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32511
/proc/meminfo: memFree=1724160/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=3.31
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1185 22286 0 3 4 1 307 19 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32510] ppid=32475 vsize=5356 CPUtime=0
/proc/32510/stat : 32510 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73641698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32510/statm: 1339 232 193 169 0 50 0
[pid=32511] ppid=32510 vsize=14540 CPUtime=9.11
/proc/32511/stat : 32511 (minisat) R 32510 32475 31753 0 -1 4194304 3536 0 0 0 910 1 0 0 25 0 1 0 73641698 14888960 3522 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32511/statm: 3635 3522 75 150 0 3482 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 33628

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32511
/proc/meminfo: memFree=1720512/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=3.31
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1185 22286 0 3 4 1 307 19 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32510] ppid=32475 vsize=5356 CPUtime=0
/proc/32510/stat : 32510 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73641698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32510/statm: 1339 232 193 169 0 50 0
[pid=32511] ppid=32510 vsize=18488 CPUtime=21.79
/proc/32511/stat : 32511 (minisat) R 32510 32475 31753 0 -1 4194304 4505 0 0 0 2176 3 0 0 25 0 1 0 73641698 18931712 4491 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32511/statm: 4622 4491 75 150 0 4469 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 37576

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32511
/proc/meminfo: memFree=1714304/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=3.31
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1185 22286 0 3 4 1 307 19 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32510] ppid=32475 vsize=5356 CPUtime=0
/proc/32510/stat : 32510 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73641698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32510/statm: 1339 232 193 169 0 50 0
[pid=32511] ppid=32510 vsize=24828 CPUtime=47.15
/proc/32511/stat : 32511 (minisat) R 32510 32475 31753 0 -1 4194304 6096 0 0 0 4710 5 0 0 25 0 1 0 73641698 25423872 6082 996147200 134512640 135127466 4294956256 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/32511/statm: 6207 6082 75 150 0 6054 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 43916

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32511
/proc/meminfo: memFree=1706368/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=3.31
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1185 22286 0 3 4 1 307 19 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32510] ppid=32475 vsize=5356 CPUtime=0
/proc/32510/stat : 32510 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73641698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32510/statm: 1339 232 193 169 0 50 0
[pid=32511] ppid=32510 vsize=32648 CPUtime=97.87
/proc/32511/stat : 32511 (minisat) R 32510 32475 31753 0 -1 4194304 8042 0 0 0 9780 7 0 0 25 0 1 0 73641698 33431552 8028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32511/statm: 8162 8028 75 150 0 8009 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 51736

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 32523
/proc/meminfo: memFree=1719552/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=107.02
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1300 34714 0 4 4 1 10666 31 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32522] ppid=32475 vsize=5356 CPUtime=0
/proc/32522/stat : 32522 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73652168 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32522/statm: 1339 232 193 169 0 50 0
[pid=32523] ppid=32522 vsize=19496 CPUtime=53.58
/proc/32523/stat : 32523 (minisat) R 32522 32475 31753 0 -1 4194304 4744 0 0 0 5355 3 0 0 25 0 1 0 73652169 19963904 4730 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32523/statm: 4874 4730 75 150 0 4721 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 38584

[startup+222.301 s]
/proc/loadavg: 2.19 2.06 2.02 3/77 32588
/proc/meminfo: memFree=1402360/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=107.02
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1300 34714 0 4 4 1 10666 31 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32522] ppid=32475 vsize=5356 CPUtime=0
/proc/32522/stat : 32522 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73652168 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32522/statm: 1339 232 193 169 0 50 0
[pid=32523] ppid=32522 vsize=24420 CPUtime=113.46
/proc/32523/stat : 32523 (minisat) R 32522 32475 31753 0 -1 4194304 5940 0 0 0 11341 5 0 0 25 0 1 0 73652169 25006080 5926 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/32523/statm: 6105 5926 75 150 0 5952 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 43508

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


[startup+402.303 s]
/proc/loadavg: 2.01 2.03 2.00 3/77 32600
/proc/meminfo: memFree=1399352/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=107.02
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1300 34714 0 4 4 1 10666 31 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32522] ppid=32475 vsize=5356 CPUtime=0
/proc/32522/stat : 32522 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73652168 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32522/statm: 1339 232 193 169 0 50 0
[pid=32523] ppid=32522 vsize=29300 CPUtime=293.37
/proc/32523/stat : 32523 (minisat) R 32522 32475 31753 0 -1 4194304 7054 0 0 0 29330 7 0 0 25 0 1 0 73652169 30003200 7040 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32523/statm: 7325 7040 75 150 0 7172 0
Current children cumulated CPU time (s) 400.39
Current children cumulated vsize (KiB) 48388

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 32612
/proc/meminfo: memFree=1412792/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=423.01
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1414 45941 0 5 4 1 42255 41 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32611] ppid=32475 vsize=5356 CPUtime=0
/proc/32611/stat : 32611 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73683848 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32611/statm: 1339 232 193 169 0 50 0
[pid=32612] ppid=32611 vsize=15168 CPUtime=37.27
/proc/32612/stat : 32612 (minisat) R 32611 32475 31753 0 -1 4194304 3681 0 0 0 3725 2 0 0 25 0 1 0 73683848 15532032 3659 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/32612/statm: 3792 3659 75 150 0 3639 0
Current children cumulated CPU time (s) 460.28
Current children cumulated vsize (KiB) 34256

[startup+522.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/77 32638
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=509.27
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1698 65919 0 7 4 2 50865 56 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32637] ppid=32475 vsize=5356 CPUtime=0
/proc/32637/stat : 32637 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73692482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32637/statm: 1339 232 193 169 0 50 0
[pid=32638] ppid=32637 vsize=14792 CPUtime=10.85
/proc/32638/stat : 32638 (minisat) R 32637 32475 31753 0 -1 4194304 3593 0 0 0 1083 2 0 0 25 0 1 0 73692482 15147008 3579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32638/statm: 3698 3579 75 150 0 3545 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (KiB) 33880

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

[startup+537.502 s]
/proc/loadavg: 2.04 2.03 2.00 3/77 32638
/proc/meminfo: memFree=1412472/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=509.27
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1698 65919 0 7 4 2 50865 56 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32637] ppid=32475 vsize=5356 CPUtime=0
/proc/32637/stat : 32637 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73692482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32637/statm: 1339 232 193 169 0 50 0
[pid=32638] ppid=32637 vsize=15188 CPUtime=25.91
/proc/32638/stat : 32638 (minisat) R 32637 32475 31753 0 -1 4194304 3684 0 0 0 2589 2 0 0 25 0 1 0 73692482 15552512 3670 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/32638/statm: 3797 3670 75 150 0 3644 0
Current children cumulated CPU time (s) 535.18
Current children cumulated vsize (KiB) 34276

[startup+550.303 s]
/proc/loadavg: 2.04 2.03 2.00 3/77 32638
/proc/meminfo: memFree=1412472/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=509.27
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1698 65919 0 7 4 2 50865 56 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32637] ppid=32475 vsize=5356 CPUtime=0
/proc/32637/stat : 32637 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73692482 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32637/statm: 1339 232 193 169 0 50 0
[pid=32638] ppid=32637 vsize=15332 CPUtime=38.59
/proc/32638/stat : 32638 (minisat) R 32637 32475 31753 0 -1 4194304 3697 0 0 0 3857 2 0 0 25 0 1 0 73692482 15699968 3683 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/32638/statm: 3833 3683 75 150 0 3680 0
Current children cumulated CPU time (s) 547.86
Current children cumulated vsize (KiB) 34420

[startup+563.101 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=556.22
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1866 77676 0 8 5 2 55550 65 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32651] ppid=32475 vsize=5356 CPUtime=0
/proc/32651/stat : 32651 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73697225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32651/statm: 1339 232 193 169 0 50 0
[pid=32652] ppid=32651 vsize=14660 CPUtime=4.29
/proc/32652/stat : 32652 (minisat) R 32651 32475 31753 0 -1 4194304 3572 0 0 0 425 4 0 0 25 0 1 0 73697225 15011840 3558 996147200 134512640 135127466 4294956256 18446744073709551615 134528071 0 0 4096 3 0 0 0 17 1 0 0
/proc/32652/statm: 3665 3558 75 150 0 3512 0
Current children cumulated CPU time (s) 560.51
Current children cumulated vsize (KiB) 33748

[startup+566.302 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=556.22
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1866 77676 0 8 5 2 55550 65 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32651] ppid=32475 vsize=5356 CPUtime=0
/proc/32651/stat : 32651 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73697225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32651/statm: 1339 232 193 169 0 50 0
[pid=32652] ppid=32651 vsize=14808 CPUtime=7.46
/proc/32652/stat : 32652 (minisat) R 32651 32475 31753 0 -1 4194304 3583 0 0 0 742 4 0 0 25 0 1 0 73697225 15163392 3569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32652/statm: 3702 3569 75 150 0 3549 0
Current children cumulated CPU time (s) 563.68
Current children cumulated vsize (KiB) 33896

[startup+567.901 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=556.22
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1866 77676 0 8 5 2 55550 65 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32651] ppid=32475 vsize=5356 CPUtime=0
/proc/32651/stat : 32651 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73697225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32651/statm: 1339 232 193 169 0 50 0
[pid=32652] ppid=32651 vsize=14808 CPUtime=9.04
/proc/32652/stat : 32652 (minisat) R 32651 32475 31753 0 -1 4194304 3588 0 0 0 900 4 0 0 25 0 1 0 73697225 15163392 3574 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/32652/statm: 3702 3574 75 150 0 3549 0
Current children cumulated CPU time (s) 565.26
Current children cumulated vsize (KiB) 33896

[startup+568.706 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=556.22
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1866 77676 0 8 5 2 55550 65 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32651] ppid=32475 vsize=5356 CPUtime=0
/proc/32651/stat : 32651 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73697225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32651/statm: 1339 232 193 169 0 50 0
[pid=32652] ppid=32651 vsize=14808 CPUtime=9.84
/proc/32652/stat : 32652 (minisat) R 32651 32475 31753 0 -1 4194304 3590 0 0 0 980 4 0 0 25 0 1 0 73697225 15163392 3576 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32652/statm: 3702 3576 75 150 0 3549 0
Current children cumulated CPU time (s) 566.06
Current children cumulated vsize (KiB) 33896

[startup+569.102 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=556.22
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1866 77676 0 8 5 2 55550 65 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
[pid=32651] ppid=32475 vsize=5356 CPUtime=0
/proc/32651/stat : 32651 (sh) S 32475 32475 31753 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73697225 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32651/statm: 1339 232 193 169 0 50 0
[pid=32652] ppid=32651 vsize=14808 CPUtime=10.24
/proc/32652/stat : 32652 (minisat) R 32651 32475 31753 0 -1 4194304 3591 0 0 0 1020 4 0 0 25 0 1 0 73697225 15163392 3577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32652/statm: 3702 3577 75 150 0 3549 0
Current children cumulated CPU time (s) 566.46
Current children cumulated vsize (KiB) 33896

[startup+569.501 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=566.76
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1927 81563 0 8 5 2 56599 70 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 566.76
Current children cumulated vsize (KiB) 13732

[startup+569.601 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 32652
/proc/meminfo: memFree=1412856/2055920 swapFree=4192812/4192956
[pid=32475] ppid=32473 vsize=13732 CPUtime=566.76
/proc/32475/stat : 32475 (sugar) S 32473 32475 31753 0 -1 4194304 1927 81563 0 8 5 2 56599 70 16 0 1 0 73641349 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32475/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 566.76
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 569.686
CPU time (s): 567.048
CPU user time (s): 566.28
CPU system time (s): 0.767883
CPU usage (%): 99.537
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 566.28
system time used= 0.767883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87427
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5129
involuntary context switches= 10752

runsolver used 0.676897 second user time and 1.9507 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-16 02:50:20
IDJOB=1125332
IDBENCH=63106
IDSOLVER=368
FILE ID=node45/1125332-1216169420
PBS_JOBID= 7905730
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/subs7/normalized-scenw-7-sub4-22_ext.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-1125332-1216169420/watcher-1125332-1216169420 -o /tmp/evaluation-result-1125332-1216169420/solver-1125332-1216169420 -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-1125332-1216169420.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 20fe9f9b5932c03f273f63290a37c636
RANDOM SEED=1438512992

node45.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.281
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.281
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:       1746936 kB
Buffers:         75568 kB
Cached:         152300 kB
SwapCached:          0 kB
Active:         200276 kB
Inactive:        52776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          45280 kB
Slab:            40936 kB
Committed_AS:   383628 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node45 at 2008-07-16 02:59:50