Trace number 1108147

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)2 3600.21 3628.9

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-1_ext.xml
MD5SUM548e1e41090fd4d73bc3a06ddb34a1a7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1599.14
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 17:30:01 2008
0.00/0.08	c 0	PID 16046
0.07/0.08	c 0	HOST node25.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1108147-1215790200.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108147-1215790200.xml' 'HOME/temp.csp'
0.07/0.70	c 0	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.07/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 0	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.79	c 0	Parsing HOME/temp.csp
0.67/0.96	c 0	parsed 1385 expressions
0.67/0.96	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/0.99	c 1	MAX CSP: 1261 constraints
0.67/0.99	c 1	Converting to clausal form CSP
0.93/1.04	c 1	converted 265 (10%) expressions
0.93/1.08	c 1	converted 530 (20%) expressions
1.03/1.12	c 1	converted 795 (30%) expressions
1.03/1.15	c 1	converted 1060 (40%) expressions
1.12/1.25	c 1	converted 1325 (50%) expressions
1.22/1.32	c 1	converted 1590 (60%) expressions
1.22/1.35	c 1	converted 1855 (70%) expressions
1.22/1.37	c 1	converted 2120 (80%) expressions
1.32/1.40	c 1	converted 2385 (90%) expressions
1.52/1.64	c 1	converted 2649 (100%) expressions
1.52/1.64	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1892
1.52/1.64	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.64	c 1	Propagation in CSP
1.62/1.72	c 1	1254 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.72	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.62/1.72	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.72	c 1	Simplifing CSP by introducing new Boolean variables
1.62/1.73	c 1	CSP : 2634 integers, 0 booleans, 3782 clauses, largest domain size 1262
1.62/1.73	c 1	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.81	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.72/1.83	c 1	264 (10%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.83	c 1	527 (20%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.84	c 1	791 (30%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.84	c 1	1054 (40%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.84	c 1	1317 (50%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
1.72/1.85	c 1	1581 (60%) CSP integer variables are encoded (4354 clauses, 54567 bytes)
1.72/1.85	c 1	1844 (70%) CSP integer variables are encoded (6247 clauses, 79176 bytes)
1.72/1.85	c 1	2108 (80%) CSP integer variables are encoded (8934 clauses, 115980 bytes)
1.72/1.87	c 1	2371 (90%) CSP integer variables are encoded (21686 clauses, 307260 bytes)
1.72/1.87	c 1	2634 (100%) CSP integer variables are encoded (25060 clauses, 357870 bytes)
1.82/1.99	c 2	379 (10%) CSP clauses are encoded (29054 clauses, 452146 bytes)
1.92/2.08	c 2	757 (20%) CSP clauses are encoded (33914 clauses, 573180 bytes)
2.01/2.18	c 2	1135 (30%) CSP clauses are encoded (38852 clauses, 698482 bytes)
2.11/2.25	c 2	1513 (40%) CSP clauses are encoded (50032 clauses, 911135 bytes)
2.31/2.43	c 2	1891 (50%) CSP clauses are encoded (145548 clauses, 2657347 bytes)
2.31/2.49	c 2	2270 (60%) CSP clauses are encoded (173447 clauses, 3159168 bytes)
2.80/2.99	c 3	2648 (70%) CSP clauses are encoded (452679 clauses, 8466210 bytes)
2.91/3.06	c 3	3026 (80%) CSP clauses are encoded (484665 clauses, 9134716 bytes)
4.59/4.79	c 4	3404 (90%) CSP clauses are encoded (1280557 clauses, 26072257 bytes)
6.06/6.26	c 6	3782 (100%) CSP clauses are encoded (2074093 clauses, 43084462 bytes)
6.06/6.26	c 6	3782 CSP clauses encoded
6.06/6.26	c 6	Writing map file : HOME/temp.map
6.06/6.29	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.06/6.29	c 6	SAT : 27692 SAT variables, 2074093 SAT clauses, 43084462 bytes
6.06/6.29	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.14/6.31	c 6	OBJECTIVE minimize _COST
6.14/6.31	c 6	SOLVING HOME/temp.cnf
6.14/6.31	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.14/6.31	c 6	This is MiniSat 2.0 beta incremental
6.14/6.31	c 6	WARNING: for repeatability, setting FPU to use double precision
6.14/6.31	c 6	============================[ Problem Statistics ]=============================
6.14/6.31	c 6	|                                                                             |
6.14/6.31	c 6	|  Number of variables:  27692                                                |
6.14/6.31	c 6	|  Number of clauses:    2074093                                              |
7.13/7.32	c 7	|  Parsing time:         0.83         s                                       |
7.13/7.37	c 7	OK
7.13/7.37	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.13/7.37	c 7	SEARCHING: _COST <= 631
7.13/7.37	c 7	============================[ Search Statistics ]==============================
7.13/7.37	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.13/7.37	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.13/7.37	c 7	===============================================================================
7.13/7.37	c 7	|         0 |   27692  2074093  6173015 |   691364        0    nan |  0.000 % |
7.34/7.58	c 7	===============================================================================
7.34/7.59	c 7	restarts              : 1
7.34/7.59	c 7	conflicts             : 17            (16 /sec)
7.34/7.59	c 7	decisions             : 279           (1.43 % random) (256 /sec)
7.34/7.59	c 7	propagations          : 31021          (28516 /sec)
7.34/7.59	c 7	conflict literals     : 200            (20.95 % deleted)
7.34/7.59	c 7	Memory used           : 87.30 MB
7.34/7.59	c 7	CPU time              : 1.08783 s
7.34/7.59	c 7	
7.34/7.59	c 7	SATISFIABLE
7.43/7.61	c 7	OK
7.43/7.61	c 7	FOUND: _COST <= 631
7.43/7.61	s SATISFIABLE
7.43/7.61	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.43/7.61	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'
7.43/7.69	c 7	Decoding HOME/temp.out
7.43/7.85	c 7	OBJECTIVE _COST 358
7.43/7.85	o 358
7.43/7.86	v 0 0 5 27 27 6 6 27 6 27 27 6 27 26 6 6 25 6 12 27 5 25 25 4 26 27 5 19 26 5 13 27 6 24 25 6 23 26 5 5 27 5 25 26 4 12 27 5 6 27 6 26 27 5 23 25 5 22 26 6 13 27 6 21 25 0 13 25 6 14 26 0 27 25 6 20 26 6 26 26 6 7 27 0 14 12 14 14 14 14 13 11 13 13 12 14 13 14 11 13 12 13 13 12 14 14 14 14 12 14 14 14
7.43/7.86	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.43/7.88	c 7	OK
7.43/7.88	c 7	OBJECTIVE BOUND: 0 <= _COST <= 358
7.43/7.88	c 7	SEARCHING: _COST <= 179
7.43/7.88	c 7	============================[ Search Statistics ]==============================
7.43/7.88	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.43/7.88	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.43/7.88	c 7	===============================================================================
7.43/7.88	c 7	|        17 |   27692  2074093  6173015 |   691364       17     12 |  0.000 % |
7.81/8.00	c 8	===============================================================================
7.81/8.00	c 8	restarts              : 2
7.81/8.00	c 8	conflicts             : 33            (27 /sec)
7.81/8.00	c 8	decisions             : 929           (0.65 % random) (759 /sec)
7.81/8.00	c 8	propagations          : 67815          (55413 /sec)
7.81/8.00	c 8	conflict literals     : 370            (14.15 % deleted)
7.81/8.00	c 8	Memory used           : 88.20 MB
7.81/8.00	c 8	CPU time              : 1.22381 s
7.81/8.00	c 8	
7.81/8.00	c 8	SATISFIABLE
7.81/8.01	c 8	OK
7.81/8.01	c 8	FOUND: _COST <= 179
7.81/8.01	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.81/8.01	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.81/8.09	c 8	Decoding HOME/temp.out
7.82/8.25	c 8	OBJECTIVE _COST 179
7.82/8.25	o 179
7.82/8.26	v 0 0 0 27 27 6 21 27 0 22 27 1 7 26 0 22 25 6 6 27 6 27 27 6 26 26 5 24 27 6 25 27 4 24 25 3 5 26 5 27 27 6 27 26 5 23 25 6 18 27 4 27 27 5 20 25 6 6 26 6 17 26 5 26 25 6 14 25 0 26 26 6 19 25 5 13 27 6 12 26 5 25 27 6 14 1 14 2 14 1 14 14 13 12 14 9 8 12 13 12 11 10 12 14 13 12 14 1 13 12 13 12
7.82/8.26	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.82/8.28	c 8	OK
7.82/8.28	c 8	OBJECTIVE BOUND: 0 <= _COST <= 179
7.82/8.28	c 8	SEARCHING: _COST <= 89
7.82/8.28	c 8	============================[ Search Statistics ]==============================
7.82/8.28	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.82/8.28	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.82/8.28	c 8	===============================================================================
7.82/8.28	c 8	|        33 |   17486  2074093  6173015 |   691364       33     11 |  0.000 % |
8.20/8.48	c 8	|       135 |   17486  2074093  6173015 |   760500      135     28 | 46.089 % |
8.30/8.52	c 8	===============================================================================
8.30/8.52	c 8	restarts              : 4
8.30/8.52	c 8	conflicts             : 143           (97 /sec)
8.30/8.52	c 8	decisions             : 1778          (0.56 % random) (1206 /sec)
8.30/8.52	c 8	propagations          : 261379         (177353 /sec)
8.30/8.52	c 8	conflict literals     : 3889           (19.01 % deleted)
8.30/8.52	c 8	Memory used           : 88.33 MB
8.30/8.52	c 8	CPU time              : 1.47378 s
8.30/8.52	c 8	
8.30/8.52	c 8	SATISFIABLE
8.30/8.53	c 8	OK
8.30/8.53	c 8	FOUND: _COST <= 89
8.30/8.53	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.30/8.53	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'
8.33/8.61	c 8	Decoding HOME/temp.out
8.48/8.78	c 8	OBJECTIVE _COST 89
8.48/8.78	o 89
8.48/8.79	v 0 0 0 27 27 6 26 27 5 12 27 5 21 26 6 27 25 5 20 27 6 27 25 6 19 26 5 13 26 6 5 27 5 20 25 6 25 26 5 27 27 6 27 26 6 26 25 6 20 27 6 24 27 0 22 25 1 14 26 0 26 26 6 26 25 6 25 25 6 24 26 5 21 25 6 18 25 6 23 26 6 24 27 5 14 2 13 12 12 13 14 14 13 12 13 12 13 12 12 12 14 14 2 3 1 14 14 13 12 12 12 13
8.48/8.79	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.57/8.86	c 8	OK
8.57/8.86	c 8	OBJECTIVE BOUND: 0 <= _COST <= 89
8.57/8.86	c 8	SEARCHING: _COST <= 44
8.57/8.86	c 8	============================[ Search Statistics ]==============================
8.57/8.86	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.57/8.86	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.57/8.86	c 8	===============================================================================
8.57/8.86	c 8	|       143 |   14929  2074093  6173015 |   691364      143     27 | 46.089 % |
8.63/8.91	c 8	===============================================================================
8.63/8.91	c 8	restarts              : 5
8.63/8.91	c 8	conflicts             : 167           (108 /sec)
8.63/8.91	c 8	decisions             : 2076          (0.53 % random) (1343 /sec)
8.63/8.91	c 8	propagations          : 294122         (190276 /sec)
8.63/8.91	c 8	conflict literals     : 4206           (18.55 % deleted)
8.63/8.91	c 8	Memory used           : 88.33 MB
8.63/8.91	c 8	CPU time              : 1.54576 s
8.63/8.91	c 8	
8.63/8.91	c 8	SATISFIABLE
8.63/8.92	c 8	OK
8.63/8.92	c 8	FOUND: _COST <= 44
8.63/8.92	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.63/8.92	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'
8.66/9.01	c 9	Decoding HOME/temp.out
8.66/9.17	c 9	OBJECTIVE _COST 44
8.66/9.17	o 44
8.66/9.17	v 0 0 0 27 27 6 21 27 5 17 27 6 19 26 5 27 25 6 20 27 6 27 25 6 5 26 5 16 26 6 21 27 0 13 25 6 7 26 0 27 27 6 13 26 6 18 25 6 6 27 6 12 27 5 23 25 2 11 26 4 26 26 5 26 25 6 25 25 5 14 26 0 22 25 1 20 25 6 25 26 4 24 27 3 14 2 13 12 13 12 12 12 13 12 14 1 14 1 14 14 12 13 7 6 10 14 13 14 2 12 11 9
8.66/9.18	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
8.92/9.20	c 9	OK
8.92/9.20	c 9	OBJECTIVE BOUND: 0 <= _COST <= 44
8.92/9.20	c 9	SEARCHING: _COST <= 22
8.92/9.20	c 9	============================[ Search Statistics ]==============================
8.92/9.20	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.92/9.20	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.92/9.20	c 9	===============================================================================
8.92/9.20	c 9	|       167 |   13098  2074093  6173015 |   691364      167     25 | 46.089 % |
8.92/9.28	c 9	|       268 |   13082  2074093  6173015 |   760500      268     21 | 58.165 % |
9.01/9.31	c 9	===============================================================================
9.01/9.31	c 9	restarts              : 7
9.01/9.31	c 9	conflicts             : 374           (224 /sec)
9.01/9.31	c 9	decisions             : 2909          (0.41 % random) (1742 /sec)
9.01/9.31	c 9	propagations          : 398835         (238860 /sec)
9.01/9.31	c 9	conflict literals     : 7696           (15.97 % deleted)
9.01/9.31	c 9	Memory used           : 88.33 MB
9.01/9.31	c 9	CPU time              : 1.66975 s
9.01/9.31	c 9	
9.01/9.31	c 9	SATISFIABLE
9.01/9.32	c 9	OK
9.01/9.32	c 9	FOUND: _COST <= 22
9.01/9.32	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.01/9.32	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.03/9.43	c 9	Decoding HOME/temp.out
9.03/9.59	c 9	OBJECTIVE _COST 22
9.03/9.59	o 22
9.04/9.60	v 0 0 6 5 27 5 26 27 6 23 27 5 11 26 4 17 25 3 18 27 4 24 25 5 13 26 6 23 26 6 20 27 6 26 25 5 12 26 5 16 27 6 7 26 0 21 25 0 6 27 6 20 27 6 23 25 5 25 26 4 19 26 5 27 25 6 14 25 0 22 26 1 9 25 2 3 25 3 4 26 4 10 27 3 14 13 12 13 11 9 8 10 12 14 14 13 13 12 14 2 1 12 13 11 10 12 14 2 4 6 8 9
9.04/9.60	c 9	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.04/9.62	c 9	OK
9.04/9.62	c 9	OBJECTIVE BOUND: 0 <= _COST <= 22
9.04/9.62	c 9	SEARCHING: _COST <= 11
9.04/9.62	c 9	============================[ Search Statistics ]==============================
9.04/9.62	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.04/9.62	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.04/9.62	c 9	===============================================================================
9.04/9.62	c 9	|       374 |   11585  2074093  6173015 |   691364      374     21 | 58.165 % |
9.04/9.65	c 9	|       475 |   11585  2074093  6173015 |   760500      475     21 | 63.054 % |
9.04/9.67	c 9	|       626 |   11585  2074093  6173015 |   836550      626     22 | 63.054 % |
9.38/9.70	c 9	|       852 |   11585  2074093  6173015 |   920205      852     23 | 63.054 % |
9.38/9.74	c 9	|      1189 |   11585  2074093  6173015 |  1012226     1189     23 | 63.054 % |
9.47/9.80	c 9	|      1697 |   11585  2074093  6173015 |  1113449     1697     26 | 63.054 % |
9.47/9.84	c 9	===============================================================================
9.47/9.84	c 9	restarts              : 13
9.47/9.84	c 9	conflicts             : 2000          (1054 /sec)
9.47/9.84	c 9	decisions             : 6302          (0.29 % random) (3323 /sec)
9.47/9.84	c 9	propagations          : 588148         (310088 /sec)
9.47/9.84	c 9	conflict literals     : 54553          (9.07 % deleted)
9.47/9.84	c 9	Memory used           : 88.33 MB
9.47/9.84	c 9	CPU time              : 1.89671 s
9.47/9.84	c 9	
9.47/9.84	c 9	SATISFIABLE
9.47/9.85	c 9	OK
9.47/9.85	c 9	FOUND: _COST <= 11
9.47/9.85	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.47/9.85	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.52/9.93	c 9	Decoding HOME/temp.out
9.52/10.29	c 10	OBJECTIVE _COST 11
9.52/10.29	o 11
9.52/10.29	v 0 0 0 13 27 6 14 27 0 8 27 1 23 26 2 10 25 3 11 27 4 24 25 5 6 26 6 22 26 6 12 27 5 25 25 6 7 26 0 24 27 6 26 26 5 27 25 6 19 27 5 20 27 6 22 25 5 4 26 4 17 26 3 16 25 2 15 25 1 21 26 0 25 25 6 5 25 5 18 26 4 3 27 3 14 1 14 2 4 6 8 10 12 14 13 12 14 1 13 12 13 12 13 11 9 7 5 3 1 13 11 9
9.52/10.30	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
9.52/10.34	c 10	OK
9.52/10.34	c 10	OBJECTIVE BOUND: 0 <= _COST <= 11
9.52/10.34	c 10	SEARCHING: _COST <= 5
9.52/10.34	c 10	============================[ Search Statistics ]==============================
9.52/10.35	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.52/10.35	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.52/10.35	c 10	===============================================================================
9.52/10.35	c 10	|      2000 |   10231  2074093  6173015 |   691364     2000     27 | 63.054 % |
9.52/10.36	c 10	|      2102 |   10231  2074093  6173015 |   760500     2102     27 | 67.738 % |
9.52/10.38	c 10	|      2253 |   10231  2074093  6173015 |   836550     2253     27 | 67.738 % |
10.02/10.41	c 10	===============================================================================
10.02/10.41	c 10	restarts              : 16
10.02/10.41	c 10	conflicts             : 2442          (1237 /sec)
10.02/10.41	c 10	decisions             : 7303          (0.30 % random) (3698 /sec)
10.02/10.41	c 10	propagations          : 644520         (326389 /sec)
10.02/10.41	c 10	conflict literals     : 66051          (8.60 % deleted)
10.02/10.41	c 10	Memory used           : 88.46 MB
10.02/10.41	c 10	CPU time              : 1.9747 s
10.02/10.41	c 10	
10.02/10.41	c 10	SATISFIABLE
10.02/10.42	c 10	OK
10.02/10.42	c 10	FOUND: _COST <= 5
10.02/10.42	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.02/10.42	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'
10.04/10.50	c 10	Decoding HOME/temp.out
10.04/10.85	c 10	OBJECTIVE _COST 5
10.04/10.85	o 5
10.04/10.85	v 0 0 0 8 27 1 21 27 0 15 27 1 14 26 0 20 25 6 5 27 5 27 25 6 19 26 5 11 26 4 17 27 3 23 25 2 22 26 1 9 27 2 24 26 3 4 25 4 26 27 5 6 27 6 19 25 5 13 26 6 19 26 5 27 25 6 12 25 5 25 26 4 3 25 3 16 25 2 10 26 3 18 27 4 14 2 3 2 3 1 13 12 13 11 9 7 5 4 6 8 10 12 13 12 13 12 13 11 9 7 6 8
10.04/10.86	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.46/10.91	c 10	OK
10.46/10.91	c 10	OBJECTIVE BOUND: 0 <= _COST <= 5
10.46/10.91	c 10	SEARCHING: _COST <= 2
10.46/10.91	c 10	============================[ Search Statistics ]==============================
10.46/10.92	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.46/10.92	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.46/10.92	c 10	===============================================================================
10.46/10.92	c 10	|      2442 |    8934  2074093  6173015 |   691364     2442     27 | 67.738 % |
10.46/10.93	c 10	|      2543 |    8934  2074093  6173015 |   760500     2543     27 | 72.805 % |
10.46/10.95	c 10	|      2693 |    8934  2074093  6173015 |   836550     2693     27 | 72.805 % |
10.46/10.97	c 10	|      2918 |    8934  2074093  6173015 |   920205     2918     28 | 72.805 % |
10.58/11.01	c 11	|      3255 |    8934  2074093  6173015 |  1012226     3255     29 | 72.805 % |
10.58/11.06	c 11	|      3761 |    8934  2074093  6173015 |  1113449     3761     31 | 72.805 % |
10.58/11.09	c 11	===============================================================================
10.58/11.09	c 11	restarts              : 22
10.58/11.09	c 11	conflicts             : 4027          (1853 /sec)
10.58/11.09	c 11	decisions             : 10365         (0.27 % random) (4771 /sec)
10.58/11.09	c 11	propagations          : 826619         (380462 /sec)
10.58/11.09	c 11	conflict literals     : 122713         (7.49 % deleted)
10.58/11.09	c 11	Memory used           : 88.72 MB
10.58/11.09	c 11	CPU time              : 2.17267 s
10.58/11.09	c 11	
10.58/11.09	c 11	SATISFIABLE
10.67/11.10	c 11	OK
10.67/11.10	c 11	FOUND: _COST <= 2
10.67/11.10	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.67/11.10	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.67/11.18	c 11	Decoding HOME/temp.out
10.68/11.45	c 11	OBJECTIVE _COST 2
10.68/11.45	o 2
10.68/11.46	v 0 0 0 13 27 6 19 27 5 4 27 4 5 26 5 8 25 4 17 27 3 23 25 2 3 26 3 11 26 4 26 27 5 18 25 4 12 26 5 25 27 4 26 26 5 6 25 6 21 27 0 22 27 1 2 25 2 24 26 3 16 26 2 10 25 3 9 25 2 15 26 1 7 25 0 20 25 6 14 26 0 27 27 6 14 1 13 11 10 11 9 7 6 8 10 11 10 11 10 12 14 2 4 6 7 6 7 5 3 1 14 1
10.68/11.46	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.68/11.48	c 11	OK
10.68/11.48	c 11	OBJECTIVE BOUND: 0 <= _COST <= 2
10.68/11.48	c 11	SEARCHING: _COST <= 1
10.68/11.48	c 11	============================[ Search Statistics ]==============================
10.68/11.49	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.68/11.49	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.68/11.49	c 11	===============================================================================
10.68/11.49	c 11	|      4027 |    7531  2074093  6173015 |   691364     4027     30 | 72.805 % |
11.05/11.50	c 11	|      4128 |    7531  2074093  6173015 |   760500     4128     30 | 79.153 % |
11.05/11.51	c 11	|      4278 |    7531  2074093  6173015 |   836550     4278     30 | 79.153 % |
11.05/11.54	c 11	|      4504 |    7531  2074093  6173015 |   920205     4504     30 | 79.153 % |
11.05/11.58	c 11	|      4843 |    7531  2074093  6173015 |  1012226     4843     31 | 79.153 % |
11.15/11.63	c 11	|      5350 |    7531  2074093  6173015 |  1113449     5350     32 | 79.153 % |
11.25/11.71	c 11	|      6109 |    7531  2074093  6173015 |  1224794     6109     32 | 79.153 % |
11.35/11.84	c 11	|      7248 |    7531  2074093  6173015 |  1347273     7248     36 | 79.153 % |
11.54/12.03	c 12	|      8956 |    7531  2074093  6173015 |  1482000     8956     37 | 79.153 % |
11.84/12.36	c 12	|     11518 |    7531  2074093  6173015 |  1630200    11518     41 | 79.153 % |
12.34/12.84	c 12	|     15362 |    7531  2074093  6173015 |  1793221    15362     45 | 79.153 % |
13.53/14.00	c 14	|     21129 |    7531  2074093  6173015 |  1972543    21129     55 | 79.153 % |
15.32/15.86	c 15	|     29778 |    7531  2074093  6173015 |  2169797    29778     67 | 79.153 % |
18.58/19.11	c 19	|     42753 |    7531  2074093  6173015 |  2386777    42753     72 | 79.153 % |
27.61/28.25	c 28	|     62215 |    7531  2074093  6173015 |  2625454    62215     72 | 79.153 % |
43.87/44.63	c 44	|     91409 |    7531  2074093  6173015 |  2888000    91409     79 | 79.153 % |
79.65/80.80	c 80	|    135198 |    5773    29383   103383 |  3176800   135074     74 | 79.153 % |
162.83/164.65	c 164	|    200884 |    5773    29383   103383 |  3494480   200760     77 | 79.153 % |
325.51/328.78	c 328	|    299411 |    5773    29383   103383 |  3843928   299287     90 | 79.153 % |
706.68/713.26	c 713	|    447201 |    5773    29383   103383 |  4228321   447077     99 | 79.153 % |
1462.85/1476.05	c 1476	|    668884 |    5773    29383   103383 |  4651153   668760    103 | 79.153 % |
3548.29/3577.08	c 3577	|   1001409 |    5773    29383   103383 |  5116268  1001285    101 | 79.153 % |
3600.08/3628.81	c ERROR INTERRUPTED
3600.08/3628.88	c 3628	CPU 3597.93 (0.07 0.03 3597.86 2.21)
3600.08/3628.88	c 3628	END Fri Jul 11 18:30:29 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-1108147-1215790200/watcher-1108147-1215790200 -o /tmp/evaluation-result-1108147-1215790200/solver-1108147-1215790200 -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-1108147-1215790200.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.47 2.59 2.59 4/73 16046
/proc/meminfo: memFree=1477728/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=12268 CPUtime=0
/proc/16046/stat : 16046 (sugar++) R 16044 16046 16009 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 35721959 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16046/statm: 3067 316 241 3 0 167 0

[startup+0.082346 s]
/proc/loadavg: 2.47 2.59 2.59 4/73 16046
/proc/meminfo: memFree=1477728/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.07
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 35721959 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101905 s]
/proc/loadavg: 2.47 2.59 2.59 4/73 16046
/proc/meminfo: memFree=1477728/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.07
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35721959 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301932 s]
/proc/loadavg: 2.47 2.59 2.59 4/73 16046
/proc/meminfo: memFree=1477728/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.07
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35721959 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702004 s]
/proc/loadavg: 2.47 2.59 2.59 4/73 16046
/proc/meminfo: memFree=1477728/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.07
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 35721959 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50214 s]
/proc/loadavg: 2.51 2.59 2.59 4/84 16068
/proc/meminfo: memFree=1467920/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1296 4726 0 1 5 2 57 3 15 0 1 0 35721959 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1104 409 3 0 764 0
[pid=16059] ppid=16046 vsize=5356 CPUtime=0
/proc/16059/stat : 16059 (sh) S 16046 16046 16009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35722031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16059/statm: 1339 233 193 169 0 50 0
[pid=16060] ppid=16059 vsize=868352 CPUtime=0.75
/proc/16060/stat : 16060 (java) S 16059 16046 16009 0 -1 0 7876 0 1 0 72 3 0 0 18 0 9 0 35722031 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16060/statm: 217088 7133 2539 9 0 211663 0
[pid=16060/tid=16061] ppid=16059 vsize=868352 CPUtime=0.36
/proc/16060/task/16061/stat : 16061 (java) R 16059 16046 16009 0 -1 64 2645 0 1 0 35 1 0 0 19 0 9 0 35722032 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16062] ppid=16059 vsize=868352 CPUtime=0.2
/proc/16060/task/16062/stat : 16062 (java) S 16059 16046 16009 0 -1 64 3111 0 0 0 19 1 0 0 16 0 9 0 35722033 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16063] ppid=16059 vsize=868352 CPUtime=0
/proc/16060/task/16063/stat : 16063 (java) S 16059 16046 16009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35722033 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16064] ppid=16059 vsize=868352 CPUtime=0
/proc/16060/task/16064/stat : 16064 (java) S 16059 16046 16009 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35722033 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16065] ppid=16059 vsize=868352 CPUtime=0
/proc/16060/task/16065/stat : 16065 (java) S 16059 16046 16009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35722035 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16066] ppid=16059 vsize=868352 CPUtime=0.17
/proc/16060/task/16066/stat : 16066 (java) R 16059 16046 16009 0 -1 64 1428 0 0 0 17 0 0 0 16 0 9 0 35722035 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 104300274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16067] ppid=16059 vsize=868352 CPUtime=0
/proc/16060/task/16067/stat : 16067 (java) S 16059 16046 16009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35722035 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16068] ppid=16059 vsize=868352 CPUtime=0
/proc/16060/task/16068/stat : 16068 (java) S 16059 16046 16009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35722035 889192448 7133 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890448

