Trace number 1113832

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)5 3600.06 3612.11

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-14.xml
MD5SUM6c0880b040fe6260481479fcc94ce736
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints1582
Maximum constraint arity2
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1582
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 21:50:08 2008
0.00/0.04	c 0	PID 19527
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113832-1215892208.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113832-1215892208.xml' 'HOME/temp.csp'
0.03/0.66	c 0	1 domains, 56 variables, 2 predicates, 0 relations, 1582 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.63/0.76	c 1	Parsing HOME/temp.csp
0.63/0.93	c 1	parsed 1641 expressions
0.63/0.93	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.96	c 1	MAX CSP: 1582 constraints
0.63/0.96	c 1	Converting to clausal form CSP
0.63/1.04	c 1	converted 323 (10%) expressions
1.03/1.14	c 1	converted 646 (20%) expressions
1.03/1.16	c 1	converted 968 (30%) expressions
1.03/1.18	c 1	converted 1291 (40%) expressions
1.03/1.20	c 1	converted 1613 (50%) expressions
1.13/1.21	c 1	converted 1936 (60%) expressions
1.13/1.22	c 1	converted 2259 (70%) expressions
1.13/1.23	c 1	converted 2581 (80%) expressions
1.13/1.24	c 1	converted 2904 (90%) expressions
1.33/1.43	c 1	converted 3226 (100%) expressions
1.33/1.43	c 1	CSP : 3220 integers, 42 booleans, 4829 clauses, largest domain size 2374
1.33/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.43	c 1	Propagation in CSP
1.43/1.51	c 1	1576 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.52	c 1	CSP : 3220 integers, 42 booleans, 4829 clauses, largest domain size 1583
1.43/1.52	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.54	c 1	CSP : 3220 integers, 3122 booleans, 7909 clauses, largest domain size 1583
1.43/1.54	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.62	c 1	322 (10%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
1.52/1.62	c 1	644 (20%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
1.52/1.62	c 1	966 (30%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
1.52/1.62	c 1	1288 (40%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
1.52/1.63	c 1	1610 (50%) CSP integer variables are encoded (3024 clauses, 37203 bytes)
1.52/1.63	c 1	1932 (60%) CSP integer variables are encoded (6354 clauses, 80493 bytes)
1.52/1.64	c 1	2254 (70%) CSP integer variables are encoded (9057 clauses, 117927 bytes)
1.52/1.66	c 1	2576 (80%) CSP integer variables are encoded (26490 clauses, 379422 bytes)
1.52/1.66	c 1	2898 (90%) CSP integer variables are encoded (29120 clauses, 418872 bytes)
1.52/1.67	c 1	3220 (100%) CSP integer variables are encoded (32623 clauses, 471417 bytes)
1.62/1.75	c 2	791 (10%) CSP clauses are encoded (62414 clauses, 1011593 bytes)
1.72/1.82	c 2	1582 (20%) CSP clauses are encoded (92100 clauses, 1564263 bytes)
1.72/1.88	c 2	2373 (30%) CSP clauses are encoded (121750 clauses, 2120217 bytes)
1.82/1.94	c 2	3164 (40%) CSP clauses are encoded (151469 clauses, 2701091 bytes)
1.91/2.01	c 2	3955 (50%) CSP clauses are encoded (181097 clauses, 3287899 bytes)
1.91/2.07	c 2	4746 (60%) CSP clauses are encoded (210675 clauses, 3873707 bytes)
2.22/2.37	c 2	5537 (70%) CSP clauses are encoded (373994 clauses, 6857170 bytes)
6.46/6.61	c 6	6328 (80%) CSP clauses are encoded (2757243 clauses, 56729578 bytes)
6.75/6.91	c 7	7119 (90%) CSP clauses are encoded (2920562 clauses, 60194280 bytes)
7.54/7.79	c 8	7909 (100%) CSP clauses are encoded (3398278 clauses, 70402467 bytes)
7.54/7.79	c 8	7909 CSP clauses encoded
7.54/7.79	c 8	Writing map file : HOME/temp.map
7.64/7.83	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.64/7.83	c 8	SAT : 38965 SAT variables, 3398278 SAT clauses, 70402467 bytes
7.64/7.83	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.64/7.88	c 8	OBJECTIVE minimize _COST
7.64/7.88	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.64/7.88	c 8	SEARCHING: _COST <= 791
7.64/7.88	c 8	SOLVING HOME/temp.cnf
7.64/7.88	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.64/7.89	c 8	This is MiniSat 2.0 beta
7.64/7.89	c 8	WARNING: for repeatability, setting FPU to use double precision
7.64/7.89	c 8	============================[ Problem Statistics ]=============================
7.64/7.89	c 8	|                                                                             |
7.64/7.89	c 8	|  Number of variables:  38965                                                |
7.64/7.89	c 8	|  Number of clauses:    3398279                                              |
9.39/9.61	c 9	|  Parsing time:         1.50         s                                       |
11.76/12.05	c 12	============================[ Search Statistics ]==============================
11.76/12.05	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.76/12.05	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.76/12.05	c 12	===============================================================================
11.76/12.05	c 12	|         0 |   30264  2226520  6605183 |   742173        0    nan |  0.000 % |
12.05/12.31	c 12	===============================================================================
12.05/12.31	c 12	restarts              : 1
12.05/12.31	c 12	conflicts             : 8              (2 /sec)
12.05/12.31	c 12	decisions             : 778            (0.51 % random) (187 /sec)
12.05/12.31	c 12	propagations          : 46157          (11100 /sec)
12.05/12.31	c 12	conflict literals     : 81             (1.22 % deleted)
12.05/12.31	c 12	Memory used           : 130.24 MB
12.05/12.31	c 12	CPU time              : 4.15837 s
12.05/12.31	c 12	
12.05/12.33	c 12	SATISFIABLE
12.05/12.35	c 12	FOUND: _COST <= 791
12.05/12.35	s SATISFIABLE
12.05/12.35	c 12	DECODING HOME/temp.out WITH HOME/temp.map
12.05/12.35	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'
12.12/12.43	c 12	Decoding HOME/temp.out
12.12/12.64	c 12	OBJECTIVE _COST 340
12.12/12.64	o 340
12.12/12.64	v 8 46 43 26 28 23 24 25 29 19 9 16 13 10 36 49 47 31 33 30 32 34 35 30 21 29 27 25 38 52 51 36 39 37 40 43 45 41 42 42 41 40 40 55 55 41 45 44 48 52 55 52 54 55 55 55
12.12/12.64	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.12/12.67	c 12	OBJECTIVE BOUND: 0 <= _COST <= 340
12.12/12.67	c 12	SEARCHING: _COST <= 170
12.12/12.67	c 12	SOLVING HOME/temp.cnf
12.12/12.67	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.12/12.67	c 12	This is MiniSat 2.0 beta
12.12/12.67	c 12	WARNING: for repeatability, setting FPU to use double precision
12.12/12.67	c 12	============================[ Problem Statistics ]=============================
12.12/12.67	c 12	|                                                                             |
12.12/12.67	c 12	|  Number of variables:  38965                                                |
12.12/12.67	c 12	|  Number of clauses:    3398279                                              |
14.11/14.48	c 14	|  Parsing time:         1.57         s                                       |
17.86/18.26	c 18	============================[ Search Statistics ]==============================
17.86/18.26	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.86/18.26	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.86/18.26	c 18	===============================================================================
17.86/18.26	c 18	|         0 |   21940   825823  2427443 |   275274        0    nan |  0.000 % |
18.16/18.55	c 18	|       100 |   21940   825823  2427443 |   302801      100     54 | 43.693 % |
18.26/18.60	c 18	===============================================================================
18.26/18.60	c 18	restarts              : 2
18.26/18.60	c 18	conflicts             : 124            (22 /sec)
18.26/18.60	c 18	decisions             : 1382           (0.72 % random) (244 /sec)
18.26/18.60	c 18	propagations          : 143302         (25349 /sec)
18.26/18.60	c 18	conflict literals     : 5918           (3.40 % deleted)
18.26/18.60	c 18	Memory used           : 132.56 MB
18.26/18.60	c 18	CPU time              : 5.65314 s
18.26/18.60	c 18	
18.26/18.62	c 18	SATISFIABLE
18.26/18.64	c 18	FOUND: _COST <= 170
18.26/18.64	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.26/18.64	c 18	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.36/18.73	c 19	Decoding HOME/temp.out
18.56/18.93	c 19	OBJECTIVE _COST 170
18.56/18.93	o 170
18.56/18.93	v 36 48 43 41 39 32 53 54 26 41 25 18 18 13 38 45 49 52 33 54 51 52 27 54 37 53 40 28 40 31 50 30 29 44 47 50 53 52 49 50 44 43 42 34 46 35 20 37 55 23 51 47 24 19 22 21
18.56/18.93	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.56/18.97	c 19	OBJECTIVE BOUND: 0 <= _COST <= 170
18.56/18.97	c 19	SEARCHING: _COST <= 85
18.56/18.97	c 19	SOLVING HOME/temp.cnf
18.56/18.97	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.56/18.97	c 19	This is MiniSat 2.0 beta
18.56/18.97	c 19	WARNING: for repeatability, setting FPU to use double precision
18.56/18.97	c 19	============================[ Problem Statistics ]=============================
18.56/18.97	c 19	|                                                                             |
18.56/18.97	c 19	|  Number of variables:  38965                                                |
18.56/18.97	c 19	|  Number of clauses:    3398279                                              |
20.42/20.80	c 21	|  Parsing time:         1.59         s                                       |
24.19/24.62	c 24	============================[ Search Statistics ]==============================
24.19/24.62	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.19/24.62	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.19/24.62	c 24	===============================================================================
24.19/24.62	c 24	|         0 |   19861   530163  1546615 |   176721        0    nan |  0.000 % |
24.38/24.87	c 25	|       100 |   19861   530163  1546615 |   194393      100     40 | 49.029 % |
24.48/24.94	c 25	|       250 |   19861   530163  1546615 |   213832      250     30 | 49.029 % |
24.58/25.05	c 25	===============================================================================
24.58/25.06	c 25	restarts              : 3
24.58/25.06	c 25	conflicts             : 281            (48 /sec)
24.58/25.06	c 25	decisions             : 1176           (0.68 % random) (203 /sec)
24.58/25.06	c 25	propagations          : 303716         (52337 /sec)
24.58/25.06	c 25	conflict literals     : 8424           (7.15 % deleted)
24.58/25.06	c 25	Memory used           : 133.73 MB
24.58/25.06	c 25	CPU time              : 5.80312 s
24.58/25.06	c 25	
24.58/25.07	c 25	SATISFIABLE
24.58/25.10	c 25	FOUND: _COST <= 85
24.58/25.10	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.58/25.10	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.69/25.17	c 25	Decoding HOME/temp.out
25.07/25.57	c 25	OBJECTIVE _COST 85
25.07/25.57	o 85
25.07/25.57	v 41 51 6 34 55 8 12 45 33 31 30 11 21 2 55 54 10 39 55 15 20 54 43 46 42 24 35 17 53 55 14 44 55 22 28 48 53 52 54 37 46 32 55 53 18 49 16 29 36 38 27 19 40 50 55 47
25.07/25.58	c 25	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.16/25.60	c 25	OBJECTIVE BOUND: 0 <= _COST <= 85
25.16/25.60	c 25	SEARCHING: _COST <= 42
25.16/25.60	c 25	SOLVING HOME/temp.cnf
25.16/25.60	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.16/25.60	c 25	This is MiniSat 2.0 beta
25.16/25.60	c 25	WARNING: for repeatability, setting FPU to use double precision
25.16/25.60	c 25	============================[ Problem Statistics ]=============================
25.16/25.60	c 25	|                                                                             |
25.16/25.60	c 25	|  Number of variables:  38965                                                |
25.16/25.60	c 25	|  Number of clauses:    3398279                                              |
26.94/27.42	c 27	|  Parsing time:         1.59         s                                       |
30.61/31.18	c 31	============================[ Search Statistics ]==============================
30.61/31.18	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.61/31.18	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.61/31.18	c 31	===============================================================================
30.61/31.18	c 31	|         0 |   18039   368263  1066338 |   122754        0    nan |  0.000 % |
30.90/31.45	c 31	|       100 |   18039   368263  1066338 |   135029      100     22 | 53.705 % |
31.00/31.51	c 31	===============================================================================
31.00/31.51	c 31	restarts              : 2
31.00/31.51	c 31	conflicts             : 193            (34 /sec)
31.00/31.51	c 31	decisions             : 765            (0.39 % random) (136 /sec)
31.00/31.51	c 31	propagations          : 168663         (29925 /sec)
31.00/31.51	c 31	conflict literals     : 4404           (5.53 % deleted)
31.00/31.51	c 31	Memory used           : 133.06 MB
31.00/31.51	c 31	CPU time              : 5.63614 s
31.00/31.51	c 31	
31.00/31.52	c 31	SATISFIABLE
31.00/31.55	c 31	FOUND: _COST <= 42
31.00/31.55	c 31	DECODING HOME/temp.out WITH HOME/temp.map
31.00/31.55	c 31	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.07/31.63	c 31	Decoding HOME/temp.out
31.07/31.83	c 32	OBJECTIVE _COST 42
31.07/31.83	o 42
31.07/31.83	v 0 34 45 44 13 30 3 8 5 20 33 16 18 36 2 37 48 49 14 23 11 17 15 31 29 28 32 24 4 40 54 55 47 46 19 26 25 42 40 44 38 55 6 43 12 22 21 39 27 35 41 53 51 50 52 1
31.07/31.83	c 32	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.07/31.87	c 32	OBJECTIVE BOUND: 0 <= _COST <= 42
31.07/31.87	c 32	SEARCHING: _COST <= 21
31.07/31.87	c 32	SOLVING HOME/temp.cnf
31.07/31.87	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.07/31.87	c 32	This is MiniSat 2.0 beta
31.07/31.87	c 32	WARNING: for repeatability, setting FPU to use double precision
31.07/31.87	c 32	============================[ Problem Statistics ]=============================
31.07/31.87	c 32	|                                                                             |
31.07/31.87	c 32	|  Number of variables:  38965                                                |
31.07/31.87	c 32	|  Number of clauses:    3398279                                              |
33.14/33.71	c 34	|  Parsing time:         1.62         s                                       |
36.81/37.46	c 37	============================[ Search Statistics ]==============================
36.81/37.46	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.81/37.46	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.81/37.46	c 37	===============================================================================
36.81/37.46	c 37	|         0 |   16376   284663   820506 |    94887        0    nan |  0.000 % |
37.01/37.69	c 37	|       100 |   16376   284663   820506 |   104376      100     15 | 57.973 % |
37.21/37.80	c 38	|       250 |   16376   284663   820506 |   114814      250     40 | 57.973 % |
37.21/37.86	c 38	===============================================================================
37.21/37.86	c 38	restarts              : 3
37.21/37.86	c 38	conflicts             : 297            (52 /sec)
37.21/37.86	c 38	decisions             : 862            (0.46 % random) (151 /sec)
37.21/37.86	c 38	propagations          : 221984         (38828 /sec)
37.21/37.86	c 38	conflict literals     : 12017          (4.45 % deleted)
37.21/37.86	c 38	Memory used           : 132.69 MB
37.21/37.86	c 38	CPU time              : 5.71713 s
37.21/37.86	c 38	
37.21/37.87	c 38	SATISFIABLE
37.21/37.90	c 38	FOUND: _COST <= 21
37.21/37.90	c 38	DECODING HOME/temp.out WITH HOME/temp.map
37.21/37.90	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'
37.32/37.98	c 38	Decoding HOME/temp.out
37.32/38.18	c 38	OBJECTIVE _COST 21
37.32/38.18	o 21
37.32/38.18	v 43 44 39 9 20 39 0 4 7 1 6 2 35 10 45 54 48 14 26 46 8 13 17 12 18 15 5 25 47 50 52 51 32 53 16 22 27 23 30 28 19 40 49 53 52 54 38 36 24 31 37 34 42 41 33 55
37.32/38.18	c 38	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
37.32/38.22	c 38	OBJECTIVE BOUND: 0 <= _COST <= 21
37.32/38.22	c 38	SEARCHING: _COST <= 10
37.32/38.22	c 38	SOLVING HOME/temp.cnf
37.32/38.22	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.32/38.22	c 38	This is MiniSat 2.0 beta
37.32/38.22	c 38	WARNING: for repeatability, setting FPU to use double precision
37.32/38.22	c 38	============================[ Problem Statistics ]=============================
37.32/38.22	c 38	|                                                                             |
37.32/38.22	c 38	|  Number of variables:  38965                                                |
37.32/38.22	c 38	|  Number of clauses:    3398279                                              |
39.35/40.07	c 40	|  Parsing time:         1.62         s                                       |
43.01/43.72	c 44	============================[ Search Statistics ]==============================
43.01/43.72	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.01/43.72	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.01/43.72	c 44	===============================================================================
43.01/43.72	c 44	|         0 |   14635   237475   684154 |    79158        0    nan |  0.000 % |
43.21/43.96	c 44	|       100 |   14635   237475   684154 |    87074      100     20 | 62.441 % |
43.31/44.01	c 44	===============================================================================
43.31/44.01	c 44	restarts              : 2
43.31/44.01	c 44	conflicts             : 126            (23 /sec)
43.31/44.01	c 44	decisions             : 490            (0.20 % random) (89 /sec)
43.31/44.01	c 44	propagations          : 144317         (26120 /sec)
43.31/44.01	c 44	conflict literals     : 3404           (3.68 % deleted)
43.31/44.01	c 44	Memory used           : 133.17 MB
43.31/44.01	c 44	CPU time              : 5.52516 s
43.31/44.01	c 44	
43.31/44.02	c 44	SATISFIABLE
43.31/44.05	c 44	FOUND: _COST <= 10
43.31/44.05	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.31/44.05	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.37/44.13	c 44	Decoding HOME/temp.out
43.37/44.32	c 44	OBJECTIVE _COST 10
43.37/44.33	o 10
43.37/44.33	v 9 14 22 41 37 33 19 4 0 6 12 3 18 8 11 5 26 46 43 40 27 25 10 17 24 16 32 23 13 31 30 51 49 47 44 35 20 28 36 29 7 38 15 1 34 2 55 54 52 50 45 39 48 42 21 53
43.37/44.33	c 44	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.37/44.37	c 44	OBJECTIVE BOUND: 0 <= _COST <= 10
43.37/44.37	c 44	SEARCHING: _COST <= 5
43.37/44.37	c 44	SOLVING HOME/temp.cnf
43.37/44.37	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.37/44.37	c 44	This is MiniSat 2.0 beta
43.37/44.37	c 44	WARNING: for repeatability, setting FPU to use double precision
43.37/44.37	c 44	============================[ Problem Statistics ]=============================
43.37/44.37	c 44	|                                                                             |
43.37/44.37	c 44	|  Number of variables:  38965                                                |
43.37/44.37	c 44	|  Number of clauses:    3398279                                              |
45.46/46.22	c 46	|  Parsing time:         1.61         s                                       |
49.02/49.80	c 50	============================[ Search Statistics ]==============================
49.02/49.80	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.02/49.80	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.02/49.80	c 50	===============================================================================
49.02/49.80	c 50	|         0 |   13044   213649   617444 |    71216        0    nan |  0.000 % |
49.22/50.07	c 50	|       102 |   13044   213649   617444 |    78337      102     22 | 66.524 % |
49.43/50.25	c 50	|       254 |   13044   213649   617444 |    86171      254     81 | 66.524 % |
49.43/50.28	c 50	===============================================================================
49.43/50.28	c 50	restarts              : 3
49.43/50.28	c 50	conflicts             : 261            (46 /sec)
49.43/50.28	c 50	decisions             : 587            (0.17 % random) (104 /sec)
49.43/50.28	c 50	propagations          : 261339         (46385 /sec)
49.43/50.28	c 50	conflict literals     : 20905          (3.74 % deleted)
49.43/50.28	c 50	Memory used           : 132.60 MB
49.43/50.28	c 50	CPU time              : 5.63414 s
49.43/50.28	c 50	
49.43/50.30	c 50	SATISFIABLE
49.52/50.32	c 50	FOUND: _COST <= 5
49.52/50.32	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.52/50.32	c 50	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.56/50.40	c 50	Decoding HOME/temp.out
49.56/50.60	c 50	OBJECTIVE _COST 5
49.56/50.60	o 5
49.82/50.61	v 44 11 16 0 9 12 31 27 22 18 1 4 7 8 46 14 20 5 6 19 39 36 32 29 13 17 21 23 48 34 24 10 41 26 47 45 42 40 25 30 35 38 50 2 28 15 3 33 55 54 52 51 37 43 49 53
49.82/50.61	c 50	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
49.82/50.64	c 50	OBJECTIVE BOUND: 0 <= _COST <= 5
49.82/50.64	c 50	SEARCHING: _COST <= 2
49.82/50.64	c 50	SOLVING HOME/temp.cnf
49.82/50.64	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.82/50.64	c 50	This is MiniSat 2.0 beta
49.82/50.64	c 50	WARNING: for repeatability, setting FPU to use double precision
49.82/50.64	c 50	============================[ Problem Statistics ]=============================
49.82/50.64	c 50	|                                                                             |
49.82/50.64	c 50	|  Number of variables:  38965                                                |
49.82/50.64	c 50	|  Number of clauses:    3398279                                              |
51.57/52.48	c 52	|  Parsing time:         1.60         s                                       |
55.14/56.08	c 56	============================[ Search Statistics ]==============================
55.14/56.08	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
55.14/56.08	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
55.14/56.08	c 56	===============================================================================
55.14/56.08	c 56	|         0 |   10948   195863   570371 |    65287        0    nan |  0.000 % |
55.43/56.40	c 56	|       100 |   10948   195863   570371 |    71816      100    103 | 71.903 % |
55.73/56.62	c 56	|       250 |   10948   195863   570371 |    78998      250     95 | 71.903 % |
56.03/56.93	c 57	|       476 |   10948   195863   570371 |    86897      476    102 | 71.903 % |
56.52/57.40	c 57	|       813 |   10948   195863   570371 |    95587      813    109 | 71.903 % |
57.31/58.22	c 58	|      1319 |   10948   195863   570371 |   105146     1319    115 | 71.903 % |
58.40/59.37	c 59	|      2079 |   10948   195863   570371 |   115661     2079    122 | 71.903 % |
60.28/61.26	c 61	|      3218 |   10948   195863   570371 |   127227     3218    128 | 71.903 % |
63.35/64.36	c 64	|      4926 |   10948   195863   570371 |   139949     4926    130 | 71.903 % |
67.42/68.44	c 68	|      7490 |   10948   195863   570371 |   153944     7490    126 | 71.903 % |
74.15/75.28	c 75	|     11334 |   10948   195863   570371 |   169339    11334    128 | 71.903 % |
83.16/84.36	c 84	|     17100 |   10948   195863   570371 |   186273    17100    126 | 71.903 % |
99.01/100.35	c 100	|     25749 |   10948   195863   570371 |   204900    25749    151 | 71.903 % |
123.28/124.80	c 125	|     38723 |   10948   195863   570371 |   225390    38723    148 | 71.903 % |
164.55/166.54	c 166	|     58184 |   10948   195863   570371 |   247929    58184    144 | 71.903 % |
229.15/231.74	c 232	|     87378 |   10948   195863   570371 |   272722    87378    150 | 71.903 % |
348.42/352.12	c 352	|    131167 |   10948   195863   570371 |   299995   131167    151 | 71.903 % |
573.20/579.03	c 579	|    196851 |   10948   195863   570371 |   329994   196851    152 | 71.903 % |
944.07/953.49	c 953	|    295379 |   10948   195863   570371 |   362994   295379    162 | 71.903 % |
1505.72/1516.97	c 1517	|    443168 |   10948   195863   570371 |   399293    69997    231 | 71.903 % |
2301.12/2312.66	c 2312	|    664851 |   10948   195863   570371 |   439222   291680    184 | 71.903 % |
3584.07/3596.07	c 3596	|    997376 |   10948   195863   570371 |   483145   172686    140 | 71.903 % |
3600.06/3612.01	c ERROR INTERRUPTED
3600.06/3612.08	c 3612	CPU 47.26 (0.05 0.02 47.21 2.56)
3600.06/3612.08	c 3612	END Sat Jul 12 22:50:20 2008

Verifier Data (download as text)

OK	5	1577
5 unsatisfied constraints, 1577 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-1113832-1215892208/watcher-1113832-1215892208 -o /tmp/evaluation-result-1113832-1215892208/solver-1113832-1215892208 -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-1113832-1215892208.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.19 2.05 2.01 4/81 19527
/proc/meminfo: memFree=1908280/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=12268 CPUtime=0
/proc/19527/stat : 19527 (sugar) R 19525 19527 19200 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 45920206 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 221963664382 0 0 4224 0 0 0 0 17 1 0 0
/proc/19527/statm: 3067 316 241 3 0 167 0

[startup+0.105444 s]
/proc/loadavg: 2.19 2.05 2.01 4/81 19527
/proc/meminfo: memFree=1908280/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.03
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 45920206 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201452 s]
/proc/loadavg: 2.19 2.05 2.01 4/81 19527
/proc/meminfo: memFree=1908280/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.03
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 45920206 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301454 s]
/proc/loadavg: 2.19 2.05 2.01 4/81 19527
/proc/meminfo: memFree=1908280/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.03
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 45920206 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701497 s]
/proc/loadavg: 2.19 2.05 2.01 4/81 19527
/proc/meminfo: memFree=1908280/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.63
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 957 4974 0 1 3 0 57 3 16 0 1 0 45920206 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 2.25 2.07 2.02 4/92 19549
/proc/meminfo: memFree=1896160/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.63
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 974 4974 0 1 3 0 57 3 15 0 1 0 45920206 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 797 370 3 0 500 0
[pid=19540] ppid=19527 vsize=5356 CPUtime=0
/proc/19540/stat : 19540 (sh) S 19527 19527 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45920275 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1339 233 193 169 0 50 0
[pid=19541] ppid=19540 vsize=868272 CPUtime=0.8
/proc/19541/stat : 19541 (java) S 19540 19527 19200 0 -1 0 7106 0 1 0 75 5 0 0 18 0 9 0 45920275 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19541/statm: 217068 6349 2539 9 0 211643 0
[pid=19541/tid=19542] ppid=19540 vsize=868272 CPUtime=0.47
/proc/19541/task/19542/stat : 19542 (java) R 19540 19527 19200 0 -1 64 2660 0 1 0 45 2 0 0 20 0 9 0 45920276 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4126575399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19543] ppid=19540 vsize=868272 CPUtime=0.08
/proc/19541/task/19543/stat : 19543 (java) S 19540 19527 19200 0 -1 64 2278 0 0 0 8 0 0 0 16 0 9 0 45920277 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19544] ppid=19540 vsize=868272 CPUtime=0
/proc/19541/task/19544/stat : 19544 (java) S 19540 19527 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45920277 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19545] ppid=19540 vsize=868272 CPUtime=0
/proc/19541/task/19545/stat : 19545 (java) S 19540 19527 19200 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45920277 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19546] ppid=19540 vsize=868272 CPUtime=0
/proc/19541/task/19546/stat : 19546 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45920279 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19547] ppid=19540 vsize=868272 CPUtime=0.22
/proc/19541/task/19547/stat : 19547 (java) S 19540 19527 19200 0 -1 64 1475 0 0 0 21 1 0 0 16 0 9 0 45920279 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19548] ppid=19540 vsize=868272 CPUtime=0
/proc/19541/task/19548/stat : 19548 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45920279 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19549] ppid=19540 vsize=868272 CPUtime=0
/proc/19541/task/19549/stat : 19549 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45920279 889110528 6349 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887228

