Trace number 1108148

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.05 3621.45

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-1_ext.xml
MD5SUM548e1e41090fd4d73bc3a06ddb34a1a7
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Fri Jul 11 17:30:03 2008
0.01/0.04	c 0	PID 9814
0.01/0.04	c 0	HOST node81.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1108148-1215790203.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108148-1215790203.xml' 'HOME/temp.csp'
0.03/0.42	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.55	c 1	Parsing HOME/temp.csp
0.39/0.72	c 1	parsed 1385 expressions
0.39/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.74	c 1	MAX CSP: 1261 constraints
0.39/0.74	c 1	Converting to clausal form CSP
0.39/0.78	c 1	converted 265 (10%) expressions
0.39/0.82	c 1	converted 530 (20%) expressions
0.39/0.85	c 1	converted 795 (30%) expressions
0.39/0.88	c 1	converted 1060 (40%) expressions
0.39/0.98	c 1	converted 1325 (50%) expressions
0.91/1.04	c 1	converted 1590 (60%) expressions
0.91/1.08	c 2	converted 1855 (70%) expressions
0.91/1.10	c 2	converted 2120 (80%) expressions
1.00/1.12	c 2	converted 2385 (90%) expressions
1.19/1.35	c 2	converted 2649 (100%) expressions
1.19/1.36	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.19/1.36	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.36	c 2	Propagation in CSP
1.29/1.42	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.43	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.29/1.43	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.43	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.43	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.29/1.43	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.53	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.39/1.53	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.39/1.53	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.39/1.53	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.39/1.54	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.39/1.54	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.39/1.55	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.39/1.55	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.39/1.57	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.39/1.57	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.50/1.68	c 2	379 (10%) CSP clauses are encoded (29054 clauses, 452146 bytes)
1.59/1.76	c 2	757 (20%) CSP clauses are encoded (33914 clauses, 573180 bytes)
1.69/1.84	c 2	1135 (30%) CSP clauses are encoded (38852 clauses, 698482 bytes)
1.79/1.90	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911135 bytes)
1.89/2.07	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657347 bytes)
1.99/2.12	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3159168 bytes)
2.38/2.60	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466210 bytes)
2.48/2.66	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134716 bytes)
4.07/4.23	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072257 bytes)
5.37/5.57	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084462 bytes)
5.37/5.57	c 6	3782 CSP clauses encoded
5.37/5.57	c 6	Writing map file : HOME/temp.map
5.46/5.60	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.60	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084462 bytes
5.46/5.60	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.46/5.63	c 6	OBJECTIVE minimize _COST
5.46/5.63	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
5.46/5.63	c 6	SEARCHING: _COST <= 631
5.46/5.63	c 6	SOLVING HOME/temp.cnf
5.46/5.63	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.46/5.63	c 6	This is MiniSat 2.0 beta
5.46/5.63	c 6	WARNING: for repeatability, setting FPU to use double precision
5.46/5.63	c 6	============================[ Problem Statistics ]=============================
5.46/5.63	c 6	|                                                                             |
5.46/5.63	c 6	|  Number of variables:  27692                                                |
5.46/5.63	c 6	|  Number of clauses:    2074094                                              |
6.55/6.72	c 7	|  Parsing time:         0.91         s                                       |
7.64/7.87	c 8	============================[ Search Statistics ]==============================
7.64/7.87	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.64/7.87	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.64/7.87	c 8	===============================================================================
7.64/7.87	c 8	|         0 |   20762  1326689  3950963 |   442229        0    nan |  0.000 % |
7.84/8.00	c 8	===============================================================================
7.84/8.01	c 8	restarts              : 1
7.84/8.01	c 8	conflicts             : 17             (8 /sec)
7.84/8.01	c 8	decisions             : 279            (1.43 % random) (127 /sec)
7.84/8.01	c 8	propagations          : 31021          (14173 /sec)
7.84/8.01	c 8	conflict literals     : 200            (20.95 % deleted)
7.84/8.01	c 8	Memory used           : 84.70 MB
7.84/8.01	c 8	CPU time              : 2.18867 s
7.84/8.01	c 8	
7.84/8.02	c 8	SATISFIABLE
7.84/8.03	c 8	FOUND: _COST <= 631
7.84/8.03	s SATISFIABLE
7.84/8.03	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.84/8.03	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.87/8.11	c 9	Decoding HOME/temp.out
7.87/8.26	c 9	OBJECTIVE _COST 358
7.87/8.26	o 358
7.87/8.26	v 0 0 5 27 27 6 6 27 6 27 27 6 27 26 6 6 25 6 12 27 5 25 25 4 26 27 5 19 26 5 13 27 6 24 25 6 23 26 5 5 27 5 25 26 4 12 27 5 6 27 6 26 27 5 23 25 5 22 26 6 13 27 6 21 25 0 13 25 6 14 26 0 27 25 6 20 26 6 26 26 6 7 27 0 14 12 14 14 14 14 13 11 13 13 12 14 13 14 11 13 12 13 13 12 14 14 14 14 12 14 14 14
7.87/8.27	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.87/8.29	c 9	OBJECTIVE BOUND: 0 <= _COST <= 358
7.87/8.29	c 9	SEARCHING: _COST <= 179
7.87/8.29	c 9	SOLVING HOME/temp.cnf
7.87/8.29	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.13/8.30	c 9	This is MiniSat 2.0 beta
8.13/8.30	c 9	WARNING: for repeatability, setting FPU to use double precision
8.13/8.30	c 9	============================[ Problem Statistics ]=============================
8.13/8.30	c 9	|                                                                             |
8.13/8.30	c 9	|  Number of variables:  27692                                                |
8.13/8.30	c 9	|  Number of clauses:    2074094                                              |
9.22/9.42	c 10	|  Parsing time:         0.94         s                                       |
11.01/11.21	c 12	============================[ Search Statistics ]==============================
11.01/11.21	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.01/11.21	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.01/11.21	c 12	===============================================================================
11.01/11.21	c 12	|         0 |   14929   546353  1627002 |   182117        0    nan |  0.000 % |
11.11/11.32	c 12	|       100 |   14929   546353  1627002 |   200329      100     17 | 46.089 % |
11.11/11.39	c 12	===============================================================================
11.11/11.39	c 12	restarts              : 2
11.11/11.39	c 12	conflicts             : 177            (61 /sec)
11.11/11.39	c 12	decisions             : 1246           (0.96 % random) (429 /sec)
11.11/11.39	c 12	propagations          : 74252          (25573 /sec)
11.11/11.39	c 12	conflict literals     : 2745           (13.32 % deleted)
11.11/11.39	c 12	Memory used           : 86.24 MB
11.11/11.39	c 12	CPU time              : 2.90356 s
11.11/11.39	c 12	
11.20/11.40	c 12	SATISFIABLE
11.20/11.42	c 12	FOUND: _COST <= 179
11.20/11.42	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.20/11.42	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.20/11.50	c 12	Decoding HOME/temp.out
11.23/11.65	c 12	OBJECTIVE _COST 179
11.23/11.65	o 179
11.23/11.65	v 0 0 0 13 27 6 12 27 5 18 27 6 19 26 5 27 25 6 21 27 0 27 27 6 5 26 5 23 26 2 23 27 6 25 25 5 13 27 6 24 27 5 27 26 6 26 25 5 27 27 6 20 27 6 14 27 0 20 26 6 22 26 6 26 25 5 27 26 6 21 26 0 27 26 6 27 27 6 27 27 6 19 27 5 14 1 13 12 13 12 14 12 13 7 6 13 12 13 14 14 12 14 14 1 12 14 12 14 1 14 14 13
11.23/11.66	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.23/11.68	c 12	OBJECTIVE BOUND: 0 <= _COST <= 179
11.23/11.68	c 12	SEARCHING: _COST <= 89
11.23/11.68	c 12	SOLVING HOME/temp.cnf
11.23/11.68	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.23/11.68	c 12	This is MiniSat 2.0 beta
11.23/11.68	c 12	WARNING: for repeatability, setting FPU to use double precision
11.23/11.68	c 12	============================[ Problem Statistics ]=============================
11.23/11.68	c 12	|                                                                             |
11.23/11.68	c 12	|  Number of variables:  27692                                                |
11.23/11.68	c 12	|  Number of clauses:    2074094                                              |
12.57/12.81	c 13	|  Parsing time:         0.96         s                                       |
14.36/14.62	c 15	============================[ Search Statistics ]==============================
14.36/14.62	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.36/14.62	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.36/14.62	c 15	===============================================================================
14.36/14.62	c 15	|         0 |   13098   306021   911409 |   102007        0    nan |  0.000 % |
14.45/14.72	c 15	|       100 |   13098   306021   911409 |   112207      100     22 | 52.701 % |
14.45/14.76	c 15	===============================================================================
14.45/14.76	c 15	restarts              : 2
14.45/14.76	c 15	conflicts             : 161            (56 /sec)
14.45/14.76	c 15	decisions             : 680            (0.88 % random) (236 /sec)
14.45/14.76	c 15	propagations          : 73457          (25448 /sec)
14.45/14.76	c 15	conflict literals     : 3162           (14.19 % deleted)
14.45/14.76	c 15	Memory used           : 85.35 MB
14.45/14.76	c 15	CPU time              : 2.88656 s
14.45/14.76	c 15	
14.45/14.77	c 15	SATISFIABLE
14.45/14.78	c 15	FOUND: _COST <= 89
14.45/14.78	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.45/14.78	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.54/14.86	c 15	Decoding HOME/temp.out
14.54/15.01	c 15	OBJECTIVE _COST 89
14.54/15.01	o 89
14.54/15.01	v 0 0 0 27 27 5 27 27 6 27 27 6 12 26 5 20 25 6 21 27 0 27 25 6 23 26 5 13 26 6 27 27 6 19 25 5 27 26 6 26 27 5 27 26 6 19 25 5 27 27 6 5 27 5 25 25 4 24 26 3 18 26 4 14 25 0 27 25 6 23 26 5 6 25 6 27 25 6 27 26 6 23 27 5 14 13 12 14 13 12 14 1 13 12 14 13 12 13 12 13 12 13 11 9 8 10 1 13 12 14 14 13
14.54/15.02	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.54/15.04	c 15	OBJECTIVE BOUND: 0 <= _COST <= 89
14.54/15.04	c 15	SEARCHING: _COST <= 44
14.54/15.04	c 15	SOLVING HOME/temp.cnf
14.54/15.04	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.54/15.05	c 15	This is MiniSat 2.0 beta
14.54/15.05	c 15	WARNING: for repeatability, setting FPU to use double precision
14.54/15.05	c 15	============================[ Problem Statistics ]=============================
14.54/15.05	c 15	|                                                                             |
14.54/15.05	c 15	|  Number of variables:  27692                                                |
14.54/15.05	c 15	|  Number of clauses:    2074094                                              |
15.81/16.16	c 17	|  Parsing time:         0.94         s                                       |
17.60/17.94	c 18	============================[ Search Statistics ]==============================
17.60/17.94	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.60/17.94	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.60/17.94	c 18	===============================================================================
17.60/17.94	c 18	|         0 |   11585   173305   517755 |    57768        0    nan |  0.000 % |
17.70/18.04	c 18	|       100 |   11585   173305   517755 |    63545      100     21 | 58.165 % |
17.70/18.07	c 18	|       250 |   11585   173305   517755 |    69899      250     21 | 58.165 % |
17.79/18.11	c 19	|       477 |   11585   173305   517755 |    76889      477     23 | 58.165 % |
17.79/18.15	c 19	|       814 |   11585   173305   517755 |    84578      814     24 | 58.165 % |
17.79/18.19	c 19	|      1320 |   11585   173305   517755 |    93036     1320     25 | 58.165 % |
17.89/18.27	c 19	|      2081 |   11585   173305   517755 |   102340     2081     27 | 58.165 % |
17.89/18.29	c 19	===============================================================================
17.89/18.29	c 19	restarts              : 7
17.89/18.29	c 19	conflicts             : 2258           (737 /sec)
17.89/18.29	c 19	decisions             : 4968           (0.46 % random) (1621 /sec)
17.89/18.29	c 19	propagations          : 452111         (147530 /sec)
17.89/18.29	c 19	conflict literals     : 59784          (10.22 % deleted)
17.89/18.29	c 19	Memory used           : 84.96 MB
17.89/18.29	c 19	CPU time              : 3.06453 s
17.89/18.29	c 19	
17.99/18.30	c 19	SATISFIABLE
17.99/18.32	c 19	FOUND: _COST <= 44
17.99/18.32	c 19	DECODING HOME/temp.out WITH HOME/temp.map
17.99/18.32	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.04/18.40	c 19	Decoding HOME/temp.out
18.04/18.56	c 19	OBJECTIVE _COST 44
18.04/18.56	o 44
18.04/18.57	v 0 0 0 22 27 1 14 27 0 26 27 6 20 26 6 26 25 6 21 27 0 15 25 1 23 26 2 8 26 1 7 27 0 26 25 6 12 26 5 4 27 4 17 26 3 11 25 4 24 27 3 18 27 4 5 25 5 27 26 6 6 26 6 27 25 5 13 25 6 27 26 6 26 25 6 19 25 5 27 26 5 25 27 4 14 2 3 1 14 14 14 2 4 5 3 1 13 11 9 8 9 8 10 12 14 13 14 14 14 14 12 11
18.04/18.57	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.04/18.58	c 19	OBJECTIVE BOUND: 0 <= _COST <= 44
18.04/18.58	c 19	SEARCHING: _COST <= 22
18.04/18.58	c 19	SOLVING HOME/temp.cnf
18.04/18.58	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.04/18.58	c 19	This is MiniSat 2.0 beta
18.04/18.58	c 19	WARNING: for repeatability, setting FPU to use double precision
18.04/18.58	c 19	============================[ Problem Statistics ]=============================
18.04/18.58	c 19	|                                                                             |
18.04/18.58	c 19	|  Number of variables:  27692                                                |
18.04/18.58	c 19	|  Number of clauses:    2074094                                              |
19.40/19.71	c 20	|  Parsing time:         0.97         s                                       |
21.08/21.49	c 22	============================[ Search Statistics ]==============================
21.08/21.49	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.08/21.49	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.08/21.49	c 22	===============================================================================
21.08/21.49	c 22	|         0 |   10231   103780   313220 |    34593        0    nan |  0.000 % |
21.18/21.59	c 22	|       100 |   10231   103780   313220 |    38052      100     22 | 63.054 % |
21.28/21.60	c 22	|       251 |   10231   103780   313220 |    41857      251     22 | 63.054 % |
21.28/21.62	c 22	|       476 |   10231   103780   313220 |    46043      476     22 | 63.054 % |
21.28/21.64	c 22	===============================================================================
21.28/21.64	c 22	restarts              : 4
21.28/21.64	c 22	conflicts             : 528            (183 /sec)
21.28/21.64	c 22	decisions             : 1505           (0.53 % random) (522 /sec)
21.28/21.64	c 22	propagations          : 115254         (39983 /sec)
21.28/21.64	c 22	conflict literals     : 11340          (8.27 % deleted)
21.28/21.64	c 22	Memory used           : 85.32 MB
21.28/21.64	c 22	CPU time              : 2.88256 s
21.28/21.64	c 22	
21.28/21.65	c 22	SATISFIABLE
21.28/21.66	c 22	FOUND: _COST <= 22
21.28/21.66	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.28/21.66	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.35/21.74	c 22	Decoding HOME/temp.out
21.35/21.89	c 22	OBJECTIVE _COST 22
21.35/21.89	o 22
21.35/21.89	v 0 0 0 8 27 1 9 27 2 17 27 3 4 26 4 19 25 5 27 27 6 12 25 5 20 26 6 15 26 1 11 27 4 14 25 0 26 26 6 13 27 6 26 26 6 20 25 6 5 27 5 6 27 6 21 25 0 25 26 6 26 26 5 18 25 4 10 25 3 2 26 2 22 25 1 16 25 2 24 26 3 23 27 2 14 2 4 6 8 10 12 13 12 14 14 14 14 14 14 14 13 12 14 1 13 11 9 7 5 4 6 7
21.35/21.90	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.57/21.93	c 22	OBJECTIVE BOUND: 0 <= _COST <= 22
21.57/21.93	c 22	SEARCHING: _COST <= 11
21.57/21.93	c 22	SOLVING HOME/temp.cnf
21.57/21.93	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.57/21.93	c 22	This is MiniSat 2.0 beta
21.57/21.93	c 22	WARNING: for repeatability, setting FPU to use double precision
21.57/21.93	c 22	============================[ Problem Statistics ]=============================
21.57/21.93	c 22	|                                                                             |
21.57/21.93	c 22	|  Number of variables:  27692                                                |
21.57/21.93	c 22	|  Number of clauses:    2074094                                              |
22.65/23.06	c 23	|  Parsing time:         0.95         s                                       |
24.33/24.80	c 25	============================[ Search Statistics ]==============================
24.33/24.80	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.33/24.80	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.33/24.80	c 25	===============================================================================
24.33/24.80	c 25	|         0 |    8934    66509   205287 |    22169        0    nan |  0.000 % |
24.43/24.89	c 25	|       100 |    8934    66509   205287 |    24386      100     22 | 67.738 % |
24.53/24.91	c 25	|       251 |    8934    66509   205287 |    26825      251     23 | 67.738 % |
24.53/24.92	c 25	===============================================================================
24.53/24.92	c 25	restarts              : 3
24.53/24.92	c 25	conflicts             : 347            (124 /sec)
24.53/24.92	c 25	decisions             : 783            (1.15 % random) (279 /sec)
24.53/24.92	c 25	propagations          : 68784          (24552 /sec)
24.53/24.92	c 25	conflict literals     : 7543           (12.67 % deleted)
24.53/24.92	c 25	Memory used           : 85.14 MB
24.53/24.92	c 25	CPU time              : 2.80157 s
24.53/24.92	c 25	
24.53/24.93	c 25	SATISFIABLE
24.53/24.94	c 25	FOUND: _COST <= 11
24.53/24.94	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.53/24.94	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.59/25.02	c 25	Decoding HOME/temp.out
24.59/25.17	c 26	OBJECTIVE _COST 11
24.59/25.17	o 11
24.59/25.18	v 0 0 0 15 27 1 23 27 2 10 27 3 18 26 4 22 25 5 27 27 6 7 25 0 20 26 6 24 26 5 11 27 4 17 25 3 9 26 2 3 27 3 2 26 2 8 25 1 14 27 0 6 27 6 21 25 0 13 26 6 5 26 5 25 25 4 12 25 5 23 26 6 26 25 5 16 25 6 19 26 5 22 27 6 14 2 4 6 8 10 12 14 1 13 11 9 7 6 7 5 3 1 14 1 13 11 10 12 13 12 13 12
24.59/25.18	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.80/25.21	c 26	OBJECTIVE BOUND: 0 <= _COST <= 11
24.80/25.21	c 26	SEARCHING: _COST <= 5
24.80/25.21	c 26	SOLVING HOME/temp.cnf
24.80/25.21	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.80/25.21	c 26	This is MiniSat 2.0 beta
24.80/25.21	c 26	WARNING: for repeatability, setting FPU to use double precision
24.80/25.21	c 26	============================[ Problem Statistics ]=============================
24.80/25.21	c 26	|                                                                             |
24.80/25.21	c 26	|  Number of variables:  27692                                                |
24.80/25.21	c 26	|  Number of clauses:    2074094                                              |
25.91/26.35	c 27	|  Parsing time:         0.96         s                                       |
27.59/28.09	c 29	============================[ Search Statistics ]==============================
27.59/28.09	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.59/28.09	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.59/28.09	c 29	===============================================================================
27.59/28.09	c 29	|         0 |    7531    44155   142428 |    14718        0    nan |  0.000 % |
27.69/28.18	c 29	|       100 |    7531    44155   142428 |    16190      100     22 | 72.804 % |
27.79/28.20	c 29	|       250 |    7531    44155   142428 |    17809      250     21 | 72.804 % |
27.79/28.22	c 29	|       476 |    7531    44155   142428 |    19590      476     20 | 72.804 % |
27.79/28.24	c 29	|       813 |    7531    44155   142428 |    21549      813     27 | 72.804 % |
27.79/28.29	c 29	|      1320 |    7531    44155   142428 |    23704     1320     37 | 72.804 % |
27.89/28.36	c 29	===============================================================================
27.89/28.36	c 29	restarts              : 6
27.89/28.36	c 29	conflicts             : 2033           (688 /sec)
27.89/28.36	c 29	decisions             : 4061           (0.47 % random) (1374 /sec)
27.89/28.36	c 29	propagations          : 234675         (79401 /sec)
27.89/28.36	c 29	conflict literals     : 77451          (5.71 % deleted)
27.89/28.36	c 29	Memory used           : 85.25 MB
27.89/28.36	c 29	CPU time              : 2.95555 s
27.89/28.36	c 29	
27.89/28.37	c 29	SATISFIABLE
27.89/28.38	c 29	FOUND: _COST <= 5
27.89/28.38	c 29	DECODING HOME/temp.out WITH HOME/temp.map
27.89/28.38	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.00/28.46	c 29	Decoding HOME/temp.out
28.21/28.63	c 29	OBJECTIVE _COST 5
28.21/28.63	o 5
28.21/28.64	v 0 0 0 20 27 6 3 27 5 18 27 4 26 26 5 6 25 6 7 27 0 27 25 6 14 26 0 8 26 1 16 27 2 15 25 1 21 26 0 13 27 6 12 26 5 4 25 4 24 27 3 4 27 4 5 25 5 25 26 4 19 26 5 11 25 4 17 25 3 2 26 2 22 25 1 9 25 2 10 26 3 23 27 2 14 1 13 11 10 12 14 1 14 2 4 5 3 1 13 11 9 8 10 11 10 11 9 7 5 4 6 7
28.21/28.64	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.21/28.69	c 29	OBJECTIVE BOUND: 0 <= _COST <= 5
28.21/28.69	c 29	SEARCHING: _COST <= 2
28.21/28.69	c 29	SOLVING HOME/temp.cnf
28.21/28.69	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.21/28.70	c 29	This is MiniSat 2.0 beta
28.21/28.70	c 29	WARNING: for repeatability, setting FPU to use double precision
28.21/28.70	c 29	============================[ Problem Statistics ]=============================
28.21/28.70	c 29	|                                                                             |
28.26/28.70	c 29	|  Number of variables:  27692                                                |
28.26/28.70	c 29	|  Number of clauses:    2074094                                              |
29.34/29.83	c 30	|  Parsing time:         0.96         s                                       |
31.04/31.55	c 32	============================[ Search Statistics ]==============================
31.04/31.55	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.04/31.55	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.04/31.55	c 32	===============================================================================
31.04/31.55	c 32	|         0 |    5773    29383   103383 |     9794        0    nan |  0.000 % |
31.14/31.64	c 32	|       101 |    5773    29383   103383 |    10773      101     22 | 79.153 % |
31.14/31.66	c 32	|       251 |    5773    29383   103383 |    11851      251     22 | 79.153 % |
31.14/31.68	c 32	|       476 |    5773    29383   103383 |    13036      476     22 | 79.153 % |
31.23/31.70	c 32	|       815 |    5773    29383   103383 |    14339      815     29 | 79.153 % |
31.23/31.75	c 32	|      1323 |    5773    29383   103383 |    15773     1323     33 | 79.153 % |
31.34/31.81	c 32	|      2082 |    5773    29383   103383 |    17351     2082     37 | 79.153 % |
31.34/31.90	c 32	|      3221 |    5773    29383   103383 |    19086     3221     36 | 79.153 % |
31.44/31.99	c 32	===============================================================================
31.44/31.99	c 32	restarts              : 8
31.44/31.99	c 32	conflicts             : 4070           (1310 /sec)
31.44/31.99	c 32	decisions             : 8149           (0.53 % random) (2623 /sec)
31.44/31.99	c 32	propagations          : 387737         (124814 /sec)
31.44/31.99	c 32	conflict literals     : 150794         (6.04 % deleted)
31.44/31.99	c 32	Memory used           : 85.34 MB
31.44/31.99	c 32	CPU time              : 3.10653 s
31.44/31.99	c 32	
31.53/32.00	c 32	SATISFIABLE
31.53/32.02	c 32	FOUND: _COST <= 2
31.53/32.02	c 32	DECODING HOME/temp.out WITH HOME/temp.map
31.53/32.02	c 32	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.53/32.10	c 33	Decoding HOME/temp.out
31.56/32.24	c 33	OBJECTIVE _COST 2
31.56/32.24	o 2
31.56/32.25	v 0 0 0 20 27 6 26 27 5 13 27 6 21 26 0 15 25 1 2 27 2 17 25 3 9 26 2 25 26 3 18 27 4 3 25 3 4 26 4 5 27 5 25 26 4 19 25 5 6 27 6 7 27 0 22 25 1 23 26 2 10 26 3 16 25 2 8 25 1 14 26 0 27 25 6 12 25 5 11 26 4 24 27 3 14 1 13 12 14 2 4 6 7 6 8 9 8 10 11 10 12 14 2 4 6 7 5 3 1 13 11 9
31.56/32.25	c 33	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.56/32.28	c 33	OBJECTIVE BOUND: 0 <= _COST <= 2
31.56/32.28	c 33	SEARCHING: _COST <= 1
31.56/32.28	c 33	SOLVING HOME/temp.cnf
31.56/32.28	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.56/32.28	c 33	This is MiniSat 2.0 beta
31.56/32.28	c 33	WARNING: for repeatability, setting FPU to use double precision
31.56/32.28	c 33	============================[ Problem Statistics ]=============================
31.56/32.28	c 33	|                                                                             |
31.56/32.29	c 33	|  Number of variables:  27692                                                |
31.56/32.29	c 33	|  Number of clauses:    2074094                                              |
32.89/33.42	c 34	|  Parsing time:         0.98         s                                       |
34.58/35.14	c 36	============================[ Search Statistics ]==============================
34.58/35.14	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
34.58/35.14	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
34.58/35.14	c 36	===============================================================================
34.58/35.14	c 36	|         0 |    4512    22573    86735 |     7524        0    nan |  0.000 % |
34.68/35.24	c 36	|       102 |    4512    22573    86735 |     8276      102     23 | 83.707 % |
34.68/35.25	c 36	|       252 |    4512    22573    86735 |     9104      252     19 | 83.706 % |
34.68/35.27	c 36	|       477 |    4512    22573    86735 |    10014      477     20 | 83.706 % |
34.68/35.30	c 36	|       814 |    4512    22573    86735 |    11016      814     26 | 83.706 % |
34.77/35.34	c 36	|      1320 |    4512    22573    86735 |    12118     1320     31 | 83.706 % |
34.87/35.40	c 36	|      2079 |    4512    22573    86735 |    13329     2079     33 | 83.706 % |
34.97/35.51	c 36	|      3220 |    4512    22573    86735 |    14662     3220     36 | 83.706 % |
35.07/35.67	c 36	|      4929 |    4512    22573    86735 |    16129     4929     37 | 83.707 % |
35.37/35.95	c 36	|      7493 |    4512    22573    86735 |    17741     7493     42 | 83.707 % |
36.07/36.68	c 37	|     11338 |    4512    22573    86735 |    19516    11338     61 | 83.706 % |
37.06/37.66	c 38	|     17104 |    4512    22573    86735 |    21467    17104     62 | 83.706 % |
38.45/39.03	c 39	|     25753 |    4512    22573    86735 |    23614    25753     61 | 83.707 % |
41.63/42.24	c 43	|     38729 |    4512    22573    86735 |    25976    38729     65 | 83.706 % |
46.71/47.32	c 48	|     58190 |    4512    22573    86735 |    28573    19653     47 | 83.707 % |
54.65/55.34	c 56	|     87384 |    4512    22573    86735 |    31431    48847     67 | 83.707 % |
68.08/68.86	c 69	|    131174 |    4512    22573    86735 |    34574    49448     83 | 83.707 % |
88.76/89.68	c 90	|    196859 |    4512    22573    86735 |    38031    22065     58 | 83.707 % |
123.35/124.46	c 125	|    295386 |    4512    22573    86735 |    41834    20089     93 | 83.707 % |
181.91/183.31	c 184	|    443175 |    4512    22573    86735 |    46018    59654    105 | 83.706 % |
272.09/274.06	c 274	|    664858 |    4512    22573    86735 |    50619    52274     94 | 83.706 % |
421.82/424.69	c 425	|    997384 |    4512    22573    86735 |    55681    18375     75 | 83.706 % |
678.03/682.30	c 683	|   1496173 |    4512    22573    86735 |    61250    65291     72 | 83.707 % |
1060.59/1067.19	c 1068	|   2244355 |    4512    22573    86735 |    67375    58107     59 | 83.707 % |
1676.11/1686.22	c 1687	|   3366630 |    4512    22573    86735 |    74112    27527    110 | 83.706 % |
2642.07/2657.80	c 2658	|   5050041 |    4512    22573    86735 |    81523    65835     94 | 83.706 % |
3600.05/3621.42	c ERROR INTERRUPTED
3600.05/3621.43	c 3622	CPU 29.63 (0.05 0.03 29.58 2.13)
3600.05/3621.43	c 3622	END Fri Jul 11 18:30:25 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-1108148-1215790203/watcher-1108148-1215790203 -o /tmp/evaluation-result-1108148-1215790203/solver-1108148-1215790203 -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-1108148-1215790203.xml 

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


