Trace number 1108108

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)2 3600.08 3631.55

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-4_ext.xml
MD5SUM5af9256d6bcac31317b3bfaaca55fb19
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 benchmark3054.09
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 17:23:06 2008
0.00/0.04	c 0	PID 14659
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108108-1215789786.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108108-1215789786.xml' 'HOME/temp.csp'
0.04/0.67	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.04/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.69	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.77	c 1	Parsing HOME/temp.csp
0.93/1.07	c 1	parsed 1385 expressions
1.03/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.15	c 1	MAX CSP: 1261 constraints
1.03/1.15	c 1	Converting to clausal form CSP
1.03/1.19	c 1	converted 265 (10%) expressions
1.12/1.28	c 1	converted 530 (20%) expressions
1.23/1.38	c 1	converted 795 (30%) expressions
1.33/1.41	c 1	converted 1060 (40%) expressions
1.42/1.51	c 1	converted 1325 (50%) expressions
1.42/1.59	c 1	converted 1590 (60%) expressions
1.52/1.62	c 2	converted 1855 (70%) expressions
1.52/1.64	c 2	converted 2120 (80%) expressions
1.52/1.67	c 2	converted 2385 (90%) expressions
1.82/1.90	c 2	converted 2649 (100%) expressions
1.82/1.90	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.82/1.90	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.90	c 2	Propagation in CSP
1.82/1.97	c 2	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/1.97	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.82/1.97	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.97	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.98	c 2	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.82/1.98	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.92/2.08	c 2	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.92/2.08	c 2	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.92/2.08	c 2	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.92/2.08	c 2	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.92/2.08	c 2	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.92/2.09	c 2	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.92/2.09	c 2	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.92/2.10	c 2	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
2.01/2.12	c 2	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
2.01/2.12	c 2	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
2.12/2.24	c 2	379 (10%) CSP clauses are encoded (29078 clauses, 452590 bytes)
2.20/2.33	c 2	757 (20%) CSP clauses are encoded (33962 clauses, 574052 bytes)
2.31/2.42	c 2	1135 (30%) CSP clauses are encoded (38900 clauses, 699468 bytes)
2.31/2.48	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 910975 bytes)
2.50/2.67	c 3	1891 (50%) CSP clauses are encoded (145548 clauses, 2657187 bytes)
2.60/2.73	c 3	2270 (60%) CSP clauses are encoded (173447 clauses, 3159008 bytes)
3.10/3.24	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466050 bytes)
3.20/3.31	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134556 bytes)
4.87/5.03	c 5	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072097 bytes)
6.36/6.51	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084302 bytes)
6.36/6.51	c 6	3782 CSP clauses encoded
6.36/6.51	c 6	Writing map file : HOME/temp.map
6.36/6.54	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.36/6.54	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084302 bytes
6.36/6.54	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.36/6.59	c 6	OBJECTIVE minimize _COST
6.36/6.59	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
6.36/6.59	c 6	SEARCHING: _COST <= 631
6.36/6.59	c 6	SOLVING HOME/temp.cnf
6.36/6.59	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.36/6.59	c 6	This is MiniSat 2.0 beta
6.36/6.59	c 6	WARNING: for repeatability, setting FPU to use double precision
6.36/6.59	c 6	============================[ Problem Statistics ]=============================
6.36/6.59	c 6	|                                                                             |
6.36/6.60	c 6	|  Number of variables:  27692                                                |
6.36/6.60	c 6	|  Number of clauses:    2074094                                              |
7.41/7.70	c 8	|  Parsing time:         0.95         s                                       |
8.69/8.93	c 9	============================[ Search Statistics ]==============================
8.69/8.93	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.69/8.93	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.69/8.93	c 9	===============================================================================
8.69/8.93	c 9	|         0 |   20762  1326689  3950963 |   442229        0    nan |  0.000 % |
8.79/9.06	c 9	===============================================================================
8.79/9.06	c 9	restarts              : 1
8.79/9.06	c 9	conflicts             : 26             (11 /sec)
8.79/9.06	c 9	decisions             : 247            (1.21 % random) (107 /sec)
8.79/9.06	c 9	propagations          : 31094          (13504 /sec)
8.79/9.06	c 9	conflict literals     : 429            (20.26 % deleted)
8.79/9.06	c 9	Memory used           : 84.70 MB
8.79/9.06	c 9	CPU time              : 2.30265 s
8.79/9.06	c 9	
8.79/9.08	c 9	SATISFIABLE
8.79/9.09	c 9	FOUND: _COST <= 631
8.79/9.09	s SATISFIABLE
8.79/9.09	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.79/9.09	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.90/9.22	c 9	Decoding HOME/temp.out
8.90/9.38	c 9	OBJECTIVE _COST 358
8.90/9.38	o 358
8.90/9.39	v 0 0 6 12 26 5 27 27 6 23 26 5 20 26 6 14 27 0 6 27 6 19 25 5 5 26 5 20 26 6 27 26 6 25 25 4 26 27 5 24 27 3 14 25 0 13 26 6 19 27 5 20 27 6 23 27 6 21 27 0 13 27 6 7 25 0 26 27 5 24 27 5 27 25 6 6 27 6 25 26 6 21 27 0 14 14 12 13 12 14 12 13 14 12 12 14 10 9 14 12 14 12 14 14 14 14 14 14 12 14 14 14
8.90/9.39	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.90/9.41	c 9	OBJECTIVE BOUND: 0 <= _COST <= 358
8.90/9.41	c 9	SEARCHING: _COST <= 179
8.90/9.41	c 9	SOLVING HOME/temp.cnf
8.90/9.41	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.90/9.41	c 9	This is MiniSat 2.0 beta
8.90/9.41	c 9	WARNING: for repeatability, setting FPU to use double precision
8.90/9.41	c 9	============================[ Problem Statistics ]=============================
8.90/9.41	c 9	|                                                                             |
8.90/9.41	c 9	|  Number of variables:  27692                                                |
8.90/9.41	c 9	|  Number of clauses:    2074094                                              |
10.21/10.57	c 10	|  Parsing time:         1.00         s                                       |
12.09/12.48	c 12	============================[ Search Statistics ]==============================
12.09/12.48	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.09/12.48	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.09/12.48	c 12	===============================================================================
12.09/12.48	c 12	|         0 |   14929   546353  1627002 |   182117        0    nan |  0.000 % |
12.19/12.59	c 12	|       101 |   14929   546353  1627002 |   200329      101     20 | 46.089 % |
12.29/12.64	c 13	===============================================================================
12.29/12.64	c 13	restarts              : 2
12.29/12.64	c 13	conflicts             : 120            (39 /sec)
12.29/12.64	c 13	decisions             : 1639           (0.79 % random) (539 /sec)
12.29/12.64	c 13	propagations          : 70394          (23137 /sec)
12.29/12.64	c 13	conflict literals     : 2219           (17.51 % deleted)
12.29/12.64	c 13	Memory used           : 86.25 MB
12.29/12.64	c 13	CPU time              : 3.04254 s
12.29/12.64	c 13	
12.29/12.65	c 13	SATISFIABLE
12.29/12.66	c 13	FOUND: _COST <= 179
12.29/12.66	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.29/12.66	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.37/12.75	c 13	Decoding HOME/temp.out
12.37/12.90	c 13	OBJECTIVE _COST 179
12.37/12.90	o 179
12.37/12.91	v 0 0 0 22 26 1 25 27 6 19 26 5 27 26 6 21 27 0 24 27 1 12 27 5 27 26 6 5 26 5 27 26 6 26 25 5 27 25 6 20 27 6 24 25 5 27 26 6 27 27 6 26 25 5 27 26 6 25 25 5 27 27 6 22 27 5 27 27 6 26 27 5 27 25 6 27 27 6 27 26 6 23 25 0 14 2 12 13 12 14 2 13 12 13 12 13 12 14 13 12 12 14 12 14 12 13 12 13 12 12 14 14
12.37/12.91	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.37/12.93	c 13	OBJECTIVE BOUND: 0 <= _COST <= 179
12.37/12.93	c 13	SEARCHING: _COST <= 89
12.37/12.93	c 13	SOLVING HOME/temp.cnf
12.37/12.93	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.37/12.93	c 13	This is MiniSat 2.0 beta
12.37/12.93	c 13	WARNING: for repeatability, setting FPU to use double precision
12.37/12.93	c 13	============================[ Problem Statistics ]=============================
12.37/12.93	c 13	|                                                                             |
12.37/12.94	c 13	|  Number of variables:  27692                                                |
12.37/12.94	c 13	|  Number of clauses:    2074094                                              |
13.65/14.07	c 14	|  Parsing time:         0.97         s                                       |
15.53/15.99	c 16	============================[ Search Statistics ]==============================
15.53/15.99	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.53/15.99	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.53/15.99	c 16	===============================================================================
15.53/15.99	c 16	|         0 |   13098   306021   911409 |   102007        0    nan |  0.000 % |
15.63/16.09	c 16	|       100 |   13098   306021   911409 |   112207      100     20 | 52.701 % |
15.73/16.13	c 16	|       250 |   13098   306021   911409 |   123428      250     19 | 52.701 % |
15.73/16.16	c 16	===============================================================================
15.73/16.16	c 16	restarts              : 3
15.73/16.16	c 16	conflicts             : 364            (120 /sec)
15.73/16.16	c 16	decisions             : 1525           (0.92 % random) (503 /sec)
15.73/16.16	c 16	propagations          : 103679         (34200 /sec)
15.73/16.16	c 16	conflict literals     : 6716           (10.45 % deleted)
15.73/16.16	c 16	Memory used           : 85.32 MB
15.73/16.16	c 16	CPU time              : 3.03154 s
15.73/16.16	c 16	
15.73/16.17	c 16	SATISFIABLE
15.73/16.18	c 16	FOUND: _COST <= 89
15.73/16.18	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.73/16.18	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.82/16.26	c 16	Decoding HOME/temp.out
16.02/16.43	c 16	OBJECTIVE _COST 8
16.02/16.43	o 8
16.02/16.43	v 0 0 0 8 26 1 21 27 0 23 26 6 26 26 5 6 27 6 19 27 5 18 25 4 10 26 3 16 26 2 15 26 1 7 25 0 20 25 6 14 27 0 22 25 1 2 26 2 17 27 3 9 25 2 24 26 3 25 25 4 23 27 5 27 25 6 23 27 5 3 27 3 11 25 4 5 27 5 13 26 6 12 25 5 14 2 3 1 13 12 13 11 9 7 5 3 1 14 2 4 6 7 6 8 10 12 13 9 8 10 12 13
16.02/16.44	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.02/16.45	c 16	OBJECTIVE BOUND: 0 <= _COST <= 8
16.02/16.45	c 16	SEARCHING: _COST <= 4
16.02/16.45	c 16	SOLVING HOME/temp.cnf
16.02/16.45	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.02/16.45	c 16	This is MiniSat 2.0 beta
16.02/16.45	c 16	WARNING: for repeatability, setting FPU to use double precision
16.02/16.45	c 16	============================[ Problem Statistics ]=============================
16.02/16.45	c 16	|                                                                             |
16.02/16.45	c 16	|  Number of variables:  27692                                                |
16.02/16.45	c 16	|  Number of clauses:    2074094                                              |
17.19/17.63	c 18	|  Parsing time:         1.02         s                                       |
18.98/19.45	c 19	============================[ Search Statistics ]==============================
18.98/19.45	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.98/19.45	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.98/19.45	c 19	===============================================================================
18.98/19.45	c 19	|         0 |    7036    39215   129092 |    13071        0    nan |  0.000 % |
19.08/19.54	c 19	|       100 |    7036    39215   129092 |    14378      100     22 | 74.592 % |
19.08/19.56	c 19	|       251 |    7036    39215   129092 |    15816      251     21 | 74.592 % |
19.08/19.58	c 19	|       476 |    7036    39215   129092 |    17398      476     23 | 74.592 % |
19.18/19.61	c 19	|       813 |    7036    39215   129092 |    19138      813     28 | 74.592 % |
19.18/19.62	c 20	===============================================================================
19.18/19.62	c 20	restarts              : 5
19.18/19.62	c 20	conflicts             : 942            (315 /sec)
19.18/19.62	c 20	decisions             : 2335           (0.51 % random) (780 /sec)
19.18/19.62	c 20	propagations          : 147141         (49169 /sec)
19.18/19.62	c 20	conflict literals     : 24752          (6.24 % deleted)
19.18/19.63	c 20	Memory used           : 85.23 MB
19.18/19.63	c 20	CPU time              : 2.99254 s
19.18/19.63	c 20	
19.18/19.64	c 20	SATISFIABLE
19.18/19.65	c 20	FOUND: _COST <= 4
19.18/19.65	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.18/19.65	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.28/19.74	c 20	Decoding HOME/temp.out
19.38/19.90	c 20	OBJECTIVE _COST 4
19.38/19.90	o 4
19.48/19.90	v 0 0 0 8 26 1 23 27 2 25 26 3 18 26 4 26 27 5 4 27 4 10 25 3 9 26 2 17 26 1 7 26 0 13 25 6 19 25 5 27 27 6 5 25 5 6 26 6 12 27 5 27 25 6 21 26 0 20 25 6 14 27 0 22 25 1 2 27 2 24 27 3 11 25 4 3 27 3 16 26 2 15 25 1 14 2 4 6 8 10 11 9 7 5 3 1 13 12 13 12 13 12 14 1 14 2 4 6 8 9 7 5
19.48/19.91	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.48/19.92	c 20	OBJECTIVE BOUND: 0 <= _COST <= 4
19.48/19.92	c 20	SEARCHING: _COST <= 2
19.48/19.92	c 20	SOLVING HOME/temp.cnf
19.48/19.92	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.48/19.93	c 20	This is MiniSat 2.0 beta
19.48/19.93	c 20	WARNING: for repeatability, setting FPU to use double precision
19.48/19.93	c 20	============================[ Problem Statistics ]=============================
19.48/19.93	c 20	|                                                                             |
19.48/19.93	c 20	|  Number of variables:  27692                                                |
19.48/19.93	c 20	|  Number of clauses:    2074094                                              |
20.66/21.11	c 21	|  Parsing time:         1.02         s                                       |
22.45/22.93	c 23	============================[ Search Statistics ]==============================
22.45/22.93	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.45/22.93	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.45/22.93	c 23	===============================================================================
22.45/22.93	c 23	|         0 |    5773    29383   103383 |     9794        0    nan |  0.000 % |
22.55/23.03	c 23	|       100 |    5773    29383   103383 |    10773      100     23 | 79.153 % |
22.55/23.05	c 23	|       250 |    5773    29383   103383 |    11851      250     20 | 79.153 % |
22.55/23.07	c 23	|       476 |    5773    29383   103383 |    13036      476     20 | 79.153 % |
22.55/23.09	c 23	|       813 |    5773    29383   103383 |    14339      813     25 | 79.153 % |
22.65/23.13	c 23	|      1319 |    5773    29383   103383 |    15773     1319     31 | 79.153 % |
22.65/23.20	c 23	|      2080 |    5773    29383   103383 |    17351     2080     35 | 79.153 % |
22.85/23.32	c 23	|      3219 |    5773    29383   103383 |    19086     3219     41 | 79.153 % |
22.95/23.50	c 23	|      4927 |    5773    29383   103383 |    20995     4927     40 | 79.153 % |
23.24/23.79	c 24	|      7490 |    5773    29383   103383 |    23094     7490     46 | 79.153 % |
23.74/24.22	c 24	|     11334 |    5773    29383   103383 |    25403    11334     46 | 79.153 % |
24.73/25.28	c 25	|     17100 |    5773    29383   103383 |    27944    17100     65 | 79.153 % |
26.51/27.01	c 27	|     25749 |    5773    29383   103383 |    30738    25749     71 | 79.153 % |
29.88/30.45	c 30	|     38723 |    5773    29383   103383 |    33812    38723     75 | 79.153 % |
35.53/36.10	c 36	|     58184 |    5773    29383   103383 |    37193    58184     70 | 79.153 % |
43.74/44.44	c 44	|     87377 |    5773    29383   103383 |    40913    38033     71 | 79.153 % |
57.81/58.64	c 59	|    131166 |    5773    29383   103383 |    45004    29559     91 | 79.153 % |
83.57/84.66	c 85	|    196850 |    5773    29383   103383 |    49505    38603    106 | 79.153 % |
83.77/84.88	c 85	===============================================================================
83.77/84.88	c 85	restarts              : 18
83.77/84.88	c 85	conflicts             : 197783         (3081 /sec)
83.77/84.88	c 85	decisions             : 296123         (0.43 % random) (4614 /sec)
83.77/84.88	c 85	propagations          : 15118348       (235542 /sec)
83.77/84.88	c 85	conflict literals     : 17595606       (9.16 % deleted)
83.77/84.88	c 85	Memory used           : 85.69 MB
83.77/84.88	c 85	CPU time              : 64.1852 s
83.77/84.88	c 85	
83.77/84.89	c 85	SATISFIABLE
83.87/84.91	c 85	FOUND: _COST <= 2
83.87/84.91	c 85	DECODING HOME/temp.out WITH HOME/temp.map
83.87/84.91	c 85	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
83.88/85.00	c 85	Decoding HOME/temp.out
83.88/85.35	c 85	OBJECTIVE _COST 2
83.88/85.35	o 2
83.88/85.35	v 0 0 0 15 26 1 2 27 2 8 26 1 16 26 2 10 27 3 4 27 4 19 25 5 13 26 6 26 26 5 18 26 4 20 25 5 25 25 4 3 27 3 23 25 2 24 26 3 9 27 2 17 25 3 11 26 4 12 25 5 20 27 6 5 25 5 27 27 6 21 27 0 22 25 1 14 27 0 6 26 6 7 25 0 14 2 4 5 4 6 8 10 12 13 11 10 11 9 7 6 7 6 8 10 12 13 12 14 2 3 1 14
83.88/85.36	c 85	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
83.88/85.38	c 85	OBJECTIVE BOUND: 0 <= _COST <= 2
83.88/85.38	c 85	SEARCHING: _COST <= 1
83.88/85.38	c 85	SOLVING HOME/temp.cnf
83.88/85.38	c 85	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
83.88/85.38	c 85	This is MiniSat 2.0 beta
83.88/85.38	c 85	WARNING: for repeatability, setting FPU to use double precision
83.88/85.38	c 85	============================[ Problem Statistics ]=============================
83.88/85.38	c 85	|                                                                             |
83.88/85.38	c 85	|  Number of variables:  27692                                                |
83.88/85.38	c 85	|  Number of clauses:    2074094                                              |
85.43/86.56	c 86	|  Parsing time:         1.02         s                                       |
87.21/88.39	c 88	============================[ Search Statistics ]==============================
87.21/88.39	c 88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
87.21/88.39	c 88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
87.21/88.39	c 88	===============================================================================
87.21/88.39	c 88	|         0 |    4512    22573    86735 |     7524        0    nan |  0.000 % |
87.30/88.48	c 88	|       100 |    4512    22573    86735 |     8276      100     22 | 83.707 % |
87.30/88.50	c 88	|       250 |    4512    22573    86735 |     9104      250     19 | 83.706 % |
87.40/88.51	c 88	|       475 |    4512    22573    86735 |    10014      475     20 | 83.706 % |
87.40/88.54	c 88	|       812 |    4512    22573    86735 |    11016      812     23 | 83.706 % |
87.50/88.60	c 88	|      1321 |    4512    22573    86735 |    12118     1321     35 | 83.706 % |
87.50/88.67	c 89	|      2080 |    4512    22573    86735 |    13329     2080     36 | 83.707 % |
87.60/88.78	c 89	|      3219 |    4512    22573    86735 |    14662     3219     38 | 83.706 % |
87.80/88.98	c 89	|      4928 |    4512    22573    86735 |    16129     4928     44 | 83.707 % |
88.10/89.28	c 89	|      7490 |    4512    22573    86735 |    17741     7490     45 | 83.707 % |
88.69/89.88	c 90	|     11334 |    4512    22573    86735 |    19516    11334     51 | 83.707 % |
89.88/91.03	c 91	|     17100 |    4512    22573    86735 |    21467    17100     61 | 83.707 % |
91.86/93.03	c 93	|     25749 |    4512    22573    86735 |    23614    25749     65 | 83.707 % |
95.23/96.44	c 96	|     38723 |    4512    22573    86735 |    25976    38723     70 | 83.707 % |
101.57/102.85	c 103	|     58184 |    4512    22573    86735 |    28573    19015     83 | 83.706 % |
111.47/112.81	c 113	|     87376 |    4512    22573    86735 |    31431    48207     77 | 83.706 % |
126.73/128.23	c 128	|    131166 |    4512    22573    86735 |    34574    47532    101 | 83.707 % |
151.20/152.94	c 153	|    196850 |    4512    22573    86735 |    38031    19317     90 | 83.707 % |
185.97/188.07	c 188	|    295376 |    4512    22573    86735 |    41834    20512     77 | 83.706 % |
252.24/254.91	c 255	|    443166 |    4512    22573    86735 |    46018    65936     86 | 83.707 % |
339.12/342.62	c 343	|    664849 |    4512    22573    86735 |    50619    59058    117 | 83.707 % |
482.86/487.74	c 488	|    997375 |    4512    22573    86735 |    55681    29037     88 | 83.706 % |
767.79/775.39	c 775	|   1496163 |    4512    22573    86735 |    61250    19879     87 | 83.707 % |
1147.90/1159.04	c 1159	|   2244345 |    4512    22573    86735 |    67375    62203     92 | 83.707 % |
1788.54/1805.73	c 1806	|   3366620 |    4512    22573    86735 |    74112    39490     99 | 83.707 % |
2803.94/2830.71	c 2831	|   5050033 |    4512    22573    86735 |    81523    20735     84 | 83.707 % |
3600.08/3631.52	c ERROR INTERRUPTED
3600.08/3631.52	c 3631	CPU 82.9 (0.05 0.02 82.85 1.41)
3600.08/3631.52	c 3631	END Fri Jul 11 18:23:37 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-1108108-1215789786/watcher-1108108-1215789786 -o /tmp/evaluation-result-1108108-1215789786/solver-1108108-1215789786 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108108-1215789786.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.01 2.03 2.00 4/74 14659
/proc/meminfo: memFree=1588544/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=18572 CPUtime=0
/proc/14659/stat : 14659 (runsolver) R 14657 14659 13840 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 35676497 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14659/statm: 4643 292 257 25 0 2626 0