[startup+3.10271 s]
/proc/loadavg: 2.25 2.07 2.02 3/92 19549
/proc/meminfo: memFree=1884512/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.63
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 974 4974 0 1 3 0 57 3 15 0 1 0 45920206 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 797 370 3 0 500 0
[pid=19540] ppid=19527 vsize=5356 CPUtime=0
/proc/19540/stat : 19540 (sh) S 19527 19527 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45920275 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1339 233 193 169 0 50 0
[pid=19541] ppid=19540 vsize=868496 CPUtime=2.38
/proc/19541/stat : 19541 (java) S 19540 19527 19200 0 -1 0 7817 0 1 0 222 16 0 0 18 0 9 0 45920275 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19541/statm: 217124 6605 2564 9 0 211671 0
[pid=19541/tid=19542] ppid=19540 vsize=868496 CPUtime=1.84
/proc/19541/task/19542/stat : 19542 (java) R 19540 19527 19200 0 -1 64 3157 0 1 0 174 10 0 0 25 0 9 0 45920276 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4126548337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19543] ppid=19540 vsize=868496 CPUtime=0.24
/proc/19541/task/19543/stat : 19543 (java) S 19540 19527 19200 0 -1 64 2455 0 0 0 21 3 0 0 16 0 9 0 45920277 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19544] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19544/stat : 19544 (java) S 19540 19527 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45920277 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19545] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19545/stat : 19545 (java) S 19540 19527 19200 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45920277 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19546] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19546/stat : 19546 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19547] ppid=19540 vsize=868496 CPUtime=0.28
/proc/19541/task/19547/stat : 19547 (java) S 19540 19527 19200 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19548] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19548/stat : 19548 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19549] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19549/stat : 19549 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887452