[startup+0 s]
/proc/loadavg: 2.52 2.63 2.62 4/98 9814
/proc/meminfo: memFree=1091016/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=12272 CPUtime=0
/proc/9814/stat : 9814 (sugar) R 9812 9814 9030 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 35717832 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 0 0 0
/proc/9814/statm: 3068 364 274 3 0 168 0

[startup+0.0267411 s]
/proc/loadavg: 2.52 2.63 2.62 4/98 9814
/proc/meminfo: memFree=1091016/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13072 CPUtime=0.01
/proc/9814/stat : 9814 (sugar) R 9812 9814 9030 0 -1 4194304 620 0 0 0 1 0 0 0 18 0 1 0 35717832 13385728 588 996147200 4194304 4206940 548682068592 18446744073709551615 269807424167 0 0 4224 0 0 0 0 17 0 0 0
/proc/9814/statm: 3268 588 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.101759 s]
/proc/loadavg: 2.52 2.63 2.62 4/98 9814
/proc/meminfo: memFree=1091016/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13600 CPUtime=0.03
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 35717832 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30179 s]
/proc/loadavg: 2.52 2.63 2.62 4/98 9814
/proc/meminfo: memFree=1091016/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13600 CPUtime=0.03
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 35717832 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701867 s]
/proc/loadavg: 2.52 2.63 2.62 4/98 9814
/proc/meminfo: memFree=1091016/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13600 CPUtime=0.39
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 974 4727 0 1 3 0 33 3 16 0 1 0 35717832 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50303 s]
/proc/loadavg: 2.52 2.63 2.62 4/109 9836
/proc/meminfo: memFree=1073840/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13600 CPUtime=0.39
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 974 4727 0 1 3 0 33 3 15 0 1 0 35717832 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3400 797 370 3 0 500 0
[pid=9827] ppid=9814 vsize=5356 CPUtime=0
/proc/9827/stat : 9827 (sh) S 9814 9814 9030 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35717879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9827/statm: 1339 233 193 169 0 50 0
[pid=9828] ppid=9827 vsize=868368 CPUtime=1
/proc/9828/stat : 9828 (java) S 9827 9814 9030 0 -1 0 8460 0 1 0 96 4 0 0 20 0 9 0 35717879 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9828/statm: 217092 7694 2540 9 0 211667 0
[pid=9828/tid=9829] ppid=9827 vsize=868368 CPUtime=0.47
/proc/9828/task/9829/stat : 9829 (java) R 9827 9814 9030 0 -1 64 2662 0 1 0 46 1 0 0 25 0 9 0 35717880 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9830] ppid=9827 vsize=868368 CPUtime=0.29
/proc/9828/task/9830/stat : 9830 (java) R 9827 9814 9030 0 -1 64 3641 0 0 0 28 1 0 0 16 0 9 0 35717881 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9831] ppid=9827 vsize=868368 CPUtime=0
/proc/9828/task/9831/stat : 9831 (java) S 9827 9814 9030 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35717882 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9832] ppid=9827 vsize=868368 CPUtime=0
/proc/9828/task/9832/stat : 9832 (java) S 9827 9814 9030 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35717882 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9833] ppid=9827 vsize=868368 CPUtime=0
/proc/9828/task/9833/stat : 9833 (java) S 9827 9814 9030 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35717883 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9834] ppid=9827 vsize=868368 CPUtime=0.21
/proc/9828/task/9834/stat : 9834 (java) S 9827 9814 9030 0 -1 64 1465 0 0 0 21 0 0 0 16 0 9 0 35717883 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9835] ppid=9827 vsize=868368 CPUtime=0
/proc/9828/task/9835/stat : 9835 (java) S 9827 9814 9030 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35717883 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9836] ppid=9827 vsize=868368 CPUtime=0
/proc/9828/task/9836/stat : 9836 (java) S 9827 9814 9030 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35717884 889208832 7694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887324