[startup+3.10141 s]
/proc/loadavg: 2.51 2.59 2.59 3/84 16068
/proc/meminfo: memFree=1452240/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1297 4726 0 1 5 2 57 3 15 0 1 0 35721959 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1104 409 3 0 764 0
[pid=16059] ppid=16046 vsize=5356 CPUtime=0
/proc/16059/stat : 16059 (sh) S 16046 16046 16009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35722031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16059/statm: 1339 233 193 169 0 50 0
[pid=16060] ppid=16059 vsize=868464 CPUtime=2.34
/proc/16060/stat : 16060 (java) S 16059 16046 16009 0 -1 0 8831 0 1 0 221 13 0 0 18 0 9 0 35722031 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16060/statm: 217116 7775 2565 9 0 211663 0
[pid=16060/tid=16061] ppid=16059 vsize=868464 CPUtime=1.62
/proc/16060/task/16061/stat : 16061 (java) R 16059 16046 16009 0 -1 64 3008 0 1 0 155 7 0 0 25 0 9 0 35722032 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4126590368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16062] ppid=16059 vsize=868464 CPUtime=0.4
/proc/16060/task/16062/stat : 16062 (java) S 16059 16046 16009 0 -1 64 3640 0 0 0 38 2 0 0 16 0 9 0 35722033 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16063] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16063/stat : 16063 (java) S 16059 16046 16009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35722033 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16064] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16064/stat : 16064 (java) S 16059 16046 16009 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35722033 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16065] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16065/stat : 16065 (java) S 16059 16046 16009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35722035 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16066] ppid=16059 vsize=868464 CPUtime=0.28
/proc/16060/task/16066/stat : 16066 (java) S 16059 16046 16009 0 -1 64 1491 0 0 0 27 1 0 0 16 0 9 0 35722035 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16067] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16067/stat : 16067 (java) S 16059 16046 16009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35722035 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16068] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16068/stat : 16068 (java) S 16059 16046 16009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35722035 889307136 7775 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890560

