Trace number 1117812

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 1538.99 1554.02

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeLoose/
normalized-vcsp-25-10-100-18-15_ext.xml
MD5SUM982091cdbafce5c95ca2a9b20cf35f47
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark100.907
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
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.04	c 0	BEGIN Mon Jul 14 22:19:39 2008
0.00/0.04	c 0	PID 26343
0.03/0.05	c 0	HOST node7.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1117812-1216066779.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-1117812-1216066779.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.04/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.62	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.58/0.70	c 1	Parsing HOME/temp.csp
0.58/0.88	c 1	parsed 626 expressions
0.58/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.89	c 1	MAX CSP: 300 constraints
0.58/0.89	c 1	Converting to clausal form CSP
0.58/0.91	c 1	converted 93 (10%) expressions
0.58/0.91	c 1	converted 186 (20%) expressions
0.58/0.92	c 1	converted 279 (30%) expressions
0.58/0.93	c 1	converted 372 (40%) expressions
0.58/0.95	c 1	converted 465 (50%) expressions
0.58/0.96	c 1	converted 558 (60%) expressions
0.58/0.96	c 1	converted 651 (70%) expressions
0.58/0.97	c 1	converted 744 (80%) expressions
0.58/0.99	c 1	converted 837 (90%) expressions
1.03/1.14	c 2	converted 929 (100%) expressions
1.03/1.14	c 2	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 451
1.03/1.14	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.14	c 2	Propagation in CSP
1.03/1.18	c 2	296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.18	c 2	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.03/1.18	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.18	c 2	Simplifing CSP by introducing new Boolean variables
1.03/1.18	c 2	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.03/1.18	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.21	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 2	63 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.12/1.23	c 2	125 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.12/1.23	c 2	188 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.12/1.23	c 2	250 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.12/1.23	c 2	313 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.12/1.24	c 2	375 (60%) CSP integer variables are encoded (693 clauses, 7608 bytes)
1.12/1.24	c 2	438 (70%) CSP integer variables are encoded (3016 clauses, 37807 bytes)
1.12/1.24	c 2	500 (80%) CSP integer variables are encoded (3623 clauses, 45698 bytes)
1.12/1.24	c 2	563 (90%) CSP integer variables are encoded (3979 clauses, 50326 bytes)
1.12/1.25	c 2	625 (100%) CSP integer variables are encoded (4493 clauses, 57008 bytes)
1.12/1.29	c 2	90 (10%) CSP clauses are encoded (5726 clauses, 81537 bytes)
1.23/1.31	c 2	180 (20%) CSP clauses are encoded (6962 clauses, 107121 bytes)
1.23/1.32	c 2	270 (30%) CSP clauses are encoded (8209 clauses, 134990 bytes)
1.23/1.34	c 2	360 (40%) CSP clauses are encoded (9298 clauses, 153812 bytes)
1.32/1.44	c 2	450 (50%) CSP clauses are encoded (58466 clauses, 1026620 bytes)
1.32/1.45	c 2	540 (60%) CSP clauses are encoded (60364 clauses, 1059039 bytes)
1.43/1.53	c 2	630 (70%) CSP clauses are encoded (105224 clauses, 1881747 bytes)
1.43/1.54	c 2	720 (80%) CSP clauses are encoded (107376 clauses, 1918637 bytes)
1.43/1.55	c 2	810 (90%) CSP clauses are encoded (112212 clauses, 2004587 bytes)
1.43/1.58	c 2	899 (100%) CSP clauses are encoded (129698 clauses, 2321495 bytes)
1.43/1.58	c 2	899 CSP clauses encoded
1.43/1.58	c 2	Writing map file : HOME/temp.map
1.43/1.59	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.59	c 2	SAT : 5118 SAT variables, 129698 SAT clauses, 2321495 bytes
1.43/1.59	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.62	c 2	OBJECTIVE minimize _COST
1.51/1.62	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.51/1.62	c 2	SEARCHING: _COST <= 150
1.51/1.62	c 2	SOLVING HOME/temp.cnf
1.51/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.62	c 2	This is MiniSat 2.0 beta
1.51/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.62	c 2	============================[ Problem Statistics ]=============================
1.51/1.62	c 2	|                                                                             |
1.51/1.63	c 2	|  Number of variables:  5118                                                 |
1.51/1.63	c 2	|  Number of clauses:    129699                                               |
1.51/1.69	c 2	|  Parsing time:         0.06         s                                       |
1.53/1.71	c 2	============================[ Search Statistics ]==============================
1.53/1.71	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.71	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.71	c 2	===============================================================================
1.53/1.71	c 2	|         0 |    3768    84644   250747 |    28214        0    nan |  0.000 % |
1.53/1.72	c 2	===============================================================================
1.53/1.72	c 2	restarts              : 1
1.53/1.72	c 2	conflicts             : 1              (11 /sec)
1.53/1.72	c 2	decisions             : 18             (0.00 % random) (196 /sec)
1.53/1.72	c 2	propagations          : 5150           (55987 /sec)
1.53/1.72	c 2	conflict literals     : 28             (6.67 % deleted)
1.53/1.72	c 2	Memory used           : 6.98 MB
1.53/1.72	c 2	CPU time              : 0.091986 s
1.53/1.72	c 2	
1.53/1.73	c 2	SATISFIABLE
1.53/1.73	c 2	FOUND: _COST <= 150
1.53/1.73	s SATISFIABLE
1.53/1.73	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.53/1.73	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.64/1.81	c 2	Decoding HOME/temp.out
1.64/1.88	c 2	OBJECTIVE _COST 150
1.64/1.88	o 150
1.64/1.88	v 1 0 9 6 6 3 5 3 1 9 8 8 4 2 3 8 9 8 7 9 9 9 9 9 9
1.64/1.88	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.64/1.94	c 2	OBJECTIVE BOUND: 0 <= _COST <= 150
1.64/1.94	c 2	SEARCHING: _COST <= 75
1.64/1.94	c 2	SOLVING HOME/temp.cnf
1.64/1.94	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.64/1.94	c 2	This is MiniSat 2.0 beta
1.64/1.94	c 2	WARNING: for repeatability, setting FPU to use double precision
1.64/1.94	c 2	============================[ Problem Statistics ]=============================
1.64/1.94	c 2	|                                                                             |
1.64/1.94	c 2	|  Number of variables:  5118                                                 |
1.64/1.95	c 2	|  Number of clauses:    129699                                               |
1.79/2.01	c 2	|  Parsing time:         0.06         s                                       |
1.79/2.04	c 2	============================[ Search Statistics ]==============================
1.79/2.04	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/2.04	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/2.04	c 2	===============================================================================
1.79/2.04	c 2	|         0 |    3018    57194   170572 |    19064        0    nan |  0.000 % |
1.79/2.05	c 2	===============================================================================
1.79/2.05	c 2	restarts              : 1
1.79/2.05	c 2	conflicts             : 10             (103 /sec)
1.79/2.05	c 2	decisions             : 25             (0.00 % random) (258 /sec)
1.79/2.05	c 2	propagations          : 5520           (56916 /sec)
1.79/2.05	c 2	conflict literals     : 423            (4.51 % deleted)
1.79/2.05	c 2	Memory used           : 7.11 MB
1.79/2.05	c 2	CPU time              : 0.096985 s
1.79/2.05	c 2	
1.79/2.05	c 2	SATISFIABLE
1.79/2.06	c 2	FOUND: _COST <= 75
1.79/2.06	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.79/2.06	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.93/2.14	c 3	Decoding HOME/temp.out
2.04/2.22	c 3	OBJECTIVE _COST 75
2.04/2.22	o 75
2.04/2.22	v 2 2 4 5 6 1 0 2 4 9 7 9 8 2 5 8 0 4 7 3 9 9 9 9 9
2.04/2.22	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.04/2.27	c 3	OBJECTIVE BOUND: 0 <= _COST <= 75
2.04/2.27	c 3	SEARCHING: _COST <= 37
2.04/2.27	c 3	SOLVING HOME/temp.cnf
2.04/2.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.04/2.28	c 3	This is MiniSat 2.0 beta
2.04/2.28	c 3	WARNING: for repeatability, setting FPU to use double precision
2.04/2.28	c 3	============================[ Problem Statistics ]=============================
2.04/2.28	c 3	|                                                                             |
2.04/2.28	c 3	|  Number of variables:  5118                                                 |
2.04/2.28	c 3	|  Number of clauses:    129699                                               |
2.07/2.35	c 3	|  Parsing time:         0.06         s                                       |
2.07/2.38	c 3	============================[ Search Statistics ]==============================
2.07/2.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.38	c 3	===============================================================================
2.07/2.38	c 3	|         0 |    2520    34975   105371 |    11658        0    nan |  0.000 % |
2.07/2.39	c 3	|       100 |    2520    34975   105371 |    12824      100     36 | 50.762 % |
2.07/2.41	c 3	|       250 |    2520    34975   105371 |    14106      250     31 | 50.762 % |
2.07/2.41	c 3	===============================================================================
2.07/2.41	c 3	restarts              : 3
2.07/2.41	c 3	conflicts             : 272            (2045 /sec)
2.07/2.41	c 3	decisions             : 419            (1.19 % random) (3151 /sec)
2.07/2.41	c 3	propagations          : 73729          (554441 /sec)
2.07/2.41	c 3	conflict literals     : 8209           (21.32 % deleted)
2.07/2.41	c 3	Memory used           : 7.11 MB
2.07/2.41	c 3	CPU time              : 0.132979 s
2.07/2.41	c 3	
2.07/2.42	c 3	SATISFIABLE
2.07/2.42	c 3	FOUND: _COST <= 37
2.07/2.42	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.07/2.42	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.21/2.50	c 3	Decoding HOME/temp.out
2.21/2.59	c 3	OBJECTIVE _COST 37
2.21/2.59	o 37
2.21/2.59	v 2 7 9 7 9 7 9 3 4 9 9 9 8 0 7 2 7 9 8 9 9 2 9 9 9
2.21/2.61	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.64	c 3	OBJECTIVE BOUND: 0 <= _COST <= 37
2.21/2.64	c 3	SEARCHING: _COST <= 18
2.21/2.64	c 3	SOLVING HOME/temp.cnf
2.21/2.64	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.21/2.64	c 3	This is MiniSat 2.0 beta
2.21/2.64	c 3	WARNING: for repeatability, setting FPU to use double precision
2.21/2.64	c 3	============================[ Problem Statistics ]=============================
2.21/2.64	c 3	|                                                                             |
2.21/2.64	c 3	|  Number of variables:  5118                                                 |
2.21/2.64	c 3	|  Number of clauses:    129699                                               |
2.41/2.71	c 3	|  Parsing time:         0.07         s                                       |
2.41/2.74	c 3	============================[ Search Statistics ]==============================
2.41/2.74	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/2.74	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/2.74	c 3	===============================================================================
2.41/2.74	c 3	|         0 |    2128    21457    65974 |     7152        0    nan |  0.000 % |
2.41/2.76	c 3	|       100 |    2128    21457    65974 |     7867      100     42 | 58.421 % |
2.41/2.77	c 3	|       251 |    2128    21457    65974 |     8654      251     34 | 58.421 % |
2.41/2.80	c 3	|       477 |    2128    21457    65974 |     9519      477     30 | 58.421 % |
2.41/2.84	c 3	|       814 |    2128    21457    65974 |    10471      814     28 | 58.421 % |
2.41/2.89	c 3	|      1321 |    2128    21457    65974 |    11518     1321     31 | 58.421 % |
2.41/2.98	c 3	|      2081 |    2128    21457    65974 |    12670     2081     28 | 58.421 % |
2.41/3.12	c 4	|      3220 |    2128    21457    65974 |    13937     3220     27 | 58.421 % |
3.06/3.35	c 4	|      4928 |    2128    21457    65974 |    15331     4928     25 | 58.421 % |
3.45/3.73	c 4	|      7490 |    2128    21457    65974 |    16864     7490     25 | 58.421 % |
3.85/4.15	c 5	===============================================================================
3.85/4.15	c 5	restarts              : 10
3.85/4.15	c 5	conflicts             : 10140          (6806 /sec)
3.85/4.15	c 5	decisions             : 11576          (0.71 % random) (7770 /sec)
3.85/4.15	c 5	propagations          : 3333006        (2237258 /sec)
3.85/4.15	c 5	conflict literals     : 252877         (31.66 % deleted)
3.85/4.15	c 5	Memory used           : 7.24 MB
3.85/4.15	c 5	CPU time              : 1.48977 s
3.85/4.15	c 5	
3.85/4.15	c 5	SATISFIABLE
3.85/4.15	c 5	FOUND: _COST <= 18
3.85/4.15	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.15	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'
3.91/4.23	c 5	Decoding HOME/temp.out
4.04/4.31	c 5	OBJECTIVE _COST 18
4.04/4.31	o 18
4.04/4.31	v 9 7 9 3 2 9 9 9 4 9 1 9 9 3 9 3 2 9 7 9 2 2 1 1 9
4.04/4.31	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.04/4.36	c 5	OBJECTIVE BOUND: 0 <= _COST <= 18
4.04/4.36	c 5	SEARCHING: _COST <= 9
4.04/4.36	c 5	SOLVING HOME/temp.cnf
4.04/4.36	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.04/4.37	c 5	This is MiniSat 2.0 beta
4.04/4.37	c 5	WARNING: for repeatability, setting FPU to use double precision
4.04/4.37	c 5	============================[ Problem Statistics ]=============================
4.04/4.37	c 5	|                                                                             |
4.04/4.37	c 5	|  Number of variables:  5118                                                 |
4.04/4.37	c 5	|  Number of clauses:    129699                                               |
4.07/4.44	c 5	|  Parsing time:         0.06         s                                       |
4.07/4.47	c 5	============================[ Search Statistics ]==============================
4.07/4.47	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.07/4.47	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.07/4.47	c 5	===============================================================================
4.07/4.47	c 5	|         0 |    1801    14239    45292 |     4746        0    nan |  0.000 % |
4.07/4.48	c 5	|       100 |    1801    14239    45292 |     5220      100     35 | 64.810 % |
4.07/4.50	c 5	|       250 |    1801    14239    45292 |     5743      250     27 | 64.811 % |
4.07/4.52	c 5	|       476 |    1801    14239    45292 |     6317      476     29 | 64.811 % |
4.07/4.56	c 5	|       813 |    1801    14239    45292 |     6949      813     24 | 64.811 % |
4.07/4.61	c 5	|      1320 |    1801    14239    45292 |     7644     1320     22 | 64.811 % |
4.07/4.71	c 5	|      2079 |    1801    14239    45292 |     8408     2079     20 | 64.811 % |
4.07/4.84	c 5	|      3218 |    1801    14239    45292 |     9249     3218     19 | 64.811 % |
4.07/5.06	c 5	|      4926 |    1801    14239    45292 |    10174     4926     20 | 64.811 % |
5.08/5.41	c 6	|      7489 |    1801    14239    45292 |    11191     7489     20 | 64.811 % |
5.57/5.97	c 6	|     11335 |    1801    14239    45292 |    12310    11335     20 | 64.811 % |
6.56/6.96	c 7	|     17101 |    1801    14239    45292 |    13541     8958     21 | 64.811 % |
8.05/8.44	c 9	|     25752 |    1801    14239    45292 |    14896     8857     22 | 64.811 % |
10.72/11.15	c 12	|     38726 |    1801    14239    45292 |    16385    12430     18 | 64.811 % |
14.89/15.37	c 16	|     58188 |    1801    14239    45292 |    18024    11534     25 | 64.811 % |
21.22/21.73	c 22	|     87380 |    1801    14239    45292 |    19826    18611     20 | 64.811 % |
31.33/31.91	c 32	|    131169 |    1801    14239    45292 |    21809    14165     25 | 64.811 % |
48.96/49.76	c 50	|    196853 |    1801    14239    45292 |    23990    13991     26 | 64.811 % |
75.30/76.35	c 77	|    295380 |    1801    14239    45292 |    26389    22803     23 | 64.811 % |
115.32/116.71	c 117	|    443169 |    1801    14239    45292 |    29028    17008     23 | 64.811 % |
119.08/120.57	c 121	===============================================================================
119.08/120.57	c 121	restarts              : 20
119.08/120.57	c 121	conflicts             : 458757         (3986 /sec)
119.08/120.57	c 121	decisions             : 506916         (0.77 % random) (4405 /sec)
119.08/120.57	c 121	propagations          : 138981649      (1207691 /sec)
119.08/120.57	c 121	conflict literals     : 11397807       (32.22 % deleted)
119.08/120.57	c 121	Memory used           : 11.40 MB
119.08/120.57	c 121	CPU time              : 115.081 s
119.08/120.57	c 121	
119.08/120.57	c 121	SATISFIABLE
119.08/120.58	c 121	FOUND: _COST <= 9
119.08/120.58	c 121	DECODING HOME/temp.out WITH HOME/temp.map
119.08/120.58	c 121	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
119.17/120.66	c 121	Decoding HOME/temp.out
119.18/120.75	c 121	OBJECTIVE _COST 9
119.18/120.75	o 9
119.18/120.75	v 6 2 9 3 6 3 7 1 7 6 9 9 6 9 7 2 2 9 4 8 2 7 1 5 9
119.18/120.77	c 121	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
119.18/120.80	c 121	OBJECTIVE BOUND: 0 <= _COST <= 9
119.18/120.80	c 121	SEARCHING: _COST <= 4
119.18/120.80	c 121	SOLVING HOME/temp.cnf
119.18/120.80	c 121	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
119.18/120.81	c 121	This is MiniSat 2.0 beta
119.18/120.81	c 121	WARNING: for repeatability, setting FPU to use double precision
119.18/120.81	c 121	============================[ Problem Statistics ]=============================
119.18/120.81	c 121	|                                                                             |
119.18/120.81	c 121	|  Number of variables:  5118                                                 |
119.18/120.81	c 121	|  Number of clauses:    129699                                               |
119.18/120.88	c 121	|  Parsing time:         0.06         s                                       |
119.47/120.92	c 121	============================[ Search Statistics ]==============================
119.47/120.92	c 121	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
119.47/120.92	c 121	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
119.47/120.92	c 121	===============================================================================
119.47/120.92	c 121	|         0 |    1427     9474    32114 |     3158        0    nan |  0.000 % |
119.47/120.93	c 121	|       101 |    1427     9474    32114 |     3473      101     33 | 72.118 % |
119.47/120.94	c 121	|       251 |    1427     9474    32114 |     3821      251     24 | 72.118 % |
119.47/120.96	c 121	|       476 |    1427     9474    32114 |     4203      476     30 | 72.118 % |
119.47/120.99	c 121	|       813 |    1427     9474    32114 |     4623      813     26 | 72.118 % |
119.57/121.05	c 121	|      1320 |    1427     9474    32114 |     5085     1320     23 | 72.118 % |
119.66/121.13	c 122	|      2079 |    1427     9474    32114 |     5594     2079     23 | 72.118 % |
119.76/121.26	c 122	|      3218 |    1427     9474    32114 |     6154     3218     22 | 72.118 % |
119.96/121.47	c 122	|      4927 |    1427     9474    32114 |     6769     4927     21 | 72.118 % |
120.36/121.82	c 122	|      7489 |    1427     9474    32114 |     7446     7489     22 | 72.118 % |
120.95/122.45	c 123	|     11336 |    1427     9474    32114 |     8191    11336     21 | 72.118 % |
121.84/123.30	c 124	|     17103 |    1427     9474    32114 |     9010    10963     23 | 72.118 % |
123.33/124.82	c 125	|     25752 |    1427     9474    32114 |     9911    12968     26 | 72.118 % |
125.51/127.04	c 127	|     38727 |    1427     9474    32114 |    10902    12089     21 | 72.118 % |
128.97/130.59	c 131	|     58188 |    1427     9474    32114 |    11992     9145     19 | 72.118 % |
134.12/135.70	c 136	|     87380 |    1427     9474    32114 |    13191    13923     29 | 72.118 % |
142.25/143.94	c 144	|    131169 |    1427     9474    32114 |    14510    14763     22 | 72.118 % |
155.42/157.24	c 158	|    196855 |    1427     9474    32114 |    15962    15764     22 | 72.118 % |
175.43/177.43	c 178	|    295381 |    1427     9474    32114 |    17558    14156     23 | 72.118 % |
207.13/209.48	c 210	|    443171 |    1427     9474    32114 |    19314    21826     24 | 72.118 % |
256.56/259.38	c 260	|    664854 |    1427     9474    32114 |    21245    21050     25 | 72.118 % |
334.80/338.35	c 339	|    997379 |    1427     9474    32114 |    23369    20766     29 | 72.118 % |
454.96/459.61	c 460	|   1496169 |    1427     9474    32114 |    25706    26746     27 | 72.118 % |
637.91/644.33	c 645	|   2244351 |    1427     9474    32114 |    28277    21262     25 | 72.118 % |
940.42/949.79	c 950	|   3366626 |    1427     9474    32114 |    31105    21573     26 | 72.118 % |
1288.20/1300.89	c 1301	===============================================================================
1288.20/1300.89	c 1301	restarts              : 25
1288.20/1300.89	c 1301	conflicts             : 4606811        (3941 /sec)
1288.20/1300.89	c 1301	decisions             : 5087549        (0.83 % random) (4353 /sec)
1288.20/1300.89	c 1301	propagations          : 1289616376     (1103300 /sec)
1288.20/1300.89	c 1301	conflict literals     : 119938227      (27.23 % deleted)
1288.20/1300.89	c 1301	Memory used           : 18.61 MB
1288.20/1300.89	c 1301	CPU time              : 1168.87 s
1288.20/1300.89	c 1301	
1288.20/1300.89	c 1301	SATISFIABLE
1288.30/1300.90	c 1301	FOUND: _COST <= 4
1288.30/1300.90	c 1301	DECODING HOME/temp.out WITH HOME/temp.map
1288.30/1300.90	c 1301	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1288.30/1300.99	c 1301	Decoding HOME/temp.out
1288.31/1301.07	c 1301	OBJECTIVE _COST 4
1288.31/1301.07	o 4
1288.31/1301.07	v 7 2 9 3 5 4 5 5 4 4 4 9 6 2 7 3 3 6 4 9 5 3 1 9 0
1288.31/1301.08	c 1301	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1288.31/1301.10	c 1302	OBJECTIVE BOUND: 0 <= _COST <= 4
1288.31/1301.10	c 1302	SEARCHING: _COST <= 2
1288.31/1301.10	c 1302	SOLVING HOME/temp.cnf
1288.31/1301.10	c 1302	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1288.31/1301.10	c 1302	This is MiniSat 2.0 beta
1288.31/1301.10	c 1302	WARNING: for repeatability, setting FPU to use double precision
1288.31/1301.10	c 1302	============================[ Problem Statistics ]=============================
1288.31/1301.10	c 1302	|                                                                             |
1288.31/1301.10	c 1302	|  Number of variables:  5118                                                 |
1288.31/1301.11	c 1302	|  Number of clauses:    129699                                               |
1288.31/1301.18	c 1302	|  Parsing time:         0.06         s                                       |
1288.59/1301.21	c 1302	============================[ Search Statistics ]==============================
1288.59/1301.22	c 1302	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1288.59/1301.22	c 1302	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1288.59/1301.22	c 1302	===============================================================================
1288.59/1301.22	c 1302	|         0 |    1125     7137    26007 |     2379        0    nan |  0.000 % |
1288.59/1301.23	c 1302	|       100 |    1125     7137    26007 |     2616      100     39 | 78.019 % |
1288.59/1301.24	c 1302	|       251 |    1125     7137    26007 |     2878      251     34 | 78.019 % |
1288.59/1301.26	c 1302	|       476 |    1125     7137    26007 |     3166      476     30 | 78.019 % |
1288.59/1301.30	c 1302	|       813 |    1125     7137    26007 |     3483      813     26 | 78.019 % |
1288.69/1301.35	c 1302	|      1320 |    1125     7137    26007 |     3831     1320     25 | 78.019 % |
1288.78/1301.41	c 1302	|      2080 |    1125     7137    26007 |     4214     2080     32 | 78.019 % |
1288.88/1301.53	c 1302	|      3221 |    1125     7137    26007 |     4635     3221     31 | 78.019 % |
1289.08/1301.75	c 1302	|      4930 |    1125     7137    26007 |     5099     4930     28 | 78.019 % |
1289.38/1302.09	c 1302	|      7492 |    1125     7137    26007 |     5609     7492     26 | 78.019 % |
1289.87/1302.58	c 1303	|     11337 |    1125     7137    26007 |     6170     6334     23 | 78.019 % |
1290.66/1303.35	c 1304	|     17105 |    1125     7137    26007 |     6787     6871     21 | 78.019 % |
1291.85/1304.53	c 1305	|     25754 |    1125     7137    26007 |     7466    10094     20 | 78.019 % |
1293.73/1306.48	c 1307	|     38729 |    1125     7137    26007 |     8212    11471     21 | 78.019 % |
1296.70/1309.43	c 1310	|     58190 |    1125     7137    26007 |     9034    12183     25 | 78.019 % |
1301.26/1314.08	c 1314	|     87382 |    1125     7137    26007 |     9937     8444     21 | 78.019 % |
1308.10/1320.94	c 1321	|    131171 |    1125     7137    26007 |    10931     9549     22 | 78.019 % |
1318.69/1331.63	c 1332	|    196855 |    1125     7137    26007 |    12024    14803     21 | 78.019 % |
1335.73/1348.87	c 1349	|    295384 |    1125     7137    26007 |    13227    14994     27 | 78.019 % |
1360.98/1374.38	c 1375	|    443173 |    1125     7137    26007 |    14549    12034     30 | 78.019 % |
1400.02/1413.77	c 1414	|    664857 |    1125     7137    26007 |    16004    17775     25 | 78.019 % |
1440.42/1454.58	c 1455	===============================================================================
1440.42/1454.58	c 1455	restarts              : 21
1440.42/1454.58	c 1455	conflicts             : 885924         (5828 /sec)
1440.42/1454.58	c 1455	decisions             : 990966         (0.89 % random) (6519 /sec)
1440.42/1454.58	c 1455	propagations          : 221495692      (1457181 /sec)
1440.42/1454.58	c 1455	conflict literals     : 24570854       (22.33 % deleted)
1440.42/1454.58	c 1455	Memory used           : 10.52 MB
1440.42/1454.58	c 1455	CPU time              : 152.003 s
1440.42/1454.58	c 1455	
1440.42/1454.59	c 1455	SATISFIABLE
1440.42/1454.59	c 1455	FOUND: _COST <= 2
1440.42/1454.59	c 1455	DECODING HOME/temp.out WITH HOME/temp.map
1440.42/1454.59	c 1455	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1440.52/1454.67	c 1455	Decoding HOME/temp.out
1440.52/1454.78	c 1455	OBJECTIVE _COST 2
1440.52/1454.78	o 2
1440.52/1454.78	v 0 2 6 9 8 6 3 7 1 8 3 8 8 7 7 5 5 4 9 7 7 3 7 2 6
1440.52/1454.79	c 1455	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1440.52/1454.81	c 1455	OBJECTIVE BOUND: 0 <= _COST <= 2
1440.52/1454.81	c 1455	SEARCHING: _COST <= 1
1440.52/1454.81	c 1455	SOLVING HOME/temp.cnf
1440.52/1454.81	c 1455	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1440.52/1454.81	c 1455	This is MiniSat 2.0 beta
1440.52/1454.81	c 1455	WARNING: for repeatability, setting FPU to use double precision
1440.52/1454.81	c 1455	============================[ Problem Statistics ]=============================
1440.52/1454.81	c 1455	|                                                                             |
1440.52/1454.81	c 1455	|  Number of variables:  5118                                                 |
1440.52/1454.81	c 1455	|  Number of clauses:    129699                                               |
1440.52/1454.88	c 1455	|  Parsing time:         0.07         s                                       |
1440.71/1454.92	c 1455	============================[ Search Statistics ]==============================
1440.71/1454.92	c 1455	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1440.71/1454.92	c 1455	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1440.71/1454.92	c 1455	===============================================================================
1440.71/1454.92	c 1455	|         0 |     825     5516    22043 |     1838        0    nan |  0.000 % |
1440.71/1454.93	c 1455	|       100 |     825     5516    22043 |     2022      100     37 | 83.880 % |
1440.71/1454.94	c 1455	|       251 |     825     5516    22043 |     2224      251     25 | 83.880 % |
1440.71/1454.96	c 1455	|       477 |     825     5516    22043 |     2447      477     25 | 83.880 % |
1440.71/1455.00	c 1455	|       814 |     825     5516    22043 |     2691      814     25 | 83.880 % |
1440.71/1455.05	c 1455	|      1320 |     825     5516    22043 |     2961     1320     27 | 83.880 % |
1440.71/1455.12	c 1456	|      2079 |     825     5516    22043 |     3257     2079     24 | 83.880 % |
1441.08/1455.23	c 1456	|      3218 |     825     5516    22043 |     3583     3218     23 | 83.880 % |
1441.28/1455.42	c 1456	|      4927 |     825     5516    22043 |     3941     4927     22 | 83.880 % |
1441.57/1455.71	c 1456	|      7491 |     825     5516    22043 |     4335     7491     22 | 83.880 % |
1441.97/1456.15	c 1457	|     11335 |     825     5516    22043 |     4769     6802     23 | 83.880 % |
1442.66/1456.82	c 1457	|     17101 |     825     5516    22043 |     5245     8009     24 | 83.880 % |
1443.66/1457.87	c 1458	|     25751 |     825     5516    22043 |     5770     7048     22 | 83.880 % |
1445.34/1459.50	c 1460	|     38726 |     825     5516    22043 |     6347     9905     22 | 83.880 % |
1447.62/1461.89	c 1462	|     58189 |     825     5516    22043 |     6982     7530     23 | 83.880 % |
1451.48/1465.71	c 1466	|     87383 |     824     5488    21935 |     7680     3020     27 | 83.900 % |
1457.03/1471.37	c 1472	|    131172 |     823     5455    21811 |     8448     6981     34 | 83.920 % |
1465.94/1480.38	c 1481	|    196856 |     823     5455    21811 |     9293     8029     21 | 83.920 % |
1479.71/1494.21	c 1495	|    295383 |     821     5385    21522 |    10222    11063     25 | 83.959 % |
1500.71/1515.50	c 1516	|    443172 |     819     5330    21269 |    11245    13574     30 | 83.998 % |
1532.41/1547.43	c 1548	|    664855 |     815     5206    20685 |    12369     2865     22 | 84.076 % |
1538.94/1554.01	c 1554	===============================================================================
1538.94/1554.01	c 1554	restarts              : 21
1538.94/1554.01	c 1554	conflicts             : 711086         (7238 /sec)
1538.94/1554.01	c 1554	decisions             : 801402         (1.03 % random) (8157 /sec)
1538.94/1554.01	c 1554	propagations          : 168589526      (1715993 /sec)
1538.94/1554.01	c 1554	conflict literals     : 17399035       (23.34 % deleted)
1538.94/1554.01	c 1554	Memory used           : 8.82 MB
1538.94/1554.01	c 1554	CPU time              : 98.2461 s
1538.94/1554.01	c 1554	
1538.94/1554.01	c 1554	UNSATISFIABLE
1538.94/1554.01	c 1554	NOT FOUND: _COST <= 1
1538.94/1554.01	c 1554	OBJECTIVE _COST 2
1538.94/1554.01	s OPTIMUM FOUND
1538.94/1554.01	c 1554	CPU 1538.54 (0.04 0.02 1538.5 0.41)
1538.94/1554.01	c 1554	END Mon Jul 14 22:45:33 2008

