Trace number 1108099

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+minisat-incMSAT (TO)2 3600.21 3632.89

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-7_ext.xml
MD5SUM54a98534709cc8808fa1d77c18bb50ae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark980.632
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.05/0.12	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.12	c 0	BEGIN Fri Jul 11 17:20:19 2008
0.05/0.12	c 0	PID 14962
0.05/0.12	c 0	HOST node52.alineos.net
0.05/0.12	c 0	CONVERTING HOME/instance-1108099-1215789619.xml TO HOME/temp.csp
0.05/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108099-1215789619.xml' 'HOME/temp.csp'
0.06/0.74	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/0.83	c 1	Parsing HOME/temp.csp
0.65/0.99	c 1	parsed 1385 expressions
0.88/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.88/1.02	c 1	MAX CSP: 1261 constraints
0.88/1.02	c 1	Converting to clausal form CSP
0.88/1.07	c 1	converted 265 (10%) expressions
0.98/1.11	c 1	converted 530 (20%) expressions
0.98/1.14	c 2	converted 795 (30%) expressions
0.98/1.17	c 2	converted 1060 (40%) expressions
1.08/1.27	c 2	converted 1325 (50%) expressions
1.19/1.33	c 2	converted 1590 (60%) expressions
1.19/1.37	c 2	converted 1855 (70%) expressions
1.19/1.39	c 2	converted 2120 (80%) expressions
1.28/1.41	c 2	converted 2385 (90%) expressions
1.48/1.65	c 2	converted 2649 (100%) expressions
1.48/1.65	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.48/1.65	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.65	c 2	Propagation in CSP
1.58/1.72	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.58/1.73	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.58/1.73	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.58/1.73	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.58/1.73	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.67/1.83	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.67/1.83	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.67/1.84	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.67/1.84	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.67/1.84	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.67/1.85	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.67/1.85	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.67/1.85	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.67/1.87	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.67/1.87	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.78/1.99	c 2	379 (10%) CSP clauses are encoded (29054 clauses, 452040 bytes)
1.87/2.08	c 2	757 (20%) CSP clauses are encoded (33914 clauses, 573126 bytes)
1.97/2.17	c 3	1135 (30%) CSP clauses are encoded (38852 clauses, 698445 bytes)
2.08/2.23	c 3	1513 (40%) CSP clauses are encoded (50032 clauses, 911098 bytes)
2.27/2.41	c 3	1891 (50%) CSP clauses are encoded (145548 clauses, 2657310 bytes)
2.27/2.46	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3159131 bytes)
2.76/2.96	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466173 bytes)
2.87/3.03	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134679 bytes)
4.45/4.68	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072220 bytes)
5.91/6.12	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084425 bytes)
5.91/6.12	c 6	3782 CSP clauses encoded
5.91/6.12	c 6	Writing map file : HOME/temp.map
5.91/6.15	c 7	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.91/6.15	c 7	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084425 bytes
5.91/6.15	c 7	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.91/6.19	c 7	OBJECTIVE minimize _COST
5.91/6.19	c 7	SOLVING HOME/temp.cnf
5.91/6.19	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.91/6.19	c 7	This is MiniSat 2.0 beta incremental
5.91/6.19	c 7	WARNING: for repeatability, setting FPU to use double precision
5.91/6.19	c 7	============================[ Problem Statistics ]=============================
5.91/6.19	c 7	|                                                                             |
5.91/6.19	c 7	|  Number of variables:  27692                                                |
5.91/6.19	c 7	|  Number of clauses:    2074093                                              |
6.90/7.13	c 8	|  Parsing time:         0.78         s                                       |
6.90/7.17	c 8	OK
6.90/7.17	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
6.90/7.17	c 8	SEARCHING: _COST <= 631
6.90/7.17	c 8	============================[ Search Statistics ]==============================
6.90/7.17	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.90/7.17	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.90/7.17	c 8	===============================================================================
6.90/7.17	c 8	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
7.09/7.36	c 8	===============================================================================
7.09/7.36	c 8	restarts              : 1
7.09/7.36	c 8	conflicts             : 45            (44 /sec)
7.09/7.36	c 8	decisions             : 198           (2.02 % random) (195 /sec)
7.09/7.36	c 8	propagations          : 31167          (30651 /sec)
7.09/7.36	c 8	conflict literals     : 776            (20.98 % deleted)
7.09/7.36	c 8	Memory used           : 87.29 MB
7.09/7.36	c 8	CPU time              : 1.01684 s
7.09/7.37	c 8	
7.09/7.37	c 8	SATISFIABLE
7.09/7.37	c 8	OK
7.09/7.37	c 8	FOUND: _COST <= 631
7.09/7.37	s SATISFIABLE
7.09/7.37	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.09/7.37	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.17/7.45	c 8	Decoding HOME/temp.out
7.38/7.62	c 8	OBJECTIVE _COST 358
7.38/7.62	o 358
7.38/7.62	v 0 0 6 14 26 0 26 25 5 18 26 4 25 27 4 12 27 5 27 27 6 12 27 5 13 27 6 19 27 5 13 27 6 25 26 6 21 26 0 20 27 6 6 27 6 27 26 6 20 26 6 25 26 6 12 25 5 23 27 6 24 27 6 26 27 5 19 27 6 22 27 0 24 25 6 23 26 6 24 27 6 21 26 0 14 14 14 11 14 10 12 14 12 13 12 14 14 14 14 14 14 14 13 12 14 14 12 14 14 14 14 14
7.38/7.63	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.38/7.65	c 8	OK
7.38/7.65	c 8	OBJECTIVE BOUND: 0 <= _COST <= 358
7.38/7.65	c 8	SEARCHING: _COST <= 179
7.38/7.65	c 8	============================[ Search Statistics ]==============================
7.38/7.65	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.38/7.65	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.38/7.65	c 8	===============================================================================
7.38/7.65	c 8	|        45 |   27692  2074093  6173015 |   691364       45     17 |  0.000 % |
7.47/7.75	c 8	===============================================================================
7.47/7.75	c 8	restarts              : 2
7.47/7.75	c 8	conflicts             : 106           (94 /sec)
7.47/7.75	c 8	decisions             : 1059          (0.85 % random) (936 /sec)
7.47/7.75	c 8	propagations          : 71911          (63535 /sec)
7.47/7.75	c 8	conflict literals     : 1735           (14.28 % deleted)
7.47/7.75	c 8	Memory used           : 88.06 MB
7.47/7.75	c 8	CPU time              : 1.13183 s
7.47/7.75	c 8	
7.47/7.75	c 8	SATISFIABLE
7.47/7.76	c 8	OK
7.47/7.76	c 8	FOUND: _COST <= 179
7.47/7.76	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.47/7.76	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.54/7.84	c 8	Decoding HOME/temp.out
7.54/8.00	c 8	OBJECTIVE _COST 179
7.54/8.00	o 179
7.54/8.00	v 0 0 0 21 25 6 27 25 6 23 26 5 27 27 6 19 27 5 27 27 6 21 25 0 27 25 6 12 27 5 27 27 6 14 25 0 22 26 1 24 27 0 27 25 6 7 26 0 27 26 6 26 26 5 13 25 6 26 26 5 20 27 6 24 26 5 20 27 6 12 26 5 25 25 4 19 26 5 27 27 6 5 27 5 14 14 14 14 12 13 12 14 1 14 12 14 14 3 1 14 1 13 12 14 12 13 12 13 11 10 12 13
7.54/8.01	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.54/8.03	c 8	OK
7.54/8.03	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
7.54/8.03	c 8	SEARCHING: _COST <= 89
7.54/8.03	c 8	============================[ Search Statistics ]==============================
7.54/8.04	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.54/8.04	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.54/8.04	c 8	===============================================================================
7.54/8.04	c 8	|       106 |   17486  2074093  6173015 |   691364      106     16 |  0.000 % |
7.95/8.24	c 9	|       206 |   17486  2074093  6173015 |   760500      206     23 | 46.089 % |
7.95/8.27	c 9	===============================================================================
7.95/8.28	c 9	restarts              : 4
7.95/8.28	c 9	conflicts             : 228           (165 /sec)
7.95/8.28	c 9	decisions             : 1855          (0.81 % random) (1340 /sec)
7.95/8.28	c 9	propagations          : 273255         (197326 /sec)
7.95/8.28	c 9	conflict literals     : 5054           (15.13 % deleted)
7.95/8.28	c 9	Memory used           : 88.32 MB
7.95/8.28	c 9	CPU time              : 1.38479 s
7.95/8.28	c 9	
7.95/8.28	c 9	SATISFIABLE
7.95/8.29	c 9	OK
7.95/8.29	c 9	FOUND: _COST <= 89
7.95/8.29	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.95/8.29	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.04/8.36	c 9	Decoding HOME/temp.out
8.43/8.71	c 9	OBJECTIVE _COST 89
8.43/8.71	o 89
8.43/8.72	v 0 0 0 6 25 6 13 25 6 12 26 5 18 27 6 27 27 6 23 27 5 20 25 6 19 25 5 6 27 6 18 27 5 20 25 6 26 26 6 24 27 6 13 25 6 25 26 6 21 26 6 27 26 6 27 25 6 26 26 6 21 27 6 24 26 6 22 27 5 25 25 6 27 25 6 25 26 6 13 27 6 26 26 5 14 1 14 13 12 14 13 12 13 12 14 12 12 14 14 14 14 14 12 14 14 14 13 12 12 14 14 14
8.43/8.72	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.43/8.76	c 9	OK
8.43/8.76	c 9	OBJECTIVE BOUND: 0 <= _COST <= 89
8.43/8.76	c 9	SEARCHING: _COST <= 44
8.43/8.77	c 9	============================[ Search Statistics ]==============================
8.43/8.78	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.43/8.78	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.43/8.78	c 9	===============================================================================
8.43/8.78	c 9	|       228 |   14929  2074093  6173015 |   691364      228     22 | 46.089 % |
8.51/8.81	c 9	===============================================================================
8.51/8.81	c 9	restarts              : 5
8.51/8.81	c 9	conflicts             : 272           (188 /sec)
8.51/8.81	c 9	decisions             : 2220          (0.81 % random) (1534 /sec)
8.51/8.81	c 9	propagations          : 312148         (215754 /sec)
8.51/8.81	c 9	conflict literals     : 5642           (15.53 % deleted)
8.51/8.81	c 9	Memory used           : 88.32 MB
8.51/8.81	c 9	CPU time              : 1.44678 s
8.51/8.81	c 9	
8.51/8.81	c 9	SATISFIABLE
8.51/8.82	c 9	OK
8.51/8.82	c 9	FOUND: _COST <= 44
8.51/8.82	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.51/8.82	c 9	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.53/8.90	c 9	Decoding HOME/temp.out
8.53/9.06	c 9	OBJECTIVE _COST 44
8.53/9.06	o 44
8.53/9.06	v 0 0 0 22 25 6 6 25 6 13 26 6 16 27 5 27 27 6 24 27 5 18 25 4 10 25 3 23 27 2 24 27 3 11 25 4 25 26 4 26 27 5 21 25 0 13 26 6 24 26 3 5 26 5 17 25 6 27 26 6 27 27 6 20 26 6 24 27 3 12 25 5 20 25 6 6 26 6 19 27 5 26 26 5 14 1 14 12 13 12 13 11 9 7 6 8 11 10 14 1 9 13 12 14 12 12 9 8 12 12 13 12
8.53/9.07	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.53/9.09	c 9	OK
8.53/9.09	c 9	OBJECTIVE BOUND: 0 <= _COST <= 44
8.53/9.09	c 9	SEARCHING: _COST <= 22
8.53/9.09	c 9	============================[ Search Statistics ]==============================
8.53/9.09	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.53/9.09	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.53/9.09	c 9	===============================================================================
8.53/9.09	c 9	|       272 |   13098  2074093  6173015 |   691364      272     21 | 46.089 % |
8.78/9.12	c 9	|       373 |   13075  2074093  6173015 |   760500      373     19 | 58.165 % |
8.78/9.15	c 10	|       524 |   13075  2074093  6173015 |   836550      524     20 | 58.165 % |
8.88/9.24	c 10	===============================================================================
8.88/9.25	c 10	restarts              : 8
8.88/9.25	c 10	conflicts             : 609           (379 /sec)
8.88/9.25	c 10	decisions             : 3319          (0.63 % random) (2063 /sec)
8.88/9.25	c 10	propagations          : 470880         (292698 /sec)
8.88/9.25	c 10	conflict literals     : 11799          (14.20 % deleted)
8.88/9.25	c 10	Memory used           : 88.32 MB
8.88/9.25	c 10	CPU time              : 1.60875 s
8.88/9.25	c 10	
8.88/9.25	c 10	SATISFIABLE
8.88/9.26	c 10	OK
8.88/9.26	c 10	FOUND: _COST <= 22
8.88/9.26	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.88/9.26	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.93/9.34	c 10	Decoding HOME/temp.out
8.93/9.49	c 10	OBJECTIVE _COST 22
8.93/9.49	o 22
8.93/9.50	v 0 0 0 25 25 4 19 25 5 5 26 5 16 27 6 20 27 6 23 27 6 26 25 5 4 25 4 24 27 3 18 27 4 17 25 3 2 26 2 10 27 3 11 25 4 27 26 5 13 26 6 26 26 5 6 25 6 27 26 3 9 27 2 22 26 1 14 27 0 23 25 6 12 25 5 27 26 6 21 27 0 15 26 1 14 2 10 13 12 14 12 13 11 9 8 9 7 6 8 10 14 13 12 14 7 5 3 1 13 12 14 2
8.93/9.50	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.93/9.53	c 10	OK
8.93/9.53	c 10	OBJECTIVE BOUND: 0 <= _COST <= 22
8.93/9.53	c 10	SEARCHING: _COST <= 11
8.93/9.53	c 10	============================[ Search Statistics ]==============================
8.93/9.53	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.93/9.53	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.93/9.53	c 10	===============================================================================
8.93/9.53	c 10	|       609 |   11585  2074093  6173015 |   691364      609     19 | 58.165 % |
8.93/9.56	c 10	|       709 |   11585  2074093  6173015 |   760500      709     20 | 63.054 % |
8.93/9.58	c 10	|       859 |   11585  2074093  6173015 |   836550      859     19 | 63.054 % |
9.26/9.61	c 10	|      1084 |   11585  2074093  6173015 |   920205     1084     22 | 63.054 % |
9.26/9.65	c 10	|      1422 |   11585  2074093  6173015 |  1012226     1422     25 | 63.054 % |
9.36/9.70	c 10	|      1928 |   11585  2074093  6173015 |  1113449     1928     30 | 63.054 % |
9.36/9.78	c 10	|      2687 |   11585  2074093  6173015 |  1224794     2687     31 | 63.054 % |
9.46/9.90	c 10	|      3827 |   11585  2074093  6173015 |  1347273     3827     40 | 63.054 % |
9.56/9.95	c 10	===============================================================================
9.56/9.95	c 10	restarts              : 16
9.56/9.95	c 10	conflicts             : 4226          (2072 /sec)
9.56/9.95	c 10	decisions             : 10176         (0.34 % random) (4989 /sec)
9.56/9.95	c 10	propagations          : 844277         (413924 /sec)
9.56/9.95	c 10	conflict literals     : 169121         (6.19 % deleted)
9.56/9.95	c 10	Memory used           : 88.84 MB
9.56/9.95	c 10	CPU time              : 2.03969 s
9.56/9.95	c 10	
9.56/9.95	c 10	SATISFIABLE
9.56/9.96	c 10	OK
9.56/9.96	c 10	FOUND: _COST <= 11
9.56/9.96	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.56/9.96	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.61/10.04	c 10	Decoding HOME/temp.out
9.61/10.20	c 11	OBJECTIVE _COST 11
9.61/10.20	o 11
9.61/10.21	v 0 0 0 15 25 1 7 25 0 20 26 6 14 27 0 6 27 6 5 27 5 18 25 4 24 25 3 2 27 2 3 27 3 9 25 2 10 26 3 11 27 4 12 25 5 4 26 4 17 26 3 16 26 2 8 25 1 21 26 0 13 27 6 27 26 6 23 27 5 27 25 6 26 25 5 19 26 5 25 27 4 22 26 6 14 2 3 1 14 1 13 11 9 7 6 7 6 8 10 11 9 7 5 3 1 14 13 12 14 14 11 10
9.61/10.21	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.61/10.23	c 11	OK
9.61/10.23	c 11	OBJECTIVE BOUND: 0 <= _COST <= 11
9.61/10.23	c 11	SEARCHING: _COST <= 5
9.87/10.46	c 11	============================[ Search Statistics ]==============================
9.87/10.46	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.87/10.46	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.87/10.46	c 11	===============================================================================
9.87/10.46	c 11	|      4226 |   10231  2074093  6173015 |   691364     4226     40 | 63.054 % |
9.87/10.46	c 11	|      4327 |   10231  2074093  6173015 |   760500     4327     40 | 67.738 % |
9.87/10.48	c 11	===============================================================================
9.87/10.48	c 11	restarts              : 18
9.87/10.48	c 11	conflicts             : 4393          (2103 /sec)
9.87/10.48	c 11	decisions             : 10760         (0.33 % random) (5152 /sec)
9.87/10.48	c 11	propagations          : 878479         (420590 /sec)
9.87/10.48	c 11	conflict literals     : 172868         (6.22 % deleted)
9.87/10.48	c 11	Memory used           : 88.84 MB
9.87/10.48	c 11	CPU time              : 2.08868 s
9.87/10.48	c 11	
9.87/10.48	c 11	SATISFIABLE
9.87/10.49	c 11	OK
9.87/10.49	c 11	FOUND: _COST <= 5
9.87/10.49	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.87/10.49	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.91/10.57	c 11	Decoding HOME/temp.out
9.91/10.73	c 11	OBJECTIVE _COST 5
9.91/10.73	o 5
9.91/10.73	v 0 0 0 20 25 6 19 25 5 11 26 4 24 27 3 16 27 2 8 27 1 7 25 0 13 25 6 21 27 0 22 27 1 9 25 2 17 26 3 23 27 2 15 25 1 2 26 2 10 26 3 25 26 4 14 25 5 4 26 4 26 27 5 18 26 6 5 27 5 18 25 4 14 25 5 6 26 6 12 27 5 27 26 6 14 1 13 11 9 7 5 3 1 14 2 4 6 7 5 4 6 8 10 11 10 12 13 11 10 12 13 12
9.91/10.74	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.91/10.76	c 11	OK
9.91/10.76	c 11	OBJECTIVE BOUND: 0 <= _COST <= 5
9.91/10.76	c 11	SEARCHING: _COST <= 2
9.91/10.76	c 11	============================[ Search Statistics ]==============================
9.91/10.77	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.91/10.77	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.91/10.77	c 11	===============================================================================
9.91/10.77	c 11	|      4393 |    8934  2074093  6173015 |   691364     4393     39 | 67.738 % |
9.91/10.78	c 11	|      4494 |    8934  2074093  6173015 |   760500     4494     39 | 72.805 % |
10.20/10.80	c 11	|      4644 |    8934  2074093  6173015 |   836550     4644     39 | 72.805 % |
10.20/10.83	c 11	|      4870 |    8934  2074093  6173015 |   920205     4870     39 | 72.805 % |
10.20/10.87	c 11	|      5207 |    8934  2074093  6173015 |  1012226     5207     38 | 72.805 % |
10.30/10.93	c 11	|      5714 |    8934  2074093  6173015 |  1113449     5714     40 | 72.805 % |
10.40/11.01	c 11	|      6473 |    8934  2074093  6173015 |  1224794     6473     40 | 72.805 % |
10.49/11.13	c 12	|      7613 |    8934  2074093  6173015 |  1347273     7613     40 | 72.805 % |
10.69/11.35	c 12	|      9322 |    8934  2074093  6173015 |  1482000     9322     41 | 72.805 % |
10.99/11.67	c 12	|     11884 |    8934  2074093  6173015 |  1630200    11884     43 | 72.805 % |
11.08/11.72	c 12	===============================================================================
11.08/11.72	c 12	restarts              : 28
11.08/11.72	c 12	conflicts             : 12206         (4017 /sec)
11.08/11.72	c 12	decisions             : 24412         (0.28 % random) (8034 /sec)
11.08/11.72	c 12	propagations          : 1637673        (538967 /sec)
11.08/11.72	c 12	conflict literals     : 521191         (7.84 % deleted)
11.08/11.72	c 12	Memory used           : 90.51 MB
11.08/11.72	c 12	CPU time              : 3.03854 s
11.08/11.72	c 12	
11.08/11.72	c 12	SATISFIABLE
11.08/11.73	c 12	OK
11.08/11.73	c 12	FOUND: _COST <= 2
11.08/11.73	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.08/11.73	c 12	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.11/11.81	c 12	Decoding HOME/temp.out
11.11/11.96	c 12	OBJECTIVE _COST 2
11.11/11.96	o 2
11.11/11.97	v 0 0 0 6 25 6 27 25 5 11 26 4 3 27 3 23 27 2 22 27 1 9 25 2 10 25 3 4 27 4 26 27 5 27 25 6 21 26 0 8 27 1 2 25 2 24 26 3 16 26 2 17 26 3 25 25 4 12 26 5 18 27 4 5 26 5 13 27 6 19 25 5 20 25 6 14 26 0 15 27 1 7 26 0 14 1 13 11 9 7 5 4 6 8 10 12 14 2 4 6 7 6 8 10 11 10 12 13 12 14 2 3
11.11/11.97	c 12	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.11/11.99	c 12	OK
11.11/11.99	c 12	OBJECTIVE BOUND: 0 <= _COST <= 2
11.11/11.99	c 12	SEARCHING: _COST <= 1
11.36/12.00	c 12	============================[ Search Statistics ]==============================
11.36/12.00	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.36/12.00	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.36/12.00	c 12	===============================================================================
11.36/12.00	c 12	|     12206 |    7531  2074093  6173015 |   691364    12206     43 | 72.805 % |
11.36/12.02	c 12	|     12306 |    7531  2074093  6173015 |   760500    12306     43 | 79.153 % |
11.36/12.04	c 12	|     12456 |    7531  2074093  6173015 |   836550    12456     43 | 79.153 % |
11.36/12.08	c 12	|     12682 |    7531  2074093  6173015 |   920205    12682     42 | 79.153 % |
11.46/12.13	c 12	|     13019 |    7531  2074093  6173015 |  1012226    13019     42 | 79.153 % |
11.46/12.19	c 13	|     13526 |    7531  2074093  6173015 |  1113449    13526     42 | 79.153 % |
11.65/12.31	c 13	|     14287 |    7531  2074093  6173015 |  1224794    14287     42 | 79.153 % |
11.75/12.47	c 13	|     15426 |    7531  2074093  6173015 |  1347273    15426     42 | 79.153 % |
11.95/12.68	c 13	|     17135 |    7531  2074093  6173015 |  1482000    17135     41 | 79.153 % |
12.45/13.12	c 13	|     19697 |    7531  2074093  6173015 |  1630200    19697     44 | 79.153 % |
12.95/13.62	c 14	|     23542 |    7531  2074093  6173015 |  1793221    23542     44 | 79.153 % |
14.04/14.73	c 15	|     29308 |    7531  2074093  6173015 |  1972543    29308     48 | 79.153 % |
16.02/16.77	c 17	|     37957 |    7531  2074093  6173015 |  2169797    37957     56 | 79.153 % |
19.78/20.51	c 21	|     50931 |    7531  2074093  6173015 |  2386777    50931     61 | 79.153 % |
27.70/28.60	c 29	|     70394 |    7531  2074093  6173015 |  2625454    70394     60 | 79.153 % |
46.51/47.58	c 48	|     99586 |    5773    29383   103383 |  2888000    99439     64 | 79.153 % |
83.46/84.83	c 85	|    143376 |    5773    29383   103383 |  3176800   143229     67 | 79.153 % |
154.01/156.00	c 156	|    209061 |    5773    29383   103383 |  3494480   208914     70 | 79.153 % |
342.49/346.20	c 347	|    307587 |    5773    29383   103383 |  3843928   307440     77 | 79.153 % |
655.34/661.93	c 662	|    455379 |    5773    29383   103383 |  4228321   455232     90 | 79.153 % |
1487.19/1501.36	c 1502	|    677063 |    5773    29383   103383 |  4651153   676916     87 | 79.153 % |
3434.58/3466.48	c 3467	|   1009588 |    5773    29383   103383 |  5116268  1009441     90 | 79.153 % |
3600.09/3632.81	c ERROR INTERRUPTED
3600.09/3632.89	c 3633	CPU 3598.33 (0.08 0.03 3598.25 1.82)
3600.09/3632.89	c 3633	END Fri Jul 11 18:20:52 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-1108099-1215789619/watcher-1108099-1215789619 -o /tmp/evaluation-result-1108099-1215789619/solver-1108099-1215789619 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108099-1215789619.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.66 3.09 3.14 4/81 14962
/proc/meminfo: memFree=1520160/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=12268 CPUtime=0
/proc/14962/stat : 14962 (sugar++) R 14960 14962 14546 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35660800 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14962/statm: 3067 316 241 3 0 167 0

