Trace number 1114684

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 3591.06 3605.85

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-29_ext.xml
MD5SUM93aa700429368f2010e6c620446ec107
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1245.82
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
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 Sun Jul 13 01:25:53 2008
0.00/0.04	c 0	PID 20393
0.03/0.05	c 0	HOST node17.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1114684-1215905153.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-1114684-1215905153.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 40 variables, 0 predicates, 330 relations, 330 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.71/0.87	c 1	Parsing HOME/temp.csp
1.00/1.17	c 1	parsed 701 expressions
1.00/1.17	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.18	c 1	MAX CSP: 330 constraints
1.00/1.18	c 1	Converting to clausal form CSP
1.09/1.21	c 1	converted 104 (10%) expressions
1.09/1.21	c 1	converted 207 (20%) expressions
1.09/1.22	c 1	converted 311 (30%) expressions
1.09/1.29	c 1	converted 414 (40%) expressions
1.18/1.32	c 1	converted 517 (50%) expressions
1.18/1.34	c 1	converted 621 (60%) expressions
1.18/1.36	c 1	converted 724 (70%) expressions
1.18/1.38	c 1	converted 828 (80%) expressions
1.18/1.40	c 1	converted 931 (90%) expressions
1.48/1.62	c 2	converted 1034 (100%) expressions
1.48/1.62	c 2	CSP : 700 integers, 0 booleans, 989 clauses, largest domain size 496
1.48/1.62	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.62	c 2	Propagation in CSP
1.48/1.67	c 2	326 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.67	c 2	CSP : 700 integers, 0 booleans, 989 clauses, largest domain size 331
1.48/1.67	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.67	c 2	Simplifing CSP by introducing new Boolean variables
1.48/1.67	c 2	CSP : 700 integers, 0 booleans, 989 clauses, largest domain size 331
1.48/1.67	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.72	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.73	c 2	70 (10%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.59/1.74	c 2	140 (20%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.59/1.74	c 2	210 (30%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.59/1.74	c 2	280 (40%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.59/1.74	c 2	350 (50%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.59/1.74	c 2	420 (60%) CSP integer variables are encoded (1213 clauses, 14269 bytes)
1.59/1.75	c 2	490 (70%) CSP integer variables are encoded (2876 clauses, 35888 bytes)
1.59/1.75	c 2	560 (80%) CSP integer variables are encoded (4468 clauses, 56584 bytes)
1.59/1.75	c 2	630 (90%) CSP integer variables are encoded (4874 clauses, 61862 bytes)
1.59/1.75	c 2	700 (100%) CSP integer variables are encoded (5453 clauses, 69389 bytes)
1.68/1.83	c 2	99 (10%) CSP clauses are encoded (11849 clauses, 209413 bytes)
1.68/1.88	c 2	198 (20%) CSP clauses are encoded (18315 clauses, 362750 bytes)
1.79/1.92	c 2	297 (30%) CSP clauses are encoded (24550 clauses, 512101 bytes)
1.79/1.95	c 2	396 (40%) CSP clauses are encoded (27453 clauses, 577288 bytes)
1.79/1.97	c 2	495 (50%) CSP clauses are encoded (34516 clauses, 703407 bytes)
1.88/2.04	c 2	594 (60%) CSP clauses are encoded (65929 clauses, 1259777 bytes)
2.09/2.20	c 2	693 (70%) CSP clauses are encoded (142874 clauses, 2672292 bytes)
2.09/2.21	c 2	792 (80%) CSP clauses are encoded (145463 clauses, 2716905 bytes)
2.09/2.23	c 2	891 (90%) CSP clauses are encoded (151314 clauses, 2821230 bytes)
2.09/2.27	c 2	989 (100%) CSP clauses are encoded (172306 clauses, 3202265 bytes)
2.09/2.27	c 2	989 CSP clauses encoded
2.09/2.27	c 2	Writing map file : HOME/temp.map
2.09/2.28	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.28	c 2	SAT : 6153 SAT variables, 172306 SAT clauses, 3202265 bytes
2.09/2.28	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.31	c 2	OBJECTIVE minimize _COST
2.17/2.31	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.17/2.31	c 2	SEARCHING: _COST <= 165
2.17/2.31	c 2	SOLVING HOME/temp.cnf
2.17/2.31	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.17/2.31	c 2	This is MiniSat 2.0 beta
2.17/2.31	c 2	WARNING: for repeatability, setting FPU to use double precision
2.17/2.31	c 2	============================[ Problem Statistics ]=============================
2.17/2.31	c 2	|                                                                             |
2.17/2.31	c 2	|  Number of variables:  6153                                                 |
2.17/2.31	c 2	|  Number of clauses:    172307                                               |
2.19/2.40	c 2	|  Parsing time:         0.08         s                                       |
2.19/2.43	c 2	============================[ Search Statistics ]==============================
2.19/2.43	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.19/2.43	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.19/2.43	c 2	===============================================================================
2.19/2.43	c 2	|         0 |    4668   118222   380147 |    39407        0    nan |  0.000 % |
2.19/2.44	c 2	===============================================================================
2.19/2.45	c 2	restarts              : 1
2.19/2.45	c 2	conflicts             : 1              (8 /sec)
2.19/2.45	c 2	decisions             : 34             (0.00 % random) (288 /sec)
2.19/2.45	c 2	propagations          : 6157           (52186 /sec)
2.19/2.45	c 2	conflict literals     : 8              (0.00 % deleted)
2.19/2.45	c 2	Memory used           : 9.04 MB
2.19/2.45	c 2	CPU time              : 0.117982 s
2.19/2.45	c 2	
2.19/2.45	c 2	SATISFIABLE
2.19/2.45	c 2	FOUND: _COST <= 165
2.19/2.45	s SATISFIABLE
2.19/2.45	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.19/2.45	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.33/2.53	c 2	Decoding HOME/temp.out
2.33/2.61	c 3	OBJECTIVE _COST 165
2.33/2.61	o 165
2.33/2.61	v 15 18 15 11 4 8 17 17 4 17 7 5 10 17 17 2 17 15 15 10 5 9 2 12 16 10 16 16 17 16 18 18 17 18 18 18 18 18 17 18
2.33/2.62	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.66	c 3	OBJECTIVE BOUND: 0 <= _COST <= 165
2.33/2.66	c 3	SEARCHING: _COST <= 82
2.33/2.66	c 3	SOLVING HOME/temp.cnf
2.33/2.66	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.33/2.67	c 3	This is MiniSat 2.0 beta
2.33/2.67	c 3	WARNING: for repeatability, setting FPU to use double precision
2.33/2.67	c 3	============================[ Problem Statistics ]=============================
2.33/2.67	c 3	|                                                                             |
2.33/2.67	c 3	|  Number of variables:  6153                                                 |
2.33/2.67	c 3	|  Number of clauses:    172307                                               |
2.49/2.76	c 3	|  Parsing time:         0.08         s                                       |
2.49/2.80	c 3	============================[ Search Statistics ]==============================
2.49/2.80	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.49/2.80	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.49/2.80	c 3	===============================================================================
2.49/2.80	c 3	|         0 |    3836    84852   282450 |    28284        0    nan |  0.000 % |
2.49/2.81	c 3	===============================================================================
2.49/2.81	c 3	restarts              : 1
2.49/2.81	c 3	conflicts             : 22             (162 /sec)
2.49/2.81	c 3	decisions             : 64             (0.00 % random) (471 /sec)
2.49/2.81	c 3	propagations          : 7719           (56766 /sec)
2.49/2.81	c 3	conflict literals     : 625            (10.33 % deleted)
2.49/2.81	c 3	Memory used           : 9.17 MB
2.49/2.81	c 3	CPU time              : 0.135979 s
2.49/2.81	c 3	
2.49/2.82	c 3	SATISFIABLE
2.49/2.82	c 3	FOUND: _COST <= 82
2.49/2.82	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.49/2.82	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.64/2.90	c 3	Decoding HOME/temp.out
2.64/2.98	c 3	OBJECTIVE _COST 82
2.64/2.98	o 82
2.64/2.98	v 7 15 16 11 14 3 16 4 4 3 6 1 0 14 6 16 17 2 5 15 16 8 13 13 18 8 14 12 17 15 11 0 13 18 18 17 18 18 17 18
2.64/2.98	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.64/3.03	c 3	OBJECTIVE BOUND: 0 <= _COST <= 82
2.64/3.03	c 3	SEARCHING: _COST <= 41
2.64/3.03	c 3	SOLVING HOME/temp.cnf
2.64/3.03	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.64/3.04	c 3	This is MiniSat 2.0 beta
2.64/3.04	c 3	WARNING: for repeatability, setting FPU to use double precision
2.64/3.04	c 3	============================[ Problem Statistics ]=============================
2.64/3.04	c 3	|                                                                             |
2.64/3.04	c 3	|  Number of variables:  6153                                                 |
2.64/3.04	c 3	|  Number of clauses:    172307                                               |
2.80/3.13	c 3	|  Parsing time:         0.08         s                                       |
2.80/3.18	c 3	============================[ Search Statistics ]==============================
2.80/3.18	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.80/3.18	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.80/3.18	c 3	===============================================================================
2.80/3.18	c 3	|         0 |    3301    58770   205768 |    19590        0    nan |  0.000 % |
2.95/3.20	c 3	|       100 |    3301    58770   205768 |    21549      100     49 | 46.351 % |
2.95/3.23	c 3	|       250 |    3301    58770   205768 |    23703      250     42 | 46.351 % |
2.95/3.24	c 3	===============================================================================
2.95/3.24	c 3	restarts              : 3
2.95/3.24	c 3	conflicts             : 307            (1625 /sec)
2.95/3.24	c 3	decisions             : 544            (0.92 % random) (2879 /sec)
2.95/3.24	c 3	propagations          : 88536          (468516 /sec)
2.95/3.24	c 3	conflict literals     : 13017          (19.52 % deleted)
2.95/3.24	c 3	Memory used           : 9.17 MB
2.95/3.24	c 3	CPU time              : 0.188971 s
2.95/3.24	c 3	
2.95/3.24	c 3	SATISFIABLE
2.95/3.25	c 3	FOUND: _COST <= 41
2.95/3.25	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.95/3.25	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.02/3.33	c 3	Decoding HOME/temp.out
3.02/3.41	c 3	OBJECTIVE _COST 41
3.02/3.41	o 41
3.02/3.41	v 17 13 18 18 1 17 16 18 11 18 6 10 18 9 14 7 17 11 16 18 18 4 11 5 18 5 3 10 18 5 7 13 15 14 18 2 18 18 18 18
3.02/3.42	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.02/3.46	c 3	OBJECTIVE BOUND: 0 <= _COST <= 41
3.02/3.46	c 3	SEARCHING: _COST <= 20
3.02/3.46	c 3	SOLVING HOME/temp.cnf
3.02/3.46	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.02/3.46	c 3	This is MiniSat 2.0 beta
3.02/3.46	c 3	WARNING: for repeatability, setting FPU to use double precision
3.02/3.46	c 3	============================[ Problem Statistics ]=============================
3.02/3.46	c 3	|                                                                             |
3.02/3.46	c 3	|  Number of variables:  6153                                                 |
3.02/3.46	c 3	|  Number of clauses:    172307                                               |
3.18/3.56	c 3	|  Parsing time:         0.09         s                                       |
3.18/3.61	c 4	============================[ Search Statistics ]==============================
3.18/3.61	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/3.61	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/3.61	c 4	===============================================================================
3.18/3.61	c 4	|         0 |    2871    42473   158146 |    14157        0    nan |  0.000 % |
3.18/3.63	c 4	|       101 |    2871    42473   158146 |    15573      101     52 | 53.340 % |
3.18/3.65	c 4	|       252 |    2871    42473   158146 |    17130      252     39 | 53.340 % |
3.18/3.69	c 4	|       477 |    2871    42473   158146 |    18843      477     32 | 53.340 % |
3.18/3.73	c 4	|       814 |    2871    42473   158146 |    20728      814     38 | 53.340 % |
3.18/3.82	c 4	|      1320 |    2871    42473   158146 |    22801     1320     35 | 53.340 % |
3.18/3.94	c 4	|      2079 |    2871    42473   158146 |    25081     2079     38 | 53.340 % |
3.18/4.13	c 4	|      3218 |    2871    42473   158146 |    27589     3218     43 | 53.340 % |
4.11/4.48	c 4	|      4926 |    2871    42473   158146 |    30348     4926     40 | 53.340 % |
4.49/4.83	c 5	===============================================================================
4.49/4.83	c 5	restarts              : 9
4.49/4.83	c 5	conflicts             : 6654           (4959 /sec)
4.49/4.83	c 5	decisions             : 8397           (0.60 % random) (6258 /sec)
4.49/4.83	c 5	propagations          : 2228962        (1661178 /sec)
4.49/4.83	c 5	conflict literals     : 263863         (27.63 % deleted)
4.49/4.83	c 5	Memory used           : 9.31 MB
4.49/4.83	c 5	CPU time              : 1.3418 s
4.49/4.83	c 5	
4.49/4.84	c 5	SATISFIABLE
4.49/4.84	c 5	FOUND: _COST <= 20
4.49/4.84	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.49/4.84	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.55/4.97	c 5	Decoding HOME/temp.out
4.55/5.05	c 5	OBJECTIVE _COST 20
4.55/5.05	o 20
4.55/5.05	v 17 2 18 18 2 18 12 18 12 18 12 18 18 17 1 12 12 14 18 18 0 9 6 14 17 0 18 18 5 6 4 5 18 17 17 1 1 18 18 18
4.55/5.06	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.55/5.11	c 5	OBJECTIVE BOUND: 0 <= _COST <= 20
4.55/5.11	c 5	SEARCHING: _COST <= 10
4.55/5.11	c 5	SOLVING HOME/temp.cnf
4.55/5.11	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.55/5.11	c 5	This is MiniSat 2.0 beta
4.55/5.11	c 5	WARNING: for repeatability, setting FPU to use double precision
4.55/5.11	c 5	============================[ Problem Statistics ]=============================
4.55/5.11	c 5	|                                                                             |
4.55/5.11	c 5	|  Number of variables:  6153                                                 |
4.55/5.11	c 5	|  Number of clauses:    172307                                               |
4.71/5.21	c 5	|  Parsing time:         0.08         s                                       |
4.71/5.25	c 5	============================[ Search Statistics ]==============================
4.71/5.25	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.71/5.25	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.71/5.25	c 5	===============================================================================
4.71/5.25	c 5	|         0 |    2511    33758   133071 |    11252        0    nan |  0.000 % |
4.71/5.27	c 5	|       100 |    2511    33758   133071 |    12377      100     42 | 59.191 % |
4.71/5.30	c 5	|       250 |    2511    33758   133071 |    13615      250     39 | 59.191 % |
4.71/5.34	c 5	|       476 |    2511    33758   133071 |    14977      476     33 | 59.191 % |
4.71/5.39	c 5	|       813 |    2511    33758   133071 |    16475      813     31 | 59.191 % |
4.98/5.47	c 5	|      1319 |    2511    33758   133071 |    18122     1319     29 | 59.191 % |
5.17/5.61	c 6	|      2079 |    2511    33758   133071 |    19934     2079     34 | 59.191 % |
5.37/5.82	c 6	|      3222 |    2511    33758   133071 |    21928     3222     31 | 59.191 % |
5.67/6.13	c 6	|      4930 |    2511    33758   133071 |    24121     4930     30 | 59.191 % |
6.17/6.65	c 7	|      7493 |    2511    33758   133071 |    26533     7493     30 | 59.191 % |
7.06/7.52	c 7	|     11337 |    2511    33758   133071 |    29186    11337     32 | 59.191 % |
8.44/8.95	c 9	|     17103 |    2511    33758   133071 |    32105    17103     33 | 59.191 % |
11.13/11.63	c 12	|     25753 |    2511    33758   133071 |    35315    25753     34 | 59.191 % |
16.08/16.63	c 17	|     38728 |    2511    33758   133071 |    38847    38728     38 | 59.191 % |
23.21/23.85	c 24	|     58190 |    2511    33758   133071 |    42731    27641     39 | 59.191 % |
31.24/31.97	c 32	===============================================================================
31.24/31.97	c 32	restarts              : 15
31.24/31.97	c 32	conflicts             : 77571          (2920 /sec)
31.24/31.97	c 32	decisions             : 88173          (0.66 % random) (3319 /sec)
31.24/31.97	c 32	propagations          : 26701361       (1005135 /sec)
31.24/31.97	c 32	conflict literals     : 2935953        (33.38 % deleted)
31.24/31.97	c 32	Memory used           : 15.13 MB
31.24/31.97	c 32	CPU time              : 26.565 s
31.24/31.97	c 32	
31.24/31.97	c 32	SATISFIABLE
31.24/31.97	c 32	FOUND: _COST <= 10
31.24/31.97	c 32	DECODING HOME/temp.out WITH HOME/temp.map
31.24/31.97	c 32	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.31/32.06	c 32	Decoding HOME/temp.out
31.31/32.14	c 32	OBJECTIVE _COST 10
31.31/32.14	o 10
31.31/32.14	v 16 7 17 18 17 8 5 18 3 2 6 3 18 2 16 18 15 9 2 2 17 16 14 2 12 0 5 18 15 3 10 5 12 7 9 12 4 17 12 9
31.31/32.14	c 32	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.31/32.19	c 32	OBJECTIVE BOUND: 0 <= _COST <= 10
31.31/32.19	c 32	SEARCHING: _COST <= 5
31.31/32.19	c 32	SOLVING HOME/temp.cnf
31.31/32.19	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.31/32.19	c 32	This is MiniSat 2.0 beta
31.31/32.19	c 32	WARNING: for repeatability, setting FPU to use double precision
31.31/32.19	c 32	============================[ Problem Statistics ]=============================
31.31/32.19	c 32	|                                                                             |
31.31/32.20	c 32	|  Number of variables:  6153                                                 |
31.31/32.20	c 32	|  Number of clauses:    172307                                               |
31.49/32.30	c 32	|  Parsing time:         0.08         s                                       |
31.49/32.34	c 32	============================[ Search Statistics ]==============================
31.49/32.34	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.49/32.34	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.49/32.34	c 32	===============================================================================
31.49/32.34	c 32	|         0 |    2171    28783   119161 |     9594        0    nan |  0.000 % |
31.49/32.37	c 32	|       100 |    2171    28783   119161 |    10553      100     50 | 64.716 % |
31.49/32.39	c 32	|       250 |    2171    28783   119161 |    11609      250     47 | 64.716 % |
31.49/32.42	c 32	|       475 |    2171    28783   119161 |    12770      475     45 | 64.716 % |
31.49/32.47	c 32	|       812 |    2171    28783   119161 |    14047      812     38 | 64.716 % |
31.49/32.56	c 32	|      1318 |    2171    28783   119161 |    15451     1318     35 | 64.716 % |
31.49/32.68	c 33	|      2077 |    2171    28783   119161 |    16996     2077     36 | 64.716 % |
32.19/32.94	c 33	|      3216 |    2171    28783   119161 |    18696     3216     37 | 64.716 % |
32.58/33.31	c 33	|      4924 |    2171    28783   119161 |    20566     4924     39 | 64.716 % |
33.18/33.99	c 34	|      7487 |    2171    28783   119161 |    22622     7487     39 | 64.716 % |
34.17/34.93	c 35	|     11331 |    2171    28783   119161 |    24885    11331     36 | 64.716 % |
35.56/36.37	c 36	|     17097 |    2171    28783   119161 |    27373    17097     34 | 64.716 % |
37.93/38.77	c 39	|     25746 |    2171    28783   119161 |    30111    25746     38 | 64.716 % |
42.10/42.98	c 43	|     38721 |    2171    28783   119161 |    33122    16255     41 | 64.716 % |
50.11/51.08	c 51	|     58182 |    2171    28783   119161 |    36434    35716     46 | 64.716 % |
63.39/64.43	c 64	|     87375 |    2171    28783   119161 |    40077    39206     45 | 64.716 % |
82.80/84.06	c 84	|    131166 |    2171    28783   119161 |    44085    23613     39 | 64.716 % |
117.67/119.24	c 119	|    196851 |    2171    28783   119161 |    48494    24566     40 | 64.716 % |
163.63/165.65	c 166	|    295377 |    2171    28783   119161 |    53343    46572     33 | 64.716 % |
236.44/239.18	c 239	|    443166 |    2171    28783   119161 |    58678    23019     63 | 64.716 % |
355.82/359.62	c 360	|    664849 |    2171    28783   119161 |    64545    53920     44 | 64.716 % |
519.13/523.31	c 523	===============================================================================
519.13/523.31	c 523	restarts              : 21
519.13/523.31	c 523	conflicts             : 962818         (1975 /sec)
519.13/523.31	c 523	decisions             : 1076304        (0.75 % random) (2208 /sec)
519.13/523.31	c 523	propagations          : 311534780      (638974 /sec)
519.13/523.31	c 523	conflict literals     : 40480929       (30.47 % deleted)
519.13/523.31	c 523	Memory used           : 24.25 MB
519.13/523.31	c 523	CPU time              : 487.555 s
519.13/523.31	c 523	
519.13/523.31	c 523	SATISFIABLE
519.13/523.32	c 523	FOUND: _COST <= 5
519.13/523.32	c 523	DECODING HOME/temp.out WITH HOME/temp.map
519.13/523.32	c 523	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
519.15/523.40	c 523	Decoding HOME/temp.out
519.15/523.48	c 523	OBJECTIVE _COST 5
519.15/523.48	o 5
519.15/523.48	v 17 17 14 18 9 10 6 18 16 16 9 13 7 12 1 13 1 18 5 15 4 3 6 12 7 6 13 4 8 5 10 14 8 14 5 3 10 7 1 8
519.15/523.48	c 523	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
519.31/523.53	c 523	OBJECTIVE BOUND: 0 <= _COST <= 5
519.31/523.53	c 523	SEARCHING: _COST <= 2
519.31/523.53	c 523	SOLVING HOME/temp.cnf
519.31/523.53	c 523	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
519.31/523.53	c 523	This is MiniSat 2.0 beta
519.31/523.53	c 523	WARNING: for repeatability, setting FPU to use double precision
519.31/523.54	c 523	============================[ Problem Statistics ]=============================
519.31/523.54	c 523	|                                                                             |
519.31/523.54	c 523	|  Number of variables:  6153                                                 |
519.31/523.54	c 523	|  Number of clauses:    172307                                               |
519.32/523.64	c 524	|  Parsing time:         0.08         s                                       |
519.32/523.68	c 524	============================[ Search Statistics ]==============================
519.32/523.68	c 524	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
519.32/523.68	c 524	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
519.32/523.68	c 524	===============================================================================
519.32/523.68	c 524	|         0 |    1710    24950   109042 |     8316        0    nan |  0.000 % |
519.32/523.71	c 524	|       101 |    1710    24950   109042 |     9148      101     60 | 72.209 % |
519.32/523.73	c 524	|       252 |    1710    24950   109042 |    10063      252     48 | 72.209 % |
519.32/523.76	c 524	|       478 |    1710    24950   109042 |    11069      478     40 | 72.209 % |
519.32/523.81	c 524	|       817 |    1710    24950   109042 |    12176      817     40 | 72.209 % |
519.32/523.89	c 524	|      1323 |    1710    24950   109042 |    13394     1323     43 | 72.209 % |
519.32/524.01	c 524	|      2083 |    1710    24950   109042 |    14733     2083     44 | 72.209 % |
519.32/524.24	c 524	|      3222 |    1710    24950   109042 |    16206     3222     47 | 72.209 % |
520.36/524.63	c 525	|      4930 |    1710    24950   109042 |    17827     4930     44 | 72.209 % |
520.86/525.13	c 525	|      7492 |    1710    24950   109042 |    19610     7492     45 | 72.209 % |
521.75/526.02	c 526	|     11336 |    1710    24950   109042 |    21571    11336     43 | 72.209 % |
523.13/527.49	c 527	|     17104 |    1710    24950   109042 |    23728    17104     39 | 72.209 % |
525.71/530.09	c 530	|     25753 |    1710    24950   109042 |    26101    25753     37 | 72.209 % |
530.07/534.42	c 534	|     38727 |    1710    24950   109042 |    28711    20366     36 | 72.209 % |
536.41/540.88	c 541	|     58189 |    1710    24950   109042 |    31582    19056     33 | 72.209 % |
545.32/549.86	c 550	|     87381 |    1710    24950   109042 |    34740    24232     42 | 72.209 % |
563.05/567.70	c 568	|    131170 |    1710    24950   109042 |    38214    17166     31 | 72.209 % |
586.73/591.62	c 592	|    196855 |    1710    24950   109042 |    42036    24465     31 | 72.209 % |
628.63/633.93	c 634	|    295381 |    1710    24950   109042 |    46239    27270     32 | 72.209 % |
696.59/702.59	c 703	|    443170 |    1710    24950   109042 |    50863    29156     69 | 72.209 % |
809.82/816.85	c 817	|    664853 |    1710    24950   109042 |    55950    50203     50 | 72.209 % |
981.10/989.75	c 990	|    997380 |    1710    24950   109042 |    61545    21224     34 | 72.209 % |
1255.60/1266.82	c 1267	|   1496168 |    1710    24950   109042 |    67699    58632     40 | 72.209 % |
1663.38/1677.47	c 1677	|   2244352 |    1710    24950   109042 |    74469    71075     38 | 72.209 % |
2229.95/2244.22	c 2244	===============================================================================
2229.95/2244.22	c 2244	restarts              : 24
2229.95/2244.22	c 2244	conflicts             : 3296047        (1927 /sec)
2229.95/2244.22	c 2244	decisions             : 3681928        (0.93 % random) (2152 /sec)
2229.95/2244.22	c 2244	propagations          : 1040676107     (608385 /sec)
2229.95/2244.22	c 2244	conflict literals     : 132048650      (30.37 % deleted)
2229.95/2244.22	c 2244	Memory used           : 32.55 MB
2229.95/2244.22	c 2244	CPU time              : 1710.56 s
2229.95/2244.22	c 2244	
2229.95/2244.22	c 2244	SATISFIABLE
2229.95/2244.23	c 2244	FOUND: _COST <= 2
2229.95/2244.23	c 2244	DECODING HOME/temp.out WITH HOME/temp.map
2229.95/2244.23	c 2244	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2230.00/2244.31	c 2244	Decoding HOME/temp.out
2230.00/2244.41	c 2244	OBJECTIVE _COST 2
2230.00/2244.41	o 2
2230.00/2244.42	v 17 1 8 3 7 8 1 15 16 5 0 13 0 2 18 10 7 18 15 1 15 8 3 9 16 10 18 18 3 16 10 5 17 4 1 17 10 7 12 2
2230.00/2244.42	c 2244	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2230.00/2244.44	c 2244	OBJECTIVE BOUND: 0 <= _COST <= 2
2230.00/2244.44	c 2244	SEARCHING: _COST <= 1
2230.00/2244.44	c 2244	SOLVING HOME/temp.cnf
2230.00/2244.44	c 2244	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2230.00/2244.44	c 2244	This is MiniSat 2.0 beta
2230.00/2244.44	c 2244	WARNING: for repeatability, setting FPU to use double precision
2230.00/2244.44	c 2244	============================[ Problem Statistics ]=============================
2230.00/2244.44	c 2244	|                                                                             |
2230.00/2244.45	c 2244	|  Number of variables:  6153                                                 |
2230.00/2244.45	c 2244	|  Number of clauses:    172307                                               |
2230.18/2244.54	c 2244	|  Parsing time:         0.08         s                                       |
2230.18/2244.58	c 2244	============================[ Search Statistics ]==============================
2230.18/2244.58	c 2244	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2230.18/2244.58	c 2244	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2230.18/2244.58	c 2244	===============================================================================
2230.18/2244.58	c 2244	|         0 |    1380    23179   104718 |     7726        0    nan |  0.000 % |
2230.18/2244.60	c 2245	|       101 |    1380    23179   104718 |     8498      101     58 | 77.572 % |
2230.18/2244.62	c 2245	|       251 |    1380    23179   104718 |     9348      251     53 | 77.572 % |
2230.18/2244.65	c 2245	|       478 |    1380    23179   104718 |    10283      478     46 | 77.572 % |
2230.18/2244.70	c 2245	|       815 |    1380    23179   104718 |    11312      815     36 | 77.572 % |
2230.18/2244.76	c 2245	|      1321 |    1380    23179   104718 |    12443     1321     29 | 77.572 % |
2230.18/2244.87	c 2245	|      2081 |    1380    23179   104718 |    13687     2081     30 | 77.572 % |
2230.72/2245.06	c 2245	|      3223 |    1380    23179   104718 |    15056     3223     31 | 77.572 % |
2231.02/2245.36	c 2245	|      4931 |    1380    23179   104718 |    16562     4931     35 | 77.572 % |
2231.42/2245.78	c 2246	|      7493 |    1380    23179   104718 |    18218     7493     34 | 77.572 % |
2232.12/2246.49	c 2246	|     11337 |    1380    23179   104718 |    20040    11337     31 | 77.572 % |
2233.52/2247.89	c 2248	|     17105 |    1380    23179   104718 |    22044    17105     32 | 77.572 % |
2235.83/2250.19	c 2250	|     25754 |    1380    23179   104718 |    24248    25754     32 | 77.572 % |
2239.22/2253.54	c 2253	|     38728 |    1380    23179   104718 |    26673    22000     33 | 77.572 % |
2244.92/2259.29	c 2259	|     58189 |    1380    23179   104718 |    29340    23405     31 | 77.572 % |
2254.22/2268.56	c 2268	|     87381 |    1380    23179   104718 |    32274    30600     38 | 77.572 % |
2268.21/2282.55	c 2282	|    131170 |    1380    23179   104718 |    35502    28485     39 | 77.572 % |
2295.20/2309.50	c 2309	|    196855 |    1380    23179   104718 |    39052    18216     54 | 77.572 % |
2334.99/2349.30	c 2349	|    295382 |    1380    23179   104718 |    42957    31502     32 | 77.572 % |
2393.17/2407.55	c 2407	|    443171 |    1380    23179   104718 |    47253    16058     33 | 77.572 % |
2487.14/2501.55	c 2501	|    664854 |    1380    23179   104718 |    51978    50366     58 | 77.574 % |
2646.29/2660.77	c 2661	|    997379 |    1380    23179   104718 |    57176    15506     35 | 77.572 % |
2866.20/2880.72	c 2881	|   1496169 |    1380    23179   104718 |    62894    45571     53 | 77.572 % |
3233.87/3248.57	c 3248	|   2244351 |    1380    23179   104718 |    69183    58330     41 | 77.572 % |
3239.76/3254.41	c 3254	===============================================================================
3239.76/3254.41	c 3254	restarts              : 24
3239.76/3254.41	c 3254	conflicts             : 2255259        (2234 /sec)
3239.76/3254.41	c 3254	decisions             : 2626053        (1.03 % random) (2601 /sec)
3239.76/3254.41	c 3254	propagations          : 457419031      (453110 /sec)
3239.76/3254.41	c 3254	conflict literals     : 110596248      (20.99 % deleted)
3239.76/3254.41	c 3254	Memory used           : 30.95 MB
3239.76/3254.41	c 3254	CPU time              : 1009.51 s
3239.76/3254.41	c 3254	
3239.76/3254.41	c 3254	SATISFIABLE
3239.76/3254.42	c 3254	FOUND: _COST <= 1
3239.76/3254.42	c 3254	DECODING HOME/temp.out WITH HOME/temp.map
3239.76/3254.42	c 3254	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3239.80/3254.53	c 3254	Decoding HOME/temp.out
3239.80/3254.62	c 3255	OBJECTIVE _COST 1
3239.80/3254.62	o 1
3239.80/3254.63	v 16 0 14 10 6 6 16 18 18 14 1 13 7 2 16 10 15 10 6 13 15 14 6 14 7 3 18 15 10 14 5 4 8 16 4 9 4 1 11 4
3239.80/3254.64	c 3255	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3239.80/3254.66	c 3255	OBJECTIVE BOUND: 0 <= _COST <= 1
3239.80/3254.66	c 3255	SEARCHING: _COST <= 0
3239.80/3254.66	c 3255	SOLVING HOME/temp.cnf
3239.80/3254.66	c 3255	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3239.80/3254.66	c 3255	This is MiniSat 2.0 beta
3239.80/3254.66	c 3255	WARNING: for repeatability, setting FPU to use double precision
3239.80/3254.66	c 3255	============================[ Problem Statistics ]=============================
3239.80/3254.66	c 3255	|                                                                             |
3239.80/3254.66	c 3255	|  Number of variables:  6153                                                 |
3239.80/3254.66	c 3255	|  Number of clauses:    172307                                               |
3239.98/3254.75	c 3255	|  Parsing time:         0.08         s                                       |
3239.98/3254.80	c 3255	============================[ Search Statistics ]==============================
3239.98/3254.80	c 3255	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3239.98/3254.80	c 3255	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3239.98/3254.80	c 3255	===============================================================================
3239.98/3254.80	c 3255	|         0 |     720    21862   101426 |     7287        0    nan |  0.000 % |
3240.12/3254.82	c 3255	|       101 |     720    21862   101426 |     8016      101     12 | 88.298 % |
3240.12/3254.83	c 3255	|       251 |     720    21862   101426 |     8817      251     13 | 88.298 % |
3240.12/3254.86	c 3255	|       476 |     720    21862   101426 |     9699      476     12 | 88.298 % |
3240.12/3254.90	c 3255	|       813 |     720    21862   101426 |    10669      813     12 | 88.298 % |
3240.22/3254.95	c 3255	|      1322 |     720    21862   101426 |    11736     1322     11 | 88.298 % |
3240.32/3255.04	c 3255	|      2084 |     720    21862   101426 |    12909     2084     11 | 88.298 % |
3240.41/3255.16	c 3255	|      3223 |     720    21862   101426 |    14200     3223     12 | 88.298 % |
3240.62/3255.38	c 3255	|      4931 |     720    21862   101426 |    15621     4931     12 | 88.298 % |
3241.02/3255.72	c 3256	|      7493 |     720    21862   101426 |    17183     7493     12 | 88.298 % |
3241.51/3256.26	c 3256	|     11338 |     720    21862   101426 |    18901    11338     13 | 88.298 % |
3242.51/3257.24	c 3257	|     17104 |     720    21862   101426 |    20791    17104     14 | 88.298 % |
3244.21/3258.92	c 3259	|     25755 |     719    21789   101149 |    22870    18140     13 | 88.315 % |
3247.11/3261.89	c 3262	|     38731 |     719    21789   101149 |    25157    14451     14 | 88.315 % |
3252.00/3266.75	c 3267	|     58192 |     719    21789   101149 |    27673    17092     13 | 88.315 % |
3258.91/3273.65	c 3274	|     87384 |     719    21789   101149 |    30440    25852     16 | 88.315 % |
3270.00/3284.77	c 3285	|    131173 |     719    21789   101149 |    33485    24297     16 | 88.315 % |
3289.90/3304.61	c 3305	|    196857 |     719    21789   101149 |    36833    18773     15 | 88.315 % |
3318.39/3333.12	c 3333	|    295384 |     719    21789   101149 |    40516    33058     17 | 88.315 % |
3365.06/3379.88	c 3380	|    443174 |     719    21789   101149 |    44568    24305     17 | 88.315 % |
3438.73/3453.57	c 3453	|    664857 |     718    21735   100943 |    49025    44547     19 | 88.331 % |
3559.19/3574.01	c 3574	|    997383 |     703    20719    96226 |    53928    46713     16 | 88.575 % |
3590.98/3605.84	c 3606	===============================================================================
3590.98/3605.84	c 3606	restarts              : 22
3590.98/3605.84	c 3606	conflicts             : 1093641        (3116 /sec)
3590.98/3605.84	c 3606	decisions             : 1310532        (1.49 % random) (3734 /sec)
3590.98/3605.84	c 3606	propagations          : 116288952      (331303 /sec)
3590.98/3605.84	c 3606	conflict literals     : 18872005       (35.70 % deleted)
3590.98/3605.84	c 3606	Memory used           : 15.10 MB
3590.98/3605.84	c 3606	CPU time              : 351.005 s
3590.98/3605.84	c 3606	
3590.98/3605.84	c 3606	UNSATISFIABLE
3590.98/3605.85	c 3606	NOT FOUND: _COST <= 0
3590.98/3605.85	c 3606	OBJECTIVE _COST 1
3590.98/3605.85	s OPTIMUM FOUND
3590.98/3605.85	c 3606	CPU 3590.24 (0.05 0.02 3590.19 0.78)
3590.98/3605.85	c 3606	END Sun Jul 13 02:25:59 2008

Verifier Data (download as text)

OK	1	329
1 unsatisfied constraints, 329 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-1114684-1215905153/watcher-1114684-1215905153 -o /tmp/evaluation-result-1114684-1215905153/solver-1114684-1215905153 -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-1114684-1215905153.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.47 2.61 2.62 4/81 20393
/proc/meminfo: memFree=1886176/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=12000 CPUtime=0
/proc/20393/stat : 20393 (sugar) R 20391 20393 18824 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 47217726 12288000 177 996147200 4194304 4206940 548682068592 18446744073709551615 245500990449 0 0 4224 0 0 0 0 17 1 0 0
/proc/20393/statm: 3000 177 138 3 0 100 0

[startup+0.0500509 s]
/proc/loadavg: 2.47 2.61 2.62 4/81 20393
/proc/meminfo: memFree=1886176/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13600 CPUtime=0.03
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 47217726 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104254 s]
/proc/loadavg: 2.47 2.61 2.62 4/81 20393
/proc/meminfo: memFree=1886176/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13600 CPUtime=0.03
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 47217726 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301117 s]
/proc/loadavg: 2.47 2.61 2.62 4/81 20393
/proc/meminfo: memFree=1886176/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13600 CPUtime=0.03
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 47217726 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701155 s]
/proc/loadavg: 2.47 2.61 2.62 4/81 20393
/proc/meminfo: memFree=1886176/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13600 CPUtime=0.03
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 47217726 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.51 2.61 2.62 3/92 20415
/proc/meminfo: memFree=1877832/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13600 CPUtime=0.71
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 974 4744 0 1 3 0 65 3 15 0 1 0 47217726 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3400 797 370 3 0 500 0
[pid=20406] ppid=20393 vsize=5356 CPUtime=0
/proc/20406/stat : 20406 (sh) S 20393 20393 18824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47217806 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20406/statm: 1339 233 193 169 0 50 0
[pid=20407] ppid=20406 vsize=867324 CPUtime=0.67
/proc/20407/stat : 20407 (java) S 20406 20393 18824 0 -1 0 7557 0 1 0 63 4 0 0 19 0 9 0 47217806 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20407/statm: 216831 6818 2540 9 0 211406 0
[pid=20407/tid=20408] ppid=20406 vsize=867324 CPUtime=0.37
/proc/20407/task/20408/stat : 20408 (java) R 20406 20393 18824 0 -1 64 2648 0 1 0 36 1 0 0 22 0 9 0 47217807 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20409] ppid=20406 vsize=867324 CPUtime=0.12
/proc/20407/task/20409/stat : 20409 (java) S 20406 20393 18824 0 -1 64 3093 0 0 0 11 1 0 0 16 0 9 0 47217808 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20410] ppid=20406 vsize=867324 CPUtime=0
/proc/20407/task/20410/stat : 20410 (java) S 20406 20393 18824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47217808 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20411] ppid=20406 vsize=867324 CPUtime=0
/proc/20407/task/20411/stat : 20411 (java) S 20406 20393 18824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47217808 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20412] ppid=20406 vsize=867324 CPUtime=0
/proc/20407/task/20412/stat : 20412 (java) S 20406 20393 18824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47217810 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20413] ppid=20406 vsize=867324 CPUtime=0.15
/proc/20407/task/20413/stat : 20413 (java) R 20406 20393 18824 0 -1 64 1124 0 0 0 15 0 0 0 16 0 9 0 47217810 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 102023994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20414] ppid=20406 vsize=867324 CPUtime=0
/proc/20407/task/20414/stat : 20414 (java) S 20406 20393 18824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47217810 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20407/tid=20415] ppid=20406 vsize=867324 CPUtime=0
/proc/20407/task/20415/stat : 20415 (java) S 20406 20393 18824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 47217810 888139776 6818 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886280