Verifier Data (download as text)

OK	2	298
2 unsatisfied constraints, 298 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-1117812-1216066779/watcher-1117812-1216066779 -o /tmp/evaluation-result-1117812-1216066779/solver-1117812-1216066779 -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-1117812-1216066779.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.50 2.62 2.56 4/81 26343
/proc/meminfo: memFree=1795064/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=12268 CPUtime=0
/proc/26343/stat : 26343 (sugar) R 26341 26343 25483 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 63381160 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 244691537600 0 0 4224 0 0 0 0 17 1 0 0
/proc/26343/statm: 3067 316 241 3 0 167 0

[startup+0.049698 s]
/proc/loadavg: 2.50 2.62 2.56 4/81 26343
/proc/meminfo: memFree=1795064/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.03
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 63381160 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102053 s]
/proc/loadavg: 2.50 2.62 2.56 4/81 26343
/proc/meminfo: memFree=1795064/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.03
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63381160 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302089 s]
/proc/loadavg: 2.50 2.62 2.56 4/81 26343
/proc/meminfo: memFree=1795064/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.03
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63381160 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701168 s]
/proc/loadavg: 2.50 2.62 2.56 4/81 26343
/proc/meminfo: memFree=1795064/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.58
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 957 4629 0 1 3 1 51 3 16 0 1 0 63381160 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 2.54 2.63 2.56 3/92 26365
/proc/meminfo: memFree=1785304/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13600 CPUtime=0.58
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 974 4629 0 1 3 1 51 3 15 0 1 0 63381160 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3400 797 370 3 0 500 0
[pid=26356] ppid=26343 vsize=5356 CPUtime=0
/proc/26356/stat : 26356 (sh) S 26343 26343 25483 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63381223 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26356/statm: 1339 233 193 169 0 50 0
[pid=26357] ppid=26356 vsize=868352 CPUtime=0.85
/proc/26357/stat : 26357 (java) S 26356 26343 25483 0 -1 0 6688 0 1 0 80 5 0 0 19 0 9 0 63381223 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26357/statm: 217088 5859 2564 9 0 211635 0
[pid=26357/tid=26358] ppid=26356 vsize=868352 CPUtime=0.51
/proc/26357/task/26358/stat : 26358 (java) R 26356 26343 25483 0 -1 64 2759 0 1 0 49 2 0 0 20 0 9 0 63381224 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4126914345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26359] ppid=26356 vsize=868352 CPUtime=0.08
/proc/26357/task/26359/stat : 26359 (java) S 26356 26343 25483 0 -1 64 1741 0 0 0 7 1 0 0 16 0 9 0 63381225 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26360] ppid=26356 vsize=868352 CPUtime=0
/proc/26357/task/26360/stat : 26360 (java) S 26356 26343 25483 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63381226 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26361] ppid=26356 vsize=868352 CPUtime=0
/proc/26357/task/26361/stat : 26361 (java) S 26356 26343 25483 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63381226 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26362] ppid=26356 vsize=868352 CPUtime=0
/proc/26357/task/26362/stat : 26362 (java) S 26356 26343 25483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 63381227 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26363] ppid=26356 vsize=868352 CPUtime=0.22
/proc/26357/task/26363/stat : 26363 (java) S 26356 26343 25483 0 -1 64 1495 0 0 0 22 0 0 0 16 0 9 0 63381228 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26364] ppid=26356 vsize=868352 CPUtime=0
/proc/26357/task/26364/stat : 26364 (java) S 26356 26343 25483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 63381228 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26357/tid=26365] ppid=26356 vsize=868352 CPUtime=0
/proc/26357/task/26365/stat : 26365 (java) S 26356 26343 25483 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63381228 889192448 5859 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887308

