Trace number 1108212

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 3629.45

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-0_ext.xml
MD5SUM1cb34d25203138afe46792c1f92dd025
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1599.14
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
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.29	c 0	Sugar v1-13 + HOME/minisat
0.00/0.29	c 0	BEGIN Fri Jul 11 17:49:44 2008
0.00/0.29	c 0	PID 11929
0.00/0.29	c 0	HOST node11.alineos.net
0.00/0.29	c 0	CONVERTING HOME/instance-1108212-1215791383.xml TO HOME/temp.csp
0.00/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108212-1215791383.xml' 'HOME/temp.csp'
0.04/0.70	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.04/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.72	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.45/1.49	c 1	Parsing HOME/temp.csp
0.60/1.65	c 1	parsed 1385 expressions
0.66/1.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/1.85	c 1	MAX CSP: 1261 constraints
0.66/1.85	c 1	Converting to clausal form CSP
0.66/1.89	c 1	converted 265 (10%) expressions
0.73/1.93	c 1	converted 530 (20%) expressions
0.73/1.96	c 1	converted 795 (30%) expressions
0.73/1.99	c 1	converted 1060 (40%) expressions
0.83/2.08	c 2	converted 1325 (50%) expressions
0.93/2.14	c 2	converted 1590 (60%) expressions
0.93/2.18	c 2	converted 1855 (70%) expressions
0.93/2.19	c 2	converted 2120 (80%) expressions
1.03/2.22	c 2	converted 2385 (90%) expressions
1.22/2.42	c 2	converted 2649 (100%) expressions
1.22/2.42	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.22/2.42	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/2.42	c 2	Propagation in CSP
1.22/2.49	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/2.49	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.22/2.49	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/2.49	c 2	Simplifing CSP by introducing new Boolean variables
1.22/2.50	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.33/2.50	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/2.57	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.33/2.59	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.33/2.59	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.33/2.59	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.33/2.59	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.33/2.60	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.43/2.60	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.43/2.61	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.43/2.61	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.43/2.63	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.43/2.63	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.53/2.73	c 2	379 (10%) CSP clauses are encoded (29030 clauses, 451534 bytes)
1.63/2.82	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573558 bytes)
1.63/2.90	c 2	1135 (30%) CSP clauses are encoded (38924 clauses, 700110 bytes)
1.72/2.95	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911044 bytes)
1.93/3.12	c 3	1891 (50%) CSP clauses are encoded (145548 clauses, 2657256 bytes)
1.93/3.17	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3159077 bytes)
2.42/3.63	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466119 bytes)
2.42/3.69	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134625 bytes)
4.02/5.23	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072166 bytes)
5.32/6.55	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084371 bytes)
5.32/6.55	c 6	3782 CSP clauses encoded
5.32/6.55	c 6	Writing map file : HOME/temp.map
5.32/6.58	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.32/6.58	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084371 bytes
5.32/6.58	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.40/6.66	c 6	OBJECTIVE minimize _COST
5.43/6.79	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.43/6.79	c 6	SEARCHING: _COST <= 631
5.43/6.79	c 6	SOLVING HOME/temp.cnf
5.43/6.79	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.43/6.80	c 6	This is MiniSat 2.0 beta
5.43/6.80	c 6	WARNING: for repeatability, setting FPU to use double precision
5.43/6.80	c 6	============================[ Problem Statistics ]=============================
5.43/6.80	c 6	|                                                                             |
5.43/6.80	c 6	|  Number of variables:  27692                                                |
5.43/6.80	c 6	|  Number of clauses:    2074094                                              |
6.41/7.86	c 7	|  Parsing time:         0.92         s                                       |
7.60/9.09	c 9	============================[ Search Statistics ]==============================
7.60/9.09	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.60/9.09	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.60/9.09	c 9	===============================================================================
7.60/9.09	c 9	|         0 |   20762  1326689  3950963 |   442229        0    nan |  0.000 % |
7.80/9.22	c 9	===============================================================================
7.80/9.22	c 9	restarts              : 1
7.80/9.22	c 9	conflicts             : 15             (7 /sec)
7.80/9.22	c 9	decisions             : 215            (1.40 % random) (95 /sec)
7.80/9.22	c 9	propagations          : 30172          (13311 /sec)
7.80/9.22	c 9	conflict literals     : 281            (24.26 % deleted)
7.80/9.22	c 9	Memory used           : 84.80 MB
7.80/9.22	c 9	CPU time              : 2.26666 s
7.80/9.22	c 9	
7.80/9.23	c 9	SATISFIABLE
7.80/9.25	c 9	FOUND: _COST <= 631
7.80/9.25	s SATISFIABLE
7.80/9.25	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.80/9.25	c 9	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.86/9.34	c 9	Decoding HOME/temp.out
7.86/9.50	c 9	OBJECTIVE _COST 358
7.86/9.50	o 358
7.86/9.51	v 0 0 5 27 25 6 27 26 6 24 27 3 26 26 5 19 26 5 26 27 6 19 27 5 22 27 5 13 25 6 21 27 0 13 26 6 14 26 0 14 26 0 7 27 0 6 27 6 22 27 0 23 27 5 27 26 6 25 25 5 6 25 6 6 27 6 20 27 6 21 26 0 20 27 6 20 27 6 26 27 6 7 26 0 14 12 14 14 8 12 12 13 12 12 14 14 14 14 14 12 14 13 12 14 12 14 14 14 12 14 14 14
7.86/9.51	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.86/9.54	c 9	OBJECTIVE BOUND: 0 <= _COST <= 358
7.86/9.54	c 9	SEARCHING: _COST <= 179
7.86/9.54	c 9	SOLVING HOME/temp.cnf
7.86/9.54	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.86/9.54	c 9	This is MiniSat 2.0 beta
7.86/9.54	c 9	WARNING: for repeatability, setting FPU to use double precision
7.86/9.54	c 9	============================[ Problem Statistics ]=============================
7.86/9.54	c 9	|                                                                             |
7.86/9.54	c 9	|  Number of variables:  27692                                                |
7.86/9.54	c 9	|  Number of clauses:    2074094                                              |
9.16/10.67	c 10	|  Parsing time:         0.99         s                                       |
11.04/12.56	c 12	============================[ Search Statistics ]==============================
11.04/12.56	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.04/12.56	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.04/12.56	c 12	===============================================================================
11.04/12.56	c 12	|         0 |   14929   546353  1627002 |   182117        0    nan |  0.000 % |
11.14/12.66	c 12	|       101 |   14929   546353  1627002 |   200329      101     18 | 46.089 % |
11.24/12.72	c 12	===============================================================================
11.24/12.72	c 12	restarts              : 2
11.24/12.72	c 12	conflicts             : 128            (42 /sec)
11.24/12.72	c 12	decisions             : 1046           (0.67 % random) (345 /sec)
11.24/12.72	c 12	propagations          : 71951          (23750 /sec)
11.24/12.72	c 12	conflict literals     : 2173           (18.34 % deleted)
11.24/12.72	c 12	Memory used           : 86.15 MB
11.24/12.72	c 12	CPU time              : 3.02954 s
11.24/12.72	c 12	
11.24/12.74	c 12	SATISFIABLE
11.24/12.75	c 12	FOUND: _COST <= 179
11.24/12.75	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.24/12.75	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.31/12.84	c 12	Decoding HOME/temp.out
11.31/12.98	c 12	OBJECTIVE _COST 179
11.31/12.98	o 179
11.31/12.99	v 0 0 0 25 25 4 24 25 3 18 27 4 21 26 0 27 26 6 7 27 0 6 27 6 5 27 5 27 25 6 25 27 5 13 26 6 27 25 6 20 26 6 26 26 5 27 27 6 14 26 0 12 27 5 27 25 6 5 25 5 27 25 6 19 26 5 27 27 6 26 26 5 27 27 6 27 25 6 27 27 6 20 26 6 14 2 9 8 14 1 14 2 13 12 13 12 12 14 13 12 14 2 12 13 12 13 12 14 12 14 14 14
11.31/12.99	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.31/13.05	c 13	OBJECTIVE BOUND: 0 <= _COST <= 179
11.31/13.05	c 13	SEARCHING: _COST <= 89
11.31/13.05	c 13	SOLVING HOME/temp.cnf
11.31/13.05	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.31/13.07	c 13	This is MiniSat 2.0 beta
11.31/13.07	c 13	WARNING: for repeatability, setting FPU to use double precision
11.31/13.07	c 13	============================[ Problem Statistics ]=============================
11.31/13.07	c 13	|                                                                             |
11.31/13.08	c 13	|  Number of variables:  27692                                                |
11.31/13.08	c 13	|  Number of clauses:    2074094                                              |
12.55/14.11	c 14	|  Parsing time:         0.90         s                                       |
14.25/15.87	c 15	============================[ Search Statistics ]==============================
14.25/15.87	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.25/15.87	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.25/15.87	c 15	===============================================================================
14.25/15.87	c 15	|         0 |   13098   306021   911409 |   102007        0    nan |  0.000 % |
14.35/15.96	c 15	===============================================================================
14.35/15.96	c 15	restarts              : 1
14.35/15.96	c 15	conflicts             : 74             (27 /sec)
14.35/15.96	c 15	decisions             : 458            (1.09 % random) (166 /sec)
14.35/15.96	c 15	propagations          : 35565          (12925 /sec)
14.35/15.96	c 15	conflict literals     : 1090           (16.28 % deleted)
14.35/15.96	c 15	Memory used           : 85.36 MB
14.35/15.97	c 15	CPU time              : 2.75158 s
14.35/15.97	c 15	
14.35/15.98	c 15	SATISFIABLE
14.35/15.99	c 15	FOUND: _COST <= 89
14.35/15.99	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.35/15.99	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.45/16.38	c 16	Decoding HOME/temp.out
14.63/16.57	c 16	OBJECTIVE _COST 89
14.63/16.57	o 89
14.63/16.57	v 0 0 5 27 25 6 25 25 4 10 27 3 22 26 1 3 26 3 23 27 2 17 27 3 24 27 3 4 25 4 19 27 5 11 26 4 12 25 5 18 26 4 16 26 2 17 27 3 25 27 4 5 27 5 27 26 6 19 25 5 20 25 6 26 26 5 6 27 6 21 26 0 12 27 5 6 27 6 13 27 6 14 26 0 14 12 11 9 8 4 7 6 8 8 10 11 10 11 7 9 8 10 12 13 12 13 12 14 13 12 14 14
14.63/16.58	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.70/16.63	c 16	OBJECTIVE BOUND: 0 <= _COST <= 89
14.70/16.63	c 16	SEARCHING: _COST <= 44
14.70/16.63	c 16	SOLVING HOME/temp.cnf
14.70/16.63	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.70/16.64	c 16	This is MiniSat 2.0 beta
14.70/16.64	c 16	WARNING: for repeatability, setting FPU to use double precision
14.70/16.64	c 16	============================[ Problem Statistics ]=============================
14.70/16.64	c 16	|                                                                             |
14.70/16.64	c 16	|  Number of variables:  27692                                                |
14.70/16.64	c 16	|  Number of clauses:    2074094                                              |
15.78/17.74	c 17	|  Parsing time:         0.99         s                                       |
17.58/19.55	c 19	============================[ Search Statistics ]==============================
17.58/19.55	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.58/19.55	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.58/19.55	c 19	===============================================================================
17.58/19.55	c 19	|         0 |   11585   173305   517755 |    57768        0    nan |  0.000 % |
17.68/19.64	c 19	|       101 |   11585   173305   517755 |    63545      101     23 | 58.165 % |
17.68/19.66	c 19	|       251 |   11585   173305   517755 |    69899      251     20 | 58.165 % |
17.68/19.69	c 19	|       477 |   11585   173305   517755 |    76889      477     23 | 58.165 % |
17.78/19.71	c 19	===============================================================================
17.78/19.71	c 19	restarts              : 4
17.78/19.71	c 19	conflicts             : 521            (177 /sec)
17.78/19.71	c 19	decisions             : 1441           (1.04 % random) (489 /sec)
17.78/19.71	c 19	propagations          : 132230         (44846 /sec)
17.78/19.71	c 19	conflict literals     : 11345          (9.43 % deleted)
17.78/19.71	c 19	Memory used           : 84.93 MB
17.78/19.71	c 19	CPU time              : 2.94855 s
17.78/19.71	c 19	
17.78/19.72	c 19	SATISFIABLE
17.78/19.74	c 19	FOUND: _COST <= 44
17.78/19.74	c 19	DECODING HOME/temp.out WITH HOME/temp.map
17.78/19.74	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'
17.82/19.81	c 19	Decoding HOME/temp.out
17.82/20.16	c 20	OBJECTIVE _COST 44
17.82/20.16	o 44
17.82/20.16	v 0 0 0 27 25 6 19 25 5 27 27 6 14 26 0 16 26 2 22 27 1 21 27 0 26 27 6 5 25 5 27 27 5 4 26 4 26 25 5 6 26 6 15 26 1 21 27 0 27 26 6 27 26 6 12 25 5 11 25 4 18 25 4 17 26 3 25 27 4 24 25 3 23 27 6 20 25 6 13 27 6 7 26 0 14 1 13 12 14 2 5 3 1 13 12 11 10 12 5 3 1 12 13 11 11 9 8 9 12 14 14 14
17.82/20.17	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.83/20.21	c 20	OBJECTIVE BOUND: 0 <= _COST <= 44
17.83/20.21	c 20	SEARCHING: _COST <= 22
17.83/20.21	c 20	SOLVING HOME/temp.cnf
17.83/20.21	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.83/20.22	c 20	This is MiniSat 2.0 beta
17.83/20.22	c 20	WARNING: for repeatability, setting FPU to use double precision
17.83/20.22	c 20	============================[ Problem Statistics ]=============================
17.83/20.22	c 20	|                                                                             |
17.83/20.22	c 20	|  Number of variables:  27692                                                |
17.83/20.22	c 20	|  Number of clauses:    2074094                                              |
19.22/21.29	c 21	|  Parsing time:         0.94         s                                       |
21.00/23.03	c 22	============================[ Search Statistics ]==============================
21.00/23.03	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.00/23.03	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.00/23.03	c 22	===============================================================================
21.00/23.03	c 22	|         0 |   10231   103780   313220 |    34593        0    nan |  0.000 % |
21.10/23.12	c 23	|       100 |   10231   103780   313220 |    38052      100     22 | 63.054 % |
21.10/23.14	c 23	|       250 |   10231   103780   313220 |    41857      250     21 | 63.054 % |
21.10/23.16	c 23	|       476 |   10231   103780   313220 |    46043      476     24 | 63.054 % |
21.10/23.19	c 23	===============================================================================
21.10/23.19	c 23	restarts              : 4
21.10/23.19	c 23	conflicts             : 730            (259 /sec)
21.10/23.19	c 23	decisions             : 2035           (0.93 % random) (721 /sec)
21.10/23.19	c 23	propagations          : 147375         (52250 /sec)
21.10/23.19	c 23	conflict literals     : 16870          (7.77 % deleted)
21.10/23.19	c 23	Memory used           : 85.32 MB
21.10/23.19	c 23	CPU time              : 2.82057 s
21.10/23.19	c 23	
21.10/23.20	c 23	SATISFIABLE
21.20/23.21	c 23	FOUND: _COST <= 22
21.20/23.21	c 23	DECODING HOME/temp.out WITH HOME/temp.map
21.20/23.21	c 23	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.23/23.51	c 23	Decoding HOME/temp.out
21.23/23.66	c 23	OBJECTIVE _COST 22
21.23/23.66	o 22
21.23/23.66	v 0 0 0 11 25 4 15 25 1 8 27 1 26 26 6 6 26 6 14 27 0 13 27 6 26 27 5 18 25 4 20 27 6 7 26 0 22 25 1 9 26 2 17 26 3 4 27 4 3 26 3 25 26 4 16 25 6 12 25 5 25 25 4 5 26 5 23 27 6 19 25 5 27 27 6 21 25 0 10 27 6 24 26 5 14 14 14 14 14 14 14 1 13 11 12 14 2 4 6 8 9 8 12 13 11 10 12 14 12 14 1 13
21.23/23.67	c 23	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.23/23.72	c 23	OBJECTIVE BOUND: 0 <= _COST <= 22
21.23/23.72	c 23	SEARCHING: _COST <= 11
21.23/23.72	c 23	SOLVING HOME/temp.cnf
21.23/23.72	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.23/23.72	c 23	This is MiniSat 2.0 beta
21.23/23.72	c 23	WARNING: for repeatability, setting FPU to use double precision
21.23/23.72	c 23	============================[ Problem Statistics ]=============================
21.23/23.72	c 23	|                                                                             |
21.23/23.72	c 23	|  Number of variables:  27692                                                |
21.23/23.72	c 23	|  Number of clauses:    2074094                                              |
22.53/24.84	c 24	|  Parsing time:         0.98         s                                       |
24.32/26.62	c 26	============================[ Search Statistics ]==============================
24.32/26.62	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.32/26.62	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.32/26.62	c 26	===============================================================================
24.32/26.62	c 26	|         0 |    8934    66509   205287 |    22169        0    nan |  0.000 % |
24.42/26.71	c 26	|       100 |    8934    66509   205287 |    24386      100     22 | 67.738 % |
24.42/26.72	c 26	|       251 |    8934    66509   205287 |    26825      251     25 | 67.738 % |
24.42/26.74	c 26	|       477 |    8934    66509   205287 |    29507      477     23 | 67.738 % |
24.42/26.76	c 26	|       814 |    8934    66509   205287 |    32458      814     24 | 67.738 % |
24.42/26.78	c 26	===============================================================================
24.42/26.78	c 26	restarts              : 5
24.42/26.78	c 26	conflicts             : 1003           (344 /sec)
24.42/26.78	c 26	decisions             : 2365           (0.68 % random) (810 /sec)
24.42/26.78	c 26	propagations          : 140475         (48132 /sec)
24.42/26.78	c 26	conflict literals     : 23262          (9.00 % deleted)
24.42/26.78	c 26	Memory used           : 85.13 MB
24.42/26.78	c 26	CPU time              : 2.91856 s
24.42/26.78	c 26	
24.42/26.79	c 26	SATISFIABLE
24.52/26.81	c 26	FOUND: _COST <= 11
24.52/26.81	c 26	DECODING HOME/temp.out WITH HOME/temp.map
24.52/26.81	c 26	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.54/27.18	c 27	Decoding HOME/temp.out
24.54/27.37	c 27	OBJECTIVE _COST 11
24.54/27.37	o 11
24.54/27.37	v 0 0 0 22 25 1 9 25 2 17 27 3 11 26 4 26 26 5 25 27 4 24 27 3 18 27 4 19 25 5 20 27 6 15 26 5 6 25 6 12 26 5 15 26 6 21 27 0 13 26 6 7 26 0 27 25 6 5 25 5 15 25 6 14 26 0 8 27 3 23 25 2 10 27 3 4 25 4 3 27 3 16 26 2 14 2 4 6 8 10 11 9 8 10 12 14 12 13 12 14 1 14 1 13 12 14 2 7 6 8 9 7
24.54/27.38	c 27	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.79/27.45	c 27	OBJECTIVE BOUND: 0 <= _COST <= 11
24.79/27.45	c 27	SEARCHING: _COST <= 5
24.79/27.45	c 27	SOLVING HOME/temp.cnf
24.79/27.45	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.79/27.45	c 27	This is MiniSat 2.0 beta
24.79/27.45	c 27	WARNING: for repeatability, setting FPU to use double precision
24.79/27.45	c 27	============================[ Problem Statistics ]=============================
24.79/27.45	c 27	|                                                                             |
24.79/27.45	c 27	|  Number of variables:  27692                                                |
24.79/27.45	c 27	|  Number of clauses:    2074094                                              |
25.84/28.53	c 28	|  Parsing time:         0.95         s                                       |
27.53/30.20	c 30	============================[ Search Statistics ]==============================
27.53/30.20	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.53/30.20	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.53/30.20	c 30	===============================================================================
27.53/30.20	c 30	|         0 |    7531    44155   142428 |    14718        0    nan |  0.000 % |
27.53/30.28	c 30	|       101 |    7531    44155   142428 |    16190      101     22 | 72.804 % |
27.63/30.30	c 30	|       251 |    7531    44155   142428 |    17809      251     23 | 72.804 % |
27.63/30.32	c 30	|       476 |    7531    44155   142428 |    19590      476     27 | 72.804 % |
27.63/30.34	c 30	|       814 |    7531    44155   142428 |    21549      814     28 | 72.804 % |
27.63/30.38	c 30	|      1320 |    7531    44155   142428 |    23704     1320     32 | 72.804 % |
27.74/30.40	c 30	===============================================================================
27.74/30.40	c 30	restarts              : 6
27.74/30.40	c 30	conflicts             : 1559           (556 /sec)
27.74/30.40	c 30	decisions             : 3121           (0.48 % random) (1113 /sec)
27.74/30.40	c 30	propagations          : 180142         (64254 /sec)
27.74/30.40	c 30	conflict literals     : 48317          (7.44 % deleted)
27.74/30.40	c 30	Memory used           : 85.25 MB
27.74/30.40	c 30	CPU time              : 2.80357 s
27.74/30.40	c 30	
27.74/30.41	c 30	SATISFIABLE
27.74/30.43	c 30	FOUND: _COST <= 5
27.74/30.43	c 30	DECODING HOME/temp.out WITH HOME/temp.map
27.74/30.43	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.78/30.51	c 30	Decoding HOME/temp.out
27.78/30.66	c 30	OBJECTIVE _COST 5
27.78/30.66	o 5
27.78/30.67	v 0 0 0 13 25 6 5 25 5 2 27 4 24 26 3 9 26 2 8 27 1 14 27 0 20 27 6 19 25 5 20 27 6 7 26 0 22 25 1 21 26 0 6 26 6 16 27 5 25 26 4 10 26 3 23 25 2 17 25 3 11 25 4 12 26 5 18 27 4 26 25 5 4 27 4 3 25 3 27 27 2 15 26 1 14 1 13 11 9 7 5 3 1 13 12 14 2 3 1 13 11 9 7 6 8 10 11 10 11 9 7 5
27.78/30.67	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.00/30.70	c 30	OBJECTIVE BOUND: 0 <= _COST <= 5
28.00/30.70	c 30	SEARCHING: _COST <= 2
28.00/30.70	c 30	SOLVING HOME/temp.cnf
28.00/30.70	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.00/30.71	c 30	This is MiniSat 2.0 beta
28.00/30.71	c 30	WARNING: for repeatability, setting FPU to use double precision
28.00/30.71	c 30	============================[ Problem Statistics ]=============================
28.00/30.71	c 30	|                                                                             |
28.00/30.71	c 30	|  Number of variables:  27692                                                |
28.00/30.71	c 30	|  Number of clauses:    2074094                                              |
28.02/31.77	c 31	|  Parsing time:         0.94         s                                       |
30.68/33.44	c 33	============================[ Search Statistics ]==============================
30.68/33.44	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.68/33.44	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.68/33.44	c 33	===============================================================================
30.68/33.44	c 33	|         0 |    5773    29383   103383 |     9794        0    nan |  0.000 % |
30.78/33.52	c 33	|       101 |    5773    29383   103383 |    10773      101     22 | 79.153 % |
30.78/33.54	c 33	|       252 |    5773    29383   103383 |    11851      252     21 | 79.153 % |
30.78/33.55	c 33	|       477 |    5773    29383   103383 |    13036      477     21 | 79.153 % |
30.78/33.58	c 33	|       814 |    5773    29383   103383 |    14339      814     25 | 79.153 % |
30.88/33.62	c 33	|      1321 |    5773    29383   103383 |    15773     1321     32 | 79.153 % |
30.88/33.69	c 33	|      2081 |    5773    29383   103383 |    17351     2081     35 | 79.153 % |
30.98/33.79	c 33	|      3221 |    5773    29383   103383 |    19086     3221     39 | 79.153 % |
31.18/33.98	c 33	|      4929 |    5773    29383   103383 |    20995     4929     44 | 79.153 % |
31.47/34.26	c 34	|      7492 |    5773    29383   103383 |    23094     7492     46 | 79.153 % |
32.07/34.84	c 34	|     11337 |    5773    29383   103383 |    25403    11337     59 | 79.153 % |
33.06/35.89	c 35	|     17103 |    5773    29383   103383 |    27944    17103     75 | 79.153 % |
34.84/37.63	c 37	|     25753 |    5773    29383   103383 |    30738    25753     78 | 79.153 % |
35.34/38.19	c 38	===============================================================================
35.34/38.19	c 38	restarts              : 13
35.34/38.19	c 38	conflicts             : 28338          (3881 /sec)
35.34/38.19	c 38	decisions             : 44580          (0.40 % random) (6106 /sec)
35.34/38.19	c 38	propagations          : 2144422        (293721 /sec)
35.34/38.19	c 38	conflict literals     : 2189330        (5.98 % deleted)
35.34/38.19	c 38	Memory used           : 85.50 MB
35.34/38.19	c 38	CPU time              : 7.30089 s
35.34/38.19	c 38	
35.44/38.21	c 38	SATISFIABLE
35.44/38.22	c 38	FOUND: _COST <= 2
35.44/38.22	c 38	DECODING HOME/temp.out WITH HOME/temp.map
35.44/38.22	c 38	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.48/38.46	c 38	Decoding HOME/temp.out
35.67/38.60	c 38	OBJECTIVE _COST 2
35.67/38.60	o 2
35.67/38.61	v 0 0 0 27 25 6 14 25 0 22 27 1 9 26 2 8 26 1 16 27 2 17 27 3 11 27 4 26 25 5 23 27 6 21 26 0 13 25 6 12 26 5 27 26 6 5 27 5 6 26 6 19 26 5 18 25 4 3 25 3 25 25 4 10 26 3 4 27 4 24 25 3 2 27 2 15 25 1 7 27 0 20 26 6 14 1 14 2 4 5 4 6 8 10 12 14 1 13 12 13 12 13 11 9 8 9 8 9 7 5 3 1
35.67/38.61	c 38	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
35.67/38.66	c 38	OBJECTIVE BOUND: 0 <= _COST <= 2
35.67/38.66	c 38	SEARCHING: _COST <= 1
35.67/38.66	c 38	SOLVING HOME/temp.cnf
35.67/38.66	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.67/38.67	c 38	This is MiniSat 2.0 beta
35.67/38.67	c 38	WARNING: for repeatability, setting FPU to use double precision
35.67/38.67	c 38	============================[ Problem Statistics ]=============================
35.67/38.67	c 38	|                                                                             |
35.67/38.67	c 38	|  Number of variables:  27692                                                |
35.67/38.67	c 38	|  Number of clauses:    2074094                                              |
36.72/39.75	c 39	|  Parsing time:         0.96         s                                       |
38.41/41.46	c 41	============================[ Search Statistics ]==============================
38.41/41.46	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.41/41.46	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.41/41.46	c 41	===============================================================================
38.41/41.46	c 41	|         0 |    4512    22573    86735 |     7524        0    nan |  0.000 % |
38.51/41.54	c 41	|       101 |    4512    22573    86735 |     8276      101     23 | 83.707 % |
38.51/41.55	c 41	|       251 |    4512    22573    86735 |     9104      251     23 | 83.707 % |
38.51/41.58	c 41	|       477 |    4512    22573    86735 |    10014      477     31 | 83.707 % |
38.60/41.60	c 41	|       814 |    4512    22573    86735 |    11016      814     35 | 83.706 % |
38.60/41.65	c 41	|      1320 |    4512    22573    86735 |    12118     1320     37 | 83.706 % |
38.70/41.72	c 41	|      2080 |    4512    22573    86735 |    13329     2080     38 | 83.707 % |
38.80/41.84	c 41	|      3221 |    4512    22573    86735 |    14662     3221     41 | 83.706 % |
39.00/42.05	c 42	|      4929 |    4512    22573    86735 |    16129     4929     47 | 83.706 % |
39.30/42.33	c 42	|      7492 |    4512    22573    86735 |    17741     7492     47 | 83.707 % |
39.79/42.88	c 42	|     11337 |    4512    22573    86735 |    19516    11337     54 | 83.706 % |
41.08/44.14	c 44	|     17103 |    4512    22573    86735 |    21467    17103     65 | 83.706 % |
42.77/45.87	c 45	|     25752 |    4512    22573    86735 |    23614    25752     64 | 83.706 % |
46.43/49.51	c 49	|     38726 |    4512    22573    86735 |    25976    38726     66 | 83.706 % |
52.28/55.41	c 55	|     58187 |    4512    22573    86735 |    28573    18994     90 | 83.707 % |
61.10/64.37	c 64	|     87379 |    4512    22573    86735 |    31431    48186     72 | 83.707 % |
74.09/77.47	c 77	|    131169 |    4512    22573    86735 |    34574    47819     93 | 83.707 % |
99.87/103.43	c 103	|    196853 |    4512    22573    86735 |    38031    22048     81 | 83.707 % |
137.44/141.35	c 141	|    295379 |    4512    22573    86735 |    41834    24048     70 | 83.707 % |
199.11/203.54	c 203	|    443169 |    4512    22573    86735 |    46018    65437    109 | 83.707 % |
287.74/292.95	c 292	|    664852 |    4512    22573    86735 |    50619    63536     93 | 83.707 % |
429.22/435.62	c 435	|    997378 |    4512    22573    86735 |    55681    24630    113 | 83.707 % |
658.42/666.86	c 666	|   1496166 |    4512    22573    86735 |    61250    63295    100 | 83.707 % |
1025.24/1036.82	c 1036	|   2244348 |    4512    22573    86735 |    67375    49003     60 | 83.707 % |
1567.74/1584.05	c 1584	|   3366624 |    4512    22573    86735 |    74112    23558     87 | 83.707 % |
2569.68/2594.19	c 2594	|   5050035 |    4512    22573    86735 |    81523    68422    118 | 83.707 % |
3600.00/3629.41	c ERROR INTERRUPTED
3600.00/3629.43	c 3629	CPU 33.87 (0.05 0.03 33.82 1.81)
3600.00/3629.43	c 3629	END Fri Jul 11 18:50:13 2008

