Trace number 1108155

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)1 3600.24 3631.81

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-3_ext.xml
MD5SUMacb1b579fa1e2d8dfe9e7a2759052fcd
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 benchmark927.684
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 17:31:23 2008
0.00/0.08	c 0	PID 13704
0.00/0.08	c 0	HOST node49.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108155-1215790283.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108155-1215790283.xml' 'HOME/temp.csp'
0.07/0.46	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	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.07/0.58	c 1	Parsing HOME/temp.csp
0.44/0.75	c 1	parsed 1385 expressions
0.44/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.77	c 1	MAX CSP: 1261 constraints
0.44/0.77	c 1	Converting to clausal form CSP
0.44/0.81	c 1	converted 265 (10%) expressions
0.44/0.85	c 1	converted 530 (20%) expressions
0.44/0.89	c 1	converted 795 (30%) expressions
0.44/0.92	c 1	converted 1060 (40%) expressions
0.91/1.02	c 1	converted 1325 (50%) expressions
0.91/1.08	c 1	converted 1590 (60%) expressions
1.01/1.12	c 1	converted 1855 (70%) expressions
1.01/1.14	c 1	converted 2120 (80%) expressions
1.01/1.16	c 1	converted 2385 (90%) expressions
1.31/1.40	c 1	converted 2649 (100%) expressions
1.31/1.40	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.31/1.40	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.40	c 1	Propagation in CSP
1.31/1.47	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.31/1.47	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.48	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.48	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.31/1.48	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.58	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.40/1.58	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.40/1.58	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.40/1.59	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.40/1.59	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.40/1.59	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.40/1.60	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.49/1.60	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.49/1.62	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.49/1.62	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.60/1.74	c 2	379 (10%) CSP clauses are encoded (29054 clauses, 452096 bytes)
1.70/1.83	c 2	757 (20%) CSP clauses are encoded (33938 clauses, 573788 bytes)
1.80/1.91	c 2	1135 (30%) CSP clauses are encoded (38900 clauses, 699626 bytes)
1.80/1.97	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911133 bytes)
2.00/2.15	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657345 bytes)
2.10/2.21	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159166 bytes)
2.59/2.70	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466208 bytes)
2.59/2.77	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134714 bytes)
4.27/4.44	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072255 bytes)
5.55/5.79	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084460 bytes)
5.55/5.79	c 6	3782 CSP clauses encoded
5.55/5.79	c 6	Writing map file : HOME/temp.map
5.65/5.82	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.82	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084460 bytes
5.65/5.82	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.65/5.83	c 6	OBJECTIVE minimize _COST
5.65/5.83	c 6	SOLVING HOME/temp.cnf
5.65/5.83	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
5.65/5.83	c 6	This is MiniSat 2.0 beta incremental
5.65/5.83	c 6	WARNING: for repeatability, setting FPU to use double precision
5.65/5.83	c 6	============================[ Problem Statistics ]=============================
5.65/5.83	c 6	|                                                                             |
5.65/5.83	c 6	|  Number of variables:  27692                                                |
5.65/5.83	c 6	|  Number of clauses:    2074093                                              |
6.64/6.80	c 7	|  Parsing time:         0.83         s                                       |
6.64/6.84	c 7	OK
6.64/6.84	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.64/6.84	c 7	SEARCHING: _COST <= 631
6.64/6.84	c 7	============================[ Search Statistics ]==============================
6.64/6.84	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.64/6.84	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.64/6.84	c 7	===============================================================================
6.64/6.84	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
6.85/7.04	c 7	===============================================================================
6.85/7.04	c 7	restarts              : 1
6.85/7.04	c 7	conflicts             : 21            (20 /sec)
6.85/7.04	c 7	decisions             : 214           (1.40 % random) (202 /sec)
6.85/7.04	c 7	propagations          : 30007          (28340 /sec)
6.85/7.04	c 7	conflict literals     : 320            (25.23 % deleted)
6.85/7.04	c 7	Memory used           : 87.29 MB
6.85/7.04	c 7	CPU time              : 1.05884 s
6.85/7.04	c 7	
6.85/7.04	c 7	SATISFIABLE
6.85/7.05	c 7	OK
6.85/7.05	c 7	FOUND: _COST <= 631
6.85/7.05	s SATISFIABLE
6.85/7.05	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.85/7.05	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.90/7.13	c 7	Decoding HOME/temp.out
6.90/7.29	c 7	OBJECTIVE _COST 358
6.90/7.29	o 358
6.90/7.30	v 0 0 5 27 25 6 12 27 5 27 26 6 19 27 5 6 26 6 5 27 5 25 27 4 26 27 5 13 26 6 24 27 5 20 27 6 21 25 0 26 27 6 25 26 6 22 27 5 24 27 6 23 27 6 25 26 6 7 26 0 20 27 6 14 26 0 6 27 6 21 27 0 27 25 6 20 26 6 26 26 6 7 27 0 14 12 14 12 13 14 13 11 13 12 13 12 14 1 14 13 12 12 14 14 14 14 14 14 12 14 14 14
6.90/7.30	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.90/7.32	c 7	OK
6.90/7.32	c 7	OBJECTIVE BOUND: 0 <= _COST <= 358
6.90/7.32	c 7	SEARCHING: _COST <= 179
6.90/7.32	c 7	============================[ Search Statistics ]==============================
6.90/7.32	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.90/7.32	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.90/7.32	c 7	===============================================================================
6.90/7.33	c 7	|        21 |   27692  2074093  6173015 |   691364       21     15 |  0.000 % |
7.21/7.43	c 8	===============================================================================
7.21/7.43	c 8	restarts              : 2
7.21/7.43	c 8	conflicts             : 37            (31 /sec)
7.21/7.43	c 8	decisions             : 825           (0.48 % random) (702 /sec)
7.21/7.43	c 8	propagations          : 66199          (56348 /sec)
7.21/7.43	c 8	conflict literals     : 574            (20.61 % deleted)
7.21/7.43	c 8	Memory used           : 88.07 MB
7.21/7.43	c 8	CPU time              : 1.17482 s
7.21/7.43	c 8	
7.21/7.43	c 8	SATISFIABLE
7.21/7.44	c 8	OK
7.21/7.44	c 8	FOUND: _COST <= 179
7.21/7.44	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.21/7.44	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.27/7.52	c 8	Decoding HOME/temp.out
7.41/7.69	c 8	OBJECTIVE _COST 179
7.41/7.69	o 179
7.41/7.69	v 0 0 0 27 25 6 17 27 6 27 26 6 27 27 6 19 25 5 17 27 6 27 27 5 27 26 6 12 26 5 13 26 6 26 27 5 26 25 6 20 27 6 5 27 5 6 26 6 25 27 4 24 25 3 4 27 4 23 26 5 11 25 4 23 26 5 13 27 6 27 26 5 18 25 4 21 26 0 6 25 6 22 27 5 14 14 14 14 14 13 12 13 12 13 12 14 12 14 13 12 14 9 8 10 11 10 12 14 11 14 1 13
7.41/7.70	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.51/7.71	c 8	OK
7.51/7.71	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
7.51/7.71	c 8	SEARCHING: _COST <= 89
7.51/7.72	c 8	============================[ Search Statistics ]==============================
7.51/7.72	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.51/7.72	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.51/7.72	c 8	===============================================================================
7.51/7.72	c 8	|        37 |   17486  2074093  6173015 |   691364       37     16 |  0.000 % |
7.61/7.83	c 8	===============================================================================
7.61/7.83	c 8	restarts              : 3
7.61/7.83	c 8	conflicts             : 125           (96 /sec)
7.61/7.83	c 8	decisions             : 1390          (0.50 % random) (1069 /sec)
7.61/7.83	c 8	propagations          : 163869         (125975 /sec)
7.61/7.83	c 8	conflict literals     : 1952           (17.11 % deleted)
7.61/7.83	c 8	Memory used           : 88.32 MB
7.61/7.83	c 8	CPU time              : 1.3008 s
7.61/7.83	c 8	
7.61/7.83	c 8	SATISFIABLE
7.61/7.84	c 8	OK
7.61/7.84	c 8	FOUND: _COST <= 89
7.61/7.84	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.61/7.84	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.64/7.92	c 8	Decoding HOME/temp.out
7.64/8.19	c 8	OBJECTIVE _COST 89
7.64/8.19	o 89
7.64/8.19	v 0 0 0 19 25 5 27 27 6 22 26 5 6 27 6 21 25 6 7 27 0 13 27 6 27 25 5 25 26 4 20 26 6 12 27 5 5 25 5 26 27 6 21 25 0 25 26 6 27 27 5 27 25 5 18 26 4 23 26 5 24 25 6 22 26 6 26 27 6 23 26 6 26 25 6 26 26 5 23 25 6 14 27 0 14 13 12 13 12 14 14 1 13 11 10 13 12 12 14 1 13 14 11 10 12 14 14 14 14 13 12 14
7.64/8.20	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.64/8.26	c 8	OK
7.64/8.26	c 8	OBJECTIVE BOUND: 0 <= _COST <= 89
7.64/8.26	c 8	SEARCHING: _COST <= 44
7.64/8.26	c 8	============================[ Search Statistics ]==============================
7.64/8.26	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.64/8.26	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.64/8.26	c 8	===============================================================================
7.64/8.26	c 8	|       125 |   14929  2074093  6173015 |   691364      125     16 |  0.000 % |
8.15/8.44	c 9	|       225 |   14929  2074093  6173015 |   760500      225     18 | 52.701 % |
8.15/8.47	c 9	===============================================================================
8.15/8.47	c 9	restarts              : 5
8.15/8.47	c 9	conflicts             : 258           (169 /sec)
8.15/8.47	c 9	decisions             : 1951          (0.46 % random) (1277 /sec)
8.15/8.47	c 9	propagations          : 387790         (253828 /sec)
8.15/8.47	c 9	conflict literals     : 4458           (19.63 % deleted)
8.15/8.47	c 9	Memory used           : 88.32 MB
8.15/8.47	c 9	CPU time              : 1.52777 s
8.15/8.47	c 9	
8.15/8.47	c 9	SATISFIABLE
8.15/8.48	c 9	OK
8.15/8.48	c 9	FOUND: _COST <= 44
8.15/8.48	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.15/8.48	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.24/8.56	c 9	Decoding HOME/temp.out
8.54/8.83	c 9	OBJECTIVE _COST 44
8.54/8.83	o 44
8.54/8.84	v 0 0 0 24 25 3 6 27 6 26 26 5 20 27 6 25 25 4 27 27 6 27 27 5 13 25 6 27 26 6 21 26 0 22 27 1 14 25 0 6 27 6 27 25 6 23 26 2 10 27 3 11 25 4 19 26 5 27 26 6 19 25 5 26 26 5 4 27 4 17 26 3 16 25 2 24 26 3 25 25 4 18 27 4 14 9 14 13 12 11 10 13 12 12 14 2 3 1 14 7 6 8 10 12 13 13 11 9 7 6 8 11
8.54/8.84	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.54/8.86	c 9	OK
8.54/8.86	c 9	OBJECTIVE BOUND: 0 <= _COST <= 44
8.54/8.86	c 9	SEARCHING: _COST <= 22
8.54/8.86	c 9	============================[ Search Statistics ]==============================
8.54/8.86	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.54/8.86	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.54/8.86	c 9	===============================================================================
8.54/8.86	c 9	|       258 |   13098  2074093  6173015 |   691364      258     17 | 52.701 % |
8.65/8.91	c 9	|       358 |   13097  2074093  6173015 |   760500      358     19 | 58.165 % |
8.65/8.94	c 9	|       509 |   13097  2074093  6173015 |   836550      509     21 | 58.165 % |
8.65/8.96	c 9	===============================================================================
8.65/8.96	c 9	restarts              : 8
8.65/8.96	c 9	conflicts             : 559           (339 /sec)
8.65/8.96	c 9	decisions             : 2902          (0.41 % random) (1760 /sec)
8.65/8.96	c 9	propagations          : 475709         (288527 /sec)
8.65/8.96	c 9	conflict literals     : 11435          (13.53 % deleted)
8.65/8.96	c 9	Memory used           : 88.32 MB
8.65/8.96	c 9	CPU time              : 1.64875 s
8.65/8.96	c 9	
8.65/8.96	c 9	SATISFIABLE
8.65/8.98	c 9	OK
8.65/8.98	c 9	FOUND: _COST <= 22
8.65/8.98	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.65/8.98	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.72/9.06	c 9	Decoding HOME/temp.out
8.72/9.22	c 9	OBJECTIVE _COST 22
8.72/9.22	o 22
8.72/9.22	v 0 0 0 15 25 1 16 27 2 24 26 3 23 27 2 22 25 1 9 27 2 8 27 1 14 25 0 20 26 6 19 26 5 27 27 6 21 25 0 6 27 6 11 25 6 26 26 5 4 27 4 10 25 3 23 26 2 3 26 3 25 25 4 12 26 5 13 27 6 26 26 5 18 25 4 17 26 3 5 25 5 20 27 6 14 2 4 6 7 5 4 5 3 1 13 12 14 2 14 14 11 9 7 6 8 10 12 13 11 9 8 12
8.72/9.23	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.72/9.25	c 9	OK
8.72/9.25	c 9	OBJECTIVE BOUND: 0 <= _COST <= 22
8.72/9.25	c 9	SEARCHING: _COST <= 11
8.72/9.25	c 9	============================[ Search Statistics ]==============================
8.72/9.25	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.72/9.25	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.72/9.25	c 9	===============================================================================
8.72/9.25	c 9	|       559 |   11585  2074093  6173015 |   691364      559     20 | 58.165 % |
8.72/9.27	c 9	|       660 |   11585  2074093  6173015 |   760500      660     21 | 63.054 % |
8.72/9.29	c 9	===============================================================================
8.72/9.29	c 9	restarts              : 10
8.72/9.30	c 9	conflicts             : 742           (435 /sec)
8.72/9.30	c 9	decisions             : 3515          (0.34 % random) (2059 /sec)
8.72/9.30	c 9	propagations          : 514526         (301467 /sec)
8.72/9.30	c 9	conflict literals     : 15122          (11.96 % deleted)
8.72/9.30	c 9	Memory used           : 88.32 MB
8.72/9.30	c 9	CPU time              : 1.70674 s
8.72/9.30	c 9	
8.72/9.30	c 9	SATISFIABLE
9.02/9.31	c 9	OK
9.02/9.31	c 9	FOUND: _COST <= 11
9.02/9.31	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.02/9.31	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'
9.02/9.38	c 9	Decoding HOME/temp.out
9.03/9.73	c 10	OBJECTIVE _COST 11
9.03/9.73	o 11
9.03/9.73	v 0 0 0 20 25 6 23 27 5 18 26 4 23 27 6 5 25 5 13 27 6 7 27 0 8 25 1 9 26 2 17 26 3 16 27 2 24 25 3 11 27 4 25 25 5 4 26 4 19 27 5 6 25 6 12 26 5 27 26 6 21 25 0 27 26 6 26 27 5 22 26 6 14 25 0 15 26 1 2 25 2 10 27 3 14 1 13 11 12 13 12 14 2 4 6 7 6 8 10 11 10 12 13 12 14 1 13 12 14 2 4 6
9.03/9.74	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.03/9.78	c 10	OK
9.03/9.78	c 10	OBJECTIVE BOUND: 0 <= _COST <= 11
9.03/9.78	c 10	SEARCHING: _COST <= 5
9.03/9.78	c 10	============================[ Search Statistics ]==============================
9.03/9.79	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.03/9.79	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.03/9.79	c 10	===============================================================================
9.03/9.79	c 10	|       742 |   10231  2074093  6173015 |   691364      742     20 | 63.054 % |
9.03/9.79	c 10	|       842 |   10231  2074093  6173015 |   760500      842     20 | 67.738 % |
9.48/9.81	c 10	===============================================================================
9.48/9.81	c 10	restarts              : 12
9.48/9.81	c 10	conflicts             : 879           (503 /sec)
9.48/9.81	c 10	decisions             : 3976          (0.35 % random) (2276 /sec)
9.48/9.81	c 10	propagations          : 541885         (310228 /sec)
9.48/9.81	c 10	conflict literals     : 17411          (11.30 % deleted)
9.48/9.81	c 10	Memory used           : 88.32 MB
9.48/9.81	c 10	CPU time              : 1.74673 s
9.48/9.81	c 10	
9.48/9.81	c 10	SATISFIABLE
9.48/9.82	c 10	OK
9.48/9.82	c 10	FOUND: _COST <= 5
9.48/9.82	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.48/9.82	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.48/9.90	c 10	Decoding HOME/temp.out
9.50/10.06	c 10	OBJECTIVE _COST 5
9.50/10.06	o 5
9.50/10.07	v 0 0 0 13 25 6 12 27 5 25 26 4 3 27 3 11 25 4 5 27 5 27 27 6 21 25 0 20 26 6 14 26 0 22 27 1 23 25 2 15 27 1 7 25 0 6 26 6 19 27 5 25 25 6 26 26 5 4 26 4 10 25 3 9 26 2 24 27 3 18 26 4 17 25 3 16 26 2 8 25 1 2 27 2 14 1 13 11 9 8 10 12 14 1 14 2 4 5 3 1 13 12 13 11 9 7 6 8 9 7 5 4
9.50/10.08	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.50/10.09	c 10	OK
9.50/10.09	c 10	OBJECTIVE BOUND: 0 <= _COST <= 5
9.50/10.09	c 10	SEARCHING: _COST <= 2
9.75/10.44	c 11	============================[ Search Statistics ]==============================
9.75/10.44	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.75/10.44	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.75/10.44	c 11	===============================================================================
9.75/10.44	c 11	|       879 |    8934  2074093  6173015 |   691364      879     20 | 67.738 % |
9.75/10.44	c 11	|       981 |    8934  2074093  6173015 |   760500      981     20 | 72.805 % |
9.75/10.46	c 11	|      1131 |    8934  2074093  6173015 |   836550     1131     20 | 72.805 % |
9.75/10.48	c 11	|      1356 |    8934  2074093  6173015 |   920205     1356     22 | 72.805 % |
9.82/10.51	c 11	|      1693 |    8934  2074093  6173015 |  1012226     1693     23 | 72.805 % |
9.82/10.56	c 11	|      2201 |    8934  2074093  6173015 |  1113449     2201     26 | 72.805 % |
9.92/10.62	c 11	|      2960 |    8934  2074093  6173015 |  1224794     2960     28 | 72.805 % |
10.02/10.76	c 11	|      4100 |    8934  2074093  6173015 |  1347273     4100     35 | 72.805 % |
10.02/10.78	c 11	===============================================================================
10.02/10.78	c 11	restarts              : 20
10.02/10.78	c 11	conflicts             : 4202          (1993 /sec)
10.02/10.78	c 11	decisions             : 10196         (0.26 % random) (4835 /sec)
10.02/10.78	c 11	propagations          : 874811         (414862 /sec)
10.02/10.78	c 11	conflict literals     : 144879         (7.51 % deleted)
10.02/10.78	c 11	Memory used           : 88.71 MB
10.02/10.78	c 11	CPU time              : 2.10868 s
10.02/10.78	c 11	
10.02/10.78	c 11	SATISFIABLE
10.02/10.79	c 11	OK
10.02/10.79	c 11	FOUND: _COST <= 2
10.02/10.79	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.02/10.79	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'
10.11/10.87	c 11	Decoding HOME/temp.out
10.30/11.03	c 11	OBJECTIVE _COST 2
10.30/11.03	o 2
10.30/11.04	v 0 0 0 8 25 1 9 27 2 3 26 3 4 27 4 19 25 5 13 27 6 7 27 0 20 25 6 14 26 0 15 26 1 2 27 2 10 25 3 16 27 2 22 25 1 23 26 2 24 27 3 11 25 4 17 26 3 18 26 4 12 25 5 27 26 6 21 27 0 6 26 6 5 25 5 27 26 6 26 25 5 25 27 4 14 2 4 6 8 10 12 14 1 14 2 4 6 7 5 4 6 8 9 8 10 12 14 1 13 12 13 11
10.30/11.04	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.30/11.06	c 11	OK
10.30/11.06	c 11	OBJECTIVE BOUND: 0 <= _COST <= 2
10.30/11.06	c 11	SEARCHING: _COST <= 1
10.30/11.06	c 11	============================[ Search Statistics ]==============================
10.30/11.07	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.30/11.07	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.30/11.07	c 11	===============================================================================
10.30/11.07	c 11	|      4202 |    7531  2074093  6173015 |   691364     4202     34 | 72.805 % |
10.30/11.08	c 11	|      4302 |    7531  2074093  6173015 |   760500     4302     34 | 79.153 % |
10.30/11.09	c 11	|      4453 |    7531  2074093  6173015 |   836550     4453     34 | 79.153 % |
10.41/11.11	c 11	|      4678 |    7531  2074093  6173015 |   920205     4678     34 | 79.153 % |
10.41/11.15	c 11	|      5015 |    7531  2074093  6173015 |  1012226     5015     34 | 79.153 % |
10.51/11.22	c 11	|      5521 |    7531  2074093  6173015 |  1113449     5521     35 | 79.153 % |
10.61/11.30	c 11	|      6282 |    7531  2074093  6173015 |  1224794     6282     35 | 79.153 % |
10.71/11.43	c 12	|      7421 |    7531  2074093  6173015 |  1347273     7421     37 | 79.153 % |
10.91/11.64	c 12	|      9129 |    7531  2074093  6173015 |  1482000     9129     41 | 79.153 % |
11.21/11.93	c 12	|     11691 |    7531  2074093  6173015 |  1630200    11691     42 | 79.153 % |
11.70/12.41	c 12	|     15535 |    7531  2074093  6173015 |  1793221    15535     46 | 79.153 % |
12.70/13.49	c 14	|     21301 |    7531  2074093  6173015 |  1972543    21301     58 | 79.153 % |
14.58/15.38	c 15	|     29951 |    7531  2074093  6173015 |  2169797    29951     67 | 79.153 % |
17.85/18.67	c 19	|     42925 |    7531  2074093  6173015 |  2386777    42925     69 | 79.153 % |
24.77/25.67	c 26	|     62386 |    7531  2074093  6173015 |  2625454    62386     63 | 79.153 % |
38.35/39.39	c 39	|     91579 |    7531  2074093  6173015 |  2888000    91579     73 | 79.153 % |
72.03/73.38	c 73	|    135369 |    5773    29383   103383 |  3176800   135237     80 | 79.153 % |
134.34/136.26	c 136	|    201054 |    5773    29383   103383 |  3494480   200922     92 | 79.153 % |
289.28/292.62	c 293	|    299581 |    5773    29383   103383 |  3843928   299449     92 | 79.153 % |
653.13/660.00	c 660	|    447371 |    5773    29383   103383 |  4228321   447239    101 | 79.153 % |
1366.17/1379.79	c 1380	|    669054 |    5773    29383   103383 |  4651153   668922    106 | 79.153 % |
3069.71/3099.43	c 3100	|   1001579 |    5773    29383   103383 |  5116268  1001447    113 | 79.153 % |
3600.11/3631.71	c ERROR INTERRUPTED
3600.11/3631.80	c 3632	CPU 3597.95 (0.07 0.03 3597.88 2.21)
3600.11/3631.80	c 3632	END Fri Jul 11 18:31:55 2008

