Trace number 1113874

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+minisatMSAT (TO)2 3600.01 3618.87

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-12.xml
MD5SUMfb983333e3cbdf7d1c06cbf488766133
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3296.4
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints1164
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1164
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.05	c 0	BEGIN Sat Jul 12 22:02:01 2008
0.00/0.05	c 0	PID 18207
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113874-1215892920.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-1113874-1215892920.xml' 'HOME/temp.csp'
0.04/0.45	c 0	1 domains, 48 variables, 2 predicates, 0 relations, 1164 constraints
0.04/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.50	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.41/0.57	c 0	Parsing HOME/temp.csp
0.41/0.72	c 0	parsed 1215 expressions
0.41/0.72	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.74	c 0	MAX CSP: 1164 constraints
0.41/0.74	c 0	Converting to clausal form CSP
0.41/0.82	c 0	converted 239 (10%) expressions
0.41/0.91	c 1	converted 477 (20%) expressions
0.41/0.94	c 1	converted 715 (30%) expressions
0.41/0.96	c 1	converted 953 (40%) expressions
0.41/0.97	c 1	converted 1191 (50%) expressions
0.41/0.98	c 1	converted 1430 (60%) expressions
0.41/0.99	c 1	converted 1668 (70%) expressions
0.89/1.00	c 1	converted 1906 (80%) expressions
0.89/1.01	c 1	converted 2144 (90%) expressions
0.99/1.13	c 1	converted 2382 (100%) expressions
0.99/1.13	c 1	CSP : 2376 integers, 36 booleans, 3563 clauses, largest domain size 1747
0.99/1.13	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.13	c 1	Propagation in CSP
1.08/1.20	c 1	1160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.08/1.21	c 1	CSP : 2376 integers, 36 booleans, 3563 clauses, largest domain size 1165
1.08/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.08/1.23	c 1	CSP : 2376 integers, 2292 booleans, 5819 clauses, largest domain size 1165
1.08/1.23	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.08/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.08/1.29	c 1	238 (10%) CSP integer variables are encoded (2208 clauses, 26603 bytes)
1.08/1.30	c 1	476 (20%) CSP integer variables are encoded (2208 clauses, 26603 bytes)
1.08/1.30	c 1	713 (30%) CSP integer variables are encoded (2208 clauses, 26603 bytes)
1.08/1.30	c 1	951 (40%) CSP integer variables are encoded (2208 clauses, 26603 bytes)
1.18/1.30	c 1	1188 (50%) CSP integer variables are encoded (2208 clauses, 26603 bytes)
1.18/1.30	c 1	1426 (60%) CSP integer variables are encoded (4536 clauses, 56867 bytes)
1.18/1.32	c 1	1664 (70%) CSP integer variables are encoded (16325 clauses, 225653 bytes)
1.18/1.33	c 1	1901 (80%) CSP integer variables are encoded (19138 clauses, 267848 bytes)
1.18/1.33	c 1	2139 (90%) CSP integer variables are encoded (20975 clauses, 295403 bytes)
1.18/1.33	c 1	2376 (100%) CSP integer variables are encoded (23445 clauses, 332453 bytes)
1.18/1.39	c 1	582 (10%) CSP clauses are encoded (42235 clauses, 667277 bytes)
1.29/1.44	c 1	1164 (20%) CSP clauses are encoded (60973 clauses, 1013290 bytes)
1.29/1.48	c 1	1746 (30%) CSP clauses are encoded (79709 clauses, 1361161 bytes)
1.38/1.53	c 1	2328 (40%) CSP clauses are encoded (98449 clauses, 1711511 bytes)
1.38/1.57	c 1	2910 (50%) CSP clauses are encoded (117147 clauses, 2078546 bytes)
1.48/1.60	c 1	3492 (60%) CSP clauses are encoded (135813 clauses, 2447638 bytes)
2.87/3.07	c 3	4074 (70%) CSP clauses are encoded (837855 clauses, 16730220 bytes)
4.02/4.25	c 4	4656 (80%) CSP clauses are encoded (1522427 clauses, 31398941 bytes)
4.13/4.40	c 4	5238 (90%) CSP clauses are encoded (1611619 clauses, 33284127 bytes)
4.63/4.85	c 5	5819 (100%) CSP clauses are encoded (1871907 clauses, 38836014 bytes)
4.63/4.85	c 5	5819 CSP clauses encoded
4.63/4.85	c 5	Writing map file : HOME/temp.map
4.63/4.87	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.63/4.87	c 5	SAT : 28113 SAT variables, 1871907 SAT clauses, 38836014 bytes
4.63/4.87	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.93	c 5	OBJECTIVE minimize _COST
4.70/4.96	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.70/4.96	c 5	SEARCHING: _COST <= 582
4.70/4.96	c 5	SOLVING HOME/temp.cnf
4.70/4.96	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.70/4.98	c 5	This is MiniSat 2.0 beta
4.70/4.98	c 5	WARNING: for repeatability, setting FPU to use double precision
4.70/4.98	c 5	============================[ Problem Statistics ]=============================
4.70/4.98	c 5	|                                                                             |
4.70/4.98	c 5	|  Number of variables:  28113                                                |
4.70/4.98	c 5	|  Number of clauses:    1871908                                              |
5.62/5.94	c 6	|  Parsing time:         0.82         s                                       |
6.59/6.99	c 7	============================[ Search Statistics ]==============================
6.59/6.99	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.59/6.99	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.59/6.99	c 7	===============================================================================
6.59/6.99	c 7	|         0 |   21711  1232655  3644886 |   410885        0    nan |  0.000 % |
6.79/7.13	c 7	===============================================================================
6.79/7.13	c 7	restarts              : 1
6.79/7.13	c 7	conflicts             : 3              (2 /sec)
6.79/7.13	c 7	decisions             : 1001           (1.00 % random) (501 /sec)
6.79/7.13	c 7	propagations          : 30470          (15237 /sec)
6.79/7.13	c 7	conflict literals     : 22             (0.00 % deleted)
6.79/7.13	c 7	Memory used           : 76.22 MB
6.79/7.13	c 7	CPU time              : 1.9997 s
6.79/7.13	c 7	
6.79/7.14	c 7	SATISFIABLE
6.79/7.16	c 7	FOUND: _COST <= 582
6.79/7.16	s SATISFIABLE
6.79/7.16	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.79/7.16	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.87/7.26	c 7	Decoding HOME/temp.out
6.87/7.41	c 7	OBJECTIVE _COST 376
6.87/7.41	o 376
6.87/7.42	v 25 15 38 32 22 32 9 9 10 10 11 16 27 18 42 37 28 39 17 45 20 21 23 29 29 33 46 42 34 46 36 47 30 32 35 34 31 36 47 47 40 47 44 47 40 43 47 47
6.87/7.42	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.87/7.45	c 7	OBJECTIVE BOUND: 0 <= _COST <= 376
6.87/7.45	c 7	SEARCHING: _COST <= 188
6.87/7.45	c 7	SOLVING HOME/temp.cnf
6.87/7.45	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.87/7.46	c 7	This is MiniSat 2.0 beta
6.87/7.46	c 7	WARNING: for repeatability, setting FPU to use double precision
6.87/7.46	c 7	============================[ Problem Statistics ]=============================
6.87/7.46	c 7	|                                                                             |
6.87/7.46	c 7	|  Number of variables:  28113                                                |
6.87/7.46	c 7	|  Number of clauses:    1871908                                              |
8.04/8.45	c 8	|  Parsing time:         0.88         s                                       |
9.52/9.96	c 10	============================[ Search Statistics ]==============================
9.52/9.96	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.52/9.96	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.52/9.96	c 10	===============================================================================
9.52/9.96	c 10	|         0 |   16674   613200  1801238 |   204400        0    nan |  0.000 % |
9.62/10.08	c 10	===============================================================================
9.62/10.08	c 10	restarts              : 1
9.62/10.08	c 10	conflicts             : 14             (6 /sec)
9.62/10.08	c 10	decisions             : 491            (0.81 % random) (198 /sec)
9.62/10.08	c 10	propagations          : 35376          (14249 /sec)
9.62/10.08	c 10	conflict literals     : 302            (2.89 % deleted)
9.62/10.08	c 10	Memory used           : 77.53 MB
9.62/10.08	c 10	CPU time              : 2.48262 s
9.62/10.08	c 10	
9.62/10.09	c 10	SATISFIABLE
9.72/10.10	c 10	FOUND: _COST <= 188
9.72/10.10	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.72/10.10	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.72/10.18	c 10	Decoding HOME/temp.out
9.73/10.33	c 10	OBJECTIVE _COST 188
9.73/10.33	o 188
9.73/10.34	v 27 38 35 32 7 4 12 6 16 3 10 8 29 41 39 37 13 11 20 15 26 14 22 21 31 44 43 42 19 18 28 24 36 25 34 34 33 47 47 47 25 25 36 33 46 36 46 47
9.73/10.34	c 10	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.73/10.37	c 10	OBJECTIVE BOUND: 0 <= _COST <= 188
9.73/10.37	c 10	SEARCHING: _COST <= 94
9.73/10.37	c 10	SOLVING HOME/temp.cnf
9.73/10.37	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.73/10.38	c 10	This is MiniSat 2.0 beta
9.73/10.38	c 10	WARNING: for repeatability, setting FPU to use double precision
9.73/10.38	c 10	============================[ Problem Statistics ]=============================
9.73/10.38	c 10	|                                                                             |
9.73/10.38	c 10	|  Number of variables:  28113                                                |
9.73/10.38	c 10	|  Number of clauses:    1871908                                              |
10.87/11.31	c 11	|  Parsing time:         0.81         s                                       |
12.27/12.71	c 12	============================[ Search Statistics ]==============================
12.27/12.71	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.27/12.71	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.27/12.71	c 12	===============================================================================
12.27/12.71	c 12	|         0 |   14903   389606  1135675 |   129868        0    nan |  0.000 % |
12.37/12.89	c 13	|       100 |   14903   389606  1135675 |   142855      100     86 | 46.989 % |
12.47/12.92	c 13	===============================================================================
12.47/12.92	c 13	restarts              : 2
12.47/12.92	c 13	conflicts             : 109            (45 /sec)
12.47/12.92	c 13	decisions             : 876            (0.57 % random) (363 /sec)
12.47/12.92	c 13	propagations          : 105281         (43601 /sec)
12.47/12.92	c 13	conflict literals     : 8702           (5.27 % deleted)
12.47/12.92	c 13	Memory used           : 78.20 MB
12.47/12.92	c 13	CPU time              : 2.41463 s
12.47/12.92	c 13	
12.47/12.93	c 13	SATISFIABLE
12.47/12.94	c 13	FOUND: _COST <= 94
12.47/12.94	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.47/12.94	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.53/13.02	c 13	Decoding HOME/temp.out
12.68/13.17	c 13	OBJECTIVE _COST 94
12.68/13.17	o 94
12.68/13.18	v 44 11 31 33 23 21 30 36 39 22 34 19 43 14 39 38 26 32 38 43 29 28 24 32 45 17 42 40 25 36 40 41 42 35 44 37 47 20 24 30 18 27 9 8 16 46 41 10
12.68/13.18	c 13	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.68/13.20	c 13	OBJECTIVE BOUND: 0 <= _COST <= 94
12.68/13.20	c 13	SEARCHING: _COST <= 47
12.68/13.20	c 13	SOLVING HOME/temp.cnf
12.68/13.20	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.78/13.21	c 13	This is MiniSat 2.0 beta
12.78/13.21	c 13	WARNING: for repeatability, setting FPU to use double precision
12.78/13.21	c 13	============================[ Problem Statistics ]=============================
12.78/13.21	c 13	|                                                                             |
12.78/13.21	c 13	|  Number of variables:  28113                                                |
12.78/13.21	c 13	|  Number of clauses:    1871908                                              |
13.76/14.23	c 14	|  Parsing time:         0.90         s                                       |
15.24/15.70	c 15	============================[ Search Statistics ]==============================
15.24/15.70	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.24/15.70	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.24/15.70	c 15	===============================================================================
15.24/15.70	c 15	|         0 |   13482   264599   764870 |    88199        0    nan |  0.000 % |
15.34/15.85	c 15	|       101 |   13482   264599   764870 |    97019      101     45 | 52.044 % |
15.34/15.87	c 16	===============================================================================
15.34/15.87	c 16	restarts              : 2
15.34/15.87	c 16	conflicts             : 117            (46 /sec)
15.34/15.87	c 16	decisions             : 603            (0.50 % random) (239 /sec)
15.34/15.87	c 16	propagations          : 87765          (34764 /sec)
15.34/15.87	c 16	conflict literals     : 5070           (4.56 % deleted)
15.34/15.87	c 16	Memory used           : 78.35 MB
15.34/15.87	c 16	CPU time              : 2.52462 s
15.34/15.87	c 16	
15.34/15.88	c 16	SATISFIABLE
15.34/15.89	c 16	FOUND: _COST <= 47
15.34/15.89	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.34/15.89	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.44/15.97	c 16	Decoding HOME/temp.out
15.44/16.12	c 16	OBJECTIVE _COST 47
15.44/16.12	o 47
15.44/16.13	v 38 5 37 19 32 20 21 4 20 17 6 10 43 8 41 24 27 32 26 13 40 28 18 23 46 11 45 29 36 39 25 22 39 39 30 36 44 14 12 34 45 35 33 31 37 47 42 9
15.44/16.13	c 16	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.44/16.16	c 16	OBJECTIVE BOUND: 0 <= _COST <= 47
15.44/16.16	c 16	SEARCHING: _COST <= 23
15.44/16.16	c 16	SOLVING HOME/temp.cnf
15.44/16.16	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.44/16.16	c 16	This is MiniSat 2.0 beta
15.44/16.16	c 16	WARNING: for repeatability, setting FPU to use double precision
15.44/16.16	c 16	============================[ Problem Statistics ]=============================
15.44/16.16	c 16	|                                                                             |
15.44/16.17	c 16	|  Number of variables:  28113                                                |
15.44/16.17	c 16	|  Number of clauses:    1871908                                              |
16.59/17.19	c 17	|  Parsing time:         0.89         s                                       |
18.08/18.61	c 18	============================[ Search Statistics ]==============================
18.08/18.61	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.08/18.61	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.08/18.61	c 18	===============================================================================
18.08/18.61	c 18	|         0 |   12179   196146   563396 |    65382        0    nan |  0.000 % |
18.18/18.76	c 18	|       100 |   12179   196146   563396 |    71920      100     25 | 56.678 % |
18.27/18.80	c 18	|       250 |   12179   196146   563396 |    79112      250     28 | 56.678 % |
18.47/19.00	c 19	===============================================================================
18.47/19.00	c 19	restarts              : 3
18.47/19.00	c 19	conflicts             : 392            (146 /sec)
18.47/19.00	c 19	decisions             : 962            (0.42 % random) (359 /sec)
18.47/19.00	c 19	propagations          : 363199         (135543 /sec)
18.47/19.00	c 19	conflict literals     : 12210          (13.16 % deleted)
18.47/19.00	c 19	Memory used           : 78.49 MB
18.47/19.00	c 19	CPU time              : 2.67959 s
18.47/19.00	c 19	
18.47/19.01	c 19	SATISFIABLE
18.47/19.03	c 19	FOUND: _COST <= 23
18.47/19.03	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.47/19.03	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.51/19.11	c 19	Decoding HOME/temp.out
18.51/19.25	c 19	OBJECTIVE _COST 23
18.51/19.25	o 23
18.51/19.26	v 37 1 43 42 20 8 3 16 36 2 9 5 39 4 47 47 26 15 11 25 46 13 21 18 43 7 10 41 32 22 19 34 30 24 33 31 6 47 14 46 38 29 27 43 40 35 45 44
18.51/19.26	c 19	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.51/19.31	c 19	OBJECTIVE BOUND: 0 <= _COST <= 23
18.51/19.31	c 19	SEARCHING: _COST <= 11
18.51/19.31	c 19	SOLVING HOME/temp.cnf
18.51/19.31	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.51/19.31	c 19	This is MiniSat 2.0 beta
18.51/19.31	c 19	WARNING: for repeatability, setting FPU to use double precision
18.51/19.31	c 19	============================[ Problem Statistics ]=============================
18.51/19.31	c 19	|                                                                             |
18.51/19.31	c 19	|  Number of variables:  28113                                                |
18.51/19.31	c 19	|  Number of clauses:    1871908                                              |
19.73/20.34	c 20	|  Parsing time:         0.91         s                                       |
21.12/21.76	c 21	============================[ Search Statistics ]==============================
21.12/21.76	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.12/21.76	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.12/21.76	c 21	===============================================================================
21.12/21.76	c 21	|         0 |   10910   159335   456758 |    53111        0    nan |  0.000 % |
21.32/21.91	c 22	|       100 |   10910   159335   456758 |    58422      100     22 | 61.192 % |
21.32/21.96	c 22	|       250 |   10910   159335   456758 |    64265      250     31 | 61.192 % |
21.42/22.07	c 22	|       475 |   10910   159335   456758 |    70691      475     44 | 61.192 % |
21.61/22.24	c 22	|       812 |   10910   159335   456758 |    77760      812     56 | 61.192 % |
21.61/22.27	c 22	===============================================================================
21.61/22.27	c 22	restarts              : 5
21.61/22.27	c 22	conflicts             : 844            (299 /sec)
21.61/22.27	c 22	decisions             : 1566           (0.13 % random) (556 /sec)
21.61/22.27	c 22	propagations          : 372503         (132160 /sec)
21.61/22.27	c 22	conflict literals     : 48090          (4.43 % deleted)
21.61/22.27	c 22	Memory used           : 77.92 MB
21.61/22.27	c 22	CPU time              : 2.81857 s
21.61/22.27	c 22	
21.61/22.28	c 22	SATISFIABLE
21.61/22.30	c 22	FOUND: _COST <= 11
21.61/22.30	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.61/22.30	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.73/22.38	c 22	Decoding HOME/temp.out
21.73/22.52	c 22	OBJECTIVE _COST 11
21.73/22.52	o 11
21.73/22.53	v 38 26 4 15 29 0 9 18 13 6 10 11 40 31 8 20 35 7 19 27 23 17 22 24 42 32 12 25 41 14 28 36 33 39 34 37 44 3 16 30 47 21 2 45 43 1 46 5
21.73/22.53	c 22	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.73/22.56	c 22	OBJECTIVE BOUND: 0 <= _COST <= 11
21.73/22.56	c 22	SEARCHING: _COST <= 5
21.73/22.56	c 22	SOLVING HOME/temp.cnf
21.73/22.56	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.73/22.57	c 22	This is MiniSat 2.0 beta
21.73/22.57	c 22	WARNING: for repeatability, setting FPU to use double precision
21.73/22.57	c 22	============================[ Problem Statistics ]=============================
21.73/22.57	c 22	|                                                                             |
21.73/22.57	c 22	|  Number of variables:  28113                                                |
21.73/22.57	c 22	|  Number of clauses:    1871908                                              |
22.89/23.54	c 23	|  Parsing time:         0.85         s                                       |
24.19/24.82	c 24	============================[ Search Statistics ]==============================
24.19/24.82	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.19/24.82	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.19/24.82	c 24	===============================================================================
24.19/24.82	c 24	|         0 |    9604   138774   398987 |    46258        0    nan |  0.000 % |
24.29/24.98	c 25	|       100 |    9604   138774   398987 |    50883      100     46 | 65.838 % |
24.49/25.13	c 25	|       250 |    9604   138774   398987 |    55972      250     80 | 65.838 % |
24.59/25.28	c 25	|       475 |    9604   138774   398987 |    61569      475     82 | 65.838 % |
24.69/25.35	c 25	===============================================================================
24.69/25.35	c 25	restarts              : 4
24.69/25.35	c 25	conflicts             : 532            (201 /sec)
24.69/25.35	c 25	decisions             : 996            (0.30 % random) (376 /sec)
24.69/25.35	c 25	propagations          : 365490         (137838 /sec)
24.69/25.35	c 25	conflict literals     : 44639          (4.41 % deleted)
24.69/25.35	c 25	Memory used           : 77.96 MB
24.69/25.35	c 25	CPU time              : 2.6516 s
24.69/25.35	c 25	
24.69/25.36	c 25	SATISFIABLE
24.69/25.37	c 25	FOUND: _COST <= 5
24.69/25.37	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.69/25.37	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.77/25.46	c 25	Decoding HOME/temp.out
24.77/25.80	c 25	OBJECTIVE _COST 5
24.77/25.80	o 5
24.77/25.81	v 39 20 0 6 1 2 24 33 17 3 10 5 41 23 4 11 7 9 32 42 27 14 22 18 43 26 8 16 13 38 40 35 37 25 34 31 45 29 12 21 19 30 15 28 47 36 46 44
24.77/25.81	c 25	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.77/25.86	c 26	OBJECTIVE BOUND: 0 <= _COST <= 5
24.77/25.86	c 26	SEARCHING: _COST <= 2
24.77/25.86	c 26	SOLVING HOME/temp.cnf
24.77/25.86	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.77/25.86	c 26	This is MiniSat 2.0 beta
24.77/25.86	c 26	WARNING: for repeatability, setting FPU to use double precision
24.77/25.86	c 26	============================[ Problem Statistics ]=============================
24.77/25.86	c 26	|                                                                             |
24.77/25.86	c 26	|  Number of variables:  28113                                                |
24.77/25.86	c 26	|  Number of clauses:    1871908                                              |
26.14/26.83	c 26	|  Parsing time:         0.85         s                                       |
27.34/28.07	c 28	============================[ Search Statistics ]==============================
27.34/28.07	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.34/28.07	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.34/28.07	c 28	===============================================================================
27.34/28.07	c 28	|         0 |    8040   125554   364016 |    41851        0    nan |  0.000 % |
27.54/28.24	c 28	|       101 |    8040   125554   364016 |    46036      101     54 | 71.401 % |
27.74/28.40	c 28	|       254 |    8040   125554   364016 |    50640      254     82 | 71.401 % |
27.84/28.58	c 28	|       479 |    8040   125554   364016 |    55704      479     84 | 71.401 % |
28.23/28.94	c 29	|       816 |    8040   125554   364016 |    61274      816     93 | 71.401 % |
28.64/29.37	c 29	|      1322 |    8040   125554   364016 |    67401     1322     97 | 71.401 % |
29.23/29.95	c 30	|      2081 |    8040   125554   364016 |    74142     2081     96 | 71.401 % |
30.33/31.03	c 31	|      3220 |    8040   125554   364016 |    81556     3220     99 | 71.401 % |
31.73/32.45	c 32	|      4928 |    8040   125554   364016 |    89712     4928    101 | 71.401 % |
34.33/35.07	c 35	|      7490 |    8040   125554   364016 |    98683     7490    104 | 71.401 % |
38.43/39.14	c 39	|     11334 |    8040   125554   364016 |   108551    11334    108 | 71.401 % |
45.32/46.02	c 46	|     17102 |    8040   125554   364016 |   119406    17102    118 | 71.401 % |
54.72/55.43	c 55	|     25752 |    8040   125554   364016 |   131347    25752    114 | 71.401 % |
73.01/73.73	c 73	|     38726 |    8040   125554   364016 |   144482    38726    121 | 71.401 % |
100.30/101.02	c 101	|     58188 |    8040   125554   364016 |   158930    58188    122 | 71.401 % |
152.97/153.79	c 153	|     87380 |    8040   125554   364016 |   174823    87380    133 | 71.401 % |
184.86/185.64	c 185	===============================================================================
184.86/185.64	c 185	restarts              : 16
184.86/185.64	c 185	conflicts             : 105935         (664 /sec)
184.86/185.64	c 185	decisions             : 132283         (0.55 % random) (829 /sec)
184.86/185.64	c 185	propagations          : 69587845       (436162 /sec)
184.86/185.64	c 185	conflict literals     : 13917352       (6.75 % deleted)
184.86/185.65	c 185	Memory used           : 94.50 MB
184.86/185.65	c 185	CPU time              : 159.546 s
184.86/185.65	c 185	
184.86/185.66	c 185	SATISFIABLE
184.86/185.67	c 185	FOUND: _COST <= 2
184.86/185.67	c 185	DECODING HOME/temp.out WITH HOME/temp.map
184.86/185.67	c 185	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
184.98/185.83	c 185	Decoding HOME/temp.out
185.28/186.17	c 186	OBJECTIVE _COST 2
185.28/186.17	o 2
185.28/186.18	v 0 36 13 5 29 9 26 37 8 11 7 1 2 39 17 10 35 16 34 46 18 22 19 14 4 42 21 15 41 23 24 3 28 33 31 27 6 45 25 20 47 30 32 12 38 44 43 40
185.28/186.18	c 186	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
185.37/186.21	c 186	OBJECTIVE BOUND: 0 <= _COST <= 2
185.37/186.21	c 186	SEARCHING: _COST <= 1
185.37/186.21	c 186	SOLVING HOME/temp.cnf
185.37/186.21	c 186	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
185.37/186.21	c 186	This is MiniSat 2.0 beta
185.37/186.21	c 186	WARNING: for repeatability, setting FPU to use double precision
185.37/186.21	c 186	============================[ Problem Statistics ]=============================
185.37/186.21	c 186	|                                                                             |
185.37/186.22	c 186	|  Number of variables:  28113                                                |
185.37/186.22	c 186	|  Number of clauses:    1871908                                              |
186.35/187.27	c 187	|  Parsing time:         0.91         s                                       |
187.74/188.66	c 188	============================[ Search Statistics ]==============================
187.74/188.66	c 188	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
187.74/188.66	c 188	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
187.74/188.66	c 188	===============================================================================
187.74/188.66	c 188	|         0 |    6876   119229   348532 |    39743        0    nan |  0.000 % |
187.94/188.87	c 189	|       101 |    6876   119229   348532 |    43717      101     81 | 75.542 % |
188.14/189.03	c 189	|       251 |    6876   119229   348532 |    48089      251     88 | 75.542 % |
188.34/189.28	c 189	|       478 |    6876   119229   348532 |    52897      478     81 | 75.542 % |
188.63/189.60	c 189	|       815 |    6876   119229   348532 |    58187      815     82 | 75.542 % |
189.23/190.11	c 190	|      1321 |    6876   119229   348532 |    64006     1321     87 | 75.542 % |
190.02/190.93	c 191	|      2080 |    6876   119229   348532 |    70407     2080     93 | 75.542 % |
191.11/192.03	c 192	|      3220 |    6876   119229   348532 |    77447     3220     97 | 75.542 % |
193.09/194.02	c 194	|      4928 |    6876   119229   348532 |    85192     4928    101 | 75.542 % |
196.06/197.06	c 197	|      7493 |    6876   119229   348532 |    93711     7493     97 | 75.542 % |
200.62/201.64	c 201	|     11337 |    6876   119229   348532 |   103083    11337     96 | 75.542 % |
208.25/209.37	c 209	|     17103 |    6876   119229   348532 |   113391    17103    108 | 75.542 % |
221.22/222.46	c 222	|     25753 |    6876   119229   348532 |   124730    25753    107 | 75.542 % |
240.05/241.47	c 241	|     38728 |    6876   119229   348532 |   137203    38728    113 | 75.542 % |
273.13/274.84	c 274	|     58189 |    6876   119229   348532 |   150923    58189    114 | 75.542 % |
332.47/334.79	c 334	|     87381 |    6858   118534   346561 |   166016    87309    127 | 75.606 % |
432.97/436.02	c 436	|    131171 |    6858   118534   346561 |   182618   131099    123 | 75.606 % |
614.67/618.65	c 618	|    196855 |    6804   116261   340084 |   200879   196778    135 | 75.798 % |
838.06/843.10	c 843	|    295382 |    6804   116261   340084 |   220967    89199    123 | 76.075 % |
1260.86/1268.09	c 1268	|    443171 |    6699   111382   325793 |   243064   150771    131 | 76.242 % |
1969.03/1979.70	c 1979	|    664855 |    6663   109913   321614 |   267371   132910    190 | 76.299 % |
2941.09/2956.61	c 2956	|    997380 |    6633   108479   317390 |   294108   170739    194 | 76.452 % |
3600.01/3618.81	c ERROR INTERRUPTED
3600.01/3618.86	c 3618	CPU 183.63 (0.05 0.02 183.58 1.74)
3600.01/3618.86	c 3618	END Sat Jul 12 23:02:19 2008