[startup+3.10161 s]
/proc/loadavg: 2.54 2.63 2.56 3/88 26385
/proc/meminfo: memFree=1787512/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=2.41
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1414 28991 0 5 3 1 217 20 15 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 13728

[startup+6.3012 s]
/proc/loadavg: 2.54 2.63 2.56 3/84 26415
/proc/meminfo: memFree=1783704/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=4.07
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1529 34809 0 6 3 1 380 23 15 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26414] ppid=26343 vsize=5356 CPUtime=0
/proc/26414/stat : 26414 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63381597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1339 232 193 169 0 50 0
[pid=26415] ppid=26414 vsize=7428 CPUtime=1.9
/proc/26415/stat : 26415 (minisat) R 26414 26343 25483 0 -1 4194304 1738 0 0 0 190 0 0 0 25 0 1 0 63381597 7606272 1724 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/26415/statm: 1857 1724 75 150 0 1704 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 26512

[startup+12.7014 s]
/proc/loadavg: 2.46 2.61 2.55 3/84 26415
/proc/meminfo: memFree=1783512/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=4.07
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1529 34809 0 6 3 1 380 23 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26414] ppid=26343 vsize=5356 CPUtime=0
/proc/26414/stat : 26414 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63381597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1339 232 193 169 0 50 0
[pid=26415] ppid=26414 vsize=7564 CPUtime=8.24
/proc/26415/stat : 26415 (minisat) R 26414 26343 25483 0 -1 4194304 1770 0 0 0 824 0 0 0 25 0 1 0 63381597 7745536 1756 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/26415/statm: 1891 1756 75 150 0 1738 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 26648