[startup+0.0931279 s]
/proc/loadavg: 2.01 2.03 2.00 4/74 14659
/proc/meminfo: memFree=1588544/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.04
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35676497 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101127 s]
/proc/loadavg: 2.01 2.03 2.00 4/74 14659
/proc/meminfo: memFree=1588544/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.04
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35676497 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301139 s]
/proc/loadavg: 2.01 2.03 2.00 4/74 14659
/proc/meminfo: memFree=1588544/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.04
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35676497 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701182 s]
/proc/loadavg: 2.01 2.03 2.00 4/74 14659
/proc/meminfo: memFree=1588544/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.64
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 957 4725 0 1 3 1 57 3 16 0 1 0 35676497 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.01 2.03 2.00 4/85 14681
/proc/meminfo: memFree=1580712/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.64
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 974 4725 0 1 3 1 57 3 15 0 1 0 35676497 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 797 370 3 0 500 0
[pid=14672] ppid=14659 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (sh) S 14659 14659 13840 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35676567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 233 193 169 0 50 0
[pid=14673] ppid=14672 vsize=868376 CPUtime=0.78
/proc/14673/stat : 14673 (java) S 14672 14659 13840 0 -1 0 5623 0 1 0 75 3 0 0 18 0 9 0 35676567 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14673/statm: 217094 5050 1730 9 0 211669 0
[pid=14673/tid=14674] ppid=14672 vsize=868376 CPUtime=0.56
/proc/14673/task/14674/stat : 14674 (java) R 14672 14659 13840 0 -1 64 2637 0 1 0 55 1 0 0 19 0 9 0 35676568 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14675] ppid=14672 vsize=868376 CPUtime=0.03
/proc/14673/task/14675/stat : 14675 (java) S 14672 14659 13840 0 -1 64 865 0 0 0 3 0 0 0 16 0 9 0 35676569 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14676] ppid=14672 vsize=868376 CPUtime=0
/proc/14673/task/14676/stat : 14676 (java) S 14672 14659 13840 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 35676569 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14677] ppid=14672 vsize=868376 CPUtime=0
/proc/14673/task/14677/stat : 14677 (java) S 14672 14659 13840 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 35676569 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14678] ppid=14672 vsize=868376 CPUtime=0
/proc/14673/task/14678/stat : 14678 (java) S 14672 14659 13840 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35676571 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14679] ppid=14672 vsize=868376 CPUtime=0.15
/proc/14673/task/14679/stat : 14679 (java) S 14672 14659 13840 0 -1 64 1429 0 0 0 15 0 0 0 17 0 9 0 35676571 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14680] ppid=14672 vsize=868376 CPUtime=0
/proc/14673/task/14680/stat : 14680 (java) S 14672 14659 13840 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35676571 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14681] ppid=14672 vsize=868376 CPUtime=0
/proc/14673/task/14681/stat : 14681 (java) S 14672 14659 13840 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35676571 889217024 5050 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887332