[startup+3.1014 s]
/proc/loadavg: 2.51 2.61 2.62 3/92 20415
/proc/meminfo: memFree=1862600/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=2.8
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1297 25844 0 4 3 1 256 20 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13728

[startup+6.30173 s]
/proc/loadavg: 2.47 2.60 2.61 3/84 20465
/proc/meminfo: memFree=1871752/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=4.71
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1525 38482 0 6 3 1 439 28 15 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20464] ppid=20393 vsize=5356 CPUtime=0
/proc/20464/stat : 20464 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47218237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20464/statm: 1339 232 193 169 0 50 0
[pid=20465] ppid=20464 vsize=9532 CPUtime=1.16
/proc/20465/stat : 20465 (minisat) R 20464 20393 18824 0 -1 4194304 2239 0 0 0 115 1 0 0 25 0 1 0 47218238 9760768 2225 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 1 0 0
/proc/20465/statm: 2383 2225 75 150 0 2230 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 28616

[startup+12.7024 s]
/proc/loadavg: 2.43 2.59 2.61 3/84 20465
/proc/meminfo: memFree=1870344/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=4.71
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1525 38482 0 6 3 1 439 28 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20464] ppid=20393 vsize=5356 CPUtime=0
/proc/20464/stat : 20464 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47218237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20464/statm: 1339 232 193 169 0 50 0
[pid=20465] ppid=20464 vsize=11412 CPUtime=7.51
/proc/20465/stat : 20465 (minisat) R 20464 20393 18824 0 -1 4194304 2693 0 0 0 749 2 0 0 25 0 1 0 47218238 11685888 2679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20465/statm: 2853 2679 75 150 0 2700 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 30496