[startup+3.10132 s]
/proc/loadavg: 2.52 2.63 2.62 3/109 9836
/proc/meminfo: memFree=1064112/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13600 CPUtime=0.39
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 974 4727 0 1 3 0 33 3 15 0 1 0 35717832 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3400 797 370 3 0 500 0
[pid=9827] ppid=9814 vsize=5356 CPUtime=0
/proc/9827/stat : 9827 (sh) S 9814 9814 9030 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35717879 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9827/statm: 1339 233 193 169 0 50 0
[pid=9828] ppid=9827 vsize=868480 CPUtime=2.59
/proc/9828/stat : 9828 (java) S 9827 9814 9030 0 -1 0 8923 0 1 0 245 14 0 0 20 0 9 0 35717879 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9828/statm: 217120 7783 2565 9 0 211667 0
[pid=9828/tid=9829] ppid=9827 vsize=868480 CPUtime=1.89
/proc/9828/task/9829/stat : 9829 (java) R 9827 9814 9030 0 -1 64 3085 0 1 0 180 9 0 0 25 0 9 0 35717880 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9830] ppid=9827 vsize=868480 CPUtime=0.41
/proc/9828/task/9830/stat : 9830 (java) S 9827 9814 9030 0 -1 64 3646 0 0 0 38 3 0 0 16 0 9 0 35717881 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9831] ppid=9827 vsize=868480 CPUtime=0
/proc/9828/task/9831/stat : 9831 (java) S 9827 9814 9030 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35717882 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9832] ppid=9827 vsize=868480 CPUtime=0
/proc/9828/task/9832/stat : 9832 (java) S 9827 9814 9030 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35717882 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9833] ppid=9827 vsize=868480 CPUtime=0
/proc/9828/task/9833/stat : 9833 (java) S 9827 9814 9030 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35717883 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9834] ppid=9827 vsize=868480 CPUtime=0.27
/proc/9828/task/9834/stat : 9834 (java) S 9827 9814 9030 0 -1 64 1500 0 0 0 26 1 0 0 16 0 9 0 35717883 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9835] ppid=9827 vsize=868480 CPUtime=0
/proc/9828/task/9835/stat : 9835 (java) S 9827 9814 9030 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 35717883 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9828/tid=9836] ppid=9827 vsize=868480 CPUtime=0
/proc/9828/task/9836/stat : 9836 (java) S 9827 9814 9030 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35717884 889323520 7783 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887436