Verifier Data (download as text)

OK	1	1260
1 unsatisfied constraints, 1260 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-1108155-1215790283/watcher-1108155-1215790283 -o /tmp/evaluation-result-1108155-1215790283/solver-1108155-1215790283 -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-1108155-1215790283.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.45 2.76 2.99 4/73 13704
/proc/meminfo: memFree=1775992/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=12268 CPUtime=0
/proc/13704/stat : 13704 (sugar++) R 13702 13704 12817 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35723995 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13704/statm: 3067 316 241 3 0 167 0

[startup+0.0895749 s]
/proc/loadavg: 2.45 2.76 2.99 4/73 13704
/proc/meminfo: memFree=1775992/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16740 CPUtime=0.07
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35723995 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10258 s]
/proc/loadavg: 2.45 2.76 2.99 4/73 13704
/proc/meminfo: memFree=1775992/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16740 CPUtime=0.07
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35723995 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302605 s]
/proc/loadavg: 2.45 2.76 2.99 4/73 13704
/proc/meminfo: memFree=1775992/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16740 CPUtime=0.07
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35723995 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702661 s]
/proc/loadavg: 2.45 2.76 2.99 4/73 13704
/proc/meminfo: memFree=1775992/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16740 CPUtime=0.44
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1296 4723 0 1 5 2 34 3 16 0 1 0 35723995 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50278 s]
/proc/loadavg: 2.45 2.76 2.99 3/84 13726
/proc/meminfo: memFree=1759264/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16740 CPUtime=0.44
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1297 4723 0 1 5 2 34 3 15 0 1 0 35723995 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4185 1104 409 3 0 764 0
[pid=13717] ppid=13704 vsize=5356 CPUtime=0
/proc/13717/stat : 13717 (sh) S 13704 13704 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35724045 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13717/statm: 1339 233 193 169 0 50 0
[pid=13718] ppid=13717 vsize=868352 CPUtime=0.96
/proc/13718/stat : 13718 (java) S 13717 13704 12817 0 -1 0 8444 0 1 0 92 4 0 0 18 0 9 0 35724046 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 217088 7686 2540 9 0 211663 0
[pid=13718/tid=13719] ppid=13717 vsize=868352 CPUtime=0.48
/proc/13718/task/13719/stat : 13719 (java) R 13717 13704 12817 0 -1 64 2661 0 1 0 47 1 0 0 20 0 9 0 35724047 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13720] ppid=13717 vsize=868352 CPUtime=0.23
/proc/13718/task/13720/stat : 13720 (java) R 13717 13704 12817 0 -1 64 3635 0 0 0 23 0 0 0 16 0 9 0 35724048 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 102469625 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13717 vsize=868352 CPUtime=0
/proc/13718/task/13721/stat : 13721 (java) S 13717 13704 12817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35724048 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13722] ppid=13717 vsize=868352 CPUtime=0
/proc/13718/task/13722/stat : 13722 (java) S 13717 13704 12817 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35724048 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13723] ppid=13717 vsize=868352 CPUtime=0
/proc/13718/task/13723/stat : 13723 (java) S 13717 13704 12817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35724050 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13724] ppid=13717 vsize=868352 CPUtime=0.22
/proc/13718/task/13724/stat : 13724 (java) S 13717 13704 12817 0 -1 64 1456 0 0 0 21 1 0 0 16 0 9 0 35724050 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13725] ppid=13717 vsize=868352 CPUtime=0
/proc/13718/task/13725/stat : 13725 (java) S 13717 13704 12817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35724050 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13726] ppid=13717 vsize=868352 CPUtime=0
/proc/13718/task/13726/stat : 13726 (java) S 13717 13704 12817 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35724050 889192448 7686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890448