[startup+6.30295 s]
/proc/loadavg: 2.51 2.59 2.59 3/84 16068
/proc/meminfo: memFree=1417168/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=16740 CPUtime=0.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 1297 4726 0 1 5 2 57 3 16 0 1 0 35721959 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4185 1104 409 3 0 764 0
[pid=16059] ppid=16046 vsize=5356 CPUtime=0
/proc/16059/stat : 16059 (sh) S 16046 16046 16009 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35722031 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16059/statm: 1339 233 193 169 0 50 0
[pid=16060] ppid=16059 vsize=868464 CPUtime=5.47
/proc/16060/stat : 16060 (java) S 16059 16046 16009 0 -1 0 9663 0 1 0 506 41 0 0 18 0 9 0 35722031 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16060/statm: 217116 7786 2568 9 0 211663 0
[pid=16060/tid=16061] ppid=16059 vsize=868464 CPUtime=4.52
/proc/16060/task/16061/stat : 16061 (java) S 16059 16046 16009 0 -1 64 3836 0 1 0 422 30 0 0 25 0 9 0 35722032 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16062] ppid=16059 vsize=868464 CPUtime=0.64
/proc/16060/task/16062/stat : 16062 (java) S 16059 16046 16009 0 -1 64 3640 0 0 0 55 9 0 0 16 0 9 0 35722033 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16063] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16063/stat : 16063 (java) S 16059 16046 16009 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35722033 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16064] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16064/stat : 16064 (java) S 16059 16046 16009 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35722033 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16065] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16065/stat : 16065 (java) S 16059 16046 16009 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35722035 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16066] ppid=16059 vsize=868464 CPUtime=0.29
/proc/16060/task/16066/stat : 16066 (java) S 16059 16046 16009 0 -1 64 1495 0 0 0 28 1 0 0 16 0 9 0 35722035 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16067] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16067/stat : 16067 (java) S 16059 16046 16009 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 35722035 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16060/tid=16068] ppid=16059 vsize=868464 CPUtime=0
/proc/16060/task/16068/stat : 16068 (java) S 16059 16046 16009 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35722035 889307136 7786 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890560