[startup+0.0775759 s]
/proc/loadavg: 2.66 3.09 3.14 4/81 14962
/proc/meminfo: memFree=1520160/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=13468 CPUtime=0.03
/proc/14962/stat : 14962 (sugar++) R 14960 14962 14546 0 -1 4194304 748 0 0 0 2 1 0 0 18 0 1 0 35660800 13791232 716 996147200 4194304 4206940 548682068528 18446744073709551615 273667476821 0 0 4224 0 0 0 0 17 1 0 0
/proc/14962/statm: 3367 716 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.102271 s]
/proc/loadavg: 2.66 3.09 3.14 4/81 14962
/proc/meminfo: memFree=1520160/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=15948 CPUtime=0.05
/proc/14962/stat : 14962 (sugar++) R 14960 14962 14546 0 -1 4194304 911 0 0 0 4 1 0 0 18 0 1 0 35660800 16330752 879 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 0 0 0 0 17 1 0 0
/proc/14962/statm: 3987 879 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.302297 s]
/proc/loadavg: 2.66 3.09 3.14 4/81 14962
/proc/meminfo: memFree=1520160/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=16740 CPUtime=0.06
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35660800 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70162 s]
/proc/loadavg: 2.66 3.09 3.14 4/81 14962
/proc/meminfo: memFree=1520160/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=16740 CPUtime=0.06
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 35660800 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50729 s]
/proc/loadavg: 2.66 3.09 3.14 4/92 14984
/proc/meminfo: memFree=1510792/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=16740 CPUtime=0.66
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 1296 4725 0 1 6 1 57 2 15 0 1 0 35660800 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4185 1104 409 3 0 764 0
[pid=14975] ppid=14962 vsize=5356 CPUtime=0
/proc/14975/stat : 14975 (sh) S 14962 14962 14546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35660875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14975/statm: 1339 233 193 169 0 50 0
[pid=14976] ppid=14975 vsize=868352 CPUtime=0.72
/proc/14976/stat : 14976 (java) S 14975 14962 14546 0 -1 0 7876 0 1 0 69 3 0 0 18 0 9 0 35660875 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14976/statm: 217088 7133 2539 9 0 211663 0
[pid=14976/tid=14977] ppid=14975 vsize=868352 CPUtime=0.34
/proc/14976/task/14977/stat : 14977 (java) R 14975 14962 14546 0 -1 64 2645 0 1 0 33 1 0 0 22 0 9 0 35660876 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4126840843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14978] ppid=14975 vsize=868352 CPUtime=0.18
/proc/14976/task/14978/stat : 14978 (java) S 14975 14962 14546 0 -1 64 3113 0 0 0 18 0 0 0 16 0 9 0 35660878 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14979] ppid=14975 vsize=868352 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14975 14962 14546 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35660878 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14980] ppid=14975 vsize=868352 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14975 14962 14546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35660878 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14981] ppid=14975 vsize=868352 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14975 14962 14546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35660880 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14982] ppid=14975 vsize=868352 CPUtime=0.17
/proc/14976/task/14982/stat : 14982 (java) S 14975 14962 14546 0 -1 64 1424 0 0 0 17 0 0 0 16 0 9 0 35660880 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14983] ppid=14975 vsize=868352 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14975 14962 14546 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35660880 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14984] ppid=14975 vsize=868352 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14975 14962 14546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35660880 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890448