[startup+3.102 s]
/proc/loadavg: 2.45 2.76 2.99 3/84 13726
/proc/meminfo: memFree=1749472/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16740 CPUtime=0.44
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1297 4723 0 1 5 2 34 3 15 0 1 0 35723995 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4185 1104 409 3 0 764 0
[pid=13717] ppid=13704 vsize=5356 CPUtime=0
/proc/13717/stat : 13717 (sh) S 13704 13704 12817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35724045 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13717/statm: 1339 233 193 169 0 50 0
[pid=13718] ppid=13717 vsize=868464 CPUtime=2.55
/proc/13718/stat : 13718 (java) S 13717 13704 12817 0 -1 0 8869 0 1 0 242 13 0 0 18 0 9 0 35724046 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13718/statm: 217116 7776 2565 9 0 211663 0
[pid=13718/tid=13719] ppid=13717 vsize=868464 CPUtime=1.86
/proc/13718/task/13719/stat : 13719 (java) R 13717 13704 12817 0 -1 64 3045 0 1 0 178 8 0 0 25 0 9 0 35724047 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4126976909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13720] ppid=13717 vsize=868464 CPUtime=0.38
/proc/13718/task/13720/stat : 13720 (java) S 13717 13704 12817 0 -1 64 3641 0 0 0 36 2 0 0 16 0 9 0 35724048 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13721] ppid=13717 vsize=868464 CPUtime=0
/proc/13718/task/13721/stat : 13721 (java) S 13717 13704 12817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35724048 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13722] ppid=13717 vsize=868464 CPUtime=0
/proc/13718/task/13722/stat : 13722 (java) S 13717 13704 12817 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35724048 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13723] ppid=13717 vsize=868464 CPUtime=0
/proc/13718/task/13723/stat : 13723 (java) S 13717 13704 12817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35724050 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13724] ppid=13717 vsize=868464 CPUtime=0.28
/proc/13718/task/13724/stat : 13724 (java) S 13717 13704 12817 0 -1 64 1491 0 0 0 27 1 0 0 16 0 9 0 35724050 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13725] ppid=13717 vsize=868464 CPUtime=0
/proc/13718/task/13725/stat : 13725 (java) S 13717 13704 12817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35724050 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13718/tid=13726] ppid=13717 vsize=868464 CPUtime=0
/proc/13718/task/13726/stat : 13726 (java) S 13717 13704 12817 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35724050 889307136 7776 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890560