Verifier Data (download as text)

OK	2	1162
2 unsatisfied constraints, 1162 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-1113874-1215892920/watcher-1113874-1215892920 -o /tmp/evaluation-result-1113874-1215892920/solver-1113874-1215892920 -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-1113874-1215892920.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: 3.14 3.20 3.13 5/80 18207
/proc/meminfo: memFree=1848488/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=12000 CPUtime=0
/proc/18207/stat : 18207 (sugar) R 18205 18207 16207 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 45994858 12288000 169 996147200 4194304 4206940 548682068592 18446744073709551615 262928396939 0 0 4224 0 0 0 0 17 1 0 0
/proc/18207/statm: 3000 169 130 3 0 100 0

[startup+0.057232 s]
/proc/loadavg: 3.14 3.20 3.13 5/80 18207
/proc/meminfo: memFree=1848488/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13600 CPUtime=0.04
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45994858 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101236 s]
/proc/loadavg: 3.14 3.20 3.13 5/80 18207
/proc/meminfo: memFree=1848488/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13600 CPUtime=0.04
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45994858 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30126 s]
/proc/loadavg: 3.14 3.20 3.13 5/80 18207
/proc/meminfo: memFree=1848488/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13600 CPUtime=0.04
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45994858 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701306 s]
/proc/loadavg: 3.14 3.20 3.13 5/80 18207
/proc/meminfo: memFree=1848488/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13600 CPUtime=0.41
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 974 4795 0 1 3 1 34 3 16 0 1 0 45994858 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 3.14 3.20 3.13 5/91 18229
/proc/meminfo: memFree=1834704/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13600 CPUtime=0.41
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 974 4795 0 1 3 1 34 3 15 0 1 0 45994858 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3400 797 370 3 0 500 0
[pid=18220] ppid=18207 vsize=5356 CPUtime=0
/proc/18220/stat : 18220 (sh) S 18207 18207 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45994908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18220/statm: 1339 233 193 169 0 50 0
[pid=18221] ppid=18220 vsize=868464 CPUtime=0.97
/proc/18221/stat : 18221 (java) S 18220 18207 16207 0 -1 0 7035 0 1 0 91 6 0 0 18 0 9 0 45994908 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 217116 6206 2562 9 0 211663 0
[pid=18221/tid=18222] ppid=18220 vsize=868464 CPUtime=0.61
/proc/18221/task/18222/stat : 18222 (java) R 18220 18207 16207 0 -1 64 2756 0 1 0 58 3 0 0 21 0 9 0 45994909 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4126961354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18223] ppid=18220 vsize=868464 CPUtime=0.09
/proc/18221/task/18223/stat : 18223 (java) S 18220 18207 16207 0 -1 64 2093 0 0 0 8 1 0 0 16 0 9 0 45994910 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18220 18207 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45994910 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18225] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18220 18207 16207 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45994910 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18220 18207 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45994912 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18227] ppid=18220 vsize=868464 CPUtime=0.25
/proc/18221/task/18227/stat : 18227 (java) S 18220 18207 16207 0 -1 64 1493 0 0 0 24 1 0 0 16 0 9 0 45994912 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18228] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18220 18207 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45994912 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18229] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18220 18207 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45994912 889307136 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887420