[startup+12.701 s]
/proc/loadavg: 2.58 2.61 2.60 3/75 16149
/proc/meminfo: memFree=1338584/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 15 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=93104 CPUtime=3.57
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 22879 0 0 0 338 19 0 0 25 0 1 0 35722590 95338496 22812 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 23276 22812 80 151 0 23122 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 110108

[startup+25.5012 s]
/proc/loadavg: 2.49 2.59 2.59 3/75 16149
/proc/meminfo: memFree=1320600/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=108348 CPUtime=16.25
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 26678 0 0 0 1603 22 0 0 25 0 1 0 35722590 110948352 26611 996147200 134512640 135134323 4294956192 18446744073709551615 134528262 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 27087 26611 80 151 0 26933 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 125352

[startup+51.1016 s]
/proc/loadavg: 2.32 2.54 2.57 3/75 16149
/proc/meminfo: memFree=1301272/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=121984 CPUtime=41.64
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 30065 0 0 0 4137 27 0 0 25 0 1 0 35722590 124911616 29998 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 30496 29998 80 151 0 30342 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 138988

[startup+102.306 s]
/proc/loadavg: 2.13 2.45 2.54 3/75 16149
/proc/meminfo: memFree=1291544/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=122252 CPUtime=92.4
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 30121 0 0 0 9213 27 0 0 25 0 1 0 35722590 125186048 30054 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 30563 30054 80 151 0 30409 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 139256