[startup+25.5007 s]
/proc/loadavg: 2.36 2.57 2.60 3/84 20465
/proc/meminfo: memFree=1867272/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=4.71
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1525 38482 0 6 3 1 439 28 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20464] ppid=20393 vsize=5356 CPUtime=0
/proc/20464/stat : 20464 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47218237 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20464/statm: 1339 232 193 169 0 50 0
[pid=20465] ppid=20464 vsize=14288 CPUtime=20.18
/proc/20465/stat : 20465 (minisat) R 20464 20393 18824 0 -1 4194304 3405 0 0 0 2015 3 0 0 25 0 1 0 47218238 14630912 3391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20465/statm: 3572 3391 75 150 0 3419 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 33372

[startup+51.1013 s]
/proc/loadavg: 2.22 2.52 2.58 3/84 20477
/proc/meminfo: memFree=1867656/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=31.5
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1639 46304 0 7 4 1 3110 35 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20476] ppid=20393 vsize=5356 CPUtime=0
/proc/20476/stat : 20476 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47220946 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20476/statm: 1339 232 193 169 0 50 0
[pid=20477] ppid=20476 vsize=14120 CPUtime=18.71
/proc/20477/stat : 20477 (minisat) R 20476 20393 18824 0 -1 4194304 3388 0 0 0 1868 3 0 0 25 0 1 0 47220946 14458880 3374 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20477/statm: 3530 3374 75 150 0 3377 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 33204

