Trace number 1125308

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 830.837 838.945

General information on the benchmark

Namemaxcsp/celar/subs7/
normalized-scenw-7-sub3_ext.xml
MD5SUMae63cdc1b7ff08347e2736071b0aeb10
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark0.71489
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints421
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension421
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 02:46:39 2008
0.00/0.05	c 0	PID 30456
0.00/0.05	c 0	HOST node71.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125308-1216169199.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-1125308-1216169199.xml' 'HOME/temp.csp'
0.03/0.78	c 1	2 domains, 18 variables, 0 predicates, 140 relations, 421 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.87	c 1	Parsing HOME/temp.csp
1.35/1.46	c 2	parsed 581 expressions
1.35/1.47	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.47	c 2	MAX CSP: 421 constraints
1.35/1.47	c 2	Converting to clausal form CSP
1.45/1.51	c 2	converted 101 (10%) expressions
1.45/1.58	c 2	converted 201 (20%) expressions
1.63/1.73	c 2	converted 302 (30%) expressions
1.74/1.80	c 2	converted 402 (40%) expressions
1.74/1.85	c 2	converted 503 (50%) expressions
1.84/1.91	c 2	converted 603 (60%) expressions
2.04/2.14	c 2	converted 704 (70%) expressions
2.13/2.22	c 2	converted 804 (80%) expressions
2.23/2.30	c 2	converted 905 (90%) expressions
2.43/2.54	c 3	converted 1005 (100%) expressions
2.43/2.54	c 3	CSP : 860 integers, 0 booleans, 1262 clauses, largest domain size 632
2.43/2.54	c 3	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.54	c 3	Propagation in CSP
2.43/2.58	c 3	416 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.43/2.58	c 3	CSP : 860 integers, 0 booleans, 1262 clauses, largest domain size 422
2.43/2.58	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/2.58	c 3	Simplifing CSP by introducing new Boolean variables
2.43/2.59	c 3	CSP : 860 integers, 0 booleans, 1262 clauses, largest domain size 422
2.43/2.59	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.74	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.63/2.76	c 3	86 (10%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.63/2.76	c 3	172 (20%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.63/2.76	c 3	258 (30%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.63/2.76	c 3	344 (40%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.63/2.76	c 3	430 (50%) CSP integer variables are encoded (740 clauses, 7994 bytes)
2.63/2.76	c 3	516 (60%) CSP integer variables are encoded (1481 clauses, 17627 bytes)
2.63/2.77	c 3	602 (70%) CSP integer variables are encoded (2038 clauses, 24868 bytes)
2.63/2.77	c 3	688 (80%) CSP integer variables are encoded (2734 clauses, 33916 bytes)
2.63/2.77	c 3	774 (90%) CSP integer variables are encoded (5997 clauses, 76335 bytes)
2.63/2.77	c 3	860 (100%) CSP integer variables are encoded (6970 clauses, 88984 bytes)
2.82/2.96	c 3	127 (10%) CSP clauses are encoded (11985 clauses, 192430 bytes)
2.92/3.08	c 3	253 (20%) CSP clauses are encoded (17332 clauses, 316699 bytes)
3.12/3.22	c 3	379 (30%) CSP clauses are encoded (22581 clauses, 441383 bytes)
3.12/3.27	c 3	505 (40%) CSP clauses are encoded (25664 clauses, 505914 bytes)
3.12/3.30	c 3	631 (50%) CSP clauses are encoded (36984 clauses, 709355 bytes)
3.22/3.31	c 3	758 (60%) CSP clauses are encoded (40553 clauses, 771414 bytes)
3.22/3.37	c 4	884 (70%) CSP clauses are encoded (72401 clauses, 1353237 bytes)
3.31/3.43	c 4	1010 (80%) CSP clauses are encoded (101719 clauses, 1868604 bytes)
3.41/3.54	c 4	1136 (90%) CSP clauses are encoded (168583 clauses, 3092468 bytes)
3.61/3.70	c 4	1262 (100%) CSP clauses are encoded (258215 clauses, 4738156 bytes)
3.61/3.70	c 4	1262 CSP clauses encoded
3.61/3.70	c 4	Writing map file : HOME/temp.map
3.61/3.71	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.61/3.71	c 4	SAT : 7830 SAT variables, 258215 SAT clauses, 4738156 bytes
3.61/3.71	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.61/3.77	c 4	OBJECTIVE minimize _COST
3.61/3.77	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.61/3.77	c 4	SEARCHING: _COST <= 211
3.61/3.77	c 4	SOLVING HOME/temp.cnf
3.61/3.77	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.61/3.77	c 4	This is MiniSat 2.0 beta
3.61/3.77	c 4	WARNING: for repeatability, setting FPU to use double precision
3.61/3.77	c 4	============================[ Problem Statistics ]=============================
3.61/3.77	c 4	|                                                                             |
3.61/3.78	c 4	|  Number of variables:  7830                                                 |
3.61/3.78	c 4	|  Number of clauses:    258216                                               |
3.64/3.91	c 4	|  Parsing time:         0.12         s                                       |
3.64/3.97	c 4	============================[ Search Statistics ]==============================
3.64/3.97	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.64/3.97	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.64/3.97	c 4	===============================================================================
3.64/3.97	c 4	|         0 |    5940   172031   528044 |    57343        0    nan |  0.000 % |
3.64/4.07	c 4	|       101 |    5940   172031   528044 |    63078      101     18 | 24.138 % |
3.64/4.11	c 4	===============================================================================
3.64/4.11	c 4	restarts              : 2
3.64/4.11	c 4	conflicts             : 146            (456 /sec)
3.64/4.11	c 4	decisions             : 1540           (0.84 % random) (4813 /sec)
3.64/4.11	c 4	propagations          : 99677          (311538 /sec)
3.64/4.11	c 4	conflict literals     : 2477           (15.92 % deleted)
3.64/4.11	c 4	Memory used           : 12.40 MB
3.64/4.11	c 4	CPU time              : 0.319951 s
3.64/4.11	c 4	
3.64/4.12	c 4	SATISFIABLE
3.64/4.12	c 4	FOUND: _COST <= 211
3.64/4.12	s SATISFIABLE
3.64/4.12	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.64/4.12	c 4	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.99/4.20	c 4	Decoding HOME/temp.out
4.16/4.30	c 4	OBJECTIVE _COST 209
4.16/4.30	o 209
4.16/4.30	v 43 43 43 38 42 21 43 43 43 13 43 35 30 14 42 42 13 43
4.16/4.31	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.16/4.33	c 5	OBJECTIVE BOUND: 0 <= _COST <= 209
4.16/4.33	c 5	SEARCHING: _COST <= 104
4.16/4.33	c 5	SOLVING HOME/temp.cnf
4.16/4.33	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.16/4.34	c 5	This is MiniSat 2.0 beta
4.16/4.34	c 5	WARNING: for repeatability, setting FPU to use double precision
4.16/4.34	c 5	============================[ Problem Statistics ]=============================
4.16/4.34	c 5	|                                                                             |
4.16/4.34	c 5	|  Number of variables:  7830                                                 |
4.16/4.34	c 5	|  Number of clauses:    258216                                               |
4.18/4.48	c 5	|  Parsing time:         0.12         s                                       |
4.18/4.56	c 5	============================[ Search Statistics ]==============================
4.18/4.56	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.18/4.56	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.18/4.56	c 5	===============================================================================
4.18/4.56	c 5	|         0 |    4866   117887   368727 |    39295        0    nan |  0.000 % |
4.18/4.62	c 5	|       103 |    4866   117887   368727 |    43225      103     15 | 37.854 % |
4.18/4.68	c 5	|       253 |    4866   117887   368727 |    47547      253     18 | 37.854 % |
4.18/4.75	c 5	|       478 |    4866   117887   368727 |    52302      478     20 | 37.854 % |
4.18/4.86	c 5	|       815 |    4866   117887   368727 |    57532      815     21 | 37.854 % |
4.18/4.91	c 5	===============================================================================
4.18/4.91	c 5	restarts              : 5
4.18/4.91	c 5	conflicts             : 1025           (1881 /sec)
4.18/4.91	c 5	decisions             : 2272           (0.97 % random) (4169 /sec)
4.18/4.91	c 5	propagations          : 492682         (904141 /sec)
4.18/4.91	c 5	conflict literals     : 22070          (31.02 % deleted)
4.18/4.91	c 5	Memory used           : 12.54 MB
4.18/4.91	c 5	CPU time              : 0.544917 s
4.18/4.91	c 5	
4.18/4.91	c 5	SATISFIABLE
4.18/4.91	c 5	FOUND: _COST <= 104
4.18/4.91	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.18/4.91	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.18/5.00	c 5	Decoding HOME/temp.out
4.76/5.09	c 5	OBJECTIVE _COST 104
4.76/5.09	o 104
4.76/5.09	v 43 41 5 33 6 38 33 43 11 2 1 21 26 7 1 6 33 43
4.76/5.09	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.76/5.13	c 5	OBJECTIVE BOUND: 0 <= _COST <= 104
4.76/5.13	c 5	SEARCHING: _COST <= 52
4.76/5.13	c 5	SOLVING HOME/temp.cnf
4.76/5.13	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.76/5.13	c 5	This is MiniSat 2.0 beta
4.76/5.13	c 5	WARNING: for repeatability, setting FPU to use double precision
4.76/5.13	c 5	============================[ Problem Statistics ]=============================
4.76/5.13	c 5	|                                                                             |
4.76/5.14	c 5	|  Number of variables:  7830                                                 |
4.76/5.14	c 5	|  Number of clauses:    258216                                               |
4.93/5.28	c 5	|  Parsing time:         0.12         s                                       |
4.93/5.37	c 6	============================[ Search Statistics ]==============================
4.93/5.37	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.93/5.37	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.93/5.37	c 6	===============================================================================
4.93/5.37	c 6	|         0 |    4185    76141   245480 |    25380        0    nan |  0.000 % |
5.19/5.42	c 6	|       100 |    4185    76141   245480 |    27918      100     18 | 46.552 % |
5.19/5.46	c 6	|       251 |    4185    76141   245480 |    30710      251     17 | 46.552 % |
5.29/5.52	c 6	|       476 |    4185    76141   245480 |    33781      476     17 | 46.552 % |
5.29/5.59	c 6	|       815 |    4185    76141   245480 |    37159      815     16 | 46.552 % |
5.48/5.71	c 6	|      1323 |    4185    76141   245480 |    40875     1323     16 | 46.552 % |
5.58/5.89	c 6	|      2082 |    4185    76141   245480 |    44962     2082     16 | 46.552 % |
5.88/6.19	c 6	|      3222 |    4185    76141   245480 |    49459     3222     16 | 46.552 % |
6.38/6.65	c 7	|      4931 |    4185    76141   245480 |    54404     4931     17 | 46.552 % |
7.07/7.32	c 7	|      7493 |    4185    76141   245480 |    59845     7493     17 | 46.552 % |
8.15/8.48	c 9	|     11337 |    4185    76141   245480 |    65830    11337     17 | 46.552 % |
10.23/10.58	c 11	|     17105 |    4185    76141   245480 |    72413    17105     18 | 46.552 % |
14.49/14.89	c 15	|     25754 |    4185    76141   245480 |    79654    25754     19 | 46.552 % |
22.21/22.67	c 23	|     38729 |    4185    76141   245480 |    87619    38729     19 | 46.552 % |
34.50/35.03	c 35	|     58190 |    4185    76141   245480 |    96381    58190     20 | 46.552 % |
62.13/62.96	c 63	|     87382 |    4185    76141   245480 |   106019    87382     21 | 46.552 % |
101.75/102.99	c 103	|    131172 |    4185    76141   245480 |   116621    36415     22 | 46.552 % |
159.40/161.12	c 161	|    196858 |    4185    76141   245480 |   128284   102101     22 | 46.552 % |
253.51/256.10	c 256	|    295387 |    4185    76141   245480 |   141112    83780     22 | 46.552 % |
407.06/411.11	c 411	|    443179 |    4185    76141   245480 |   155223    99279     25 | 46.552 % |
663.63/670.12	c 670	|    664864 |    4185    76141   245480 |   170746    36306     21 | 46.552 % |
725.25/732.34	c 733	===============================================================================
725.25/732.34	c 733	restarts              : 21
725.25/732.34	c 733	conflicts             : 735738         (1021 /sec)
725.25/732.34	c 733	decisions             : 953900         (0.96 % random) (1324 /sec)
725.25/732.34	c 733	propagations          : 373147900      (518060 /sec)
725.25/732.34	c 733	conflict literals     : 16802761       (38.65 % deleted)
725.25/732.34	c 733	Memory used           : 32.61 MB
725.25/732.34	c 733	CPU time              : 720.279 s
725.25/732.34	c 733	
725.25/732.34	c 733	SATISFIABLE
725.25/732.35	c 733	FOUND: _COST <= 52
725.25/732.35	c 733	DECODING HOME/temp.out WITH HOME/temp.map
725.25/732.35	c 733	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
725.33/732.44	c 733	Decoding HOME/temp.out
725.46/732.58	c 733	OBJECTIVE _COST 52
725.46/732.58	o 52
725.46/732.58	v 43 42 3 8 5 0 6 12 12 0 0 26 35 6 33 5 34 43
725.55/732.62	c 733	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
725.55/732.62	c 733	OBJECTIVE BOUND: 0 <= _COST <= 52
725.55/732.62	c 733	SEARCHING: _COST <= 26
725.55/732.62	c 733	SOLVING HOME/temp.cnf
725.55/732.62	c 733	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
725.55/732.62	c 733	This is MiniSat 2.0 beta
725.55/732.62	c 733	WARNING: for repeatability, setting FPU to use double precision
725.55/732.62	c 733	============================[ Problem Statistics ]=============================
725.55/732.62	c 733	|                                                                             |
725.55/732.63	c 733	|  Number of variables:  7830                                                 |
725.55/732.63	c 733	|  Number of clauses:    258216                                               |
725.57/732.77	c 733	|  Parsing time:         0.13         s                                       |
725.57/732.86	c 733	============================[ Search Statistics ]==============================
725.57/732.86	c 733	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
725.57/732.86	c 733	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
725.57/732.86	c 733	===============================================================================
725.57/732.86	c 733	|         0 |    3660    51023   171675 |    17007        0    nan |  0.000 % |
725.57/732.90	c 733	|       100 |    3660    51023   171675 |    18708      100     13 | 53.257 % |
725.57/732.93	c 733	|       250 |    3660    51023   171675 |    20579      250     13 | 53.257 % |
725.57/732.98	c 733	|       476 |    3660    51023   171675 |    22637      476     13 | 53.257 % |
725.57/733.06	c 733	|       814 |    3660    51023   171675 |    24900      814     13 | 53.257 % |
725.57/733.18	c 733	|      1321 |    3660    51023   171675 |    27391     1321     13 | 53.257 % |
725.57/733.36	c 734	|      2080 |    3660    51023   171675 |    30130     2080     13 | 53.257 % |
726.52/733.64	c 734	|      3219 |    3660    51023   171675 |    33143     3219     14 | 53.257 % |
726.92/734.07	c 734	|      4927 |    3660    51023   171675 |    36457     4927     14 | 53.257 % |
727.61/734.80	c 735	|      7490 |    3660    51023   171675 |    40103     7490     14 | 53.257 % |
729.00/736.16	c 736	|     11334 |    3660    51023   171675 |    44113    11334     14 | 53.257 % |
731.07/738.20	c 738	|     17100 |    3660    51023   171675 |    48524    17100     14 | 53.257 % |
734.84/742.04	c 742	|     25751 |    3660    51023   171675 |    53377    25751     13 | 53.257 % |
737.12/744.31	c 744	===============================================================================
737.12/744.31	c 744	restarts              : 13
737.12/744.31	c 744	conflicts             : 33522          (2903 /sec)
737.12/744.31	c 744	decisions             : 44385          (1.21 % random) (3843 /sec)
737.12/744.31	c 744	propagations          : 16945848       (1467269 /sec)
737.12/744.31	c 744	conflict literals     : 495178         (35.23 % deleted)
737.12/744.31	c 744	Memory used           : 12.69 MB
737.12/744.31	c 744	CPU time              : 11.5492 s
737.12/744.31	c 744	
737.12/744.31	c 744	SATISFIABLE
737.12/744.31	c 744	FOUND: _COST <= 26
737.12/744.31	c 744	DECODING HOME/temp.out WITH HOME/temp.map
737.12/744.31	c 744	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
737.12/744.39	c 745	Decoding HOME/temp.out
737.15/744.49	c 745	OBJECTIVE _COST 26
737.15/744.49	o 26
737.15/744.49	v 43 43 8 8 5 0 7 13 13 0 5 26 21 7 10 5 36 32
737.15/744.49	c 745	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
737.15/744.53	c 745	OBJECTIVE BOUND: 0 <= _COST <= 26
737.15/744.53	c 745	SEARCHING: _COST <= 13
737.15/744.53	c 745	SOLVING HOME/temp.cnf
737.15/744.53	c 745	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
737.15/744.53	c 745	This is MiniSat 2.0 beta
737.15/744.53	c 745	WARNING: for repeatability, setting FPU to use double precision
737.15/744.53	c 745	============================[ Problem Statistics ]=============================
737.15/744.53	c 745	|                                                                             |
737.15/744.54	c 745	|  Number of variables:  7830                                                 |
737.15/744.54	c 745	|  Number of clauses:    258216                                               |
737.38/744.69	c 745	|  Parsing time:         0.13         s                                       |
737.48/744.78	c 745	============================[ Search Statistics ]==============================
737.48/744.78	c 745	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
737.48/744.78	c 745	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
737.48/744.78	c 745	===============================================================================
737.48/744.78	c 745	|         0 |    3200    36942   130799 |    12314        0    nan |  0.000 % |
737.57/744.82	c 745	|       100 |    3200    36942   130799 |    13545      100     12 | 59.132 % |
737.57/744.85	c 745	|       251 |    3200    36942   130799 |    14899      251      9 | 59.132 % |
737.57/744.89	c 745	|       476 |    3200    36942   130799 |    16389      476      9 | 59.132 % |
737.67/744.97	c 745	|       814 |    3200    36942   130799 |    18028      814      9 | 59.132 % |
737.77/745.07	c 745	|      1321 |    3189    36579   129233 |    19831      620     10 | 59.272 % |
737.97/745.21	c 745	|      2080 |    3189    36579   129233 |    21815     1379     12 | 59.272 % |
738.17/745.46	c 746	|      3222 |    3189    36579   129233 |    23996     2521     11 | 59.272 % |
738.57/745.82	c 746	|      4930 |    3189    36579   129233 |    26396     4229     12 | 59.272 % |
739.16/746.45	c 747	|      7495 |    3189    36579   129233 |    29035     6794     12 | 59.272 % |
740.15/747.42	c 748	|     11339 |    3156    35112   122898 |    31939     4025     11 | 59.694 % |
741.04/748.37	c 749	===============================================================================
741.04/748.37	c 749	restarts              : 11
741.04/748.37	c 749	conflicts             : 15489          (4099 /sec)
741.04/748.37	c 749	decisions             : 21302          (1.08 % random) (5638 /sec)
741.04/748.37	c 749	propagations          : 8131906        (2152195 /sec)
741.04/748.37	c 749	conflict literals     : 184147         (34.55 % deleted)
741.04/748.37	c 749	Memory used           : 12.68 MB
741.04/748.37	c 749	CPU time              : 3.77842 s
741.04/748.37	c 749	
741.04/748.37	c 749	UNSATISFIABLE
741.04/748.37	c 749	NOT FOUND: _COST <= 13
741.04/748.37	c 749	OBJECTIVE BOUND: 14 <= _COST <= 26
741.04/748.37	c 749	SEARCHING: _COST <= 20
741.04/748.37	c 749	SOLVING HOME/temp.cnf
741.04/748.37	c 749	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
741.04/748.38	c 749	This is MiniSat 2.0 beta
741.04/748.38	c 749	WARNING: for repeatability, setting FPU to use double precision
741.04/748.38	c 749	============================[ Problem Statistics ]=============================
741.04/748.38	c 749	|                                                                             |
741.04/748.38	c 749	|  Number of variables:  7830                                                 |
741.04/748.38	c 749	|  Number of clauses:    258216                                               |
741.14/748.53	c 749	|  Parsing time:         0.13         s                                       |
741.14/748.62	c 749	============================[ Search Statistics ]==============================
741.14/748.62	c 749	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
741.14/748.62	c 749	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
741.14/748.62	c 749	===============================================================================
741.14/748.62	c 749	|         0 |    3450    43994   151212 |    14664        0    nan |  0.000 % |
741.14/748.66	c 749	|       100 |    3450    43994   151212 |    16131      100     13 | 55.939 % |
741.14/748.69	c 749	|       250 |    3450    43994   151212 |    17744      250     13 | 55.939 % |
741.14/748.74	c 749	|       476 |    3450    43994   151212 |    19518      476     13 | 55.939 % |
741.14/748.82	c 749	|       814 |    3450    43994   151212 |    21470      814     12 | 55.939 % |
741.14/748.93	c 749	|      1320 |    3450    43994   151212 |    23617     1320     11 | 55.939 % |
741.75/749.10	c 749	|      2080 |    3450    43994   151212 |    25979     2080     12 | 55.939 % |
742.04/749.37	c 750	|      3219 |    3450    43994   151212 |    28577     3219     12 | 55.939 % |
742.53/749.80	c 750	|      4927 |    3450    43994   151212 |    31435     4927     12 | 55.939 % |
743.03/750.39	c 751	|      7494 |    3450    43994   151212 |    34578     7494     15 | 55.939 % |
744.22/751.54	c 752	|     11340 |    3450    43994   151212 |    38036    11340     14 | 55.939 % |
746.00/753.38	c 754	|     17106 |    3450    43994   151212 |    41840    17106     15 | 55.939 % |
749.67/757.08	c 757	|     25756 |    3450    43994   151212 |    46024    25756     15 | 55.939 % |
754.03/761.43	c 762	===============================================================================
754.03/761.43	c 762	restarts              : 13
754.03/761.43	c 762	conflicts             : 35516          (2752 /sec)
754.03/761.43	c 762	decisions             : 47856          (1.15 % random) (3708 /sec)
754.03/761.43	c 762	propagations          : 18627316       (1443191 /sec)
754.03/761.43	c 762	conflict literals     : 591948         (31.19 % deleted)
754.03/761.43	c 762	Memory used           : 12.84 MB
754.03/761.43	c 762	CPU time              : 12.907 s
754.03/761.43	c 762	
754.03/761.44	c 762	SATISFIABLE
754.03/761.44	c 762	FOUND: _COST <= 20
754.03/761.44	c 762	DECODING HOME/temp.out WITH HOME/temp.map
754.03/761.44	c 762	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
754.07/761.52	c 762	Decoding HOME/temp.out
754.08/761.61	c 762	OBJECTIVE _COST 20
754.08/761.61	o 20
754.08/761.62	v 43 43 9 9 8 3 10 15 15 5 3 26 21 10 8 8 36 32
754.08/761.62	c 762	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
754.08/761.66	c 762	OBJECTIVE BOUND: 14 <= _COST <= 20
754.08/761.66	c 762	SEARCHING: _COST <= 17
754.08/761.66	c 762	SOLVING HOME/temp.cnf
754.08/761.66	c 762	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
754.08/761.66	c 762	This is MiniSat 2.0 beta
754.08/761.66	c 762	WARNING: for repeatability, setting FPU to use double precision
754.08/761.66	c 762	============================[ Problem Statistics ]=============================
754.08/761.66	c 762	|                                                                             |
754.08/761.66	c 762	|  Number of variables:  7830                                                 |
754.08/761.66	c 762	|  Number of clauses:    258216                                               |
754.27/761.81	c 762	|  Parsing time:         0.12         s                                       |
754.27/761.90	c 762	============================[ Search Statistics ]==============================
754.27/761.90	c 762	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
754.27/761.90	c 762	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
754.27/761.90	c 762	===============================================================================
754.27/761.90	c 762	|         0 |    3345    40844   142074 |    13614        0    nan |  0.000 % |
754.27/761.93	c 762	|       100 |    3345    40844   142074 |    14976      100     13 | 57.280 % |
754.27/761.96	c 762	|       250 |    3345    40844   142074 |    16473      250     10 | 57.280 % |
754.27/762.02	c 762	|       475 |    3345    40844   142074 |    18121      475     11 | 57.280 % |
754.27/762.09	c 762	|       812 |    3345    40844   142074 |    19933      812     11 | 57.280 % |
754.80/762.21	c 762	|      1318 |    3345    40844   142074 |    21926     1318     10 | 57.280 % |
754.90/762.38	c 763	|      2078 |    3345    40844   142074 |    24119     2078     10 | 57.280 % |
755.19/762.63	c 763	|      3217 |    3345    40844   142074 |    26531     3217     11 | 57.280 % |
755.59/763.06	c 763	|      4925 |    3345    40844   142074 |    29184     4925     12 | 57.280 % |
756.28/763.77	c 764	|      7487 |    3345    40844   142074 |    32102     7487     13 | 57.280 % |
757.47/764.91	c 765	|     11333 |    3345    40844   142074 |    35312    11333     12 | 57.280 % |
759.06/766.59	c 767	|     17099 |    3345    40844   142074 |    38844    17099     13 | 57.280 % |
762.02/769.58	c 770	|     25748 |    3345    40844   142074 |    42728    25748     15 | 57.280 % |
767.57/775.19	c 775	|     38725 |    3345    40844   142074 |    47001    38725     15 | 57.280 % |
776.98/784.63	c 785	|     58186 |    3273    37699   128455 |    51701     7142     12 | 58.200 % |
778.37/786.02	c 786	===============================================================================
778.37/786.02	c 786	restarts              : 15
778.37/786.02	c 786	conflicts             : 63199          (2622 /sec)
778.37/786.02	c 786	decisions             : 83206          (1.14 % random) (3453 /sec)
778.37/786.02	c 786	propagations          : 31786330       (1318971 /sec)
778.37/786.02	c 786	conflict literals     : 1001532        (32.37 % deleted)
778.37/786.02	c 786	Memory used           : 13.06 MB
778.37/786.02	c 786	CPU time              : 24.0993 s
778.37/786.02	c 786	
778.37/786.02	c 786	UNSATISFIABLE
778.37/786.02	c 786	NOT FOUND: _COST <= 17
778.37/786.02	c 786	OBJECTIVE BOUND: 18 <= _COST <= 20
778.37/786.02	c 786	SEARCHING: _COST <= 19
778.37/786.02	c 786	SOLVING HOME/temp.cnf
778.37/786.02	c 786	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
778.37/786.02	c 786	This is MiniSat 2.0 beta
778.37/786.02	c 786	WARNING: for repeatability, setting FPU to use double precision
778.37/786.02	c 786	============================[ Problem Statistics ]=============================
778.37/786.02	c 786	|                                                                             |
778.37/786.03	c 786	|  Number of variables:  7830                                                 |
778.37/786.03	c 786	|  Number of clauses:    258216                                               |
778.40/786.17	c 786	|  Parsing time:         0.13         s                                       |
778.40/786.26	c 786	============================[ Search Statistics ]==============================
778.40/786.26	c 786	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
778.40/786.26	c 786	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
778.40/786.26	c 786	===============================================================================
778.40/786.26	c 786	|         0 |    3415    42917   148085 |    14305        0    nan |  0.000 % |
778.40/786.30	c 786	|       101 |    3415    42917   148085 |    15736      101     15 | 56.386 % |
778.40/786.34	c 787	|       252 |    3415    42917   148085 |    17309      252     12 | 56.386 % |
778.40/786.38	c 787	|       477 |    3415    42917   148085 |    19040      477     11 | 56.386 % |
778.77/786.47	c 787	|       814 |    3415    42917   148085 |    20944      814     11 | 56.386 % |
778.87/786.59	c 787	|      1320 |    3415    42917   148085 |    23039     1320     11 | 56.386 % |
779.06/786.75	c 787	|      2079 |    3415    42917   148085 |    25343     2079     12 | 56.386 % |
779.35/787.03	c 787	|      3218 |    3415    42917   148085 |    27877     3218     11 | 56.386 % |
779.75/787.42	c 788	|      4926 |    3404    42554   146519 |    30665     1099     12 | 56.526 % |
780.35/788.08	c 788	|      7489 |    3404    42554   146519 |    33732     3662     13 | 56.526 % |
781.44/789.13	c 789	|     11333 |    3404    42554   146519 |    37105     7506     13 | 56.526 % |
783.22/790.97	c 791	|     17101 |    3404    42554   146519 |    40815    13274     13 | 56.526 % |
785.89/793.62	c 794	|     25753 |    3404    42554   146519 |    44897    21926     15 | 56.526 % |
791.04/798.88	c 799	|     38727 |    3404    42554   146519 |    49387    34900     16 | 56.526 % |
802.34/810.21	c 810	|     58189 |    3404    42554   146519 |    54325    14809     16 | 56.526 % |
814.12/822.18	c 822	|     87381 |    3404    42554   146519 |    59758    44001     19 | 56.526 % |
830.77/838.93	c 839	===============================================================================
830.77/838.93	c 839	restarts              : 16
830.77/838.93	c 839	conflicts             : 118708         (2266 /sec)
830.77/838.93	c 839	decisions             : 156416         (1.13 % random) (2986 /sec)
830.77/838.93	c 839	propagations          : 59017623       (1126526 /sec)
830.77/838.93	c 839	conflict literals     : 2006363        (31.96 % deleted)
830.77/838.93	c 839	Memory used           : 14.09 MB
830.77/838.93	c 839	CPU time              : 52.389 s
830.77/838.93	c 839	
830.77/838.93	c 839	UNSATISFIABLE
830.77/838.94	c 839	NOT FOUND: _COST <= 19
830.77/838.94	c 839	OBJECTIVE _COST 20
830.77/838.94	s OPTIMUM FOUND
830.77/838.94	c 839	CPU 830.18 (0.05 0.02 830.13 0.61)
830.77/838.94	c 839	END Wed Jul 16 03:00:38 2008

Verifier Data (download as text)

OK	20	401
20 unsatisfied constraints, 401 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-1125308-1216169199/watcher-1125308-1216169199 -o /tmp/evaluation-result-1125308-1216169199/solver-1125308-1216169199 -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-1125308-1216169199.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.01 2.00 4/79 30456
/proc/meminfo: memFree=1618080/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=12000 CPUtime=0
/proc/30456/stat : 30456 (sugar) R 30454 30456 28541 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 73617718 12288000 163 996147200 4194304 4206940 548682068592 18446744073709551615 231961944142 0 0 4224 0 0 0 0 17 1 0 0
/proc/30456/statm: 3000 163 125 3 0 100 0

[startup+0.0819429 s]
/proc/loadavg: 2.00 2.01 2.00 4/79 30456
/proc/meminfo: memFree=1618080/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.03
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73617718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102949 s]
/proc/loadavg: 2.00 2.01 2.00 4/79 30456
/proc/meminfo: memFree=1618080/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.03
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73617718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301969 s]
/proc/loadavg: 2.00 2.01 2.00 4/79 30456
/proc/meminfo: memFree=1618080/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.03
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73617718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702023 s]
/proc/loadavg: 2.00 2.01 2.00 4/79 30456
/proc/meminfo: memFree=1618080/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.03
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73617718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 30478
/proc/meminfo: memFree=1608904/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.76
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 974 4948 0 1 3 1 67 5 15 0 1 0 73617718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 28541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73617797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=864180 CPUtime=0.69
/proc/30470/stat : 30470 (java) S 30469 30456 28541 0 -1 0 6888 0 1 0 65 4 0 0 18 0 9 0 73617797 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 216045 6151 2540 9 0 210620 0
[pid=30470/tid=30471] ppid=30469 vsize=864180 CPUtime=0.4
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 28541 0 -1 64 2581 0 1 0 38 2 0 0 23 0 9 0 73617798 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30472] ppid=30469 vsize=864180 CPUtime=0.19
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 28541 0 -1 64 3277 0 0 0 18 1 0 0 16 0 9 0 73617800 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30473] ppid=30469 vsize=864180 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 28541 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73617800 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=864180 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 28541 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73617800 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=864180 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 28541 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73617802 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=864180 CPUtime=0.08
/proc/30470/task/30476/stat : 30476 (java) R 30469 30456 28541 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 73617802 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 101760080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30477] ppid=30469 vsize=864180 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 28541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73617802 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=864180 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 28541 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73617802 884920320 6151 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883136