Verifier Data (download as text)

OK	2	1259
2 unsatisfied constraints, 1259 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-1108212-1215791383/watcher-1108212-1215791383 -o /tmp/evaluation-result-1108212-1215791383/solver-1108212-1215791383 -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-1108212-1215791383.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.08 3.18 3.09 3/80 11929
/proc/meminfo: memFree=1858832/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=18572 CPUtime=0
/proc/11929/stat : 11929 (runsolver) D 11927 11929 11033 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 35841139 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 262910045479 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/11929/statm: 4643 292 257 25 0 2626 0

[startup+0.0646631 s]
/proc/loadavg: 3.08 3.18 3.09 3/80 11929
/proc/meminfo: memFree=1858832/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=12268 CPUtime=0
/proc/11929/stat : 11929 (sugar) R 11927 11929 11033 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 35841139 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11929/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101666 s]
/proc/loadavg: 3.08 3.18 3.09 3/80 11929
/proc/meminfo: memFree=1858832/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=12268 CPUtime=0
/proc/11929/stat : 11929 (sugar) D 11927 11929 11033 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 35841139 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 262910212709 0 0 4224 0 262928512878 0 0 17 0 0 0
/proc/11929/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301687 s]
/proc/loadavg: 3.08 3.18 3.09 3/80 11929
/proc/meminfo: memFree=1858832/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13600 CPUtime=0.04
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35841139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701737 s]
/proc/loadavg: 3.08 3.18 3.09 3/80 11929
/proc/meminfo: memFree=1858832/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13600 CPUtime=0.04
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35841139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50183 s]
/proc/loadavg: 3.08 3.18 3.09 3/84 11944
/proc/meminfo: memFree=1855280/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13600 CPUtime=0.43
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 974 4725 0 1 3 1 36 3 16 0 1 0 35841139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11929/statm: 3400 797 370 3 0 500 0
[pid=11942] ppid=11929 vsize=5356 CPUtime=0
/proc/11942/stat : 11942 (sh) S 11929 11929 11033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35841212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11942/statm: 1339 233 193 169 0 50 0
[pid=11943] ppid=11942 vsize=863724 CPUtime=0.07
/proc/11943/stat : 11943 (java) S 11942 11929 11033 0 -1 0 3162 0 1 0 5 2 0 0 18 0 9 0 35841212 884453376 2648 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11943/statm: 215931 2648 1616 9 0 210513 0
[pid=11943/tid=11944] ppid=11942 vsize=863724 CPUtime=0.05
/proc/11943/task/11944/stat : 11944 (java) R 11942 11929 11033 0 -1 64 2254 0 1 0 4 1 0 0 23 0 9 0 35841213 884453376 2650 996147200 134512640 134550740 4294955936 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 882680