[startup+6.302 s]
/proc/loadavg: 2.31 2.08 2.02 3/92 19549
/proc/meminfo: memFree=1844256/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13600 CPUtime=0.63
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 974 4974 0 1 3 0 57 3 15 0 1 0 45920206 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3400 797 370 3 0 500 0
[pid=19540] ppid=19527 vsize=5356 CPUtime=0
/proc/19540/stat : 19540 (sh) S 19527 19527 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45920275 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19540/statm: 1339 233 193 169 0 50 0
[pid=19541] ppid=19540 vsize=868496 CPUtime=5.53
/proc/19541/stat : 19541 (java) S 19540 19527 19200 0 -1 0 8855 0 1 0 506 47 0 0 18 0 9 0 45920275 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19541/statm: 217124 6605 2564 9 0 211671 0
[pid=19541/tid=19542] ppid=19540 vsize=868496 CPUtime=4.74
/proc/19541/task/19542/stat : 19542 (java) R 19540 19527 19200 0 -1 64 4195 0 1 0 439 35 0 0 25 0 9 0 45920276 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4127035432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19543] ppid=19540 vsize=868496 CPUtime=0.48
/proc/19541/task/19543/stat : 19543 (java) S 19540 19527 19200 0 -1 64 2455 0 0 0 39 9 0 0 16 0 9 0 45920277 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19544] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19544/stat : 19544 (java) S 19540 19527 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45920277 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19545] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19545/stat : 19545 (java) S 19540 19527 19200 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45920277 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19546] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19546/stat : 19546 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19547] ppid=19540 vsize=868496 CPUtime=0.28
/proc/19541/task/19547/stat : 19547 (java) S 19540 19527 19200 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19548] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19548/stat : 19548 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19541/tid=19549] ppid=19540 vsize=868496 CPUtime=0
/proc/19541/task/19549/stat : 19549 (java) S 19540 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45920279 889339904 6605 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887452