[startup+3.10278 s]
/proc/loadavg: 2.66 3.09 3.14 3/92 14984
/proc/meminfo: memFree=1494984/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=16740 CPUtime=0.66
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 1297 4725 0 1 6 1 57 2 15 0 1 0 35660800 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4185 1104 409 3 0 764 0
[pid=14975] ppid=14962 vsize=5356 CPUtime=0
/proc/14975/stat : 14975 (sh) S 14962 14962 14546 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35660875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14975/statm: 1339 233 193 169 0 50 0
[pid=14976] ppid=14975 vsize=868464 CPUtime=2.3
/proc/14976/stat : 14976 (java) S 14975 14962 14546 0 -1 0 8838 0 1 0 219 11 0 0 18 0 9 0 35660875 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14976/statm: 217116 7779 2565 9 0 211663 0
[pid=14976/tid=14977] ppid=14975 vsize=868464 CPUtime=1.63
/proc/14976/task/14977/stat : 14977 (java) R 14975 14962 14546 0 -1 64 3011 0 1 0 155 8 0 0 25 0 9 0 35660876 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4126984639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14978] ppid=14975 vsize=868464 CPUtime=0.37
/proc/14976/task/14978/stat : 14978 (java) S 14975 14962 14546 0 -1 64 3642 0 0 0 36 1 0 0 16 0 9 0 35660878 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14979] ppid=14975 vsize=868464 CPUtime=0
/proc/14976/task/14979/stat : 14979 (java) S 14975 14962 14546 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35660878 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14980] ppid=14975 vsize=868464 CPUtime=0
/proc/14976/task/14980/stat : 14980 (java) S 14975 14962 14546 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35660878 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14981] ppid=14975 vsize=868464 CPUtime=0
/proc/14976/task/14981/stat : 14981 (java) S 14975 14962 14546 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35660880 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14982] ppid=14975 vsize=868464 CPUtime=0.27
/proc/14976/task/14982/stat : 14982 (java) S 14975 14962 14546 0 -1 64 1491 0 0 0 27 0 0 0 16 0 9 0 35660880 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14983] ppid=14975 vsize=868464 CPUtime=0
/proc/14976/task/14983/stat : 14983 (java) S 14975 14962 14546 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35660880 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14976/tid=14984] ppid=14975 vsize=868464 CPUtime=0
/proc/14976/task/14984/stat : 14984 (java) S 14975 14962 14546 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35660880 889307136 7779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890560