[startup+3.10302 s]
/proc/loadavg: 3.08 3.18 3.09 5/91 11951
/proc/meminfo: memFree=1841720/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13600 CPUtime=0.43
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 974 4725 0 1 3 1 36 3 15 0 1 0 35841139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11929/statm: 3400 797 370 3 0 500 0
[pid=11942] ppid=11929 vsize=5356 CPUtime=0
/proc/11942/stat : 11942 (sh) S 11929 11929 11033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35841212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11942/statm: 1339 233 193 169 0 50 0
[pid=11943] ppid=11942 vsize=868476 CPUtime=1.5
/proc/11943/stat : 11943 (java) S 11942 11929 11033 0 -1 0 8664 0 1 0 141 9 0 0 18 0 9 0 35841212 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11943/statm: 217119 7777 2565 9 0 211666 0
[pid=11943/tid=11944] ppid=11942 vsize=868476 CPUtime=0.91
/proc/11943/task/11944/stat : 11944 (java) R 11942 11929 11033 0 -1 64 2830 0 1 0 87 4 0 0 25 0 9 0 35841213 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11945] ppid=11942 vsize=868476 CPUtime=0.3
/proc/11943/task/11945/stat : 11945 (java) R 11942 11929 11033 0 -1 64 3638 0 0 0 28 2 0 0 15 0 9 0 35841240 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11946] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11946/stat : 11946 (java) S 11942 11929 11033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35841241 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11947] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11947/stat : 11947 (java) S 11942 11929 11033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 35841241 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11948] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11948/stat : 11948 (java) S 11942 11929 11033 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 35841285 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11949] ppid=11942 vsize=868476 CPUtime=0.25
/proc/11943/task/11949/stat : 11949 (java) S 11942 11929 11033 0 -1 64 1504 0 0 0 24 1 0 0 16 0 9 0 35841285 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11950] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11950/stat : 11950 (java) S 11942 11929 11033 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 35841286 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11951] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11951/stat : 11951 (java) S 11942 11929 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35841286 889319424 7777 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 887432