[startup+3.10259 s]
/proc/loadavg: 3.13 3.20 3.13 4/91 18229
/proc/meminfo: memFree=1825936/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13600 CPUtime=0.41
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 974 4795 0 1 3 1 34 3 16 0 1 0 45994858 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3400 797 370 3 0 500 0
[pid=18220] ppid=18207 vsize=5356 CPUtime=0
/proc/18220/stat : 18220 (sh) S 18207 18207 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45994908 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18220/statm: 1339 233 193 169 0 50 0
[pid=18221] ppid=18220 vsize=868464 CPUtime=2.54
/proc/18221/stat : 18221 (java) S 18220 18207 16207 0 -1 0 7492 0 1 0 235 19 0 0 18 0 9 0 45994908 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18221/statm: 217116 6215 2562 9 0 211663 0
[pid=18221/tid=18222] ppid=18220 vsize=868464 CPUtime=2.05
/proc/18221/task/18222/stat : 18222 (java) R 18220 18207 16207 0 -1 64 3204 0 1 0 191 14 0 0 24 0 9 0 45994909 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 102064745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18221/tid=18223] ppid=18220 vsize=868464 CPUtime=0.2
/proc/18221/task/18223/stat : 18223 (java) S 18220 18207 16207 0 -1 64 2093 0 0 0 17 3 0 0 16 0 9 0 45994910 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18224] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18224/stat : 18224 (java) S 18220 18207 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45994910 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18225] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18225/stat : 18225 (java) S 18220 18207 16207 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45994910 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18226] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18226/stat : 18226 (java) S 18220 18207 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45994912 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18227] ppid=18220 vsize=868464 CPUtime=0.27
/proc/18221/task/18227/stat : 18227 (java) S 18220 18207 16207 0 -1 64 1502 0 0 0 26 1 0 0 16 0 9 0 45994912 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18228] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18228/stat : 18228 (java) S 18220 18207 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45994912 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18221/tid=18229] ppid=18220 vsize=868464 CPUtime=0
/proc/18221/task/18229/stat : 18229 (java) S 18220 18207 16207 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45994912 889307136 6215 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 887420