[startup+162.302 s]
/proc/loadavg: 2.05 2.36 2.50 3/75 16149
/proc/meminfo: memFree=1281048/2055920 swapFree=4179684/4192956

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

[pid=16069] ppid=16046 vsize=439432 CPUtime=2828.46
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 108872 0 0 0 282716 130 0 0 25 0 1 0 35722590 449978368 108805 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 109858 108805 80 151 0 109704 0
Current children cumulated CPU time (s) 2837.13
Current children cumulated vsize (KiB) 456436

[startup+2922.3 s]
/proc/loadavg: 2.21 2.15 2.05 3/75 16157
/proc/meminfo: memFree=679448/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=442768 CPUtime=2887.96
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 109744 0 0 0 288664 132 0 0 25 0 1 0 35722590 453394432 109677 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 110692 109677 80 151 0 110538 0
Current children cumulated CPU time (s) 2896.63
Current children cumulated vsize (KiB) 459772

[startup+2982.3 s]
/proc/loadavg: 2.08 2.12 2.04 3/75 16157
/proc/meminfo: memFree=670744/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=446424 CPUtime=2947.43
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 110616 0 0 0 294610 133 0 0 25 0 1 0 35722590 457138176 110549 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 111606 110549 80 151 0 111452 0
Current children cumulated CPU time (s) 2956.1
Current children cumulated vsize (KiB) 463428