[startup+102.307 s]
/proc/loadavg: 2.09 2.44 2.55 3/84 20477
/proc/meminfo: memFree=1864200/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=31.5
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1639 46304 0 7 4 1 3110 35 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20476] ppid=20393 vsize=5356 CPUtime=0
/proc/20476/stat : 20476 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47220946 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20476/statm: 1339 232 193 169 0 50 0
[pid=20477] ppid=20476 vsize=17276 CPUtime=69.44
/proc/20477/stat : 20477 (minisat) R 20476 20393 18824 0 -1 4194304 4163 0 0 0 6940 4 0 0 25 0 1 0 47220946 17690624 4149 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20477/statm: 4319 4149 75 150 0 4166 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 36360

[startup+162.302 s]
/proc/loadavg: 2.03 2.35 2.51 3/84 20477
/proc/meminfo: memFree=1862216/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=31.5
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1639 46304 0 7 4 1 3110 35 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20476] ppid=20393 vsize=5356 CPUtime=0
/proc/20476/stat : 20476 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47220946 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20476/statm: 1339 232 193 169 0 50 0
[pid=20477] ppid=20476 vsize=19196 CPUtime=128.86
/proc/20477/stat : 20477 (minisat) R 20476 20393 18824 0 -1 4194304 4632 0 0 0 12882 4 0 0 25 0 1 0 47220946 19656704 4618 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/20477/statm: 4799 4618 75 150 0 4646 0
Current children cumulated CPU time (s) 160.36
Current children cumulated vsize (KiB) 38280