[startup+6.30196 s]
/proc/loadavg: 3.13 3.20 3.13 4/83 18231
/proc/meminfo: memFree=1771344/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=4.72
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 1088 13187 2 2 3 1 428 40 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18230] ppid=18207 vsize=5356 CPUtime=0
/proc/18230/stat : 18230 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45995354 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18230/statm: 1339 232 193 169 0 50 0
[pid=18231] ppid=18230 vsize=77912 CPUtime=1.28
/proc/18231/stat : 18231 (minisat) R 18230 18207 16207 0 -1 4194304 18833 0 0 0 117 11 0 0 25 0 1 0 45995356 79781888 18819 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/18231/statm: 19478 18819 72 150 0 19325 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 97000

[startup+12.7027 s]
/proc/loadavg: 3.18 3.21 3.13 4/83 18255
/proc/meminfo: memFree=1730384/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=9.97
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 1322 59648 2 4 4 1 921 71 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18254] ppid=18207 vsize=5356 CPUtime=0
/proc/18254/stat : 18254 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45995895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18254/statm: 1339 232 193 169 0 50 0
[pid=18255] ppid=18254 vsize=80076 CPUtime=2.3
/proc/18255/stat : 18255 (minisat) R 18254 18207 16207 0 -1 4194304 19354 0 0 0 219 11 0 0 25 0 1 0 45995896 81997824 19340 996147200 134512640 135127466 4294956256 18446744073709551615 134531714 0 0 4096 3 0 0 0 17 0 0 0
/proc/18255/statm: 20019 19340 72 150 0 19866 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 99164