[startup+6.30146 s]
/proc/loadavg: 2.42 2.75 2.99 3/84 13726
/proc/meminfo: memFree=1711776/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=16872 CPUtime=5.7
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 1489 14676 0 2 6 2 521 41 16 0 1 0 35723995 17276928 1147 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13704/statm: 4218 1147 413 3 0 797 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 16872

[startup+12.7014 s]
/proc/loadavg: 2.46 2.75 2.99 3/75 13807
/proc/meminfo: memFree=1638504/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 15 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=94168 CPUtime=3.89
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 23142 0 0 0 373 16 0 0 25 0 1 0 35724578 96428032 23075 996147200 134512640 135134323 4294956192 18446744073709551615 134524187 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 23542 23075 80 151 0 23388 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 111172

[startup+25.5022 s]
/proc/loadavg: 2.36 2.72 2.97 3/75 13807
/proc/meminfo: memFree=1623912/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=107772 CPUtime=16.56
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 26521 0 0 0 1636 20 0 0 25 0 1 0 35724578 110358528 26454 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 26943 26454 80 151 0 26789 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 124776

[startup+51.1028 s]
/proc/loadavg: 2.24 2.66 2.94 3/75 13807
/proc/meminfo: memFree=1612072/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=119720 CPUtime=41.93
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 29486 0 0 0 4169 24 0 0 25 0 1 0 35724578 122593280 29419 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 29930 29419 80 151 0 29776 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 136724