[startup+3.10234 s]
/proc/loadavg: 2.08 2.03 2.01 4/90 30478
/proc/meminfo: memFree=1586312/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13600 CPUtime=0.76
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 974 4948 0 1 3 1 67 5 15 0 1 0 73617718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3400 797 370 3 0 500 0
[pid=30469] ppid=30456 vsize=5356 CPUtime=0
/proc/30469/stat : 30469 (sh) S 30456 30456 28541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73617797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30469/statm: 1339 233 193 169 0 50 0
[pid=30470] ppid=30469 vsize=868468 CPUtime=2.26
/proc/30470/stat : 30470 (java) S 30469 30456 28541 0 -1 0 13697 0 1 0 219 7 0 0 18 0 9 0 73617797 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30470/statm: 217117 12856 2565 9 0 211664 0
[pid=30470/tid=30471] ppid=30469 vsize=868468 CPUtime=1.13
/proc/30470/task/30471/stat : 30471 (java) R 30469 30456 28541 0 -1 64 3030 0 1 0 110 3 0 0 25 0 9 0 73617798 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4126988790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30472] ppid=30469 vsize=868468 CPUtime=0.86
/proc/30470/task/30472/stat : 30472 (java) S 30469 30456 28541 0 -1 64 8481 0 0 0 83 3 0 0 16 0 9 0 73617800 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30473] ppid=30469 vsize=868468 CPUtime=0
/proc/30470/task/30473/stat : 30473 (java) S 30469 30456 28541 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73617800 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30474] ppid=30469 vsize=868468 CPUtime=0
/proc/30470/task/30474/stat : 30474 (java) S 30469 30456 28541 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73617800 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30475] ppid=30469 vsize=868468 CPUtime=0
/proc/30470/task/30475/stat : 30475 (java) S 30469 30456 28541 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73617802 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30476] ppid=30469 vsize=868468 CPUtime=0.24
/proc/30470/task/30476/stat : 30476 (java) S 30469 30456 28541 0 -1 64 1490 0 0 0 24 0 0 0 15 0 9 0 73617802 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30477] ppid=30469 vsize=868468 CPUtime=0
/proc/30470/task/30477/stat : 30477 (java) S 30469 30456 28541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73617802 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30470/tid=30478] ppid=30469 vsize=868468 CPUtime=0
/proc/30470/task/30478/stat : 30478 (java) S 30469 30456 28541 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73617802 889311232 12856 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887424