[startup+6.30199 s]
/proc/loadavg: 2.61 3.07 3.13 3/92 14984
/proc/meminfo: memFree=1459272/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=16872 CPUtime=6.01
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 1489 14683 0 2 7 2 551 41 16 0 1 0 35660800 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4218 1147 413 3 0 797 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 16872

[startup+12.7024 s]
/proc/loadavg: 2.56 3.05 3.13 4/83 15065
/proc/meminfo: memFree=1382480/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 15 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=93604 CPUtime=3.89
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 23001 0 0 0 374 15 0 0 21 0 1 0 35661419 95850496 22934 996147200 134512640 135134323 4294956192 18446744073709551615 134529158 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 23401 22934 80 151 0 23247 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 110608

[startup+25.5023 s]
/proc/loadavg: 2.43 3.00 3.11 3/83 15065
/proc/meminfo: memFree=1368272/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=107616 CPUtime=16.57
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 26462 0 0 0 1639 18 0 0 25 0 1 0 35661419 110198784 26395 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 26904 26395 80 151 0 26750 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 124620

[startup+51.102 s]
/proc/loadavg: 2.28 2.92 3.08 3/83 15065
/proc/meminfo: memFree=1365968/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=109516 CPUtime=41.91
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 26940 0 0 0 4172 19 0 0 25 0 1 0 35661419 112144384 26873 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 27379 26873 80 151 0 27225 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 126520