[startup+25.5028 s]
/proc/loadavg: 2.39 2.59 2.55 4/84 26415
/proc/meminfo: memFree=1782616/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=4.07
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1529 34809 0 6 3 1 380 23 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26414] ppid=26343 vsize=5356 CPUtime=0
/proc/26414/stat : 26414 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63381597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1339 232 193 169 0 50 0
[pid=26415] ppid=26414 vsize=8648 CPUtime=20.92
/proc/26415/stat : 26415 (minisat) R 26414 26343 25483 0 -1 4194304 2052 0 0 0 2091 1 0 0 25 0 1 0 63381597 8855552 2038 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/26415/statm: 2162 2038 75 150 0 2009 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 27732

[startup+51.1025 s]
/proc/loadavg: 2.25 2.54 2.53 3/84 26415
/proc/meminfo: memFree=1781208/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=4.07
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1529 34809 0 6 3 1 380 23 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26414] ppid=26343 vsize=5356 CPUtime=0
/proc/26414/stat : 26414 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63381597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1339 232 193 169 0 50 0
[pid=26415] ppid=26414 vsize=10144 CPUtime=46.28
/proc/26415/stat : 26415 (minisat) R 26414 26343 25483 0 -1 4194304 2416 0 0 0 4627 1 0 0 25 0 1 0 63381597 10387456 2402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26415/statm: 2536 2402 75 150 0 2383 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 29228