[startup+6.30274 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 30504
/proc/meminfo: memFree=1598096/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 15 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=12960 CPUtime=1.15
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 3100 0 0 0 113 2 0 0 25 0 1 0 73618232 13271040 3086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 3240 3086 75 150 0 3087 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 32048

[startup+12.7016 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 30504
/proc/meminfo: memFree=1597904/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=13100 CPUtime=7.48
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 3124 0 0 0 746 2 0 0 25 0 1 0 73618232 13414400 3110 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 3275 3110 75 150 0 3122 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 32188

[startup+25.5022 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 30504
/proc/meminfo: memFree=1597712/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=13740 CPUtime=20.15
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 3263 0 0 0 2013 2 0 0 25 0 1 0 73618232 14069760 3249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 3435 3249 75 150 0 3282 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 32828

[startup+51.1025 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 30504
/proc/meminfo: memFree=1593872/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=17700 CPUtime=45.51
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 4247 0 0 0 4547 4 0 0 25 0 1 0 73618232 18124800 4233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 4425 4233 75 150 0 4272 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 36788

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 30504
/proc/meminfo: memFree=1589264/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=22076 CPUtime=96.23
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 5347 0 0 0 9618 5 0 0 25 0 1 0 73618232 22605824 5333 996147200 134512640 135127466 4294956256 18446744073709551615 134522631 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 5519 5333 75 150 0 5366 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 41164

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 30504
/proc/meminfo: memFree=1588304/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0

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

/proc/30504/statm: 8084 7802 75 150 0 7931 0
Current children cumulated CPU time (s) 517.22
Current children cumulated vsize (KiB) 51424

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30504
/proc/meminfo: memFree=1577872/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=32512 CPUtime=571.73
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 7843 0 0 0 57165 8 0 0 25 0 1 0 73618232 33292288 7829 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 8128 7829 75 150 0 7975 0
Current children cumulated CPU time (s) 576.66
Current children cumulated vsize (KiB) 51600

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30504
/proc/meminfo: memFree=1577168/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=33004 CPUtime=631.16
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 7955 0 0 0 63108 8 0 0 25 0 1 0 73618232 33796096 7941 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 8251 7941 75 150 0 8098 0
Current children cumulated CPU time (s) 636.09
Current children cumulated vsize (KiB) 52092

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30504
/proc/meminfo: memFree=1576912/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=4.93
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1302 33449 0 4 4 1 459 29 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30503] ppid=30456 vsize=5356 CPUtime=0
/proc/30503/stat : 30503 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73618232 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30503/statm: 1339 232 193 169 0 50 0
[pid=30504] ppid=30503 vsize=33084 CPUtime=690.59
/proc/30504/stat : 30504 (minisat) R 30503 30456 28541 0 -1 4194304 7989 0 0 0 69051 8 0 0 25 0 1 0 73618232 33878016 7975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30504/statm: 8271 7975 75 150 0 8118 0
Current children cumulated CPU time (s) 695.52
Current children cumulated vsize (KiB) 52172

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30542
/proc/meminfo: memFree=1596432/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=754.27
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1702 63595 0 7 5 2 75364 56 15 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30541] ppid=30456 vsize=5356 CPUtime=0
/proc/30541/stat : 30541 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73693884 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30541/statm: 1339 232 193 169 0 50 0
[pid=30542] ppid=30541 vsize=12988 CPUtime=0.63
/proc/30542/stat : 30542 (minisat) R 30541 30456 28541 0 -1 4194304 3089 0 0 0 61 2 0 0 25 0 1 0 73693884 13299712 3075 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/30542/statm: 3247 3075 75 150 0 3094 0
Current children cumulated CPU time (s) 754.9
Current children cumulated vsize (KiB) 32076

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1595536/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=13700 CPUtime=35.92
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3270 0 0 0 3591 1 0 0 25 0 1 0 73696321 14028800 3248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3425 3248 75 150 0 3272 0
Current children cumulated CPU time (s) 814.32
Current children cumulated vsize (KiB) 32788

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

[startup+831.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1595024/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=14120 CPUtime=45.43
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3387 0 0 0 4542 1 0 0 25 0 1 0 73696321 14458880 3365 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3530 3365 75 150 0 3377 0
Current children cumulated CPU time (s) 823.83
Current children cumulated vsize (KiB) 33208

[startup+835.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1594960/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=14276 CPUtime=48.61
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3414 0 0 0 4859 2 0 0 25 0 1 0 73696321 14618624 3392 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3569 3392 75 150 0 3416 0
Current children cumulated CPU time (s) 827.01
Current children cumulated vsize (KiB) 33364

[startup+836.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1594896/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=14276 CPUtime=50.19
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3420 0 0 0 5017 2 0 0 25 0 1 0 73696321 14618624 3398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3569 3398 75 150 0 3416 0
Current children cumulated CPU time (s) 828.59
Current children cumulated vsize (KiB) 33364

[startup+838.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1594832/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=14420 CPUtime=51.78
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3437 0 0 0 5176 2 0 0 25 0 1 0 73696321 14766080 3415 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3605 3415 75 150 0 3452 0
Current children cumulated CPU time (s) 830.18
Current children cumulated vsize (KiB) 33508

[startup+838.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1594832/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=14420 CPUtime=52.17
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3437 0 0 0 5215 2 0 0 25 0 1 0 73696321 14766080 3415 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3605 3415 75 150 0 3452 0
Current children cumulated CPU time (s) 830.57
Current children cumulated vsize (KiB) 33508

[startup+838.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 30544
/proc/meminfo: memFree=1594832/2055920 swapFree=4176684/4192956
[pid=30456] ppid=30454 vsize=13732 CPUtime=778.4
/proc/30456/stat : 30456 (sugar) S 30454 30456 28541 0 -1 4194304 1756 67094 0 7 5 2 77774 59 16 0 1 0 73617718 14061568 814 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30456/statm: 3433 814 374 3 0 533 0
[pid=30543] ppid=30456 vsize=5356 CPUtime=0
/proc/30543/stat : 30543 (sh) S 30456 30456 28541 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 73696321 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30543/statm: 1339 232 193 169 0 50 0
[pid=30544] ppid=30543 vsize=14420 CPUtime=52.37
/proc/30544/stat : 30544 (minisat) R 30543 30456 28541 0 -1 4194304 3437 0 0 0 5235 2 0 0 25 0 1 0 73696321 14766080 3415 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/30544/statm: 3605 3415 75 150 0 3452 0
Current children cumulated CPU time (s) 830.77
Current children cumulated vsize (KiB) 33508

Child status: 0
Real time (s): 838.945
CPU time (s): 830.837
CPU user time (s): 830.192
CPU system time (s): 0.644901
CPU usage (%): 99.0335
Max. virtual memory (cumulated for all children) (KiB): 887424

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

runsolver used 1.03684 second user time and 2.81557 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-16 02:46:39
IDJOB=1125308
IDBENCH=63103
IDSOLVER=368
FILE ID=node71/1125308-1216169199
PBS_JOBID= 7905639
Free space on /tmp= 66520 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae63cdc1b7ff08347e2736071b0aeb10
RANDOM SEED=1413541420

node71.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.225
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.225
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:       1618624 kB
Buffers:         76644 kB
Cached:         193348 kB
SwapCached:       5680 kB
Active:         314956 kB
Inactive:        56652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618624 kB
SwapTotal:     4192956 kB
SwapFree:      4176684 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:         108820 kB
Slab:            49996 kB
Committed_AS:   383400 kB
PageTables:       2620 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= 66520 MiB
End job on node71 at 2008-07-16 03:00:38