[startup+12.7026 s]
/proc/loadavg: 2.37 2.10 2.03 3/84 19551
/proc/meminfo: memFree=1704288/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=12.4
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1218 51953 0 3 4 1 1142 93 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 13864

[startup+25.5027 s]
/proc/loadavg: 2.31 2.10 2.03 4/92 19585
/proc/meminfo: memFree=1831328/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=24.69
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1395 124142 0 4 4 1 2317 147 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19576] ppid=19527 vsize=5356 CPUtime=0
/proc/19576/stat : 19576 (sh) S 19527 19527 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45922716 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19576/statm: 1339 233 193 169 0 50 0
[pid=19577] ppid=19576 vsize=863852 CPUtime=0.38
/proc/19577/stat : 19577 (java) S 19576 19527 19200 0 -1 0 3542 0 1 0 37 1 0 0 18 0 9 0 45922717 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19577/statm: 215963 3015 1665 9 0 210545 0
[pid=19577/tid=19578] ppid=19576 vsize=863852 CPUtime=0.32
/proc/19577/task/19578/stat : 19578 (java) R 19576 19527 19200 0 -1 64 2462 0 1 0 32 0 0 0 20 0 9 0 45922718 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4125958350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19579] ppid=19576 vsize=863852 CPUtime=0
/proc/19577/task/19579/stat : 19579 (java) S 19576 19527 19200 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 45922719 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19580] ppid=19576 vsize=863852 CPUtime=0
/proc/19577/task/19580/stat : 19580 (java) S 19576 19527 19200 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 45922719 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19581] ppid=19576 vsize=863852 CPUtime=0
/proc/19577/task/19581/stat : 19581 (java) S 19576 19527 19200 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 45922719 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19582] ppid=19576 vsize=863852 CPUtime=0
/proc/19577/task/19582/stat : 19582 (java) S 19576 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45922721 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19583] ppid=19576 vsize=863852 CPUtime=0.03
/proc/19577/task/19583/stat : 19583 (java) R 19576 19527 19200 0 -1 64 261 0 0 0 3 0 0 0 19 0 9 0 45922721 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 102016977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19584] ppid=19576 vsize=863852 CPUtime=0
/proc/19577/task/19584/stat : 19584 (java) S 19576 19527 19200 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45922721 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19585] ppid=19576 vsize=863852 CPUtime=0
/proc/19577/task/19585/stat : 19585 (java) S 19576 19527 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45922721 884584448 3015 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 883072