[startup+3.10237 s]
/proc/loadavg: 2.09 2.04 2.01 3/85 14681
/proc/meminfo: memFree=1565032/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.64
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 974 4725 0 1 3 1 57 3 15 0 1 0 35676497 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 797 370 3 0 500 0
[pid=14672] ppid=14659 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (sh) S 14659 14659 13840 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35676567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 233 193 169 0 50 0
[pid=14673] ppid=14672 vsize=868488 CPUtime=2.36
/proc/14673/stat : 14673 (java) S 14672 14659 13840 0 -1 0 8787 0 1 0 225 11 0 0 18 0 9 0 35676567 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14673/statm: 217122 7784 2565 9 0 211669 0
[pid=14673/tid=14674] ppid=14672 vsize=868488 CPUtime=1.67
/proc/14673/task/14674/stat : 14674 (java) R 14672 14659 13840 0 -1 64 2948 0 1 0 161 6 0 0 25 0 9 0 35676568 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4126983799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14675] ppid=14672 vsize=868488 CPUtime=0.39
/proc/14673/task/14675/stat : 14675 (java) S 14672 14659 13840 0 -1 64 3645 0 0 0 36 3 0 0 16 0 9 0 35676569 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14676] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14676/stat : 14676 (java) S 14672 14659 13840 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35676569 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14677] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14677/stat : 14677 (java) S 14672 14659 13840 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35676569 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14678] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14678/stat : 14678 (java) S 14672 14659 13840 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35676571 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14679] ppid=14672 vsize=868488 CPUtime=0.27
/proc/14673/task/14679/stat : 14679 (java) S 14672 14659 13840 0 -1 64 1501 0 0 0 27 0 0 0 16 0 9 0 35676571 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14680] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14680/stat : 14680 (java) S 14672 14659 13840 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35676571 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14681] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14681/stat : 14681 (java) S 14672 14659 13840 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35676571 889331712 7784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887444