[startup+102.307 s]
/proc/loadavg: 2.10 2.45 2.50 3/84 26415
/proc/meminfo: memFree=1780376/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=4.07
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1529 34809 0 6 3 1 380 23 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26414] ppid=26343 vsize=5356 CPUtime=0
/proc/26414/stat : 26414 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63381597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26414/statm: 1339 232 193 169 0 50 0
[pid=26415] ppid=26414 vsize=10872 CPUtime=96.99
/proc/26415/stat : 26415 (minisat) R 26414 26343 25483 0 -1 4194304 2582 0 0 0 9698 1 0 0 25 0 1 0 63381597 11132928 2568 996147200 134512640 135127466 4294956256 18446744073709551615 134527019 0 0 4096 3 0 0 0 17 1 0 0
/proc/26415/statm: 2718 2568 75 150 0 2565 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 29956

[startup+162.302 s]
/proc/loadavg: 2.03 2.36 2.46 4/84 26427
/proc/meminfo: memFree=1782872/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=119.39
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1644 41653 0 7 4 2 11906 27 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26426] ppid=26343 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63393241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 232 193 169 0 50 0
[pid=26427] ppid=26426 vsize=8240 CPUtime=41.08
/proc/26427/stat : 26427 (minisat) R 26426 26343 25483 0 -1 4194304 1952 0 0 0 4108 0 0 0 25 0 1 0 63393241 8437760 1938 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26427/statm: 2060 1938 75 150 0 1907 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 27324