[startup+25.5012 s]
/proc/loadavg: 3.08 3.19 3.13 3/83 18303
/proc/meminfo: memFree=1730760/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=24.77
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 1840 173538 2 8 5 2 2321 149 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 13732

[startup+51.1012 s]
/proc/loadavg: 2.93 3.14 3.11 3/83 18315
/proc/meminfo: memFree=1730952/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=25.21
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 1893 177442 2 9 5 2 2362 152 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18314] ppid=18207 vsize=5356 CPUtime=0
/proc/18314/stat : 18314 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 45997444 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18314/statm: 1339 232 193 169 0 50 0
[pid=18315] ppid=18314 vsize=79676 CPUtime=25.21
/proc/18315/stat : 18315 (minisat) R 18314 18207 16207 0 -1 4194304 19281 0 0 0 2510 11 0 0 25 0 1 0 45997444 81588224 19267 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 19919 19267 75 150 0 19766 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 98764

[startup+102.306 s]
/proc/loadavg: 2.74 3.05 3.08 3/83 18315
/proc/meminfo: memFree=1730888/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=25.21
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 1893 177442 2 9 5 2 2362 152 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18314] ppid=18207 vsize=5356 CPUtime=0
/proc/18314/stat : 18314 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 45997444 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18314/statm: 1339 232 193 169 0 50 0
[pid=18315] ppid=18314 vsize=79920 CPUtime=76.4
/proc/18315/stat : 18315 (minisat) R 18314 18207 16207 0 -1 4194304 19339 0 0 0 7628 12 0 0 25 0 1 0 45997444 81838080 19325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 19980 19325 75 150 0 19827 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 99008