[startup+6.30162 s]
/proc/loadavg: 2.09 2.04 2.01 3/85 14681
/proc/meminfo: memFree=1533928/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13600 CPUtime=0.64
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 974 4725 0 1 3 1 57 3 16 0 1 0 35676497 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3400 797 370 3 0 500 0
[pid=14672] ppid=14659 vsize=5356 CPUtime=0
/proc/14672/stat : 14672 (sh) S 14659 14659 13840 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35676567 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14672/statm: 1339 233 193 169 0 50 0
[pid=14673] ppid=14672 vsize=868488 CPUtime=5.51
/proc/14673/stat : 14673 (java) S 14672 14659 13840 0 -1 0 9609 0 1 0 516 35 0 0 18 0 9 0 35676567 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14673/statm: 217122 7785 2565 9 0 211669 0
[pid=14673/tid=14674] ppid=14672 vsize=868488 CPUtime=4.6
/proc/14673/task/14674/stat : 14674 (java) R 14672 14659 13840 0 -1 64 3769 0 1 0 435 25 0 0 25 0 9 0 35676568 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4126988772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14675] ppid=14672 vsize=868488 CPUtime=0.61
/proc/14673/task/14675/stat : 14675 (java) S 14672 14659 13840 0 -1 64 3645 0 0 0 53 8 0 0 16 0 9 0 35676569 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14676] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14676/stat : 14676 (java) S 14672 14659 13840 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 35676569 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14677] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14677/stat : 14677 (java) S 14672 14659 13840 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35676569 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14678] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14678/stat : 14678 (java) S 14672 14659 13840 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35676571 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14679] ppid=14672 vsize=868488 CPUtime=0.27
/proc/14673/task/14679/stat : 14679 (java) S 14672 14659 13840 0 -1 64 1502 0 0 0 27 0 0 0 16 0 9 0 35676571 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14680] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14680/stat : 14680 (java) S 14672 14659 13840 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35676571 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14673/tid=14681] ppid=14672 vsize=868488 CPUtime=0
/proc/14673/task/14681/stat : 14681 (java) S 14672 14659 13840 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35676571 889331712 7785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887444