[startup+102.306 s]
/proc/loadavg: 2.12 2.77 3.02 3/83 15065
/proc/meminfo: memFree=1366032/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=109784 CPUtime=92.64
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 26998 0 0 0 9245 19 0 0 25 0 1 0 35661419 112418816 26931 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 27446 26931 80 151 0 27292 0
Current children cumulated CPU time (s) 100.8
Current children cumulated vsize (KiB) 126788

[startup+162.301 s]
/proc/loadavg: 2.04 2.63 2.95 3/83 15065
/proc/meminfo: memFree=1365712/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=110188 CPUtime=152.09
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 27045 0 0 0 15190 19 0 0 25 0 1 0 35661419 112832512 26978 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 27547 26978 80 151 0 27393 0
Current children cumulated CPU time (s) 160.25
Current children cumulated vsize (KiB) 127192

[startup+222.302 s]
/proc/loadavg: 2.01 2.51 2.89 3/83 15065
/proc/meminfo: memFree=1355664/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=120052 CPUtime=211.55
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 29544 0 0 0 21133 22 0 0 25 0 1 0 35661419 122933248 29477 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 30013 29477 80 151 0 29859 0
Current children cumulated CPU time (s) 219.71
Current children cumulated vsize (KiB) 137056

[startup+282.302 s]

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