[startup+3042.3 s]
/proc/loadavg: 2.03 2.10 2.03 3/75 16157
/proc/meminfo: memFree=662808/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=449560 CPUtime=3006.91
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 111416 0 0 0 300557 134 0 0 25 0 1 0 35722590 460349440 111349 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 112390 111349 80 151 0 112236 0
Current children cumulated CPU time (s) 3015.58
Current children cumulated vsize (KiB) 466564

[startup+3102.3 s]
/proc/loadavg: 2.01 2.08 2.03 3/75 16157
/proc/meminfo: memFree=656920/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=452544 CPUtime=3066.39
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 112170 0 0 0 306503 136 0 0 25 0 1 0 35722590 463405056 112103 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 113136 112103 80 151 0 112982 0
Current children cumulated CPU time (s) 3075.06
Current children cumulated vsize (KiB) 469548

[startup+3162.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/75 16157
/proc/meminfo: memFree=650904/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=455688 CPUtime=3125.89
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 112957 0 0 0 312452 137 0 0 25 0 1 0 35722590 466624512 112890 996147200 134512640 135134323 4294956192 18446744073709551615 134532169 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 113922 112890 80 151 0 113768 0
Current children cumulated CPU time (s) 3134.56
Current children cumulated vsize (KiB) 472692

[startup+3222.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 16157
/proc/meminfo: memFree=645464/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=458260 CPUtime=3185.36
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 113599 0 0 0 318399 137 0 0 25 0 1 0 35722590 469258240 113532 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/16069/statm: 114565 113532 80 151 0 114411 0
Current children cumulated CPU time (s) 3194.03
Current children cumulated vsize (KiB) 475264

[startup+3282.3 s]
/proc/loadavg: 1.61 1.94 1.98 2/66 16179
/proc/meminfo: memFree=1182840/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=461428 CPUtime=3245.07
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 114414 0 0 0 324369 138 0 0 25 0 1 0 35722590 472502272 114347 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 115357 114347 80 151 0 115203 0
Current children cumulated CPU time (s) 3253.74
Current children cumulated vsize (KiB) 478432

[startup+3342.3 s]
/proc/loadavg: 1.22 1.77 1.92 2/66 16179
/proc/meminfo: memFree=1179640/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=464784 CPUtime=3305.03
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 115243 0 0 0 330364 139 0 0 25 0 1 0 35722590 475938816 115176 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 116196 115176 80 151 0 116042 0
Current children cumulated CPU time (s) 3313.7
Current children cumulated vsize (KiB) 481788

[startup+3402.31 s]
/proc/loadavg: 1.08 1.63 1.86 2/66 16179
/proc/meminfo: memFree=1176248/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=468092 CPUtime=3365.01
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 116088 0 0 0 336361 140 0 0 25 0 1 0 35722590 479326208 116021 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 117023 116021 80 151 0 116869 0
Current children cumulated CPU time (s) 3373.68
Current children cumulated vsize (KiB) 485096

[startup+3462.3 s]
/proc/loadavg: 1.03 1.51 1.80 2/66 16179
/proc/meminfo: memFree=1172856/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=471532 CPUtime=3424.98
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 116957 0 0 0 342357 141 0 0 25 0 1 0 35722590 482848768 116890 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 117883 116890 80 151 0 117729 0
Current children cumulated CPU time (s) 3433.65
Current children cumulated vsize (KiB) 488536

[startup+3522.3 s]
/proc/loadavg: 1.01 1.41 1.75 2/66 16179
/proc/meminfo: memFree=1169784/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=474476 CPUtime=3484.94
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 117700 0 0 0 348352 142 0 0 25 0 1 0 35722590 485863424 117633 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 118619 117633 80 151 0 118465 0
Current children cumulated CPU time (s) 3493.61
Current children cumulated vsize (KiB) 491480

[startup+3582.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/66 16179
/proc/meminfo: memFree=1165624/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=478592 CPUtime=3544.91
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 118735 0 0 0 354348 143 0 0 25 0 1 0 35722590 490078208 118668 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 119648 118668 80 151 0 119494 0
Current children cumulated CPU time (s) 3553.58
Current children cumulated vsize (KiB) 495596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.8 s]
/proc/loadavg: 1.00 1.29 1.66 2/66 16179
/proc/meminfo: memFree=1162936/2055920 swapFree=4179684/4192956
[pid=16046] ppid=16044 vsize=17004 CPUtime=8.67
/proc/16046/stat : 16046 (sugar++) S 16044 16046 16009 0 -1 4194304 2067 46189 0 10 7 3 788 69 16 0 1 0 35721959 17412096 1150 996147200 4194304 4206940 548682068528 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16046/statm: 4251 1150 414 3 0 830 0
[pid=16069] ppid=16046 vsize=481296 CPUtime=3591.41
/proc/16069/stat : 16069 (minisat-inc) R 16046 16046 16009 0 -1 4194304 119412 0 0 0 358997 144 0 0 25 0 1 0 35722590 492847104 119345 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/16069/statm: 120324 119345 80 151 0 120170 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 498300

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

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

Child status: 0
Real time (s): 3628.9
CPU time (s): 3600.21
CPU user time (s): 3597.94
CPU system time (s): 2.26766
CPU usage (%): 99.2092
Max. virtual memory (cumulated for all children) (KiB): 890560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.26765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167747
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= 12808
involuntary context switches= 81467

runsolver used 3.75343 second user time and 9.89349 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-11 17:30:00
IDJOB=1108147
IDBENCH=60683
IDSOLVER=367
FILE ID=node25/1108147-1215790200
PBS_JOBID= 7903204
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 548e1e41090fd4d73bc3a06ddb34a1a7
RANDOM SEED=1444908339

node25.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.265
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.265
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:       1478208 kB
Buffers:         29008 kB
Cached:         331732 kB
SwapCached:       8228 kB
Active:         307976 kB
Inactive:       229636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478208 kB
SwapTotal:     4192956 kB
SwapFree:      4179684 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:         181724 kB
Slab:            25076 kB
Committed_AS:   297068 kB
PageTables:       2252 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= 66532 MiB
End job on node25 at 2008-07-11 18:30:31