[startup+162.301 s]
/proc/loadavg: 2.62 2.95 3.04 3/83 18315
/proc/meminfo: memFree=1721160/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=25.21
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 1893 177442 2 9 5 2 2362 152 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18314] ppid=18207 vsize=5356 CPUtime=0
/proc/18314/stat : 18314 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 45997444 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18314/statm: 1339 232 193 169 0 50 0
[pid=18315] ppid=18314 vsize=89692 CPUtime=136.36
/proc/18315/stat : 18315 (minisat) R 18314 18207 16207 0 -1 4194304 21750 0 0 0 13622 14 0 0 25 0 1 0 45997444 91844608 21736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 22423 21736 75 150 0 22270 0
Current children cumulated CPU time (s) 161.57

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

/proc/meminfo: memFree=1043448/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=2900.67
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74070 0 0 0 289983 84 0 0 25 0 1 0 46013480 307101696 74056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74056 75 150 0 74823 0
Current children cumulated CPU time (s) 3086.06
Current children cumulated vsize (KiB) 318992

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1043448/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=2960.38
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74070 0 0 0 295954 84 0 0 25 0 1 0 46013480 307101696 74056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74056 75 150 0 74823 0
Current children cumulated CPU time (s) 3145.77
Current children cumulated vsize (KiB) 318992

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1043384/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=3020.08
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74070 0 0 0 301924 84 0 0 25 0 1 0 46013480 307101696 74056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74056 75 150 0 74823 0
Current children cumulated CPU time (s) 3205.47
Current children cumulated vsize (KiB) 318992

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1043384/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=3079.79
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74070 0 0 0 307895 84 0 0 25 0 1 0 46013480 307101696 74056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74056 75 150 0 74823 0
Current children cumulated CPU time (s) 3265.18
Current children cumulated vsize (KiB) 318992

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1043192/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=3139.48
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74070 0 0 0 313864 84 0 0 25 0 1 0 46013480 307101696 74056 996147200 134512640 135127466 4294956256 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74056 75 150 0 74823 0
Current children cumulated CPU time (s) 3324.87
Current children cumulated vsize (KiB) 318992

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1043128/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=3199.19
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74074 0 0 0 319835 84 0 0 25 0 1 0 46013480 307101696 74060 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74060 75 150 0 74823 0
Current children cumulated CPU time (s) 3384.58
Current children cumulated vsize (KiB) 318992

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1042872/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=299904 CPUtime=3258.89
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74088 0 0 0 325805 84 0 0 25 0 1 0 46013480 307101696 74074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 74976 74074 75 150 0 74823 0
Current children cumulated CPU time (s) 3444.28
Current children cumulated vsize (KiB) 318992

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18489
/proc/meminfo: memFree=1040056/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=303284 CPUtime=3318.59
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74790 0 0 0 331774 85 0 0 25 0 1 0 46013480 310562816 74776 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 75821 74776 75 150 0 75668 0
Current children cumulated CPU time (s) 3503.98
Current children cumulated vsize (KiB) 322372

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18495
/proc/meminfo: memFree=1039928/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=303284 CPUtime=3378.3
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74790 0 0 0 337744 86 0 0 25 0 1 0 46013480 310562816 74776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 75821 74776 75 150 0 75668 0
Current children cumulated CPU time (s) 3563.69
Current children cumulated vsize (KiB) 322372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18495
/proc/meminfo: memFree=1039928/2055920 swapFree=4192812/4192956
[pid=18207] ppid=18205 vsize=13732 CPUtime=185.39
/proc/18207/stat : 18207 (sugar) S 18205 18207 16207 0 -1 4194304 2007 205137 2 10 5 2 18358 174 16 0 1 0 45994858 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18207/statm: 3433 838 374 3 0 533 0
[pid=18326] ppid=18207 vsize=5356 CPUtime=0
/proc/18326/stat : 18326 (sh) S 18207 18207 16207 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 46013479 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18326/statm: 1339 232 193 169 0 50 0
[pid=18327] ppid=18326 vsize=303284 CPUtime=3414.62
/proc/18327/stat : 18327 (minisat) R 18326 18207 16207 0 -1 4194304 74790 0 0 0 341376 86 0 0 25 0 1 0 46013480 310562816 74776 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18327/statm: 75821 74776 75 150 0 75668 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 322372

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18207 and gives
#  childrusage.ru_utime.tv_sec=183
#  childrusage.ru_utime.tv_usec=642082
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=785728
# CPU time returned by wait4() is 185.428
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3618.87
CPU time (s): 3600.01
CPU user time (s): 3597.39
CPU system time (s): 2.62
CPU usage (%): 99.4788
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.642
system time used= 1.78573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207485
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12539
involuntary context switches= 13787

runsolver used 3.88641 second user time and 12.1242 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-12 22:02:01
IDJOB=1113874
IDBENCH=61655
IDSOLVER=368
FILE ID=node11/1113874-1215892920
PBS_JOBID= 7903536
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-12.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-1113874-1215892920/watcher-1113874-1215892920 -o /tmp/evaluation-result-1113874-1215892920/solver-1113874-1215892920 -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-1113874-1215892920.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb983333e3cbdf7d1c06cbf488766133
RANDOM SEED=908569480

node11.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.218
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.218
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:       1848968 kB
Buffers:         11588 kB
Cached:          48592 kB
SwapCached:          0 kB
Active:         132744 kB
Inactive:        22864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:         115764 kB
Slab:            36364 kB
Committed_AS:  1027808 kB
PageTables:       2152 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= 66488 MiB
End job on node11 at 2008-07-12 23:02:21