[pid=14985] ppid=14962 vsize=400180 CPUtime=2827.72
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 99094 0 0 0 282674 98 0 0 25 0 1 0 35661419 409784320 99027 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 100045 99027 80 151 0 99891 0
Current children cumulated CPU time (s) 2835.88
Current children cumulated vsize (KiB) 417184

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 15071
/proc/meminfo: memFree=1070800/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=404484 CPUtime=2887.19
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 100143 0 0 0 288620 99 0 0 25 0 1 0 35661419 414191616 100076 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 101121 100076 80 151 0 100967 0
Current children cumulated CPU time (s) 2895.35
Current children cumulated vsize (KiB) 421488

[startup+2982.3 s]
/proc/loadavg: 2.16 2.04 2.02 3/83 15071
/proc/meminfo: memFree=1066896/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=408304 CPUtime=2946.65
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 101112 0 0 0 294564 101 0 0 25 0 1 0 35661419 418103296 101045 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 102076 101045 80 151 0 101922 0
Current children cumulated CPU time (s) 2954.81
Current children cumulated vsize (KiB) 425308

[startup+3042.3 s]
/proc/loadavg: 2.41 2.13 2.05 3/83 15071
/proc/meminfo: memFree=1063184/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=411924 CPUtime=3006.12
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 102027 0 0 0 300510 102 0 0 25 0 1 0 35661419 421810176 101960 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 102981 101960 80 151 0 102827 0
Current children cumulated CPU time (s) 3014.28
Current children cumulated vsize (KiB) 428928

