Trace number 1108340

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+minisatOPTIMUM2 1928.92 1930.82

General information on the benchmark

Namecsp/langford/
normalized-langford-3-11-ext.xml
MD5SUMaa3180c3777a7d99fa781939f9a51590
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1928.92
Satisfiable
(Un)Satisfiability was proved
Number of variables33
Number of constraints550
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension550
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 Fri Jul 11 18:36:23 2008
0.00/0.04	c 0	PID 14016
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108340-1215794183.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108340-1215794183.xml' 'HOME/temp.csp'
0.03/0.49	c 0	1 domains, 33 variables, 0 predicates, 12 relations, 550 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	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.35/0.61	c 1	Parsing HOME/temp.csp
0.35/0.73	c 1	parsed 596 expressions
0.35/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.75	c 1	MAX CSP: 550 constraints
0.35/0.75	c 1	Converting to clausal form CSP
0.35/0.80	c 1	converted 115 (10%) expressions
0.35/0.81	c 1	converted 230 (20%) expressions
0.35/0.83	c 1	converted 345 (30%) expressions
0.35/0.84	c 1	converted 460 (40%) expressions
0.35/0.85	c 1	converted 575 (50%) expressions
0.35/0.87	c 1	converted 690 (60%) expressions
0.35/0.88	c 1	converted 805 (70%) expressions
0.35/0.90	c 1	converted 920 (80%) expressions
0.35/0.90	c 1	converted 1035 (90%) expressions
0.35/1.09	c 1	converted 1149 (100%) expressions
0.35/1.09	c 1	CSP : 1133 integers, 0 booleans, 1649 clauses, largest domain size 826
0.35/1.09	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/1.09	c 1	Propagation in CSP
0.90/1.13	c 1	546 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.13	c 1	CSP : 1133 integers, 0 booleans, 1649 clauses, largest domain size 551
0.90/1.13	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.13	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.14	c 1	CSP : 1133 integers, 0 booleans, 1649 clauses, largest domain size 551
0.90/1.14	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.20	c 1	114 (10%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.00/1.20	c 1	227 (20%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.00/1.21	c 1	340 (30%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.00/1.21	c 1	454 (40%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.00/1.21	c 1	567 (50%) CSP integer variables are encoded (1023 clauses, 11220 bytes)
1.00/1.21	c 1	680 (60%) CSP integer variables are encoded (2013 clauses, 24090 bytes)
1.00/1.21	c 1	794 (70%) CSP integer variables are encoded (2786 clauses, 34139 bytes)
1.00/1.22	c 1	907 (80%) CSP integer variables are encoded (8118 clauses, 103455 bytes)
1.00/1.22	c 1	1020 (90%) CSP integer variables are encoded (8861 clauses, 113114 bytes)
1.00/1.22	c 1	1133 (100%) CSP integer variables are encoded (9904 clauses, 128563 bytes)
1.10/1.32	c 1	165 (10%) CSP clauses are encoded (15476 clauses, 262491 bytes)
1.10/1.37	c 1	330 (20%) CSP clauses are encoded (21038 clauses, 403211 bytes)
1.20/1.43	c 1	495 (30%) CSP clauses are encoded (26669 clauses, 545405 bytes)
1.20/1.46	c 1	660 (40%) CSP clauses are encoded (30498 clauses, 627089 bytes)
1.20/1.50	c 1	825 (50%) CSP clauses are encoded (49365 clauses, 968187 bytes)
1.30/1.57	c 2	990 (60%) CSP clauses are encoded (62764 clauses, 1192813 bytes)
1.80/2.05	c 2	1155 (70%) CSP clauses are encoded (344878 clauses, 6370093 bytes)
1.80/2.07	c 2	1320 (80%) CSP clauses are encoded (351492 clauses, 6486697 bytes)
1.80/2.10	c 2	1485 (90%) CSP clauses are encoded (367165 clauses, 6770479 bytes)
1.90/2.20	c 2	1649 (100%) CSP clauses are encoded (424371 clauses, 7944398 bytes)
1.90/2.20	c 2	1649 CSP clauses encoded
1.90/2.20	c 2	Writing map file : HOME/temp.map
2.01/2.21	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.21	c 2	SAT : 11037 SAT variables, 424371 SAT clauses, 7944398 bytes
2.01/2.21	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.27	c 2	OBJECTIVE minimize _COST
2.01/2.27	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.01/2.27	c 2	SEARCHING: _COST <= 275
2.01/2.27	c 2	SOLVING HOME/temp.cnf
2.01/2.27	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.01/2.28	c 2	This is MiniSat 2.0 beta
2.01/2.28	c 2	WARNING: for repeatability, setting FPU to use double precision
2.01/2.28	c 2	============================[ Problem Statistics ]=============================
2.01/2.28	c 2	|                                                                             |
2.01/2.28	c 2	|  Number of variables:  11037                                                |
2.01/2.28	c 2	|  Number of clauses:    424372                                               |
2.04/2.49	c 2	|  Parsing time:         0.18         s                                       |
2.04/2.61	c 3	============================[ Search Statistics ]==============================
2.04/2.61	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.04/2.61	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.04/2.61	c 3	===============================================================================
2.04/2.61	c 3	|         0 |    8287   277960   847343 |    92653        0    nan |  0.000 % |
2.04/2.64	c 3	===============================================================================
2.04/2.64	c 3	restarts              : 1
2.04/2.64	c 3	conflicts             : 8              (24 /sec)
2.04/2.64	c 3	decisions             : 130            (0.00 % random) (395 /sec)
2.04/2.64	c 3	propagations          : 12020          (36541 /sec)
2.04/2.64	c 3	conflict literals     : 60             (3.23 % deleted)
2.04/2.64	c 3	Memory used           : 18.93 MB
2.04/2.64	c 3	CPU time              : 0.328949 s
2.04/2.64	c 3	
2.04/2.64	c 3	SATISFIABLE
2.04/2.64	c 3	FOUND: _COST <= 275
2.04/2.64	s SATISFIABLE
2.04/2.64	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.04/2.64	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.40/2.72	c 3	Decoding HOME/temp.out
2.40/2.89	c 3	OBJECTIVE _COST 275
2.40/2.89	o 275
2.40/2.89	v 31 25 29 21 15 21 26 14 12 9 8 30 28 27 24 21 28 23 23 22 20 20 27 30 31 29 27 30 31 32 32 31 32
2.40/2.91	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/2.96	c 3	OBJECTIVE BOUND: 0 <= _COST <= 275
2.40/2.96	c 3	SEARCHING: _COST <= 137
2.40/2.96	c 3	SOLVING HOME/temp.cnf
2.40/2.96	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.40/2.97	c 3	This is MiniSat 2.0 beta
2.40/2.97	c 3	WARNING: for repeatability, setting FPU to use double precision
2.40/2.97	c 3	============================[ Problem Statistics ]=============================
2.40/2.97	c 3	|                                                                             |
2.40/2.97	c 3	|  Number of variables:  11037                                                |
2.40/2.97	c 3	|  Number of clauses:    424372                                               |
2.69/3.18	c 3	|  Parsing time:         0.18         s                                       |
3.00/3.33	c 3	============================[ Search Statistics ]==============================
3.00/3.33	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.00/3.33	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.00/3.33	c 3	===============================================================================
3.00/3.33	c 3	|         0 |    6767   187911   581618 |    62637        0    nan |  0.000 % |
3.00/3.36	c 3	===============================================================================
3.00/3.36	c 3	restarts              : 1
3.00/3.36	c 3	conflicts             : 25             (72 /sec)
3.00/3.36	c 3	decisions             : 64             (0.00 % random) (183 /sec)
3.00/3.36	c 3	propagations          : 11674          (33455 /sec)
3.00/3.36	c 3	conflict literals     : 254            (1.93 % deleted)
3.00/3.36	c 3	Memory used           : 19.05 MB
3.00/3.36	c 3	CPU time              : 0.348946 s
3.00/3.36	c 3	
3.00/3.36	c 3	SATISFIABLE
3.00/3.36	c 3	FOUND: _COST <= 137
3.00/3.36	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.00/3.36	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.08/3.46	c 3	Decoding HOME/temp.out
3.09/3.59	c 4	OBJECTIVE _COST 137
3.09/3.59	o 137
3.09/3.59	v 21 0 26 17 9 17 15 10 12 7 8 23 3 6 22 15 24 23 19 22 18 20 25 6 10 27 21 30 31 28 32 29 32
3.09/3.59	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.09/3.66	c 4	OBJECTIVE BOUND: 0 <= _COST <= 137
3.09/3.66	c 4	SEARCHING: _COST <= 68
3.09/3.66	c 4	SOLVING HOME/temp.cnf
3.09/3.66	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.09/3.67	c 4	This is MiniSat 2.0 beta
3.09/3.67	c 4	WARNING: for repeatability, setting FPU to use double precision
3.09/3.67	c 4	============================[ Problem Statistics ]=============================
3.09/3.67	c 4	|                                                                             |
3.09/3.67	c 4	|  Number of variables:  11037                                                |
3.09/3.67	c 4	|  Number of clauses:    424372                                               |
3.30/3.89	c 4	|  Parsing time:         0.18         s                                       |
3.30/4.06	c 4	============================[ Search Statistics ]==============================
3.30/4.06	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/4.06	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/4.06	c 4	===============================================================================
3.30/4.06	c 4	|         0 |    5795   116068   368936 |    38689        0    nan |  0.000 % |
3.30/4.08	c 4	===============================================================================
3.30/4.08	c 4	restarts              : 1
3.30/4.08	c 4	conflicts             : 31             (82 /sec)
3.30/4.08	c 4	decisions             : 80             (0.00 % random) (212 /sec)
3.30/4.08	c 4	propagations          : 12196          (32270 /sec)
3.30/4.08	c 4	conflict literals     : 301            (1.31 % deleted)
3.30/4.08	c 4	Memory used           : 19.32 MB
3.30/4.08	c 4	CPU time              : 0.377942 s
3.30/4.08	c 4	
3.30/4.09	c 4	SATISFIABLE
3.30/4.09	c 4	FOUND: _COST <= 68
3.30/4.09	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.30/4.09	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.72/4.17	c 4	Decoding HOME/temp.out
3.72/4.27	c 4	OBJECTIVE _COST 68
3.72/4.27	o 68
3.72/4.28	v 1 12 2 14 15 16 9 13 11 7 8 3 15 6 19 21 23 17 22 21 18 20 5 18 10 24 27 30 25 31 31 29 32
3.72/4.28	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.72/4.31	c 4	OBJECTIVE BOUND: 0 <= _COST <= 68
3.72/4.31	c 4	SEARCHING: _COST <= 34
3.72/4.31	c 4	SOLVING HOME/temp.cnf
3.72/4.31	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.72/4.32	c 4	This is MiniSat 2.0 beta
3.72/4.32	c 4	WARNING: for repeatability, setting FPU to use double precision
3.72/4.32	c 4	============================[ Problem Statistics ]=============================
3.72/4.32	c 4	|                                                                             |
3.72/4.32	c 4	|  Number of variables:  11037                                                |
3.72/4.32	c 4	|  Number of clauses:    424372                                               |
4.09/4.53	c 5	|  Parsing time:         0.18         s                                       |
4.18/4.69	c 5	============================[ Search Statistics ]==============================
4.18/4.69	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.18/4.69	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.18/4.69	c 5	===============================================================================
4.18/4.69	c 5	|         0 |    5075    73669   243865 |    24556        0    nan |  0.000 % |
4.28/4.71	c 5	|       101 |    5075    73669   243865 |    27011      101     23 | 54.018 % |
4.28/4.72	c 5	===============================================================================
4.28/4.72	c 5	restarts              : 2
4.28/4.72	c 5	conflicts             : 126            (329 /sec)
4.28/4.72	c 5	decisions             : 451            (0.22 % random) (1178 /sec)
4.28/4.72	c 5	propagations          : 35437          (92539 /sec)
4.28/4.72	c 5	conflict literals     : 2659           (5.61 % deleted)
4.28/4.72	c 5	Memory used           : 19.32 MB
4.28/4.72	c 5	CPU time              : 0.382941 s
4.28/4.72	c 5	
4.28/4.73	c 5	SATISFIABLE
4.28/4.73	c 5	FOUND: _COST <= 34
4.28/4.73	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.28/4.73	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.33/4.81	c 5	Decoding HOME/temp.out
4.33/4.93	c 5	OBJECTIVE _COST 34
4.33/4.93	o 34
4.33/4.93	v 28 26 10 7 18 13 11 14 15 9 18 30 29 12 21 22 22 19 23 25 20 30 32 31 17 24 25 28 27 32 16 31 8
4.33/4.93	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.33/4.94	c 5	OBJECTIVE BOUND: 0 <= _COST <= 34
4.33/4.94	c 5	SEARCHING: _COST <= 17
4.33/4.94	c 5	SOLVING HOME/temp.cnf
4.33/4.94	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.33/4.94	c 5	This is MiniSat 2.0 beta
4.33/4.94	c 5	WARNING: for repeatability, setting FPU to use double precision
4.33/4.94	c 5	============================[ Problem Statistics ]=============================
4.33/4.94	c 5	|                                                                             |
4.33/4.94	c 5	|  Number of variables:  11037                                                |
4.33/4.94	c 5	|  Number of clauses:    424372                                               |
4.53/5.17	c 5	|  Parsing time:         0.20         s                                       |
4.53/5.34	c 5	============================[ Search Statistics ]==============================
4.53/5.34	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.53/5.34	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.53/5.34	c 5	===============================================================================
4.53/5.34	c 5	|         0 |    4457    50106   175013 |    16702        0    nan |  0.000 % |
4.53/5.37	c 5	|       100 |    4457    50106   175013 |    18372      100     27 | 59.618 % |
4.53/5.38	c 5	===============================================================================
4.53/5.38	c 5	restarts              : 2
4.53/5.38	c 5	conflicts             : 120            (296 /sec)
4.53/5.38	c 5	decisions             : 399            (0.75 % random) (985 /sec)
4.53/5.38	c 5	propagations          : 27197          (67163 /sec)
4.53/5.38	c 5	conflict literals     : 3268           (3.31 % deleted)
4.53/5.38	c 5	Memory used           : 19.18 MB
4.53/5.38	c 5	CPU time              : 0.404938 s
4.53/5.38	c 5	
4.53/5.38	c 5	SATISFIABLE
4.53/5.39	c 5	FOUND: _COST <= 17
4.53/5.39	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.53/5.39	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.97/5.57	c 6	Decoding HOME/temp.out
5.07/5.67	c 6	OBJECTIVE _COST 17
5.07/5.67	o 17
5.07/5.67	v 2 22 11 8 21 16 17 10 12 9 14 4 30 15 13 27 23 25 19 22 20 26 6 28 24 18 31 30 29 28 32 31 7
5.07/5.68	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.14/5.70	c 6	OBJECTIVE BOUND: 0 <= _COST <= 17
5.14/5.70	c 6	SEARCHING: _COST <= 8
5.14/5.70	c 6	SOLVING HOME/temp.cnf
5.14/5.70	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.14/5.73	c 6	This is MiniSat 2.0 beta
5.14/5.73	c 6	WARNING: for repeatability, setting FPU to use double precision
5.14/5.73	c 6	============================[ Problem Statistics ]=============================
5.14/5.73	c 6	|                                                                             |
5.14/5.73	c 6	|  Number of variables:  11037                                                |
5.14/5.73	c 6	|  Number of clauses:    424372                                               |
5.16/5.96	c 6	|  Parsing time:         0.20         s                                       |
5.16/6.13	c 6	============================[ Search Statistics ]==============================
5.16/6.13	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.16/6.13	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.16/6.13	c 6	===============================================================================
5.16/6.13	c 6	|         0 |    3816    36146   135047 |    12048        0    nan |  0.000 % |
5.16/6.15	c 6	|       100 |    3816    36146   135047 |    13253      100     31 | 65.425 % |
5.16/6.16	c 6	===============================================================================
5.16/6.16	c 6	restarts              : 2
5.16/6.16	c 6	conflicts             : 189            (474 /sec)
5.16/6.16	c 6	decisions             : 406            (0.49 % random) (1018 /sec)
5.16/6.16	c 6	propagations          : 27976          (70126 /sec)
5.16/6.16	c 6	conflict literals     : 5506           (2.63 % deleted)
5.16/6.16	c 6	Memory used           : 19.31 MB
5.16/6.16	c 6	CPU time              : 0.398939 s
5.16/6.16	c 6	
5.16/6.17	c 6	SATISFIABLE
5.16/6.17	c 6	FOUND: _COST <= 8
5.16/6.17	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.16/6.17	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.61/6.25	c 6	Decoding HOME/temp.out
5.61/6.35	c 6	OBJECTIVE _COST 8
5.61/6.35	o 8
5.61/6.36	v 2 14 24 10 5 0 13 9 12 8 11 4 17 26 15 1 7 21 18 22 19 23 6 20 31 16 28 25 29 27 32 30 3
5.61/6.36	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.61/6.39	c 6	OBJECTIVE BOUND: 0 <= _COST <= 8
5.61/6.39	c 6	SEARCHING: _COST <= 4
5.61/6.39	c 6	SOLVING HOME/temp.cnf
5.61/6.39	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.61/6.39	c 6	This is MiniSat 2.0 beta
5.61/6.39	c 6	WARNING: for repeatability, setting FPU to use double precision
5.61/6.39	c 6	============================[ Problem Statistics ]=============================
5.61/6.39	c 6	|                                                                             |
5.61/6.39	c 6	|  Number of variables:  11037                                                |
5.61/6.39	c 6	|  Number of clauses:    424372                                               |
5.99/6.63	c 7	|  Parsing time:         0.21         s                                       |
6.18/6.80	c 7	============================[ Search Statistics ]==============================
6.18/6.80	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.18/6.80	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.18/6.80	c 7	===============================================================================
6.18/6.80	c 7	|         0 |    3258    29142   115705 |     9714        0    nan |  0.000 % |
6.18/6.83	c 7	|       102 |    3258    29142   115705 |    10685      102     29 | 70.481 % |
6.18/6.84	c 7	|       252 |    3258    29142   115705 |    11753      252     32 | 70.481 % |
6.18/6.84	c 7	===============================================================================
6.18/6.84	c 7	restarts              : 3
6.18/6.84	c 7	conflicts             : 272            (649 /sec)
6.18/6.84	c 7	decisions             : 570            (0.18 % random) (1361 /sec)
6.18/6.84	c 7	propagations          : 37239          (88889 /sec)
6.18/6.84	c 7	conflict literals     : 8423           (2.93 % deleted)
6.18/6.84	c 7	Memory used           : 19.33 MB
6.18/6.84	c 7	CPU time              : 0.418936 s
6.18/6.84	c 7	
6.18/6.85	c 7	SATISFIABLE
6.18/6.85	c 7	FOUND: _COST <= 4
6.18/6.85	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.18/6.85	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.27/6.93	c 7	Decoding HOME/temp.out
6.27/7.10	c 7	OBJECTIVE _COST 4
6.27/7.10	o 4
6.27/7.10	v 5 2 0 19 11 14 12 13 16 10 3 7 6 4 24 17 18 20 22 26 21 15 9 30 8 29 23 25 28 31 1 32 27
6.27/7.12	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.27/7.19	c 7	OBJECTIVE BOUND: 0 <= _COST <= 4
6.27/7.19	c 7	SEARCHING: _COST <= 2
6.27/7.19	c 7	SOLVING HOME/temp.cnf
6.27/7.19	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.27/7.19	c 7	This is MiniSat 2.0 beta
6.27/7.19	c 7	WARNING: for repeatability, setting FPU to use double precision
6.27/7.19	c 7	============================[ Problem Statistics ]=============================
6.27/7.19	c 7	|                                                                             |
6.27/7.19	c 7	|  Number of variables:  11037                                                |
6.27/7.19	c 7	|  Number of clauses:    424372                                               |
6.56/7.41	c 7	|  Parsing time:         0.19         s                                       |
6.56/7.57	c 8	============================[ Search Statistics ]==============================
6.56/7.57	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.56/7.57	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.56/7.57	c 8	===============================================================================
6.56/7.57	c 8	|         0 |    2706    24799   104330 |     8266        0    nan |  0.000 % |
6.56/7.60	c 8	|       100 |    2706    24799   104330 |     9092      100     31 | 75.482 % |
6.56/7.61	c 8	|       250 |    2706    24799   104330 |    10002      250     34 | 75.482 % |
6.56/7.61	c 8	===============================================================================
6.56/7.61	c 8	restarts              : 3
6.56/7.61	c 8	conflicts             : 279            (727 /sec)
6.56/7.61	c 8	decisions             : 498            (0.80 % random) (1297 /sec)
6.56/7.61	c 8	propagations          : 36203          (94293 /sec)
6.56/7.61	c 8	conflict literals     : 8941           (2.66 % deleted)
6.56/7.61	c 8	Memory used           : 19.36 MB
6.56/7.61	c 8	CPU time              : 0.383941 s
6.56/7.61	c 8	
6.56/7.62	c 8	SATISFIABLE
6.56/7.62	c 8	FOUND: _COST <= 2
6.56/7.62	c 8	DECODING HOME/temp.out WITH HOME/temp.map
6.56/7.62	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.03/7.72	c 8	Decoding HOME/temp.out
7.13/7.89	c 8	OBJECTIVE _COST 2
7.13/7.89	o 2
7.13/7.89	v 0 6 1 18 13 17 14 11 16 10 3 2 9 5 23 19 24 22 20 26 21 15 4 12 8 28 25 31 30 29 7 32 27
7.23/7.91	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.23/7.98	c 8	OBJECTIVE BOUND: 0 <= _COST <= 2
7.23/7.98	c 8	SEARCHING: _COST <= 1
7.23/7.98	c 8	SOLVING HOME/temp.cnf
7.23/7.98	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.27/8.00	c 8	This is MiniSat 2.0 beta
7.27/8.00	c 8	WARNING: for repeatability, setting FPU to use double precision
7.27/8.00	c 8	============================[ Problem Statistics ]=============================
7.27/8.00	c 8	|                                                                             |
7.27/8.00	c 8	|  Number of variables:  11037                                                |
7.27/8.00	c 8	|  Number of clauses:    424372                                               |
7.27/8.23	c 8	|  Parsing time:         0.20         s                                       |
7.27/8.40	c 8	============================[ Search Statistics ]==============================
7.27/8.40	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.27/8.40	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.27/8.40	c 8	===============================================================================
7.27/8.40	c 8	|         0 |    2156    21800    96982 |     7266        0    nan |  0.000 % |
7.27/8.42	c 8	|       100 |    2156    21800    96982 |     7993      100     31 | 80.466 % |
7.27/8.44	c 8	|       251 |    2156    21800    96982 |     8792      251     33 | 80.466 % |
7.27/8.46	c 8	|       476 |    2156    21800    96982 |     9671      476     34 | 80.466 % |
7.27/8.49	c 8	|       814 |    2156    21800    96982 |    10639      814     38 | 80.467 % |
7.27/8.53	c 9	|      1320 |    2156    21800    96982 |    11703     1320     38 | 80.466 % |
7.27/8.61	c 9	|      2079 |    2156    21800    96982 |    12873     2079     38 | 80.466 % |
7.27/8.73	c 9	|      3220 |    2156    21800    96982 |    14160     3220     35 | 80.467 % |
8.15/8.93	c 9	|      4928 |    2156    21800    96982 |    15576     4928     40 | 80.466 % |
8.45/9.28	c 9	|      7491 |    2156    21800    96982 |    17134     7491     52 | 80.466 % |
9.05/9.86	c 10	|     11335 |    2156    21800    96982 |    18847    11335     51 | 80.466 % |
10.14/10.90	c 11	|     17102 |    2156    21800    96982 |    20732    17102     53 | 80.466 % |
11.93/12.74	c 13	|     25751 |    2156    21800    96982 |    22805    25751     51 | 80.466 % |
15.31/16.12	c 16	|     38725 |    2156    21800    96982 |    25086    18732     48 | 80.466 % |
21.49/22.32	c 22	|     58187 |    2156    21800    96982 |    27595    16003     87 | 80.466 % |
29.95/30.84	c 31	|     87380 |    2156    21800    96982 |    30354    21273     55 | 80.466 % |
42.58/43.57	c 44	|    131171 |    2156    21800    96982 |    33390    38844     57 | 80.467 % |
68.95/70.07	c 70	|    196855 |    2156    21800    96982 |    36729    21537    115 | 80.466 % |
107.81/109.00	c 109	|    295381 |    2156    21800    96982 |    40402    26029     84 | 80.466 % |
171.68/172.99	c 173	|    443172 |    2156    21800    96982 |    44442    38804    107 | 80.466 % |
290.03/291.35	c 291	|    664856 |    2139    21242    94409 |    48886    18956     73 | 80.620 % |
469.96/471.33	c 471	|    997381 |    2105    20168    89339 |    53775    20972     80 | 80.928 % |
772.93/774.45	c 774	|   1496170 |    2099    19975    88467 |    59152    57436    126 | 80.982 % |
1220.46/1222.18	c 1222	|   2244352 |    2097    19906    88133 |    65067    39577    101 | 81.000 % |
1896.69/1898.68	c 1899	|   3366627 |    2076    19212    84836 |    71574    32826    117 | 81.191 % |
1928.77/1930.80	c 1931	===============================================================================
1928.77/1930.80	c 1931	restarts              : 25
1928.77/1930.80	c 1931	conflicts             : 3441269        (1791 /sec)
1928.77/1930.80	c 1931	decisions             : 3992636        (0.49 % random) (2078 /sec)
1928.77/1930.80	c 1931	propagations          : 713962406      (371576 /sec)
1928.77/1930.80	c 1931	conflict literals     : 386897346      (19.01 % deleted)
1928.77/1930.80	c 1931	Memory used           : 62.69 MB
1928.77/1930.80	c 1931	CPU time              : 1921.44 s
1928.77/1930.80	c 1931	
1928.77/1930.80	c 1931	UNSATISFIABLE
1928.87/1930.81	c 1931	NOT FOUND: _COST <= 1
1928.87/1930.81	c 1931	OBJECTIVE _COST 2
1928.87/1930.81	s OPTIMUM FOUND
1928.87/1930.81	c 1931	CPU 1928.04 (0.04 0.02 1928 0.83)
1928.87/1930.81	c 1931	END Fri Jul 11 19:08:34 2008

Verifier Data (download as text)

OK	2	548
2 unsatisfied constraints, 548 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-1108340-1215794183/watcher-1108340-1215794183 -o /tmp/evaluation-result-1108340-1215794183/solver-1108340-1215794183 -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-1108340-1215794183.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.59 2.64 2.63 4/80 14016
/proc/meminfo: memFree=1778088/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=18572 CPUtime=0
/proc/14016/stat : 14016 (runsolver) R 14014 14016 13290 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 36121793 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14016/statm: 4643 292 257 25 0 2626 0

[startup+0.10721 s]
/proc/loadavg: 2.59 2.64 2.63 4/80 14016
/proc/meminfo: memFree=1778088/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13600 CPUtime=0.03
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36121793 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202223 s]
/proc/loadavg: 2.59 2.64 2.63 4/80 14016
/proc/meminfo: memFree=1778088/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13600 CPUtime=0.03
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36121793 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302233 s]
/proc/loadavg: 2.59 2.64 2.63 4/80 14016
/proc/meminfo: memFree=1778088/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13600 CPUtime=0.03
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 36121793 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702288 s]
/proc/loadavg: 2.59 2.64 2.63 4/80 14016
/proc/meminfo: memFree=1778088/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13600 CPUtime=0.35
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 974 4533 0 1 3 1 28 3 15 0 1 0 36121793 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50138 s]
/proc/loadavg: 2.59 2.64 2.63 3/91 14038
/proc/meminfo: memFree=1761744/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13600 CPUtime=0.35
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 974 4533 0 1 3 1 28 3 15 0 1 0 36121793 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3400 797 370 3 0 500 0
[pid=14029] ppid=14016 vsize=5356 CPUtime=0
/proc/14029/stat : 14029 (sh) S 14016 14016 13290 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 36121847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14029/statm: 1339 233 193 169 0 50 0
[pid=14030] ppid=14029 vsize=868468 CPUtime=0.95
/proc/14030/stat : 14030 (java) S 14029 14016 13290 0 -1 0 7160 0 1 0 90 5 0 0 18 0 9 0 36121847 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14030/statm: 217117 6334 2564 9 0 211664 0
[pid=14030/tid=14031] ppid=14029 vsize=868468 CPUtime=0.57
/proc/14030/task/14031/stat : 14031 (java) R 14029 14016 13290 0 -1 64 2769 0 1 0 55 2 0 0 19 0 9 0 36121848 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4126942188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14032] ppid=14029 vsize=868468 CPUtime=0.1
/proc/14030/task/14032/stat : 14032 (java) S 14029 14016 13290 0 -1 64 2208 0 0 0 10 0 0 0 16 0 9 0 36121849 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14033] ppid=14029 vsize=868468 CPUtime=0
/proc/14030/task/14033/stat : 14033 (java) S 14029 14016 13290 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 36121849 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14034] ppid=14029 vsize=868468 CPUtime=0
/proc/14030/task/14034/stat : 14034 (java) S 14029 14016 13290 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 36121849 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14035] ppid=14029 vsize=868468 CPUtime=0
/proc/14030/task/14035/stat : 14035 (java) S 14029 14016 13290 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 36121851 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14036] ppid=14029 vsize=868468 CPUtime=0.24
/proc/14030/task/14036/stat : 14036 (java) S 14029 14016 13290 0 -1 64 1491 0 0 0 24 0 0 0 16 0 9 0 36121851 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14037] ppid=14029 vsize=868468 CPUtime=0
/proc/14030/task/14037/stat : 14037 (java) S 14029 14016 13290 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 36121851 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14030/tid=14038] ppid=14029 vsize=868468 CPUtime=0
/proc/14030/task/14038/stat : 14038 (java) S 14029 14016 13290 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 36121851 889311232 6334 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 887424

