Trace number 1113178

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+minisatOPTIMUM4 736.879 742.589

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel5-4.xml
MD5SUMca197ad8dd9bcd62c32d7f50940a5ec8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark736.879
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension236
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.04/1.01	c 0	Sugar v1-13 + HOME/minisat
0.04/1.01	c 0	BEGIN Sat Jul 12 18:15:37 2008
0.04/1.01	c 0	PID 18792
0.04/1.02	c 0	HOST node43.alineos.net
0.04/1.02	c 0	CONVERTING HOME/instance-1113178-1215879335.xml TO HOME/temp.csp
0.04/1.02	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113178-1215879335.xml' 'HOME/temp.csp'
0.05/1.50	c 0	1 domains, 47 variables, 1 predicates, 0 relations, 236 constraints
0.05/1.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/1.55	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.33/1.63	c 1	Parsing HOME/temp.csp
0.33/1.71	c 1	parsed 285 expressions
0.33/1.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/1.73	c 1	MAX CSP: 236 constraints
0.33/1.73	c 1	Converting to clausal form CSP
0.33/1.76	c 1	converted 53 (10%) expressions
0.33/1.77	c 1	converted 105 (20%) expressions
0.33/1.79	c 1	converted 158 (30%) expressions
0.33/1.80	c 1	converted 210 (40%) expressions
0.33/1.81	c 1	converted 262 (50%) expressions
0.33/1.82	c 1	converted 315 (60%) expressions
0.33/1.83	c 1	converted 367 (70%) expressions
0.33/1.83	c 1	converted 420 (80%) expressions
0.33/1.84	c 1	converted 472 (90%) expressions
0.33/1.96	c 1	converted 524 (100%) expressions
0.33/1.96	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 355
0.33/1.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/1.96	c 1	Propagation in CSP
0.33/1.99	c 1	231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/1.99	c 1	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.33/1.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/1.99	c 1	Simplifing CSP by introducing new Boolean variables
0.33/2.00	c 1	CSP : 519 integers, 472 booleans, 1179 clauses, largest domain size 237
0.33/2.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/2.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.33/2.06	c 1	52 (10%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/2.06	c 1	104 (20%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/2.06	c 1	156 (30%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/2.06	c 1	208 (40%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/2.06	c 1	260 (50%) CSP integer variables are encoded (94 clauses, 954 bytes)
0.33/2.07	c 1	312 (60%) CSP integer variables are encoded (419 clauses, 4529 bytes)
0.33/2.08	c 1	364 (70%) CSP integer variables are encoded (1985 clauses, 24390 bytes)
0.33/2.08	c 1	416 (80%) CSP integer variables are encoded (2494 clauses, 31007 bytes)
0.33/2.08	c 1	468 (90%) CSP integer variables are encoded (2758 clauses, 34439 bytes)
0.33/2.08	c 1	519 (100%) CSP integer variables are encoded (3148 clauses, 39509 bytes)
0.33/2.09	c 1	118 (10%) CSP clauses are encoded (3503 clauses, 44158 bytes)
0.33/2.10	c 1	236 (20%) CSP clauses are encoded (3858 clauses, 49041 bytes)
0.84/2.11	c 1	354 (30%) CSP clauses are encoded (4210 clauses, 53951 bytes)
0.84/2.12	c 1	472 (40%) CSP clauses are encoded (4565 clauses, 58870 bytes)
0.84/2.12	c 1	590 (50%) CSP clauses are encoded (4920 clauses, 63795 bytes)
0.84/2.12	c 1	708 (60%) CSP clauses are encoded (5272 clauses, 68897 bytes)
0.84/2.19	c 1	826 (70%) CSP clauses are encoded (36426 clauses, 596396 bytes)
0.93/2.24	c 1	944 (80%) CSP clauses are encoded (65444 clauses, 1126194 bytes)
0.93/2.25	c 1	1062 (90%) CSP clauses are encoded (69570 clauses, 1198410 bytes)
0.93/2.27	c 1	1179 (100%) CSP clauses are encoded (81000 clauses, 1403745 bytes)
0.93/2.27	c 1	1179 CSP clauses encoded
0.93/2.27	c 1	Writing map file : HOME/temp.map
0.93/2.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/2.28	c 1	SAT : 4139 SAT variables, 81000 SAT clauses, 1403745 bytes
0.93/2.28	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/2.34	c 1	OBJECTIVE minimize _COST
1.03/2.43	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.03/2.43	c 1	SEARCHING: _COST <= 118
1.03/2.43	c 1	SOLVING HOME/temp.cnf
1.03/2.43	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.03/2.44	c 1	This is MiniSat 2.0 beta
1.03/2.44	c 1	WARNING: for repeatability, setting FPU to use double precision
1.03/2.44	c 1	============================[ Problem Statistics ]=============================
1.03/2.44	c 1	|                                                                             |
1.03/2.44	c 1	|  Number of variables:  4139                                                 |
1.03/2.44	c 1	|  Number of clauses:    81001                                                |
1.03/2.48	c 1	|  Parsing time:         0.03         s                                       |
1.03/2.49	c 1	============================[ Search Statistics ]==============================
1.03/2.49	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.03/2.49	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.03/2.49	c 1	===============================================================================
1.03/2.49	c 1	|         0 |    3195    52835   150783 |    17611        0    nan |  0.000 % |
1.03/2.50	c 1	===============================================================================
1.03/2.50	c 1	restarts              : 1
1.03/2.50	c 1	conflicts             : 0              (0 /sec)
1.03/2.50	c 1	decisions             : 316            (0.32 % random) (5963 /sec)
1.03/2.50	c 1	propagations          : 4139           (78108 /sec)
1.03/2.50	c 1	conflict literals     : 0              ( nan % deleted)
1.03/2.50	c 1	Memory used           : 5.21 MB
1.03/2.50	c 1	CPU time              : 0.052991 s
1.03/2.50	c 1	
1.03/2.50	c 1	SATISFIABLE
1.03/2.50	c 1	FOUND: _COST <= 118
1.03/2.50	s SATISFIABLE
1.03/2.50	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.03/2.50	c 1	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.10/2.70	c 2	Decoding HOME/temp.out
1.10/2.77	c 2	OBJECTIVE _COST 118
1.10/2.77	o 118
1.10/2.77	v 2 0 1 3 0 1 0 1 1 0 2 2 3 3 3 3 2 3 3 3 2 3 3 2 3 3 3 2 2 3 3 3 2 3 2 3 3 3 3 2 3 3 3 2 3 3 3
1.10/2.79	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/2.83	c 2	OBJECTIVE BOUND: 0 <= _COST <= 118
1.10/2.83	c 2	SEARCHING: _COST <= 59
1.10/2.83	c 2	SOLVING HOME/temp.cnf
1.10/2.83	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/2.84	c 2	This is MiniSat 2.0 beta
1.10/2.84	c 2	WARNING: for repeatability, setting FPU to use double precision
1.10/2.84	c 2	============================[ Problem Statistics ]=============================
1.10/2.84	c 2	|                                                                             |
1.10/2.84	c 2	|  Number of variables:  4139                                                 |
1.10/2.84	c 2	|  Number of clauses:    81001                                                |
1.10/2.88	c 2	|  Parsing time:         0.04         s                                       |
1.28/2.90	c 2	============================[ Search Statistics ]==============================
1.28/2.90	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/2.90	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/2.90	c 2	===============================================================================
1.28/2.90	c 2	|         0 |    2664    35666   100810 |    11888        0    nan |  0.000 % |
1.28/2.91	c 2	|       101 |    2664    35666   100810 |    13077      101     38 | 35.637 % |
1.28/2.91	c 2	===============================================================================
1.28/2.91	c 2	restarts              : 2
1.28/2.91	c 2	conflicts             : 101            (1603 /sec)
1.28/2.91	c 2	decisions             : 380            (0.00 % random) (6033 /sec)
1.28/2.91	c 2	propagations          : 18439          (292729 /sec)
1.28/2.91	c 2	conflict literals     : 3804           (2.54 % deleted)
1.28/2.91	c 2	Memory used           : 5.21 MB
1.28/2.91	c 2	CPU time              : 0.06299 s
1.28/2.91	c 2	
1.28/2.91	c 2	SATISFIABLE
1.28/2.91	c 2	FOUND: _COST <= 59
1.28/2.91	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.28/2.91	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.37/3.24	c 2	Decoding HOME/temp.out
1.47/3.32	c 2	OBJECTIVE _COST 59
1.47/3.32	o 59
1.47/3.32	v 3 3 3 3 3 1 0 3 3 3 3 3 3 2 2 3 3 3 0 0 0 2 1 1 3 2 2 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 1 0
1.47/3.33	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.47/3.38	c 2	OBJECTIVE BOUND: 0 <= _COST <= 59
1.47/3.38	c 2	SEARCHING: _COST <= 29
1.47/3.38	c 2	SOLVING HOME/temp.cnf
1.47/3.38	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.52/3.42	c 2	This is MiniSat 2.0 beta
1.52/3.42	c 2	WARNING: for repeatability, setting FPU to use double precision
1.52/3.42	c 2	============================[ Problem Statistics ]=============================
1.52/3.42	c 2	|                                                                             |
1.52/3.43	c 2	|  Number of variables:  4139                                                 |
1.52/3.43	c 2	|  Number of clauses:    81001                                                |
1.52/3.47	c 2	|  Parsing time:         0.04         s                                       |
1.52/3.49	c 2	============================[ Search Statistics ]==============================
1.52/3.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/3.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/3.49	c 2	===============================================================================
1.52/3.49	c 2	|         0 |    2300    21693    59953 |     7231        0    nan |  0.000 % |
1.52/3.50	c 2	|       101 |    2300    21693    59953 |     7954      101     44 | 44.431 % |
1.52/3.50	c 2	===============================================================================
1.52/3.50	c 2	restarts              : 2
1.52/3.50	c 2	conflicts             : 140            (2059 /sec)
1.52/3.50	c 2	decisions             : 360            (0.28 % random) (5295 /sec)
1.52/3.50	c 2	propagations          : 29532          (434364 /sec)
1.52/3.50	c 2	conflict literals     : 5539           (5.32 % deleted)
1.52/3.50	c 2	Memory used           : 5.34 MB
1.52/3.50	c 2	CPU time              : 0.067989 s
1.52/3.50	c 2	
1.52/3.50	c 2	SATISFIABLE
1.52/3.51	c 2	FOUND: _COST <= 29
1.52/3.51	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/3.51	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.52/3.58	c 3	Decoding HOME/temp.out
1.60/3.65	c 3	OBJECTIVE _COST 29
1.60/3.65	o 29
1.60/3.65	v 3 3 3 3 3 1 1 1 1 1 0 0 0 0 0 0 1 1 3 1 3 0 3 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3
1.60/3.66	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.60/3.67	c 3	OBJECTIVE BOUND: 0 <= _COST <= 29
1.60/3.67	c 3	SEARCHING: _COST <= 14
1.60/3.67	c 3	SOLVING HOME/temp.cnf
1.60/3.67	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/3.69	c 3	This is MiniSat 2.0 beta
1.60/3.69	c 3	WARNING: for repeatability, setting FPU to use double precision
1.60/3.69	c 3	============================[ Problem Statistics ]=============================
1.60/3.69	c 3	|                                                                             |
1.60/3.69	c 3	|  Number of variables:  4139                                                 |
1.60/3.69	c 3	|  Number of clauses:    81001                                                |
1.75/3.73	c 3	|  Parsing time:         0.04         s                                       |
1.75/3.75	c 3	============================[ Search Statistics ]==============================
1.75/3.75	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/3.75	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/3.75	c 3	===============================================================================
1.75/3.75	c 3	|         0 |    2003    13130    35140 |     4376        0    nan |  0.000 % |
1.75/3.76	c 3	|       103 |    2003    13130    35140 |     4814      103     30 | 51.607 % |
1.75/3.78	c 3	|       253 |    2003    13130    35140 |     5295      253     26 | 51.607 % |
1.75/3.78	c 3	===============================================================================
1.75/3.78	c 3	restarts              : 3
1.75/3.78	c 3	conflicts             : 257            (2989 /sec)
1.75/3.78	c 3	decisions             : 474            (1.05 % random) (5513 /sec)
1.75/3.78	c 3	propagations          : 71133          (827263 /sec)
1.75/3.78	c 3	conflict literals     : 6682           (13.67 % deleted)
1.75/3.78	c 3	Memory used           : 5.21 MB
1.75/3.78	c 3	CPU time              : 0.085986 s
1.75/3.78	c 3	
1.75/3.78	c 3	SATISFIABLE
1.75/3.78	c 3	FOUND: _COST <= 14
1.75/3.78	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.75/3.78	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'
1.84/3.96	c 3	Decoding HOME/temp.out
1.84/4.02	c 3	OBJECTIVE _COST 14
1.84/4.02	o 14
1.84/4.03	v 1 3 1 1 3 2 2 2 2 2 3 3 3 2 1 3 2 2 2 2 2 3 1 0 0 1 0 3 2 0 2 2 0 1 0 0 0 0 0 0 2 2 2 0 0 0 3
1.84/4.03	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.84/4.06	c 3	OBJECTIVE BOUND: 0 <= _COST <= 14
1.84/4.06	c 3	SEARCHING: _COST <= 7
1.84/4.06	c 3	SOLVING HOME/temp.cnf
1.84/4.06	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.84/4.06	c 3	This is MiniSat 2.0 beta
1.84/4.06	c 3	WARNING: for repeatability, setting FPU to use double precision
1.84/4.06	c 3	============================[ Problem Statistics ]=============================
1.84/4.06	c 3	|                                                                             |
1.84/4.06	c 3	|  Number of variables:  4139                                                 |
1.84/4.06	c 3	|  Number of clauses:    81001                                                |
2.00/4.11	c 3	|  Parsing time:         0.04         s                                       |
2.00/4.12	c 3	============================[ Search Statistics ]==============================
2.00/4.12	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/4.12	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/4.12	c 3	===============================================================================
2.00/4.12	c 3	|         0 |    1753     8572    22209 |     2857        0    nan |  0.000 % |
2.00/4.14	c 3	|       100 |    1753     8572    22209 |     3143      100     40 | 57.647 % |
2.00/4.15	c 3	|       250 |    1753     8572    22209 |     3457      250     31 | 57.647 % |
2.00/4.17	c 3	|       478 |    1753     8572    22209 |     3803      478     36 | 57.647 % |
2.00/4.20	c 3	|       816 |    1753     8572    22209 |     4183      816     32 | 57.647 % |
2.00/4.23	c 3	===============================================================================
2.00/4.23	c 3	restarts              : 5
2.00/4.23	c 3	conflicts             : 1079           (6662 /sec)
2.00/4.23	c 3	decisions             : 1430           (0.70 % random) (8829 /sec)
2.00/4.23	c 3	propagations          : 326594         (2016324 /sec)
2.00/4.23	c 3	conflict literals     : 33300          (12.09 % deleted)
2.00/4.23	c 3	Memory used           : 5.21 MB
2.00/4.23	c 3	CPU time              : 0.161975 s
2.00/4.23	c 3	
2.00/4.23	c 3	SATISFIABLE
2.00/4.24	c 3	FOUND: _COST <= 7
2.00/4.24	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.00/4.24	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.18/4.36	c 3	Decoding HOME/temp.out
2.28/4.43	c 3	OBJECTIVE _COST 7
2.28/4.43	o 7
2.28/4.43	v 0 3 0 3 3 0 1 0 1 0 3 0 3 2 2 2 2 2 2 2 2 3 1 0 1 0 1 1 1 2 1 1 1 3 2 2 2 2 2 2 2 2 2 2 2 1 3
2.28/4.44	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/4.49	c 3	OBJECTIVE BOUND: 0 <= _COST <= 7
2.28/4.49	c 3	SEARCHING: _COST <= 3
2.28/4.49	c 3	SOLVING HOME/temp.cnf
2.28/4.49	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.33/4.52	c 3	This is MiniSat 2.0 beta
2.33/4.52	c 3	WARNING: for repeatability, setting FPU to use double precision
2.33/4.52	c 3	============================[ Problem Statistics ]=============================
2.33/4.52	c 3	|                                                                             |
2.33/4.52	c 3	|  Number of variables:  4139                                                 |
2.33/4.52	c 3	|  Number of clauses:    81001                                                |
2.33/4.56	c 3	|  Parsing time:         0.04         s                                       |
2.33/4.58	c 4	============================[ Search Statistics ]==============================
2.33/4.58	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.33/4.58	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.33/4.58	c 4	===============================================================================
2.33/4.58	c 4	|         0 |    1449     5370    13511 |     1790        0    nan |  0.000 % |
2.33/4.59	c 4	|       100 |    1449     5370    13511 |     1969      100     40 | 64.992 % |
2.33/4.60	c 4	|       251 |    1449     5370    13511 |     2165      251     32 | 64.992 % |
2.33/4.62	c 4	|       476 |    1449     5370    13511 |     2382      476     28 | 64.992 % |
2.33/4.64	c 4	|       813 |    1449     5370    13511 |     2620      813     26 | 64.992 % |
2.33/4.69	c 4	|      1321 |    1449     5370    13511 |     2882     1321     32 | 64.992 % |
2.33/4.77	c 4	|      2081 |    1449     5370    13511 |     3171     2081     31 | 64.992 % |
2.33/4.89	c 4	|      3220 |    1449     5370    13511 |     3488     3220     29 | 64.992 % |
2.33/5.09	c 4	|      4929 |    1449     5370    13511 |     3837     4929     26 | 64.992 % |
3.20/5.41	c 4	|      7492 |    1449     5370    13511 |     4220     4180     22 | 64.992 % |
3.59/5.88	c 5	|     11336 |    1449     5370    13511 |     4642     4419     26 | 64.992 % |
4.39/6.61	c 6	|     17103 |    1449     5370    13511 |     5107     6408     25 | 64.992 % |
5.49/7.76	c 7	|     25752 |    1449     5370    13511 |     5617     7078     25 | 64.992 % |
7.28/9.59	c 9	|     38727 |    1449     5370    13511 |     6179     6799     28 | 64.992 % |
9.96/12.21	c 11	|     58188 |    1449     5370    13511 |     6797     8116     24 | 64.992 % |
13.96/16.25	c 15	|     87380 |    1449     5370    13511 |     7477     8243     23 | 64.992 % |
20.63/22.91	c 22	|    131169 |    1449     5370    13511 |     8225    10110     24 | 64.992 % |
30.09/32.46	c 31	|    196854 |    1449     5370    13511 |     9047     8172     23 | 64.992 % |
44.83/47.28	c 46	|    295380 |    1449     5370    13511 |     9952    11438     24 | 64.992 % |
67.05/69.57	c 69	|    443169 |    1449     5370    13511 |    10947    12129     21 | 64.992 % |
101.31/103.93	c 103	|    664852 |    1449     5370    13511 |    12042    13413     23 | 64.992 % |
161.96/164.86	c 164	|    997378 |    1449     5370    13511 |    13246    10396     26 | 64.992 % |
258.17/261.46	c 260	|   1496166 |    1449     5370    13511 |    14571    15861     27 | 64.992 % |
403.49/407.34	c 406	|   2244348 |    1449     5370    13511 |    16028    11051     20 | 64.992 % |
638.44/643.24	c 642	|   3366623 |    1446     5313    13381 |    17631    10583     20 | 65.064 % |
735.95/741.10	c 740	===============================================================================
735.95/741.10	c 740	restarts              : 25
735.95/741.10	c 740	conflicts             : 3794682        (5173 /sec)
735.95/741.10	c 740	decisions             : 4098877        (1.11 % random) (5587 /sec)
735.95/741.10	c 740	propagations          : 1254309543     (1709820 /sec)
735.95/741.10	c 740	conflict literals     : 95535740       (22.26 % deleted)
735.95/741.10	c 740	Memory used           : 11.10 MB
735.95/741.10	c 740	CPU time              : 733.591 s
735.95/741.10	c 740	
735.95/741.10	c 740	UNSATISFIABLE
735.95/741.10	c 740	NOT FOUND: _COST <= 3
735.95/741.10	c 740	OBJECTIVE BOUND: 4 <= _COST <= 7
735.95/741.10	c 740	SEARCHING: _COST <= 5
735.95/741.10	c 740	SOLVING HOME/temp.cnf
735.95/741.10	c 740	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
735.95/741.12	c 740	This is MiniSat 2.0 beta
735.95/741.12	c 740	WARNING: for repeatability, setting FPU to use double precision
735.95/741.12	c 740	============================[ Problem Statistics ]=============================
735.95/741.12	c 740	|                                                                             |
735.95/741.12	c 740	|  Number of variables:  4139                                                 |
735.95/741.12	c 740	|  Number of clauses:    81001                                                |
735.95/741.17	c 740	|  Parsing time:         0.04         s                                       |
735.95/741.18	c 740	============================[ Search Statistics ]==============================
735.95/741.18	c 740	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
735.95/741.18	c 740	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
735.95/741.18	c 740	===============================================================================
735.95/741.18	c 740	|         0 |    1623     6991    17854 |     2330        0    nan |  0.000 % |
735.95/741.19	c 740	|       100 |    1623     6991    17854 |     2563      100     39 | 60.788 % |
735.97/741.20	c 740	|       250 |    1623     6991    17854 |     2819      250     28 | 60.788 % |
735.97/741.22	c 740	|       477 |    1623     6991    17854 |     3101      477     31 | 60.788 % |
735.97/741.25	c 740	|       815 |    1623     6991    17854 |     3411      815     28 | 60.788 % |
736.13/741.30	c 740	|      1321 |    1623     6991    17854 |     3753     1321     27 | 60.788 % |
736.13/741.38	c 740	|      2080 |    1623     6991    17854 |     4128     2080     26 | 60.788 % |
736.23/741.41	c 740	===============================================================================
736.23/741.41	c 740	restarts              : 7
736.23/741.41	c 740	conflicts             : 2432           (8750 /sec)
736.23/741.41	c 740	decisions             : 2959           (0.91 % random) (10646 /sec)
736.23/741.41	c 740	propagations          : 786792         (2830625 /sec)
736.23/741.41	c 740	conflict literals     : 61895          (11.70 % deleted)
736.23/741.41	c 740	Memory used           : 5.35 MB
736.23/741.41	c 740	CPU time              : 0.277957 s
736.23/741.41	c 740	
736.23/741.42	c 740	SATISFIABLE
736.23/741.42	c 740	FOUND: _COST <= 5
736.23/741.42	c 740	DECODING HOME/temp.out WITH HOME/temp.map
736.23/741.42	c 740	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
736.27/741.56	c 740	Decoding HOME/temp.out
736.27/741.63	c 741	OBJECTIVE _COST 5
736.27/741.63	o 5
736.27/741.63	v 3 2 3 0 2 1 0 3 0 1 2 1 0 3 0 1 1 0 1 0 1 2 3 1 2 3 0 2 1 0 3 0 1 2 1 2 0 0 2 1 1 1 1 1 2 2 3
736.27/741.65	c 741	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
736.44/741.70	c 741	OBJECTIVE BOUND: 4 <= _COST <= 5
736.44/741.70	c 741	SEARCHING: _COST <= 4
736.44/741.70	c 741	SOLVING HOME/temp.cnf
736.44/741.70	c 741	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
736.44/741.70	c 741	This is MiniSat 2.0 beta
736.44/741.70	c 741	WARNING: for repeatability, setting FPU to use double precision
736.44/741.70	c 741	============================[ Problem Statistics ]=============================
736.44/741.70	c 741	|                                                                             |
736.44/741.70	c 741	|  Number of variables:  4139                                                 |
736.44/741.70	c 741	|  Number of clauses:    81001                                                |
736.44/741.74	c 741	|  Parsing time:         0.04         s                                       |
736.44/741.76	c 741	============================[ Search Statistics ]==============================
736.44/741.76	c 741	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
736.44/741.76	c 741	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
736.44/741.76	c 741	===============================================================================
736.44/741.76	c 741	|         0 |    1558     6289    15942 |     2096        0    nan |  0.000 % |
736.44/741.77	c 741	|       100 |    1558     6289    15942 |     2305      100     40 | 62.358 % |
736.44/741.79	c 741	|       250 |    1558     6289    15942 |     2536      250     28 | 62.358 % |
736.44/741.81	c 741	|       476 |    1558     6289    15942 |     2790      476     23 | 62.358 % |
736.44/741.84	c 741	|       813 |    1558     6289    15942 |     3069      813     28 | 62.358 % |
736.44/741.89	c 741	|      1319 |    1558     6289    15942 |     3376     1319     26 | 62.358 % |
736.44/741.93	c 741	===============================================================================
736.44/741.93	c 741	restarts              : 6
736.44/741.93	c 741	conflicts             : 1706           (7899 /sec)
736.44/741.93	c 741	decisions             : 2211           (0.90 % random) (10238 /sec)
736.44/741.93	c 741	propagations          : 522104         (2417517 /sec)
736.44/741.93	c 741	conflict literals     : 43655          (10.51 % deleted)
736.44/741.93	c 741	Memory used           : 5.35 MB
736.44/741.93	c 741	CPU time              : 0.215967 s
736.44/741.93	c 741	
736.44/741.93	c 741	SATISFIABLE
736.44/741.93	c 741	FOUND: _COST <= 4
736.44/741.93	c 741	DECODING HOME/temp.out WITH HOME/temp.map
736.44/741.93	c 741	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
736.66/742.38	c 741	Decoding HOME/temp.out
736.75/742.46	c 741	OBJECTIVE _COST 4
736.75/742.46	o 4
736.75/742.47	v 3 2 2 2 3 3 3 3 2 3 2 0 0 0 0 0 0 0 0 0 0 0 3 1 1 1 2 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 2 3
736.75/742.47	c 741	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
736.84/742.58	c 742	OBJECTIVE _COST 4
736.84/742.58	s OPTIMUM FOUND
736.84/742.58	c 742	CPU 736.43 (0.04 0.04 736.39 0.39)
736.84/742.58	c 742	END Sat Jul 12 18:27:59 2008

Verifier Data (download as text)

OK	4	232
4 unsatisfied constraints, 232 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-1113178-1215879335/watcher-1113178-1215879335 -o /tmp/evaluation-result-1113178-1215879335/solver-1113178-1215879335 -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-1113178-1215879335.xml 

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


[startup+0 s]
/proc/loadavg: 1.83 1.85 1.60 5/80 18792
/proc/meminfo: memFree=1785672/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=18572 CPUtime=0
/proc/18792/stat : 18792 (runsolver) D 18790 18792 17806 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44633020 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 221954764071 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18792/statm: 4643 292 257 25 0 2626 0

[startup+0.0354971 s]
/proc/loadavg: 1.83 1.85 1.60 5/80 18792
/proc/meminfo: memFree=1785672/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=124 CPUtime=0
/proc/18792/stat : 18792 (sugar) R 18790 18792 17806 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 44633020 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 221952144873 0 0 4096 0 0 0 0 17 0 0 0
/proc/18792/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.110874 s]
/proc/loadavg: 1.83 1.85 1.60 5/80 18792
/proc/meminfo: memFree=1785672/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=12272 CPUtime=0
/proc/18792/stat : 18792 (sugar) R 18790 18792 17806 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44633020 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 0 0 0 0 17 0 0 0
/proc/18792/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301298 s]
/proc/loadavg: 1.83 1.85 1.60 5/80 18792
/proc/meminfo: memFree=1785672/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=12272 CPUtime=0.01
/proc/18792/stat : 18792 (sugar) R 18790 18792 17806 0 -1 4194304 397 0 0 0 0 1 0 0 18 0 1 0 44633020 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 221963664382 0 0 4224 0 0 0 0 17 1 0 0
/proc/18792/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12272

[startup+0.701327 s]
/proc/loadavg: 1.83 1.85 1.60 5/80 18792
/proc/meminfo: memFree=1785672/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=12676 CPUtime=0.03
/proc/18792/stat : 18792 (sugar) R 18790 18792 17806 0 -1 4194304 541 0 0 0 1 2 0 0 18 0 1 0 44633020 12980224 509 996147200 4194304 4206940 548682068592 18446744073709551615 221954635282 0 0 4224 0 0 0 0 17 1 0 0
/proc/18792/statm: 3169 509 315 3 0 269 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12676

[startup+1.5014 s]
/proc/loadavg: 1.83 1.85 1.60 4/81 18793
/proc/meminfo: memFree=1784384/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=0.05
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 898 127 0 0 3 2 0 0 19 0 1 0 44633020 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13600

[startup+3.10135 s]
/proc/loadavg: 1.83 1.85 1.60 5/91 18814
/proc/meminfo: memFree=1770864/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=1.35
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1221 17892 1 4 3 3 116 13 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 13600

[startup+6.30164 s]
/proc/loadavg: 1.93 1.87 1.61 4/83 18876
/proc/meminfo: memFree=1776368/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.33
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 3 3 201 26 15 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=5468 CPUtime=1.76
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 1255 0 0 0 176 0 0 0 25 0 1 0 44633469 5599232 1241 996147200 134512640 135127466 4294956256 18446744073709551615 134527508 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 1367 1241 75 150 0 1214 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 24424

[startup+12.7012 s]
/proc/loadavg: 1.93 1.87 1.61 4/83 18876
/proc/meminfo: memFree=1776304/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=5468 CPUtime=8.13
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 1258 0 0 0 813 0 0 0 25 0 1 0 44633469 5599232 1244 996147200 134512640 135127466 4294956256 18446744073709551615 134530570 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 1367 1244 75 150 0 1214 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 24424

[startup+25.5024 s]
/proc/loadavg: 2.17 1.93 1.63 3/83 18876
/proc/meminfo: memFree=1775920/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=6004 CPUtime=20.88
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 1395 0 0 0 2088 0 0 0 25 0 1 0 44633469 6148096 1381 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 1501 1381 75 150 0 1348 0
Current children cumulated CPU time (s) 23.22
Current children cumulated vsize (KiB) 24960

[startup+51.1027 s]
/proc/loadavg: 2.37 2.00 1.66 4/83 18876
/proc/meminfo: memFree=1775664/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=6272 CPUtime=46.37
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 1475 0 0 0 4637 0 0 0 25 0 1 0 44633469 6422528 1461 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 1568 1461 75 150 0 1415 0
Current children cumulated CPU time (s) 48.71
Current children cumulated vsize (KiB) 25228

[startup+102.306 s]
/proc/loadavg: 2.62 2.12 1.72 4/83 18876
/proc/meminfo: memFree=1774704/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=7076 CPUtime=97.38
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 1665 0 0 0 9737 1 0 0 25 0 1 0 44633469 7245824 1651 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 1769 1651 75 150 0 1616 0
Current children cumulated CPU time (s) 99.72
Current children cumulated vsize (KiB) 26032

[startup+162.303 s]
/proc/loadavg: 2.62 2.20 1.77 4/83 18876
/proc/meminfo: memFree=1773744/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=8012 CPUtime=157.13
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 1888 0 0 0 15712 1 0 0 25 0 1 0 44633469 8204288 1874 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2003 1874 75 150 0 1850 0
Current children cumulated CPU time (s) 159.47
Current children cumulated vsize (KiB) 26968

[startup+222.303 s]
/proc/loadavg: 2.58 2.26 1.81 4/83 18878
/proc/meminfo: memFree=1772784/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=8576 CPUtime=216.88
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2032 0 0 0 21687 1 0 0 25 0 1 0 44633469 8781824 2018 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2144 2018 75 150 0 1991 0
Current children cumulated CPU time (s) 219.22
Current children cumulated vsize (KiB) 27532

[startup+282.302 s]
/proc/loadavg: 2.59 2.31 1.86 4/83 18878
/proc/meminfo: memFree=1772336/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=8972 CPUtime=276.65
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2133 0 0 0 27663 2 0 0 25 0 1 0 44633469 9187328 2119 996147200 134512640 135127466 4294956256 18446744073709551615 134521744 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2243 2119 75 150 0 2090 0
Current children cumulated CPU time (s) 278.99
Current children cumulated vsize (KiB) 27928

[startup+342.303 s]
/proc/loadavg: 2.63 2.38 1.91 3/83 18878
/proc/meminfo: memFree=1771824/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0

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

[startup+582.302 s]
/proc/loadavg: 2.48 2.46 2.04 4/83 18878
/proc/meminfo: memFree=1770288/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=10952 CPUtime=575.44
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2603 0 0 0 57542 2 0 0 25 0 1 0 44633469 11214848 2589 996147200 134512640 135127466 4294956256 18446744073709551615 134534345 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2738 2589 75 150 0 2585 0
Current children cumulated CPU time (s) 577.78
Current children cumulated vsize (KiB) 29908

[startup+642.303 s]
/proc/loadavg: 2.51 2.48 2.07 3/83 18878
/proc/meminfo: memFree=1770160/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11092 CPUtime=635.21
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2620 0 0 0 63519 2 0 0 25 0 1 0 44633469 11358208 2606 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2773 2606 75 150 0 2620 0
Current children cumulated CPU time (s) 637.55
Current children cumulated vsize (KiB) 30048

[startup+702.302 s]
/proc/loadavg: 2.52 2.48 2.10 3/83 18878
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11364 CPUtime=694.97
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2677 0 0 0 69494 3 0 0 25 0 1 0 44633469 11636736 2663 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2841 2663 75 150 0 2688 0
Current children cumulated CPU time (s) 697.31
Current children cumulated vsize (KiB) 30320

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

[startup+716.701 s]
/proc/loadavg: 2.55 2.49 2.10 4/83 18878
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11364 CPUtime=709.31
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2677 0 0 0 70928 3 0 0 25 0 1 0 44633469 11636736 2663 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2841 2663 75 150 0 2688 0
Current children cumulated CPU time (s) 711.65
Current children cumulated vsize (KiB) 30320

[startup+729.502 s]
/proc/loadavg: 2.49 2.48 2.11 3/83 18878
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11364 CPUtime=722.06
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2677 0 0 0 72203 3 0 0 25 0 1 0 44633469 11636736 2663 996147200 134512640 135127466 4294956256 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2841 2663 75 150 0 2688 0
Current children cumulated CPU time (s) 724.4
Current children cumulated vsize (KiB) 30320

[startup+735.906 s]
/proc/loadavg: 2.53 2.49 2.11 3/83 18878
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11364 CPUtime=728.44
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2678 0 0 0 72841 3 0 0 25 0 1 0 44633469 11636736 2664 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2841 2664 75 150 0 2688 0
Current children cumulated CPU time (s) 730.78
Current children cumulated vsize (KiB) 30320

[startup+739.101 s]
/proc/loadavg: 2.57 2.50 2.12 3/83 18878
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11364 CPUtime=731.62
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2678 0 0 0 73159 3 0 0 25 0 1 0 44633469 11636736 2664 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2841 2664 75 150 0 2688 0
Current children cumulated CPU time (s) 733.96
Current children cumulated vsize (KiB) 30320

[startup+740.702 s]
/proc/loadavg: 2.57 2.50 2.12 4/83 18878
/proc/meminfo: memFree=1769776/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=2.34
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1636 37567 1 8 4 3 201 26 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18875] ppid=18792 vsize=5356 CPUtime=0
/proc/18875/stat : 18875 (sh) S 18792 18792 17806 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 44633469 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18875/statm: 1339 232 193 169 0 50 0
[pid=18876] ppid=18875 vsize=11364 CPUtime=733.21
/proc/18876/stat : 18876 (minisat) R 18875 18792 17806 0 -1 4194304 2678 0 0 0 73318 3 0 0 25 0 1 0 44633469 11636736 2664 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18876/statm: 2841 2664 75 150 0 2688 0
Current children cumulated CPU time (s) 735.55
Current children cumulated vsize (KiB) 30320

[startup+741.502 s]
/proc/loadavg: 2.57 2.50 2.12 4/83 18880
/proc/meminfo: memFree=1775536/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=736.27
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1733 42080 1 8 4 4 73588 31 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 736.27
Current children cumulated vsize (KiB) 13600

[startup+742.302 s]
/proc/loadavg: 2.57 2.50 2.12 4/83 18880
/proc/meminfo: memFree=1775536/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=736.66
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1846 47390 1 9 4 4 73624 34 16 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 736.66
Current children cumulated vsize (KiB) 13600

[startup+742.508 s]
/proc/loadavg: 2.57 2.50 2.12 5/91 18902
/proc/meminfo: memFree=1775472/2055920 swapFree=4192812/4192956
[pid=18792] ppid=18790 vsize=13600 CPUtime=736.66
/proc/18792/stat : 18792 (sugar) S 18790 18792 17806 0 -1 4194304 1866 47390 1 9 4 4 73624 34 15 0 1 0 44633020 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18792/statm: 3400 808 374 3 0 500 0
[pid=18893] ppid=18792 vsize=5356 CPUtime=0
/proc/18893/stat : 18893 (sh) S 18792 18792 17806 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44707213 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18893/statm: 1339 233 193 169 0 50 0
[pid=18894] ppid=18893 vsize=864072 CPUtime=0.18
/proc/18894/stat : 18894 (java) S 18893 18792 17806 0 -1 0 3474 0 1 0 15 3 0 0 18 0 9 0 44707214 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18894/statm: 216018 2944 1685 9 0 210593 0
[pid=18894/tid=18895] ppid=18893 vsize=864072 CPUtime=0.14
/proc/18894/task/18895/stat : 18895 (java) S 18893 18792 17806 0 -1 64 2492 0 1 0 12 2 0 0 18 0 9 0 44707215 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18896] ppid=18893 vsize=864072 CPUtime=0
/proc/18894/task/18896/stat : 18896 (java) S 18893 18792 17806 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 44707219 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18897] ppid=18893 vsize=864072 CPUtime=0
/proc/18894/task/18897/stat : 18897 (java) S 18893 18792 17806 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44707219 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18898] ppid=18893 vsize=864072 CPUtime=0
/proc/18894/task/18898/stat : 18898 (java) S 18893 18792 17806 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44707219 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18899] ppid=18893 vsize=864072 CPUtime=0
/proc/18894/task/18899/stat : 18899 (java) S 18893 18792 17806 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 44707255 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18900] ppid=18893 vsize=864072 CPUtime=0.02
/proc/18894/task/18900/stat : 18900 (java) S 18893 18792 17806 0 -1 64 287 0 0 0 2 0 0 0 20 0 9 0 44707255 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18901] ppid=18893 vsize=864072 CPUtime=0
/proc/18894/task/18901/stat : 18901 (java) S 18893 18792 17806 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 44707255 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18894/tid=18902] ppid=18893 vsize=864072 CPUtime=0
/proc/18894/task/18902/stat : 18902 (java) S 18893 18792 17806 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 44707255 884809728 2944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 736.84
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 742.589
CPU time (s): 736.879
CPU user time (s): 736.44
CPU system time (s): 0.438933
CPU usage (%): 99.2311
Max. virtual memory (cumulated for all children) (KiB): 887404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 736.44
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53081
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3261
involuntary context switches= 33733

runsolver used 0.691894 second user time and 2.03569 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-12 18:15:36
IDJOB=1113178
IDBENCH=61539
IDSOLVER=368
FILE ID=node43/1113178-1215879335
PBS_JOBID= 7903508
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel5-4.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-1113178-1215879335/watcher-1113178-1215879335 -o /tmp/evaluation-result-1113178-1215879335/solver-1113178-1215879335 -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-1113178-1215879335.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca197ad8dd9bcd62c32d7f50940a5ec8
RANDOM SEED=1702923023

node43.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.216
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.216
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:       1786152 kB
Buffers:          2148 kB
Cached:          42188 kB
SwapCached:          0 kB
Active:         211408 kB
Inactive:         9176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:         196512 kB
Slab:            33964 kB
Committed_AS:   997416 kB
PageTables:       2288 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= 66508 MiB
End job on node43 at 2008-07-12 18:27:59