[startup+51.101 s]
/proc/loadavg: 2.40 2.13 2.04 3/92 19633
/proc/meminfo: memFree=1830560/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 13864

[startup+102.302 s]
/proc/loadavg: 2.17 2.11 2.03 3/84 19635

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

/proc/meminfo: memFree=1339632/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=412840 CPUtime=3100.68
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102606 0 0 0 309974 94 0 0 25 0 1 0 45925271 422748160 102592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103210 102592 75 150 0 103057 0
Current children cumulated CPU time (s) 3150.52
Current children cumulated vsize (KiB) 432060

[startup+3222.3 s]
/proc/loadavg: 2.52 2.60 2.52 3/83 19681
/proc/meminfo: memFree=1338928/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3160.66
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 315972 94 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3210.5
Current children cumulated vsize (KiB) 432588

[startup+3282.3 s]
/proc/loadavg: 2.82 2.67 2.54 3/83 19681
/proc/meminfo: memFree=1338800/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3220.63
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 321969 94 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3270.47
Current children cumulated vsize (KiB) 432588

[startup+3342.3 s]
/proc/loadavg: 2.82 2.69 2.56 3/83 19681
/proc/meminfo: memFree=1338800/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3280.61
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 327967 94 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3330.45
Current children cumulated vsize (KiB) 432588