[startup+3.10156 s]
/proc/loadavg: 2.62 2.65 2.63 3/91 14038
/proc/meminfo: memFree=1752464/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=2.69
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1190 21083 0 3 3 1 244 21 17 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 13732

[startup+6.30213 s]
/proc/loadavg: 2.62 2.65 2.63 4/84 14091
/proc/meminfo: memFree=1766288/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=5.61
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1710 61941 0 7 4 1 506 50 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 13732

[startup+12.7019 s]
/proc/loadavg: 2.68 2.66 2.64 4/83 14136
/proc/meminfo: memFree=1748240/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=19916 CPUtime=4.66
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 4830 0 0 0 464 2 0 0 25 0 1 0 36122594 20393984 4816 996147200 134512640 135127466 4294956256 18446744073709551615 134527499 0 0 4096 3 0 0 0 17 1 0 0
/proc/14136/statm: 4979 4816 75 150 0 4826 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 39004

[startup+25.5014 s]
/proc/loadavg: 2.73 2.67 2.64 4/83 14136
/proc/meminfo: memFree=1747160/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=21236 CPUtime=17.4
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 5167 0 0 0 1737 3 0 0 25 0 1 0 36122594 21745664 5153 996147200 134512640 135127466 4294956256 18446744073709551615 134527496 0 0 4096 3 0 0 0 17 1 0 0
/proc/14136/statm: 5309 5153 75 150 0 5156 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 40324