[startup+222.302 s]
/proc/loadavg: 2.01 2.29 2.48 3/84 20477
/proc/meminfo: memFree=1860232/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=31.5
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1639 46304 0 7 4 1 3110 35 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20476] ppid=20393 vsize=5356 CPUtime=0
/proc/20476/stat : 20476 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47220946 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20476/statm: 1339 232 193 169 0 50 0
[pid=20477] ppid=20476 vsize=21180 CPUtime=188.3
/proc/20477/stat : 20477 (minisat) R 20476 20393 18824 0 -1 4194304 5142 0 0 0 18825 5 0 0 25 0 1 0 47220946 21688320 5128 996147200 134512640 135127466 4294956256 18446744073709551615 134527055 0 0 4096 3 0 0 0 17 1 0 0
/proc/20477/statm: 5295 5128 75 150 0 5142 0
Current children cumulated CPU time (s) 219.8
Current children cumulated vsize (KiB) 40264

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

/proc/20703/statm: 3269 3088 75 150 0 3116 0
Current children cumulated CPU time (s) 3387.56
Current children cumulated vsize (KiB) 32160

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 20703
/proc/meminfo: memFree=1864200/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=14308 CPUtime=207.54
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3419 0 0 0 20752 2 0 0 25 0 1 0 47543193 14651392 3405 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3577 3405 75 150 0 3424 0
Current children cumulated CPU time (s) 3447.53
Current children cumulated vsize (KiB) 33392

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 20703
/proc/meminfo: memFree=1863560/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=14884 CPUtime=267.52
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3569 0 0 0 26749 3 0 0 25 0 1 0 47543193 15241216 3555 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3721 3555 75 150 0 3568 0
Current children cumulated CPU time (s) 3507.51
Current children cumulated vsize (KiB) 33968

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1863048/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15316 CPUtime=327.49
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3681 0 0 0 32746 3 0 0 25 0 1 0 47543193 15683584 3667 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3829 3667 75 150 0 3676 0
Current children cumulated CPU time (s) 3567.48
Current children cumulated vsize (KiB) 34400

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