[startup+12.7021 s]
/proc/loadavg: 2.22 2.08 2.02 3/77 14695
/proc/meminfo: memFree=1456168/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=12.37
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1254 62088 0 3 4 1 1154 78 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 13732

[startup+25.5011 s]
/proc/loadavg: 2.18 2.07 2.01 3/77 14731
/proc/meminfo: memFree=1457256/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=19.52
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1555 117245 0 6 5 2 1825 120 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14730] ppid=14659 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35678490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 232 193 169 0 50 0
[pid=14731] ppid=14730 vsize=87380 CPUtime=5.51
/proc/14731/stat : 14731 (minisat) R 14730 14659 13840 0 -1 4194304 21379 0 0 0 536 15 0 0 25 0 1 0 35678490 89477120 21365 996147200 134512640 135127466 4294956256 18446744073709551615 134527474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14731/statm: 21845 21365 75 150 0 21692 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 106468

[startup+51.1012 s]
/proc/loadavg: 2.12 2.07 2.01 3/77 14731
/proc/meminfo: memFree=1457192/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=19.52
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1555 117245 0 6 5 2 1825 120 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14730] ppid=14659 vsize=5356 CPUtime=0
/proc/14730/stat : 14730 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35678490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14730/statm: 1339 232 193 169 0 50 0
[pid=14731] ppid=14730 vsize=87744 CPUtime=30.86
/proc/14731/stat : 14731 (minisat) R 14730 14659 13840 0 -1 4194304 21442 0 0 0 3071 15 0 0 25 0 1 0 35678490 89849856 21428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14731/statm: 21936 21428 75 150 0 21783 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 106832