[startup+51.1014 s]
/proc/loadavg: 2.69 2.67 2.64 4/83 14136
/proc/meminfo: memFree=1745624/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=22816 CPUtime=42.87
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 5533 0 0 0 4284 3 0 0 25 0 1 0 36122594 23363584 5519 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/14136/statm: 5704 5519 75 150 0 5551 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 41904

[startup+102.301 s]
/proc/loadavg: 2.57 2.64 2.63 3/73 14148
/proc/meminfo: memFree=1795744/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=30356 CPUtime=93.84
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 7447 0 0 0 9379 5 0 0 25 0 1 0 36122594 31084544 7433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 7589 7433 75 150 0 7436 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 49444

[startup+162.301 s]
/proc/loadavg: 2.29 2.55 2.60 3/83 14174
/proc/meminfo: memFree=1744792/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=30356 CPUtime=153.81
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 7451 0 0 0 15375 6 0 0 25 0 1 0 36122594 31084544 7437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 7589 7437 75 150 0 7436 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 49444

[startup+222.306 s]
/proc/loadavg: 2.51 2.57 2.60 3/83 14174
/proc/meminfo: memFree=1726552/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=44944 CPUtime=213.79
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 11066 0 0 0 21370 9 0 0 25 0 1 0 36122594 46022656 11052 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 11236 11052 75 150 0 11083 0
Current children cumulated CPU time (s) 221.06
Current children cumulated vsize (KiB) 64032