[startup+222.301 s]
/proc/loadavg: 2.01 2.29 2.43 3/84 26427
/proc/meminfo: memFree=1781272/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=119.39
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1644 41653 0 7 4 2 11906 27 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26426] ppid=26343 vsize=5356 CPUtime=0
/proc/26426/stat : 26426 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63393241 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26426/statm: 1339 232 193 169 0 50 0
[pid=26427] ppid=26426 vsize=9596 CPUtime=100.52
/proc/26427/stat : 26427 (minisat) R 26426 26343 25483 0 -1 4194304 2300 0 0 0 10051 1 0 0 25 0 1 0 63393241 9826304 2286 996147200 134512640 135127466 4294956256 18446744073709551615 134530552 0 0 4096 3 0 0 0 17 1 0 0
/proc/26427/statm: 2399 2286 75 150 0 2246 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 28680

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

/proc/26427/statm: 4647 4449 75 150 0 4494 0
Current children cumulated CPU time (s) 1230.26
Current children cumulated vsize (KiB) 37672

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/84 26439
/proc/meminfo: memFree=1783064/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1288.5
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1759 50216 0 8 4 2 128809 35 15 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26438] ppid=26343 vsize=5356 CPUtime=0
/proc/26438/stat : 26438 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63511271 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26438/statm: 1339 232 193 169 0 50 0
[pid=26439] ppid=26438 vsize=7412 CPUtime=1.18
/proc/26439/stat : 26439 (minisat) R 26438 26343 25483 0 -1 4194304 1741 0 0 0 117 1 0 0 25 0 1 0 63511271 7589888 1727 996147200 134512640 135127466 4294956256 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 1 0 0
/proc/26439/statm: 1853 1727 75 150 0 1700 0
Current children cumulated CPU time (s) 1289.68
Current children cumulated vsize (KiB) 26496

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/84 26439
/proc/meminfo: memFree=1780376/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1288.5
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1759 50216 0 8 4 2 128809 35 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26438] ppid=26343 vsize=5356 CPUtime=0
/proc/26438/stat : 26438 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63511271 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26438/statm: 1339 232 193 169 0 50 0
[pid=26439] ppid=26438 vsize=10064 CPUtime=60.6
/proc/26439/stat : 26439 (minisat) R 26438 26343 25483 0 -1 4194304 2421 0 0 0 6059 1 0 0 25 0 1 0 63511271 10305536 2407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26439/statm: 2516 2407 75 150 0 2363 0
Current children cumulated CPU time (s) 1349.1
Current children cumulated vsize (KiB) 29148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 26439
/proc/meminfo: memFree=1780312/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1288.5
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1759 50216 0 8 4 2 128809 35 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26438] ppid=26343 vsize=5356 CPUtime=0
/proc/26438/stat : 26438 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63511271 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26438/statm: 1339 232 193 169 0 50 0
[pid=26439] ppid=26438 vsize=10240 CPUtime=120.04
/proc/26439/stat : 26439 (minisat) R 26438 26343 25483 0 -1 4194304 2437 0 0 0 12003 1 0 0 25 0 1 0 63511271 10485760 2423 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/26439/statm: 2560 2423 75 150 0 2407 0
Current children cumulated CPU time (s) 1408.54
Current children cumulated vsize (KiB) 29324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 26451
/proc/meminfo: memFree=1782872/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=7556 CPUtime=27.21
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 1774 0 0 0 2721 0 0 0 25 0 1 0 63526642 7737344 1760 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 1889 1760 75 150 0 1736 0
Current children cumulated CPU time (s) 1467.92
Current children cumulated vsize (KiB) 26640

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 26451
/proc/meminfo: memFree=1781464/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=8892 CPUtime=86.64
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2115 0 0 0 8664 0 0 0 25 0 1 0 63526642 9105408 2101 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2223 2101 75 150 0 2070 0
Current children cumulated CPU time (s) 1527.35
Current children cumulated vsize (KiB) 27976

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