[startup+102.306 s]
/proc/loadavg: 2.05 2.05 2.01 3/77 14743
/proc/meminfo: memFree=1457064/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=87468 CPUtime=16.75
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 21414 0 0 0 1661 14 0 0 25 0 1 0 35685035 89567232 21400 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/14743/statm: 21867 21400 75 150 0 21714 0

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

/proc/meminfo: memFree=1426920/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=94116 CPUtime=3048.12
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 23096 0 0 0 304794 18 0 0 25 0 1 0 35685035 96374784 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14743/statm: 23529 23051 75 150 0 23376 0
Current children cumulated CPU time (s) 3132.45
Current children cumulated vsize (KiB) 113204

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426728/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=94116 CPUtime=3107.55
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 23096 0 0 0 310737 18 0 0 25 0 1 0 35685035 96374784 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134528755 0 0 4096 3 0 0 0 17 1 0 0
/proc/14743/statm: 23529 23051 75 150 0 23376 0
Current children cumulated CPU time (s) 3191.88
Current children cumulated vsize (KiB) 113204

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14749
/proc/meminfo: memFree=1426728/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=94116 CPUtime=3167
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 23096 0 0 0 316682 18 0 0 25 0 1 0 35685035 96374784 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14743/statm: 23529 23051 75 150 0 23376 0
Current children cumulated CPU time (s) 3251.33
Current children cumulated vsize (KiB) 113204

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14790
/proc/meminfo: memFree=1568944/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=94116 CPUtime=3226.64
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 23096 0 0 0 322646 18 0 0 25 0 1 0 35685035 96374784 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 23529 23051 75 150 0 23376 0
Current children cumulated CPU time (s) 3310.97
Current children cumulated vsize (KiB) 113204

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14790
/proc/meminfo: memFree=1568880/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=94116 CPUtime=3286.63
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 23096 0 0 0 328644 19 0 0 25 0 1 0 35685035 96374784 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134528531 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 23529 23051 75 150 0 23376 0
Current children cumulated CPU time (s) 3370.96
Current children cumulated vsize (KiB) 113204

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14790
/proc/meminfo: memFree=1568880/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=94116 CPUtime=3346.6
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 23096 0 0 0 334641 19 0 0 25 0 1 0 35685035 96374784 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 23529 23051 75 150 0 23376 0
Current children cumulated CPU time (s) 3430.93
Current children cumulated vsize (KiB) 113204

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14790
/proc/meminfo: memFree=1564208/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=98928 CPUtime=3406.58
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 24288 0 0 0 340638 20 0 0 25 0 1 0 35685035 101302272 24243 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 24732 24243 75 150 0 24579 0
Current children cumulated CPU time (s) 3490.91
Current children cumulated vsize (KiB) 118016

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14790
/proc/meminfo: memFree=1561648/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=101520 CPUtime=3466.55
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 24934 0 0 0 346635 20 0 0 25 0 1 0 35685035 103956480 24889 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 25380 24889 75 150 0 25227 0
Current children cumulated CPU time (s) 3550.88
Current children cumulated vsize (KiB) 120608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14790
/proc/meminfo: memFree=1561648/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=101520 CPUtime=3515.75
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 24934 0 0 0 351554 21 0 0 25 0 1 0 35685035 103956480 24889 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 25380 24889 75 150 0 25227 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 120608

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

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