[startup+282.301 s]
/proc/loadavg: 2.59 2.58 2.60 3/83 14174
/proc/meminfo: memFree=1726360/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1660.47
Current children cumulated vsize (KiB) 83276

[startup+1722.3 s]
/proc/loadavg: 2.45 2.55 2.56 3/83 14180
/proc/meminfo: memFree=1706192/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1713.17
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 171302 15 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1720.44
Current children cumulated vsize (KiB) 83276

[startup+1782.3 s]
/proc/loadavg: 2.51 2.55 2.55 3/83 14180
/proc/meminfo: memFree=1706072/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1773.16
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 177300 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1780.43
Current children cumulated vsize (KiB) 83276

[startup+1842.3 s]
/proc/loadavg: 2.59 2.56 2.55 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1833.14
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 183298 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134527005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1840.41
Current children cumulated vsize (KiB) 83276

[startup+1902.3 s]
/proc/loadavg: 2.67 2.60 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1893.11
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 189295 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1900.38
Current children cumulated vsize (KiB) 83276

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

[startup+1907.2 s]
/proc/loadavg: 2.67 2.60 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1898.01
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 189785 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1905.28
Current children cumulated vsize (KiB) 83276

[startup+1920 s]
/proc/loadavg: 2.60 2.58 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1910.8
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 191064 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1918.07
Current children cumulated vsize (KiB) 83276