[startup+6.30191 s]
/proc/loadavg: 2.48 2.62 2.62 3/109 9836
/proc/meminfo: memFree=1024504/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=5.5
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 1092 14696 0 2 4 0 503 43 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13732

[startup+12.7011 s]
/proc/loadavg: 2.44 2.61 2.61 3/101 9862
/proc/meminfo: memFree=1014520/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=11.47
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 1327 66022 0 4 4 1 1056 86 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9861] ppid=9814 vsize=5356 CPUtime=0
/proc/9861/stat : 9861 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35719000 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9861/statm: 1339 232 193 169 0 50 0
[pid=9862] ppid=9861 vsize=85088 CPUtime=0.99
/proc/9862/stat : 9862 (minisat) R 9861 9814 9030 0 -1 4194304 20799 0 0 0 84 15 0 0 25 0 1 0 35719000 87130112 20785 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9862/statm: 21272 20785 62 150 0 21119 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 104176

[startup+25.5015 s]
/proc/loadavg: 2.34 2.58 2.60 2/109 9908
/proc/meminfo: memFree=1034488/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=24.83
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 1785 168368 0 8 4 3 2307 169 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 13732

[startup+51.1013 s]
/proc/loadavg: 2.22 2.53 2.59 3/101 9934
/proc/meminfo: memFree=949432/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=87628 CPUtime=18.69
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 21441 0 0 0 1854 15 0 0 25 0 1 0 35721061 89731072 21427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 21907 21427 75 150 0 21754 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 106716