[startup+3102.3 s]
/proc/loadavg: 2.19 2.12 2.05 3/83 15071
/proc/meminfo: memFree=1058896/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=416236 CPUtime=3065.58
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 103087 0 0 0 306455 103 0 0 25 0 1 0 35661419 426225664 103020 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 104059 103020 80 151 0 103905 0
Current children cumulated CPU time (s) 3073.74
Current children cumulated vsize (KiB) 433240

[startup+3162.3 s]
/proc/loadavg: 2.07 2.09 2.04 3/83 15071
/proc/meminfo: memFree=1055056/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=420096 CPUtime=3125.04
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 104073 0 0 0 312400 104 0 0 25 0 1 0 35661419 430178304 104006 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 105024 104006 80 151 0 104870 0
Current children cumulated CPU time (s) 3133.2
Current children cumulated vsize (KiB) 437100

[startup+3222.31 s]
/proc/loadavg: 2.02 2.07 2.03 3/83 15071
/proc/meminfo: memFree=1051792/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=423172 CPUtime=3184.5
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 104840 0 0 0 318345 105 0 0 25 0 1 0 35661419 433328128 104773 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 105793 104773 80 151 0 105639 0
Current children cumulated CPU time (s) 3192.66
Current children cumulated vsize (KiB) 440176