[startup+102.307 s]
/proc/loadavg: 2.10 2.55 2.89 3/75 13807
/proc/meminfo: memFree=1611688/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=119988 CPUtime=92.65
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 29549 0 0 0 9241 24 0 0 25 0 1 0 35724578 122867712 29482 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 29997 29482 80 151 0 29843 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 136992

[startup+162.302 s]
/proc/loadavg: 2.04 2.45 2.83 3/75 13807
/proc/meminfo: memFree=1602728/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=129288 CPUtime=152.09
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 31827 0 0 0 15182 27 0 0 25 0 1 0 35724578 132390912 31760 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 32322 31760 80 151 0 32168 0
Current children cumulated CPU time (s) 160.2
Current children cumulated vsize (KiB) 146292

[startup+222.303 s]
/proc/loadavg: 2.01 2.37 2.78 3/75 13807
/proc/meminfo: memFree=1586856/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=144916 CPUtime=211.52
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 35747 0 0 0 21122 30 0 0 25 0 1 0 35724578 148393984 35680 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 36229 35680 80 151 0 36075 0
Current children cumulated CPU time (s) 219.63
Current children cumulated vsize (KiB) 161920

[startup+282.302 s]

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

[pid=13727] ppid=13704 vsize=508136 CPUtime=2886.17
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 126133 0 0 0 288485 132 0 0 25 0 1 0 35724578 520331264 126066 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 127034 126066 80 151 0 126880 0
Current children cumulated CPU time (s) 2894.28
Current children cumulated vsize (KiB) 525140