[startup+102.309 s]
/proc/loadavg: 2.10 2.45 2.55 3/101 9934
/proc/meminfo: memFree=937400/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=87748 CPUtime=69.6
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 21451 0 0 0 6945 15 0 0 25 0 1 0 35721061 89853952 21437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 21937 21437 75 150 0 21784 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 106836

[startup+162.301 s]
/proc/loadavg: 2.03 2.36 2.52 3/101 9934
/proc/meminfo: memFree=924472/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=87748 CPUtime=129.24
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 21458 0 0 0 12909 15 0 0 25 0 1 0 35721061 89853952 21444 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 21937 21444 75 150 0 21784 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 106836

[startup+222.301 s]
/proc/loadavg: 2.01 2.29 2.48 3/101 9934
/proc/meminfo: memFree=911160/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79

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

/proc/meminfo: memFree=590776/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=100944 CPUtime=3052.2
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25048 0 0 0 305199 21 0 0 25 0 1 0 35721061 103366656 24724 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25236 24724 75 150 0 25083 0
Current children cumulated CPU time (s) 3083.99
Current children cumulated vsize (KiB) 120032

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 9942
/proc/meminfo: memFree=587512/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=100892 CPUtime=3111.85
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25048 0 0 0 311164 21 0 0 25 0 1 0 35721061 103313408 24721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25223 24721 75 150 0 25070 0
Current children cumulated CPU time (s) 3143.64
Current children cumulated vsize (KiB) 119980

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 9942
/proc/meminfo: memFree=584120/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=100892 CPUtime=3171.5
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25048 0 0 0 317129 21 0 0 25 0 1 0 35721061 103313408 24721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25223 24721 75 150 0 25070 0
Current children cumulated CPU time (s) 3203.29
Current children cumulated vsize (KiB) 119980

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 9978
/proc/meminfo: memFree=1142280/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=100884 CPUtime=3231.13
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25048 0 0 0 323091 22 0 0 25 0 1 0 35721061 103305216 24719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25221 24719 75 150 0 25068 0
Current children cumulated CPU time (s) 3262.92
Current children cumulated vsize (KiB) 119972