[startup+6.3024 s]
/proc/loadavg: 3.07 3.18 3.09 3/91 11951
/proc/meminfo: memFree=1806328/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13600 CPUtime=0.43
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 974 4725 0 1 3 1 36 3 16 0 1 0 35841139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11929/statm: 3400 797 370 3 0 500 0
[pid=11942] ppid=11929 vsize=5356 CPUtime=0
/proc/11942/stat : 11942 (sh) S 11929 11929 11033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35841212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11942/statm: 1339 233 193 169 0 50 0
[pid=11943] ppid=11942 vsize=868476 CPUtime=4.69
/proc/11943/stat : 11943 (java) S 11942 11929 11033 0 -1 0 9588 0 1 0 434 35 0 0 18 0 9 0 35841212 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11943/statm: 217119 7785 2565 9 0 211666 0
[pid=11943/tid=11944] ppid=11942 vsize=868476 CPUtime=3.87
/proc/11943/task/11944/stat : 11944 (java) R 11942 11929 11033 0 -1 64 3746 0 1 0 362 25 0 0 25 0 9 0 35841213 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11945] ppid=11942 vsize=868476 CPUtime=0.52
/proc/11943/task/11945/stat : 11945 (java) S 11942 11929 11033 0 -1 64 3638 0 0 0 45 7 0 0 16 0 9 0 35841240 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11946] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11946/stat : 11946 (java) S 11942 11929 11033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35841241 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11947] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11947/stat : 11947 (java) S 11942 11929 11033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 35841241 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11948] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11948/stat : 11948 (java) S 11942 11929 11033 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 35841285 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11949] ppid=11942 vsize=868476 CPUtime=0.27
/proc/11943/task/11949/stat : 11949 (java) S 11942 11929 11033 0 -1 64 1512 0 0 0 26 1 0 0 15 0 9 0 35841285 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11950] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11950/stat : 11950 (java) S 11942 11929 11033 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 35841286 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11943/tid=11951] ppid=11942 vsize=868476 CPUtime=0
/proc/11943/task/11951/stat : 11951 (java) S 11942 11929 11033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35841286 889319424 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 887432