[startup+1926.4 s]
/proc/loadavg: 2.63 2.59 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1917.2
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 191704 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1924.47
Current children cumulated vsize (KiB) 83276

[startup+1928 s]
/proc/loadavg: 2.58 2.58 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1918.8
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 191864 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1926.07
Current children cumulated vsize (KiB) 83276

[startup+1929.6 s]
/proc/loadavg: 2.58 2.58 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1920.4
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 192024 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134531057 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1927.67
Current children cumulated vsize (KiB) 83276

[startup+1930.4 s]
/proc/loadavg: 2.58 2.58 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=64188 CPUtime=1921.2
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194304 15914 0 0 0 192104 16 0 0 25 0 1 0 36122594 65728512 15844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 16047 15844 75 150 0 15894 0
Current children cumulated CPU time (s) 1928.47
Current children cumulated vsize (KiB) 83276

[startup+1930.8 s]
/proc/loadavg: 2.58 2.58 2.56 3/83 14180
/proc/meminfo: memFree=1706008/2055920 swapFree=4177724/4192956
[pid=14016] ppid=14014 vsize=13732 CPUtime=7.27
/proc/14016/stat : 14016 (sugar) S 14014 14016 13290 0 -1 4194304 1991 83738 0 10 4 2 656 65 16 0 1 0 36121793 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14016/statm: 3433 819 374 3 0 533 0
[pid=14135] ppid=14016 vsize=5356 CPUtime=0
/proc/14135/stat : 14135 (sh) S 14016 14016 13290 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36122592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14135/statm: 1339 232 193 169 0 50 0
[pid=14136] ppid=14135 vsize=0 CPUtime=1921.6
/proc/14136/stat : 14136 (minisat) R 14135 14016 13290 0 -1 4194308 15923 0 0 0 192144 16 0 0 25 0 1 0 36122594 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/14136/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1928.87
Current children cumulated vsize (KiB) 19088

Child status: 0
Real time (s): 1930.82
CPU time (s): 1928.92
CPU user time (s): 1928.06
CPU system time (s): 0.865868
CPU usage (%): 99.902
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1928.06
system time used= 0.865868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102008
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= 5708
involuntary context switches= 13513

runsolver used 2.87756 second user time and 5.87511 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-11 18:36:23
IDJOB=1108340
IDBENCH=60707
IDSOLVER=368
FILE ID=node1/1108340-1215794183
PBS_JOBID= 7903192
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford/normalized-langford-3-11-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-1108340-1215794183/watcher-1108340-1215794183 -o /tmp/evaluation-result-1108340-1215794183/solver-1108340-1215794183 -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-1108340-1215794183.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aa3180c3777a7d99fa781939f9a51590
RANDOM SEED=223993144

node1.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.244
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.244
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:       1778568 kB
Buffers:         31916 kB
Cached:         111344 kB
SwapCached:      10080 kB
Active:         139700 kB
Inactive:        96164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778568 kB
SwapTotal:     4192956 kB
SwapFree:      4177724 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         104932 kB
Slab:            26600 kB
Committed_AS:   928176 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node1 at 2008-07-11 19:08:34