[startup+3342.3 s]
/proc/loadavg: 2.43 2.12 2.04 3/108 9978
/proc/meminfo: memFree=1095112/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=100884 CPUtime=3290.78
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25048 0 0 0 329056 22 0 0 25 0 1 0 35721061 103305216 24719 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25221 24719 75 150 0 25068 0
Current children cumulated CPU time (s) 3322.57
Current children cumulated vsize (KiB) 119972

[startup+3402.31 s]
/proc/loadavg: 2.36 2.16 2.05 3/108 9978
/proc/meminfo: memFree=1091976/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=103920 CPUtime=3350.43
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25793 0 0 0 335021 22 0 0 25 0 1 0 35721061 106414080 25464 996147200 134512640 135127466 4294956256 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25980 25464 75 150 0 25827 0
Current children cumulated CPU time (s) 3382.22
Current children cumulated vsize (KiB) 123008

[startup+3462.3 s]
/proc/loadavg: 2.57 2.26 2.10 4/108 9978
/proc/meminfo: memFree=1091848/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=103920 CPUtime=3410.08
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25793 0 0 0 340986 22 0 0 25 0 1 0 35721061 106414080 25464 996147200 134512640 135127466 4294956256 18446744073709551615 134527485 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25980 25464 75 150 0 25827 0
Current children cumulated CPU time (s) 3441.87
Current children cumulated vsize (KiB) 123008