[startup+12.7021 s]
/proc/loadavg: 3.07 3.18 3.09 4/83 11965
/proc/meminfo: memFree=1727360/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=8.12
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 1210 40189 1 3 4 1 747 60 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=11964] ppid=11929 vsize=5356 CPUtime=0
/proc/11964/stat : 11964 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35842093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11964/statm: 1339 232 193 169 0 50 0
[pid=11965] ppid=11964 vsize=88212 CPUtime=3.12
/proc/11965/stat : 11965 (minisat) R 11964 11929 11033 0 -1 4194304 21599 0 0 0 300 12 0 0 25 0 1 0 35842093 90329088 21585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11965/statm: 22053 21585 75 150 0 21900 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 107300

[startup+25.5016 s]
/proc/loadavg: 3.05 3.17 3.09 3/83 12013
/proc/meminfo: memFree=1728640/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=21.47
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 1669 142795 1 7 5 2 2011 129 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12012] ppid=11929 vsize=5356 CPUtime=0
/proc/12012/stat : 12012 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 35843511 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12012/statm: 1339 232 193 169 0 50 0
[pid=12013] ppid=12012 vsize=87168 CPUtime=1.75
/proc/12013/stat : 12013 (minisat) R 12012 11929 11033 0 -1 4194304 21318 0 0 0 163 12 0 0 25 0 1 0 35843511 89260032 21304 996147200 134512640 135127466 4294956256 18446744073709551615 134523507 0 0 4096 3 0 0 0 17 1 0 0
/proc/12013/statm: 21792 21304 72 150 0 21639 0
Current children cumulated CPU time (s) 23.22
Current children cumulated vsize (KiB) 106256