[startup+3282.3 s]
/proc/loadavg: 2.01 2.06 2.03 3/83 15071
/proc/meminfo: memFree=1048336/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=426636 CPUtime=3243.96
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 105690 0 0 0 324290 106 0 0 25 0 1 0 35661419 436875264 105623 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 106659 105623 80 151 0 106505 0
Current children cumulated CPU time (s) 3252.12
Current children cumulated vsize (KiB) 443640

[startup+3342.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/83 15071
/proc/meminfo: memFree=1045264/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=429732 CPUtime=3303.43
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 106447 0 0 0 330235 108 0 0 25 0 1 0 35661419 440045568 106380 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 107433 106380 80 151 0 107279 0
Current children cumulated CPU time (s) 3311.59
Current children cumulated vsize (KiB) 446736

[startup+3402.31 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 15071
/proc/meminfo: memFree=1042192/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=432772 CPUtime=3362.89
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 107202 0 0 0 336181 108 0 0 25 0 1 0 35661419 443158528 107135 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 108193 107135 80 151 0 108039 0
Current children cumulated CPU time (s) 3371.05
Current children cumulated vsize (KiB) 449776

[startup+3462.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 15071
/proc/meminfo: memFree=1038800/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=436240 CPUtime=3422.35
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 108025 0 0 0 342126 109 0 0 25 0 1 0 35661419 446709760 107958 996147200 134512640 135134323 4294956192 18446744073709551615 134531934 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 109060 107958 80 151 0 108906 0
Current children cumulated CPU time (s) 3430.51
Current children cumulated vsize (KiB) 453244

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15073
/proc/meminfo: memFree=1034448/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=440868 CPUtime=3481.82
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 109107 0 0 0 348072 110 0 0 25 0 1 0 35661419 451448832 109040 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14985/statm: 110217 109040 80 151 0 110063 0
Current children cumulated CPU time (s) 3489.98
Current children cumulated vsize (KiB) 457872

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 15111
/proc/meminfo: memFree=1023320/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=443308 CPUtime=3541.45
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 109744 0 0 0 354033 112 0 0 25 0 1 0 35661419 453947392 109677 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/14985/statm: 110827 109677 80 151 0 110673 0
Current children cumulated CPU time (s) 3549.61
Current children cumulated vsize (KiB) 460312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.8 s]
/proc/loadavg: 2.44 2.12 2.03 3/82 15111
/proc/meminfo: memFree=967704/2055920 swapFree=4192956/4192956
[pid=14962] ppid=14960 vsize=17004 CPUtime=8.16
/proc/14962/stat : 14962 (sugar++) S 14960 14962 14546 0 -1 4194304 2067 46180 0 10 8 3 744 61 16 0 1 0 35660800 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14962/statm: 4251 1150 414 3 0 830 0
[pid=14985] ppid=14962 vsize=445740 CPUtime=3591.93
/proc/14985/stat : 14985 (minisat-inc) R 14962 14962 14546 0 -1 4194304 110319 0 0 0 359080 113 0 0 25 0 1 0 35661419 456437760 110252 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14985/statm: 111435 110252 80 151 0 111281 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 462744

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

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

Child status: 0
Real time (s): 3632.89
CPU time (s): 3600.21
CPU user time (s): 3598.34
CPU system time (s): 1.87771
CPU usage (%): 99.1004
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.34
system time used= 1.87771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158645
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= 13285
involuntary context switches= 141133

runsolver used 4.49232 second user time and 10.7554 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-11 17:20:19
IDJOB=1108099
IDBENCH=60677
IDSOLVER=367
FILE ID=node52/1108099-1215789619
PBS_JOBID= 7903096
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-7_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108099-1215789619/watcher-1108099-1215789619 -o /tmp/evaluation-result-1108099-1215789619/solver-1108099-1215789619 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108099-1215789619.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 54a98534709cc8808fa1d77c18bb50ae
RANDOM SEED=444666748

node52.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.234
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.234
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:       1520640 kB
Buffers:         53048 kB
Cached:         385280 kB
SwapCached:          0 kB
Active:         251940 kB
Inactive:       215948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1520640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1068 kB
Writeback:           0 kB
Mapped:          49712 kB
Slab:            52272 kB
Committed_AS:   145760 kB
PageTables:       2104 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= 66548 MiB
End job on node52 at 2008-07-11 18:20:54