[startup+2982.3 s]
/proc/loadavg: 2.08 2.04 2.02 3/75 13815
/proc/meminfo: memFree=1217064/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=513708 CPUtime=2945.6
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 127518 0 0 0 294427 133 0 0 25 0 1 0 35724578 526036992 127451 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 128427 127451 80 151 0 128273 0
Current children cumulated CPU time (s) 2953.71
Current children cumulated vsize (KiB) 530712

[startup+3042.3 s]
/proc/loadavg: 2.06 2.05 2.02 3/75 13815
/proc/meminfo: memFree=1212392/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=518356 CPUtime=3005.04
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 128683 0 0 0 300370 134 0 0 25 0 1 0 35724578 530796544 128616 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 129589 128616 80 151 0 129435 0
Current children cumulated CPU time (s) 3013.15
Current children cumulated vsize (KiB) 535360

[startup+3102.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/75 13815
/proc/meminfo: memFree=1206888/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=523636 CPUtime=3064.48
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 130026 0 0 0 306312 136 0 0 25 0 1 0 35724578 536203264 129959 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 130909 129959 80 151 0 130755 0
Current children cumulated CPU time (s) 3072.59
Current children cumulated vsize (KiB) 540640

[startup+3162.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/75 13815
/proc/meminfo: memFree=1201640/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=529004 CPUtime=3123.91
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 131351 0 0 0 312254 137 0 0 25 0 1 0 35724578 541700096 131284 996147200 134512640 135134323 4294956192 18446744073709551615 134528318 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 132251 131284 80 151 0 132097 0
Current children cumulated CPU time (s) 3132.02
Current children cumulated vsize (KiB) 546008

[startup+3222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 13815
/proc/meminfo: memFree=1196136/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=534436 CPUtime=3183.35
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 132675 0 0 0 318196 139 0 0 25 0 1 0 35724578 547262464 132608 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 133609 132608 80 151 0 133455 0
Current children cumulated CPU time (s) 3191.46
Current children cumulated vsize (KiB) 551440

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 13815
/proc/meminfo: memFree=1190952/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=539636 CPUtime=3242.79
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 133981 0 0 0 324139 140 0 0 25 0 1 0 35724578 552587264 133914 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13727/statm: 134909 133914 80 151 0 134755 0
Current children cumulated CPU time (s) 3250.9
Current children cumulated vsize (KiB) 556640

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13854
/proc/meminfo: memFree=1196968/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=545176 CPUtime=3302.72
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 135365 0 0 0 330129 143 0 0 25 0 1 0 35724578 558260224 135298 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 136294 135298 80 151 0 136140 0
Current children cumulated CPU time (s) 3310.83
Current children cumulated vsize (KiB) 562180

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13854
/proc/meminfo: memFree=1191144/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=552788 CPUtime=3362.7
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 136768 0 0 0 336126 144 0 0 25 0 1 0 35724578 566054912 136701 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 138197 136701 80 151 0 138043 0
Current children cumulated CPU time (s) 3370.81
Current children cumulated vsize (KiB) 569792

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13854
/proc/meminfo: memFree=1185704/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=558132 CPUtime=3422.66
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 138106 0 0 0 342121 145 0 0 25 0 1 0 35724578 571527168 138039 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 139533 138039 80 151 0 139379 0
Current children cumulated CPU time (s) 3430.77
Current children cumulated vsize (KiB) 575136

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13854
/proc/meminfo: memFree=1179368/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=564220 CPUtime=3482.64
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 139649 0 0 0 348117 147 0 0 25 0 1 0 35724578 577761280 139582 996147200 134512640 135134323 4294956192 18446744073709551615 134528283 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 141055 139582 80 151 0 140901 0
Current children cumulated CPU time (s) 3490.75
Current children cumulated vsize (KiB) 581224

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13854
/proc/meminfo: memFree=1174376/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=569352 CPUtime=3542.61
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 140906 0 0 0 354113 148 0 0 25 0 1 0 35724578 583016448 140839 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 142338 140839 80 151 0 142184 0
Current children cumulated CPU time (s) 3550.72
Current children cumulated vsize (KiB) 586356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13854
/proc/meminfo: memFree=1170216/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=573496 CPUtime=3592
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 141936 0 0 0 359051 149 0 0 25 0 1 0 35724578 587259904 141869 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 143374 141869 80 151 0 143220 0
Current children cumulated CPU time (s) 3600.11
Current children cumulated vsize (KiB) 590500

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

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

[startup+3631.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 13854
/proc/meminfo: memFree=1170216/2055920 swapFree=4180084/4192956
[pid=13704] ppid=13702 vsize=17004 CPUtime=8.11
/proc/13704/stat : 13704 (sugar++) S 13702 13704 12817 0 -1 4194304 2067 46187 0 10 7 3 737 64 16 0 1 0 35723995 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13704/statm: 4251 1150 414 3 0 830 0
[pid=13727] ppid=13704 vsize=573496 CPUtime=3592
/proc/13727/stat : 13727 (minisat-inc) R 13704 13704 12817 0 -1 4194304 141936 0 0 0 359051 149 0 0 25 0 1 0 35724578 587259904 141869 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13727/statm: 143374 141869 80 151 0 143220 0
Current children cumulated CPU time (s) 3600.11
Current children cumulated vsize (KiB) 590500

Child status: 0
Real time (s): 3631.81
CPU time (s): 3600.24
CPU user time (s): 3597.96
CPU system time (s): 2.27465
CPU usage (%): 99.1306
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.96
system time used= 2.27465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190269
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= 13196
involuntary context switches= 84927

runsolver used 4.94725 second user time and 11.2853 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-11 17:31:23
IDJOB=1108155
IDBENCH=60684
IDSOLVER=367
FILE ID=node49/1108155-1215790283
PBS_JOBID= 7903103
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= acb1b579fa1e2d8dfe9e7a2759052fcd
RANDOM SEED=50303853

node49.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.239
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.239
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:       1776472 kB
Buffers:         29732 kB
Cached:         188248 kB
SwapCached:       7372 kB
Active:         142292 kB
Inactive:        97068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776472 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:          26932 kB
Slab:            25252 kB
Committed_AS:   139972 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node49 at 2008-07-11 18:31:57