[startup+51.1024 s]
/proc/loadavg: 2.83 3.10 3.07 5/83 12049
/proc/meminfo: memFree=1728576/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=87472 CPUtime=12.31
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 21406 0 0 0 1220 11 0 0 25 0 1 0 35845006 89571328 21392 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/12049/statm: 21868 21392 75 150 0 21715 0
Current children cumulated CPU time (s) 48.02
Current children cumulated vsize (KiB) 106560

[startup+102.306 s]
/proc/loadavg: 2.78 3.05 3.06 4/83 12049
/proc/meminfo: memFree=1728128/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=87472 CPUtime=63.07
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 21423 0 0 0 6296 11 0 0 25 0 1 0 35845006 89571328 21409 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/12049/statm: 21868 21409 75 150 0 21715 0
Current children cumulated CPU time (s) 98.78
Current children cumulated vsize (KiB) 106560

[startup+162.302 s]
/proc/loadavg: 2.65 2.96 3.02 3/83 12049
/proc/meminfo: memFree=1728128/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=1760968/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3039.71
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 303948 23 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3075.42
Current children cumulated vsize (KiB) 138340

[startup+3162.3 s]
/proc/loadavg: 2.00 2.06 2.29 3/84 12098
/proc/meminfo: memFree=1760776/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3099.44
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 309920 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3135.15
Current children cumulated vsize (KiB) 138340