[startup+3631.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14790
/proc/meminfo: memFree=1561648/2055920 swapFree=4180240/4192956
[pid=14659] ppid=14657 vsize=13732 CPUtime=84.33
/proc/14659/stat : 14659 (sugar) S 14657 14659 13840 0 -1 4194304 1669 142932 0 7 5 2 8285 141 16 0 1 0 35676497 14061568 840 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14659/statm: 3433 840 374 3 0 533 0
[pid=14742] ppid=14659 vsize=5356 CPUtime=0
/proc/14742/stat : 14742 (sh) S 14659 14659 13840 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35685035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14742/statm: 1339 232 193 169 0 50 0
[pid=14743] ppid=14742 vsize=101520 CPUtime=3515.75
/proc/14743/stat : 14743 (minisat) R 14742 14659 13840 0 -1 4194304 24934 0 0 0 351554 21 0 0 25 0 1 0 35685035 103956480 24889 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/14743/statm: 25380 24889 75 150 0 25227 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 120608

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14659 and gives
#  childrusage.ru_utime.tv_sec=82
#  childrusage.ru_utime.tv_usec=904396
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=460777
# CPU time returned by wait4() is 84.3652
# while last known CPU time is 3600.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3631.55
CPU time (s): 3600.08
CPU user time (s): 3598.44
CPU system time (s): 1.64
CPU usage (%): 99.1335
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.9044
system time used= 1.46078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144942
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11489
involuntary context switches= 12875

runsolver used 3.9514 second user time and 12.3321 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-11 17:23:06
IDJOB=1108108
IDBENCH=60678
IDSOLVER=368
FILE ID=node69/1108108-1215789786
PBS_JOBID= 7903071
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5af9256d6bcac31317b3bfaaca55fb19
RANDOM SEED=1946342634

node69.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.233
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.233
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:       1589024 kB
Buffers:         37664 kB
Cached:         266748 kB
SwapCached:       7572 kB
Active:         244272 kB
Inactive:       158528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589024 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:         104376 kB
Slab:            49028 kB
Committed_AS:   206712 kB
PageTables:       2160 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= 66476 MiB
End job on node69 at 2008-07-11 18:23:39