[startup+3522.3 s]
/proc/loadavg: 2.81 2.38 2.14 3/108 9978
/proc/meminfo: memFree=1091848/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=103920 CPUtime=3469.73
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25793 0 0 0 346951 22 0 0 25 0 1 0 35721061 106414080 25464 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25980 25464 75 150 0 25827 0
Current children cumulated CPU time (s) 3501.52
Current children cumulated vsize (KiB) 123008

[startup+3582.3 s]
/proc/loadavg: 2.72 2.43 2.17 4/108 9978
/proc/meminfo: memFree=1091784/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=103916 CPUtime=3529.39
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25793 0 0 0 352917 22 0 0 25 0 1 0 35721061 106409984 25464 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25979 25464 75 150 0 25826 0
Current children cumulated CPU time (s) 3561.18
Current children cumulated vsize (KiB) 123004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.4 s]
/proc/loadavg: 2.64 2.43 2.19 4/108 9978
/proc/meminfo: memFree=1091976/2055920 swapFree=4192956/4192956
[pid=9814] ppid=9812 vsize=13732 CPUtime=31.79
/proc/9814/stat : 9814 (sugar) S 9812 9814 9030 0 -1 4194304 2013 219579 0 10 5 3 2958 213 16 0 1 0 35717832 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9814/statm: 3433 840 374 3 0 533 0
[pid=9933] ppid=9814 vsize=5356 CPUtime=0
/proc/9933/stat : 9933 (sh) S 9814 9814 9030 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35721061 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9933/statm: 1339 232 193 169 0 50 0
[pid=9934] ppid=9933 vsize=103544 CPUtime=3568.26
/proc/9934/stat : 9934 (minisat) R 9933 9814 9030 0 -1 4194304 25793 0 0 0 356804 22 0 0 25 0 1 0 35721061 106029056 25383 996147200 134512640 135127466 4294956256 18446744073709551615 134527185 0 0 4096 3 0 0 0 17 1 0 0
/proc/9934/statm: 25886 25383 75 150 0 25733 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 122632

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 9814 and gives
#  childrusage.ru_utime.tv_sec=29
#  childrusage.ru_utime.tv_usec=641493
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=194666
# CPU time returned by wait4() is 31.8362
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3621.45
CPU time (s): 3600.05
CPU user time (s): 3597.67
CPU system time (s): 2.38
CPU usage (%): 99.4092
Max. virtual memory (cumulated for all children) (KiB): 887436

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

runsolver used 5.05123 second user time and 14.7388 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-11 17:30:03
IDJOB=1108148
IDBENCH=60683
IDSOLVER=368
FILE ID=node81/1108148-1215790203
PBS_JOBID= 7903052
Free space on /tmp= 126776 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 548e1e41090fd4d73bc3a06ddb34a1a7
RANDOM SEED=292063158

node81.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1091432 kB
Buffers:         45988 kB
Cached:         646796 kB
SwapCached:          0 kB
Active:         722988 kB
Inactive:       191336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1091432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         234068 kB
Slab:            31972 kB
Committed_AS:   436892 kB
PageTables:       4384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-11 18:30:27