[startup+3402.3 s]
/proc/loadavg: 2.72 2.69 2.56 3/83 19681
/proc/meminfo: memFree=1338800/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3340.59
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 333965 94 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3390.43
Current children cumulated vsize (KiB) 432588

[startup+3462.3 s]
/proc/loadavg: 2.53 2.63 2.55 4/83 19681
/proc/meminfo: memFree=1338672/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3400.57
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 339963 94 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3450.41
Current children cumulated vsize (KiB) 432588

[startup+3522.31 s]
/proc/loadavg: 2.54 2.61 2.54 3/83 19681
/proc/meminfo: memFree=1338544/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3460.55
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 345961 94 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3510.39
Current children cumulated vsize (KiB) 432588

[startup+3582.3 s]
/proc/loadavg: 2.73 2.65 2.56 3/83 19681
/proc/meminfo: memFree=1338480/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3520.53
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 351958 95 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3570.37
Current children cumulated vsize (KiB) 432588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]
/proc/loadavg: 2.69 2.65 2.56 3/83 19681
/proc/meminfo: memFree=1338480/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3550.22
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 354927 95 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 432588

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

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

[startup+3612 s]
/proc/loadavg: 2.69 2.65 2.56 3/83 19681
/proc/meminfo: memFree=1338480/2055920 swapFree=4192812/4192956
[pid=19527] ppid=19525 vsize=13864 CPUtime=49.84
/proc/19527/stat : 19527 (sugar) S 19525 19527 19200 0 -1 4194304 1904 280127 0 9 5 2 4721 256 16 0 1 0 45920206 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19527/statm: 3466 847 374 3 0 566 0
[pid=19634] ppid=19527 vsize=5356 CPUtime=0
/proc/19634/stat : 19634 (sh) S 19527 19527 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45925271 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19634/statm: 1339 232 193 169 0 50 0
[pid=19635] ppid=19634 vsize=413368 CPUtime=3550.22
/proc/19635/stat : 19635 (minisat) R 19634 19527 19200 0 -1 4194304 102747 0 0 0 354927 95 0 0 25 0 1 0 45925271 423288832 102733 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/19635/statm: 103342 102733 75 150 0 103189 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 432588

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19527 and gives
#  childrusage.ru_utime.tv_sec=47
#  childrusage.ru_utime.tv_usec=270813
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=630600
# CPU time returned by wait4() is 49.9014
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3612.11
CPU time (s): 3600.06
CPU user time (s): 3596.53
CPU system time (s): 3.53
CPU usage (%): 99.6665
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.2708
system time used= 2.6306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282373
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19472
involuntary context switches= 20150

runsolver used 4.5903 second user time and 11.8562 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-12 21:50:08
IDJOB=1113832
IDBENCH=61648
IDSOLVER=368
FILE ID=node43/1113832-1215892208
PBS_JOBID= 7903651
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0880b040fe6260481479fcc94ce736
RANDOM SEED=436621916

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1908760 kB
Buffers:         16472 kB
Cached:          50508 kB
SwapCached:          0 kB
Active:          68936 kB
Inactive:        25944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          48104 kB
Slab:            37308 kB
Committed_AS:   235464 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node43 at 2008-07-12 22:50:22