[startup+3222.3 s]
/proc/loadavg: 2.00 2.04 2.27 3/84 12098
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3159.14
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 315890 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3194.85
Current children cumulated vsize (KiB) 138340

[startup+3282.3 s]
/proc/loadavg: 2.06 2.05 2.26 3/84 12098
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3218.86
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 321862 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3254.57
Current children cumulated vsize (KiB) 138340

[startup+3342.3 s]
/proc/loadavg: 2.02 2.04 2.24 3/84 12098
/proc/meminfo: memFree=1760776/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3278.56
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 327832 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3314.27
Current children cumulated vsize (KiB) 138340

[startup+3402.31 s]
/proc/loadavg: 2.00 2.03 2.22 3/84 12098
/proc/meminfo: memFree=1760712/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3338.28
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 333804 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3373.99
Current children cumulated vsize (KiB) 138340

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/84 12098
/proc/meminfo: memFree=1760648/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3397.98
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 339774 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530670 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3433.69
Current children cumulated vsize (KiB) 138340

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 2.19 3/84 12098
/proc/meminfo: memFree=1760648/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3457.7
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 345746 24 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3493.41
Current children cumulated vsize (KiB) 138340

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/84 12098
/proc/meminfo: memFree=1760584/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3517.41
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 351716 25 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3553.12
Current children cumulated vsize (KiB) 138340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.4 s]
/proc/loadavg: 2.00 2.00 2.16 3/84 12098
/proc/meminfo: memFree=1760520/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=13732 CPUtime=35.71
/proc/11929/stat : 11929 (sugar) S 11927 11929 11033 0 -1 4194304 2012 219602 1 10 5 3 3382 181 16 0 1 0 35841139 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11929/statm: 3433 840 374 3 0 533 0
[pid=12048] ppid=11929 vsize=5356 CPUtime=0
/proc/12048/stat : 12048 (sh) S 11929 11929 11033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35845006 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12048/statm: 1339 232 193 169 0 50 0
[pid=12049] ppid=12048 vsize=119252 CPUtime=3564.29
/proc/12049/stat : 12049 (minisat) R 12048 11929 11033 0 -1 4194304 29346 0 0 0 356404 25 0 0 25 0 1 0 35845006 122114048 29316 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12049/statm: 29813 29316 75 150 0 29660 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 138340

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 11929 and gives
#  childrusage.ru_utime.tv_sec=33
#  childrusage.ru_utime.tv_usec=880849
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=875714
# CPU time returned by wait4() is 35.7566
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3629.45
CPU time (s): 3600
CPU user time (s): 3597.91
CPU system time (s): 2.09
CPU usage (%): 99.1886
Max. virtual memory (cumulated for all children) (KiB): 887432

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

runsolver used 3.10553 second user time and 10.1405 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-11 17:49:43
IDJOB=1108212
IDBENCH=60691
IDSOLVER=368
FILE ID=node11/1108212-1215791383
PBS_JOBID= 7903172
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-0_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-1108212-1215791383/watcher-1108212-1215791383 -o /tmp/evaluation-result-1108212-1215791383/solver-1108212-1215791383 -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-1108212-1215791383.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1cb34d25203138afe46792c1f92dd025
RANDOM SEED=680283684

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:       1859376 kB
Buffers:          7024 kB
Cached:          43024 kB
SwapCached:          0 kB
Active:         134432 kB
Inactive:         9848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:         114576 kB
Slab:            37148 kB
Committed_AS:   913236 kB
PageTables:       2176 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= 66556 MiB
End job on node11 at 2008-07-11 18:50:15