[startup+1548.7 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 26451
/proc/meminfo: memFree=1781400/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=8892 CPUtime=92.99
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2128 0 0 0 9299 0 0 0 25 0 1 0 63526642 9105408 2114 996147200 134512640 135127466 4294956256 18446744073709551615 134523101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2223 2114 75 150 0 2070 0
Current children cumulated CPU time (s) 1533.7
Current children cumulated vsize (KiB) 27976

[startup+1551.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 26451
/proc/meminfo: memFree=1781400/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=9024 CPUtime=96.15
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2143 0 0 0 9615 0 0 0 25 0 1 0 63526642 9240576 2129 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2256 2129 75 150 0 2103 0
Current children cumulated CPU time (s) 1536.86
Current children cumulated vsize (KiB) 28108

[startup+1552.7 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 26451
/proc/meminfo: memFree=1781336/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=9024 CPUtime=96.94
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2147 0 0 0 9694 0 0 0 25 0 1 0 63526642 9240576 2133 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2256 2133 75 150 0 2103 0
Current children cumulated CPU time (s) 1537.65
Current children cumulated vsize (KiB) 28108

[startup+1553.5 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 26451
/proc/meminfo: memFree=1781336/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=9024 CPUtime=97.73
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2147 0 0 0 9773 0 0 0 25 0 1 0 63526642 9240576 2133 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2256 2133 75 150 0 2103 0
Current children cumulated CPU time (s) 1538.44
Current children cumulated vsize (KiB) 28108

[startup+1553.9 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 26451
/proc/meminfo: memFree=1781336/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=9024 CPUtime=98.13
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2151 0 0 0 9813 0 0 0 25 0 1 0 63526642 9240576 2137 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2256 2137 75 150 0 2103 0
Current children cumulated CPU time (s) 1538.84
Current children cumulated vsize (KiB) 28108

[startup+1554 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 26451
/proc/meminfo: memFree=1781336/2055920 swapFree=4192812/4192956
[pid=26343] ppid=26341 vsize=13728 CPUtime=1440.71
/proc/26343/stat : 26343 (sugar) S 26341 26343 25483 0 -1 4194304 1874 56885 0 9 4 2 144025 40 16 0 1 0 63381160 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26343/statm: 3432 811 374 3 0 532 0
[pid=26450] ppid=26343 vsize=5356 CPUtime=0
/proc/26450/stat : 26450 (sh) S 26343 26343 25483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63526641 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26450/statm: 1339 232 193 169 0 50 0
[pid=26451] ppid=26450 vsize=9024 CPUtime=98.23
/proc/26451/stat : 26451 (minisat) R 26450 26343 25483 0 -1 4194304 2151 0 0 0 9823 0 0 0 25 0 1 0 63526642 9240576 2137 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/26451/statm: 2256 2137 75 150 0 2103 0
Current children cumulated CPU time (s) 1538.94
Current children cumulated vsize (KiB) 28108

Child status: 0
Real time (s): 1554.02
CPU time (s): 1538.99
CPU user time (s): 1538.55
CPU system time (s): 0.440932
CPU usage (%): 99.0334
Max. virtual memory (cumulated for all children) (KiB): 887308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1538.55
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61275
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= 3631
involuntary context switches= 66260

runsolver used 1.82772 second user time and 5.2562 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-14 22:19:39
IDJOB=1117812
IDBENCH=62166
IDSOLVER=368
FILE ID=node7/1117812-1216066779
PBS_JOBID= 7905060
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeLoose/normalized-vcsp-25-10-100-18-15_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-1117812-1216066779/watcher-1117812-1216066779 -o /tmp/evaluation-result-1117812-1216066779/solver-1117812-1216066779 -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-1117812-1216066779.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 982091cdbafce5c95ca2a9b20cf35f47
RANDOM SEED=1477569153

node7.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.259
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.259
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:       1795544 kB
Buffers:         54004 kB
Cached:         125448 kB
SwapCached:          0 kB
Active:         153760 kB
Inactive:        52048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          46484 kB
Slab:            39648 kB
Committed_AS:   368760 kB
PageTables:       2052 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= 66524 MiB
End job on node7 at 2008-07-14 22:45:34