[startup+3583.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1863048/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15316 CPUtime=329.09
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3681 0 0 0 32906 3 0 0 25 0 1 0 47543193 15683584 3667 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3829 3667 75 150 0 3676 0
Current children cumulated CPU time (s) 3569.08
Current children cumulated vsize (KiB) 34400

[startup+3596.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862920/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=341.89
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3712 0 0 0 34186 3 0 0 25 0 1 0 47543193 15831040 3698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3698 75 150 0 3712 0
Current children cumulated CPU time (s) 3581.88
Current children cumulated vsize (KiB) 34544

[startup+3599.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862920/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=345.09
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3712 0 0 0 34506 3 0 0 25 0 1 0 47543193 15831040 3698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3698 75 150 0 3712 0
Current children cumulated CPU time (s) 3585.08
Current children cumulated vsize (KiB) 34544

[startup+3603.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862920/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=348.29
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3716 0 0 0 34826 3 0 0 25 0 1 0 47543193 15831040 3702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3702 75 150 0 3712 0
Current children cumulated CPU time (s) 3588.28
Current children cumulated vsize (KiB) 34544

[startup+3604.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862856/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=349.89
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3719 0 0 0 34986 3 0 0 25 0 1 0 47543193 15831040 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3705 75 150 0 3712 0
Current children cumulated CPU time (s) 3589.88
Current children cumulated vsize (KiB) 34544

[startup+3605.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862856/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=350.69
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3719 0 0 0 35066 3 0 0 25 0 1 0 47543193 15831040 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3705 75 150 0 3712 0
Current children cumulated CPU time (s) 3590.68
Current children cumulated vsize (KiB) 34544

[startup+3605.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862856/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=350.89
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3719 0 0 0 35086 3 0 0 25 0 1 0 47543193 15831040 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3705 75 150 0 3712 0
Current children cumulated CPU time (s) 3590.88
Current children cumulated vsize (KiB) 34544

[startup+3605.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20703
/proc/meminfo: memFree=1862856/2055920 swapFree=4181420/4192956
[pid=20393] ppid=20391 vsize=13728 CPUtime=3239.99
/proc/20393/stat : 20393 (sugar) S 20391 20393 18824 0 -1 4194304 1981 80321 0 10 5 2 323919 73 16 0 1 0 47217726 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20393/statm: 3432 811 374 3 0 532 0
[pid=20702] ppid=20393 vsize=5356 CPUtime=0
/proc/20702/stat : 20702 (sh) S 20393 20393 18824 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47543193 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20702/statm: 1339 232 193 169 0 50 0
[pid=20703] ppid=20702 vsize=15460 CPUtime=350.99
/proc/20703/stat : 20703 (minisat) R 20702 20393 18824 0 -1 4194304 3719 0 0 0 35096 3 0 0 25 0 1 0 47543193 15831040 3705 996147200 134512640 135127466 4294956256 18446744073709551615 134703076 0 0 4096 3 0 0 0 17 0 0 0
/proc/20703/statm: 3865 3705 75 150 0 3712 0
Current children cumulated CPU time (s) 3590.98
Current children cumulated vsize (KiB) 34544

Child status: 0
Real time (s): 3605.85
CPU time (s): 3591.06
CPU user time (s): 3590.25
CPU system time (s): 0.806877
CPU usage (%): 99.5897
Max. virtual memory (cumulated for all children) (KiB): 887440

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

runsolver used 4.69728 second user time and 12.0262 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-13 01:25:53
IDJOB=1114684
IDBENCH=61764
IDSOLVER=368
FILE ID=node17/1114684-1215905153
PBS_JOBID= 7903640
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-29_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-1114684-1215905153/watcher-1114684-1215905153 -o /tmp/evaluation-result-1114684-1215905153/solver-1114684-1215905153 -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-1114684-1215905153.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 93aa700429368f2010e6c620446ec107
RANDOM SEED=46453457

node17.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.240
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.240
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:       1886656 kB
Buffers:         30032 kB
Cached:          63168 kB
SwapCached:       5264 kB
Active:          80636 kB
Inactive:        33448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886656 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          36976 kB
Slab:            40104 kB
Committed_AS:   275004 kB
PageTables:       2080 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= 66400 MiB
End job on node17 at 2008-07-13 02:25:59