Trace number 1115052

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.04 3651.82

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-78_ext.xml
MD5SUM8c1f6ccac803ecd715fe8379bb39abf1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1592.6
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints752
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension752
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 Sun Jul 13 03:56:55 2008
0.00/0.04	c 0	PID 19682
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1115052-1215914215.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-1115052-1215914215.xml' 'HOME/temp.csp'
0.03/0.84	c 1	1 domains, 40 variables, 0 predicates, 752 relations, 752 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.82/0.97	c 1	Parsing HOME/temp.csp
1.01/1.17	c 1	parsed 1545 expressions
1.01/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.19	c 1	MAX CSP: 752 constraints
1.01/1.19	c 1	Converting to clausal form CSP
1.12/1.22	c 1	converted 230 (10%) expressions
1.12/1.22	c 1	converted 460 (20%) expressions
1.12/1.22	c 1	converted 690 (30%) expressions
1.12/1.24	c 1	converted 920 (40%) expressions
1.12/1.26	c 1	converted 1150 (50%) expressions
1.12/1.28	c 1	converted 1380 (60%) expressions
1.21/1.30	c 1	converted 1610 (70%) expressions
1.21/1.38	c 1	converted 1840 (80%) expressions
1.21/1.39	c 1	converted 2070 (90%) expressions
1.41/1.52	c 2	converted 2300 (100%) expressions
1.41/1.52	c 2	CSP : 1544 integers, 0 booleans, 2255 clauses, largest domain size 1129
1.41/1.52	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 2	Propagation in CSP
1.41/1.57	c 2	747 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.57	c 2	CSP : 1544 integers, 0 booleans, 2255 clauses, largest domain size 753
1.41/1.57	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.57	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.58	c 2	CSP : 1544 integers, 0 booleans, 2255 clauses, largest domain size 753
1.41/1.58	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.50/1.63	c 2	155 (10%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.50/1.63	c 2	309 (20%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.50/1.63	c 2	464 (30%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.50/1.63	c 2	618 (40%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.50/1.63	c 2	772 (50%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.50/1.65	c 2	927 (60%) CSP integer variables are encoded (6737 clauses, 86981 bytes)
1.50/1.65	c 2	1081 (70%) CSP integer variables are encoded (8430 clauses, 108990 bytes)
1.50/1.65	c 2	1236 (80%) CSP integer variables are encoded (10159 clauses, 134118 bytes)
1.50/1.65	c 2	1390 (90%) CSP integer variables are encoded (11256 clauses, 150573 bytes)
1.50/1.66	c 2	1544 (100%) CSP integer variables are encoded (12758 clauses, 173103 bytes)
1.61/1.71	c 2	226 (10%) CSP clauses are encoded (14021 clauses, 198333 bytes)
1.61/1.73	c 2	451 (20%) CSP clauses are encoded (15237 clauses, 223414 bytes)
1.61/1.75	c 2	677 (30%) CSP clauses are encoded (16474 clauses, 251367 bytes)
1.80/1.99	c 2	902 (40%) CSP clauses are encoded (97811 clauses, 1701374 bytes)
2.20/2.39	c 2	1128 (50%) CSP clauses are encoded (313823 clauses, 5671345 bytes)
2.29/2.42	c 2	1353 (60%) CSP clauses are encoded (324122 clauses, 5853735 bytes)
2.79/2.94	c 3	1579 (70%) CSP clauses are encoded (601974 clauses, 11516369 bytes)
2.79/2.96	c 3	1804 (80%) CSP clauses are encoded (613853 clauses, 11760766 bytes)
2.89/3.02	c 3	2030 (90%) CSP clauses are encoded (642525 clauses, 12364445 bytes)
3.09/3.22	c 3	2255 (100%) CSP clauses are encoded (748823 clauses, 14627670 bytes)
3.09/3.22	c 3	2255 CSP clauses encoded
3.09/3.22	c 3	Writing map file : HOME/temp.map
3.09/3.23	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.23	c 3	SAT : 14302 SAT variables, 748823 SAT clauses, 14627670 bytes
3.09/3.23	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.25	c 3	OBJECTIVE minimize _COST
3.09/3.25	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.09/3.25	c 3	SEARCHING: _COST <= 376
3.09/3.25	c 3	SOLVING HOME/temp.cnf
3.09/3.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.09/3.26	c 3	This is MiniSat 2.0 beta
3.09/3.26	c 3	WARNING: for repeatability, setting FPU to use double precision
3.09/3.26	c 3	============================[ Problem Statistics ]=============================
3.09/3.26	c 3	|                                                                             |
3.09/3.26	c 3	|  Number of variables:  14302                                                |
3.09/3.26	c 3	|  Number of clauses:    748824                                               |
3.48/3.63	c 4	|  Parsing time:         0.32         s                                       |
3.77/3.91	c 4	============================[ Search Statistics ]==============================
3.77/3.91	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.77/3.91	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.77/3.91	c 4	===============================================================================
3.77/3.91	c 4	|         0 |   10542   478933  1415177 |   159644        0    nan |  0.000 % |
3.77/3.96	c 4	===============================================================================
3.77/3.96	c 4	restarts              : 1
3.77/3.96	c 4	conflicts             : 0              (0 /sec)
3.77/3.96	c 4	decisions             : 28             (0.00 % random) (43 /sec)
3.77/3.96	c 4	propagations          : 14302          (21939 /sec)
3.77/3.96	c 4	conflict literals     : 0              ( nan % deleted)
3.77/3.96	c 4	Memory used           : 32.62 MB
3.77/3.96	c 4	CPU time              : 0.6519 s
3.77/3.96	c 4	
3.77/3.97	c 4	SATISFIABLE
3.77/3.98	c 4	FOUND: _COST <= 376
3.77/3.98	s SATISFIABLE
3.77/3.98	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.77/3.98	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.87/4.05	c 4	Decoding HOME/temp.out
3.87/4.18	c 4	OBJECTIVE _COST 376
3.87/4.18	o 376
3.87/4.18	v 6 1 7 4 7 5 1 4 6 4 6 7 5 7 7 7 1 0 3 3 5 6 6 3 4 1 7 5 6 7 7 7 7 7 7 6 7 7 7 7
3.87/4.18	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.87/4.19	c 4	OBJECTIVE BOUND: 0 <= _COST <= 376
3.87/4.19	c 4	SEARCHING: _COST <= 188
3.87/4.19	c 4	SOLVING HOME/temp.cnf
3.87/4.19	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.87/4.19	c 4	This is MiniSat 2.0 beta
3.87/4.19	c 4	WARNING: for repeatability, setting FPU to use double precision
3.87/4.19	c 4	============================[ Problem Statistics ]=============================
3.87/4.19	c 4	|                                                                             |
3.87/4.19	c 4	|  Number of variables:  14302                                                |
3.87/4.19	c 4	|  Number of clauses:    748824                                               |
4.36/4.58	c 5	|  Parsing time:         0.34         s                                       |
4.75/4.96	c 5	============================[ Search Statistics ]==============================
4.75/4.96	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.75/4.96	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.75/4.96	c 5	===============================================================================
4.75/4.96	c 5	|         0 |    8474   313963   926283 |   104654        0    nan |  0.000 % |
4.85/5.00	c 5	===============================================================================
4.85/5.00	c 5	restarts              : 1
4.85/5.00	c 5	conflicts             : 21             (28 /sec)
4.85/5.00	c 5	decisions             : 53             (0.00 % random) (70 /sec)
4.85/5.00	c 5	propagations          : 15479          (20370 /sec)
4.85/5.00	c 5	conflict literals     : 1267           (2.16 % deleted)
4.85/5.00	c 5	Memory used           : 32.84 MB
4.85/5.00	c 5	CPU time              : 0.759884 s
4.85/5.00	c 5	
4.85/5.01	c 5	SATISFIABLE
4.85/5.01	c 5	FOUND: _COST <= 188
4.85/5.01	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.85/5.01	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.85/5.09	c 5	Decoding HOME/temp.out
4.88/5.22	c 5	OBJECTIVE _COST 188
4.88/5.22	o 188
4.88/5.22	v 7 6 3 6 4 4 4 6 2 6 3 5 4 5 3 4 1 4 7 6 7 5 2 7 7 3 7 1 3 1 3 4 0 1 3 5 7 7 7 7
4.88/5.22	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.88/5.23	c 5	OBJECTIVE BOUND: 0 <= _COST <= 188
4.88/5.23	c 5	SEARCHING: _COST <= 94
4.88/5.23	c 5	SOLVING HOME/temp.cnf
4.88/5.23	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.88/5.23	c 5	This is MiniSat 2.0 beta
4.88/5.23	c 5	WARNING: for repeatability, setting FPU to use double precision
4.88/5.23	c 5	============================[ Problem Statistics ]=============================
4.88/5.23	c 5	|                                                                             |
4.88/5.23	c 5	|  Number of variables:  14302                                                |
4.88/5.23	c 5	|  Number of clauses:    748824                                               |
5.43/5.63	c 6	|  Parsing time:         0.34         s                                       |
5.83/6.04	c 6	============================[ Search Statistics ]==============================
5.83/6.04	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.83/6.04	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.83/6.04	c 6	===============================================================================
5.83/6.05	c 6	|         0 |    7158   182034   534350 |    60678        0    nan |  0.000 % |
5.83/6.09	c 6	|       100 |    7158   182034   534350 |    66745      100     49 | 49.951 % |
5.93/6.13	c 6	|       250 |    7158   182034   534350 |    73420      250     41 | 49.951 % |
5.93/6.13	c 6	===============================================================================
5.93/6.14	c 6	restarts              : 3
5.93/6.14	c 6	conflicts             : 258            (304 /sec)
5.93/6.14	c 6	decisions             : 553            (1.45 % random) (652 /sec)
5.93/6.14	c 6	propagations          : 133943         (157976 /sec)
5.93/6.14	c 6	conflict literals     : 10482          (17.33 % deleted)
5.93/6.14	c 6	Memory used           : 33.11 MB
5.93/6.14	c 6	CPU time              : 0.847871 s
5.93/6.14	c 6	
5.93/6.14	c 6	SATISFIABLE
5.93/6.15	c 6	FOUND: _COST <= 94
5.93/6.15	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.93/6.15	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.00/6.23	c 6	Decoding HOME/temp.out
6.00/6.35	c 6	OBJECTIVE _COST 90
6.00/6.35	o 90
6.00/6.35	v 7 6 7 7 7 3 1 2 7 7 6 7 4 7 0 5 3 4 7 7 7 4 2 7 0 7 7 6 5 7 2 7 5 3 6 7 7 7 7 5
6.00/6.36	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.00/6.36	c 6	OBJECTIVE BOUND: 0 <= _COST <= 90
6.00/6.36	c 6	SEARCHING: _COST <= 45
6.00/6.36	c 6	SOLVING HOME/temp.cnf
6.00/6.36	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.00/6.37	c 6	This is MiniSat 2.0 beta
6.00/6.37	c 6	WARNING: for repeatability, setting FPU to use double precision
6.00/6.37	c 6	============================[ Problem Statistics ]=============================
6.00/6.37	c 6	|                                                                             |
6.00/6.37	c 6	|  Number of variables:  14302                                                |
6.00/6.37	c 6	|  Number of clauses:    748824                                               |
6.52/6.78	c 7	|  Parsing time:         0.35         s                                       |
6.91/7.19	c 7	============================[ Search Statistics ]==============================
6.91/7.19	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.91/7.19	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.91/7.19	c 7	===============================================================================
6.91/7.19	c 7	|         0 |    6099    98638   287290 |    32879        0    nan |  0.000 % |
7.01/7.24	c 7	|       101 |    6099    98638   287290 |    36167      101     55 | 57.356 % |
7.01/7.28	c 7	|       252 |    6099    98638   287290 |    39783      252     40 | 57.356 % |
7.11/7.32	c 7	|       477 |    6099    98638   287290 |    43762      477     48 | 57.356 % |
7.21/7.41	c 7	|       814 |    6099    98638   287290 |    48138      814     42 | 57.356 % |
7.21/7.41	c 7	===============================================================================
7.21/7.41	c 7	restarts              : 5
7.21/7.41	c 7	conflicts             : 835            (852 /sec)
7.21/7.41	c 7	decisions             : 1304           (0.84 % random) (1331 /sec)
7.21/7.41	c 7	propagations          : 537637         (548693 /sec)
7.21/7.42	c 7	conflict literals     : 34792          (18.74 % deleted)
7.21/7.42	c 7	Memory used           : 33.38 MB
7.21/7.42	c 7	CPU time              : 0.979851 s
7.21/7.42	c 7	
7.21/7.42	c 7	SATISFIABLE
7.21/7.43	c 7	FOUND: _COST <= 45
7.21/7.43	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.21/7.43	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.26/7.51	c 8	Decoding HOME/temp.out
7.26/7.63	c 8	OBJECTIVE _COST 45
7.26/7.63	o 45
7.26/7.64	v 6 0 5 4 7 2 7 1 6 7 5 5 7 7 0 4 5 7 4 7 5 7 7 7 5 5 4 5 7 4 2 7 1 7 6 7 7 1 7 7
7.26/7.64	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.26/7.69	c 8	OBJECTIVE BOUND: 0 <= _COST <= 45
7.26/7.69	c 8	SEARCHING: _COST <= 22
7.26/7.69	c 8	SOLVING HOME/temp.cnf
7.26/7.69	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.26/7.70	c 8	This is MiniSat 2.0 beta
7.46/7.70	c 8	WARNING: for repeatability, setting FPU to use double precision
7.46/7.70	c 8	============================[ Problem Statistics ]=============================
7.46/7.70	c 8	|                                                                             |
7.46/7.70	c 8	|  Number of variables:  14302                                                |
7.46/7.70	c 8	|  Number of clauses:    748824                                               |
7.84/8.11	c 8	|  Parsing time:         0.37         s                                       |
8.24/8.52	c 9	============================[ Search Statistics ]==============================
8.24/8.52	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.24/8.52	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.24/8.52	c 9	===============================================================================
8.24/8.52	c 9	|         0 |    5224    55803   161387 |    18601        0    nan |  0.000 % |
8.24/8.57	c 9	|       101 |    5224    55803   161387 |    20461      101     45 | 63.474 % |
8.34/8.60	c 9	|       253 |    5224    55803   161387 |    22507      253     40 | 63.474 % |
8.34/8.63	c 9	|       479 |    5224    55803   161387 |    24757      479     44 | 63.474 % |
8.44/8.70	c 9	|       816 |    5224    55803   161387 |    27233      816     37 | 63.474 % |
8.44/8.71	c 9	===============================================================================
8.44/8.71	c 9	restarts              : 5
8.44/8.71	c 9	conflicts             : 834            (864 /sec)
8.44/8.71	c 9	decisions             : 1147           (0.87 % random) (1189 /sec)
8.44/8.71	c 9	propagations          : 502560         (520867 /sec)
8.44/8.71	c 9	conflict literals     : 30766          (22.23 % deleted)
8.44/8.71	c 9	Memory used           : 33.35 MB
8.44/8.71	c 9	CPU time              : 0.964853 s
8.44/8.71	c 9	
8.44/8.71	c 9	SATISFIABLE
8.44/8.72	c 9	FOUND: _COST <= 22
8.44/8.72	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.44/8.72	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.54/8.81	c 9	Decoding HOME/temp.out
8.64/8.93	c 9	OBJECTIVE _COST 22
8.64/8.93	o 22
8.64/8.94	v 7 1 7 2 7 3 7 7 7 5 6 0 4 7 0 7 3 4 2 7 7 7 4 2 5 7 7 7 6 5 2 7 7 1 7 6 7 7 7 7
8.64/8.94	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.64/8.99	c 9	OBJECTIVE BOUND: 0 <= _COST <= 22
8.64/8.99	c 9	SEARCHING: _COST <= 11
8.64/8.99	c 9	SOLVING HOME/temp.cnf
8.64/8.99	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.64/8.99	c 9	This is MiniSat 2.0 beta
8.64/8.99	c 9	WARNING: for repeatability, setting FPU to use double precision
8.64/8.99	c 9	============================[ Problem Statistics ]=============================
8.64/8.99	c 9	|                                                                             |
8.64/9.00	c 9	|  Number of variables:  14302                                                |
8.64/9.00	c 9	|  Number of clauses:    748824                                               |
8.70/9.40	c 9	|  Parsing time:         0.36         s                                       |
8.70/9.80	c 10	============================[ Search Statistics ]==============================
8.70/9.80	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.70/9.80	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.70/9.80	c 10	===============================================================================
8.70/9.80	c 10	|         0 |    4439    33687    97383 |    11229        0    nan |  0.000 % |
8.70/9.84	c 10	|       101 |    4439    33687    97383 |    12351      101     46 | 68.962 % |
8.70/9.88	c 10	|       251 |    4439    33687    97383 |    13587      251     35 | 68.962 % |
9.58/9.91	c 10	|       476 |    4439    33687    97383 |    14945      476     45 | 68.962 % |
9.58/9.98	c 10	|       813 |    4439    33687    97383 |    16440      813     37 | 68.962 % |
9.68/10.07	c 10	|      1319 |    4439    33687    97383 |    18084     1319     34 | 68.962 % |
9.78/10.18	c 10	|      2078 |    4439    33687    97383 |    19892     2078     39 | 68.962 % |
10.08/10.43	c 10	|      3218 |    4439    33687    97383 |    21882     3218     34 | 68.962 % |
10.48/10.82	c 11	|      4926 |    4439    33687    97383 |    24070     4926     31 | 68.962 % |
10.97/11.30	c 11	|      7489 |    4439    33687    97383 |    26477     7489     37 | 68.962 % |
11.47/11.86	c 12	===============================================================================
11.47/11.86	c 12	restarts              : 10
11.47/11.86	c 12	conflicts             : 9913           (3547 /sec)
11.47/11.86	c 12	decisions             : 11943          (0.44 % random) (4274 /sec)
11.47/11.86	c 12	propagations          : 5790966        (2072217 /sec)
11.47/11.86	c 12	conflict literals     : 374646         (21.79 % deleted)
11.47/11.86	c 12	Memory used           : 32.96 MB
11.47/11.86	c 12	CPU time              : 2.79458 s
11.47/11.86	c 12	
11.47/11.87	c 12	SATISFIABLE
11.47/11.87	c 12	FOUND: _COST <= 11
11.47/11.87	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.47/11.87	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.56/11.95	c 12	Decoding HOME/temp.out
11.56/12.08	c 12	OBJECTIVE _COST 11
11.56/12.08	o 11
11.56/12.09	v 3 0 0 2 7 4 4 2 7 2 7 0 7 3 3 7 2 2 7 7 0 4 1 7 5 7 4 3 4 7 4 1 4 1 7 2 3 3 7 7
11.56/12.09	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.75/12.14	c 12	OBJECTIVE BOUND: 0 <= _COST <= 11
11.75/12.14	c 12	SEARCHING: _COST <= 5
11.75/12.14	c 12	SOLVING HOME/temp.cnf
11.75/12.14	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.75/12.14	c 12	This is MiniSat 2.0 beta
11.75/12.14	c 12	WARNING: for repeatability, setting FPU to use double precision
11.75/12.14	c 12	============================[ Problem Statistics ]=============================
11.75/12.14	c 12	|                                                                             |
11.75/12.14	c 12	|  Number of variables:  14302                                                |
11.75/12.14	c 12	|  Number of clauses:    748824                                               |
11.78/12.56	c 13	|  Parsing time:         0.36         s                                       |
11.78/12.96	c 13	============================[ Search Statistics ]==============================
11.78/12.96	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.78/12.96	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.78/12.96	c 13	===============================================================================
11.78/12.96	c 13	|         0 |    3547    19930    58782 |     6643        0    nan |  0.000 % |
11.78/13.00	c 13	|       100 |    3547    19930    58782 |     7307      100     50 | 75.199 % |
11.78/13.02	c 13	|       253 |    3547    19930    58782 |     8038      253     38 | 75.200 % |
11.78/13.06	c 13	|       478 |    3547    19930    58782 |     8842      478     35 | 75.199 % |
11.78/13.12	c 13	|       815 |    3547    19930    58782 |     9726      815     30 | 75.199 % |
12.82/13.22	c 13	|      1321 |    3547    19930    58782 |    10699     1321     30 | 75.199 % |
12.92/13.37	c 13	|      2080 |    3547    19930    58782 |    11769     2080     28 | 75.199 % |
13.22/13.61	c 14	|      3219 |    3547    19930    58782 |    12945     3219     27 | 75.199 % |
13.52/13.96	c 14	|      4928 |    3547    19930    58782 |    14240     4928     27 | 75.199 % |
14.01/14.49	c 14	|      7490 |    3547    19930    58782 |    15664     7490     25 | 75.199 % |
15.00/15.44	c 15	|     11335 |    3547    19930    58782 |    17231    11335     25 | 75.199 % |
16.68/17.14	c 17	|     17103 |    3547    19930    58782 |    18954    17103     25 | 75.199 % |
19.75/20.24	c 20	|     25752 |    3547    19930    58782 |    20849    25752     24 | 75.199 % |
24.41/24.93	c 25	|     38728 |    3547    19930    58782 |    22934    18948     22 | 75.199 % |
31.44/32.04	c 32	|     58189 |    3547    19930    58782 |    25228    15878     28 | 75.199 % |
43.62/44.39	c 44	|     87381 |    3547    19930    58782 |    27750    21464     26 | 75.199 % |
62.64/63.52	c 64	|    131172 |    3547    19930    58782 |    30525    38587     28 | 75.199 % |
92.55/93.70	c 94	|    196856 |    3547    19930    58782 |    33578    19797     29 | 75.199 % |
141.88/143.57	c 144	|    295383 |    3547    19930    58782 |    36936    25590     30 | 75.199 % |
219.44/221.89	c 222	|    443174 |    3547    19930    58782 |    40630    38129     28 | 75.199 % |
338.50/345.11	c 345	|    664857 |    3547    19930    58782 |    44693    38814     28 | 75.199 % |
399.52/406.76	c 407	===============================================================================
399.52/406.76	c 407	restarts              : 21
399.52/406.76	c 407	conflicts             : 777366         (2005 /sec)
399.52/406.76	c 407	decisions             : 855817         (0.75 % random) (2207 /sec)
399.52/406.76	c 407	propagations          : 533962159      (1377181 /sec)
399.52/406.76	c 407	conflict literals     : 22419969       (28.08 % deleted)
399.52/406.76	c 407	Memory used           : 35.51 MB
399.52/406.76	c 407	CPU time              : 387.721 s
399.52/406.76	c 407	
399.52/406.77	c 407	SATISFIABLE
399.52/406.77	c 407	FOUND: _COST <= 5
399.52/406.77	c 407	DECODING HOME/temp.out WITH HOME/temp.map
399.52/406.77	c 407	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
399.61/406.86	c 407	Decoding HOME/temp.out
399.91/407.11	c 407	OBJECTIVE _COST 5
399.91/407.11	o 5
399.91/407.11	v 7 2 7 7 7 2 4 4 1 5 3 7 4 7 5 5 4 3 7 7 3 3 3 1 2 3 1 2 1 7 3 5 7 6 2 2 3 0 6 3
399.91/407.15	c 407	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
399.95/407.20	c 407	OBJECTIVE BOUND: 0 <= _COST <= 5
399.95/407.20	c 407	SEARCHING: _COST <= 2
399.95/407.20	c 407	SOLVING HOME/temp.cnf
399.95/407.20	c 407	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
399.95/407.20	c 407	This is MiniSat 2.0 beta
399.95/407.20	c 407	WARNING: for repeatability, setting FPU to use double precision
399.95/407.20	c 407	============================[ Problem Statistics ]=============================
399.95/407.20	c 407	|                                                                             |
399.95/407.20	c 407	|  Number of variables:  14302                                                |
399.95/407.20	c 407	|  Number of clauses:    748824                                               |
399.96/407.62	c 408	|  Parsing time:         0.37         s                                       |
399.96/408.01	c 408	============================[ Search Statistics ]==============================
399.96/408.01	c 408	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
399.96/408.01	c 408	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
399.96/408.01	c 408	===============================================================================
399.96/408.01	c 408	|         0 |    2536    11403    36231 |     3801        0    nan |  0.000 % |
399.96/408.06	c 408	|       101 |    2536    11403    36231 |     4181      101     45 | 82.268 % |
399.96/408.07	c 408	|       251 |    2536    11403    36231 |     4599      251     55 | 82.268 % |
400.84/408.11	c 408	|       477 |    2536    11403    36231 |     5059      477     41 | 82.268 % |
400.84/408.15	c 408	|       815 |    2536    11403    36231 |     5565      815     43 | 82.268 % |
400.94/408.23	c 408	|      1322 |    2536    11403    36231 |     6121     1322     37 | 82.268 % |
401.04/408.34	c 408	|      2081 |    2536    11403    36231 |     6733     2081     32 | 82.268 % |
401.14/408.44	c 408	|      3220 |    2536    11403    36231 |     7407     3220     29 | 82.268 % |
401.44/408.72	c 409	|      4931 |    2536    11403    36231 |     8147     4931     27 | 82.268 % |
401.84/409.15	c 409	|      7494 |    2536    11403    36231 |     8962     7494     26 | 82.268 % |
402.63/409.90	c 410	|     11339 |    2536    11403    36231 |     9858    11339     25 | 82.268 % |
403.82/411.10	c 411	|     17105 |    2536    11403    36231 |    10844    17105     27 | 82.268 % |
406.20/413.54	c 414	|     25755 |    2536    11403    36231 |    11929    14379     27 | 82.268 % |
410.06/417.48	c 417	|     38729 |    2536    11403    36231 |    13122    15470     25 | 82.268 % |
415.50/422.97	c 423	|     58193 |    2536    11403    36231 |    14434    21042     26 | 82.268 % |
423.92/431.43	c 431	|     87385 |    2536    11403    36231 |    15877    21420     23 | 82.268 % |
437.09/444.75	c 445	|    131175 |    2536    11403    36231 |    17465    18019     25 | 82.268 % |
458.78/466.67	c 467	|    196861 |    2536    11403    36231 |    19212    18072     25 | 82.268 % |
492.66/500.81	c 501	|    295388 |    2536    11403    36231 |    21133    24374     28 | 82.268 % |
548.04/556.71	c 557	|    443177 |    2536    11403    36231 |    23246    17700     28 | 82.268 % |
630.05/639.54	c 640	|    664860 |    2536    11403    36231 |    25571    19182     37 | 82.268 % |
764.07/774.80	c 775	|    997386 |    2536    11403    36231 |    28128    18481     22 | 82.268 % |
955.75/968.34	c 968	|   1496174 |    2536    11403    36231 |    30941    15502     28 | 82.268 % |
1279.57/1295.25	c 1295	|   2244356 |    2536    11403    36231 |    34035    15775     23 | 82.268 % |
1770.15/1807.71	c 1808	|   3366630 |    2536    11403    36231 |    37438    32691     25 | 82.268 % |
2346.87/2392.41	c 2392	===============================================================================
2346.87/2392.41	c 2392	restarts              : 25
2346.87/2392.41	c 2392	conflicts             : 4675181        (2402 /sec)
2346.87/2392.41	c 2392	decisions             : 5182513        (0.81 % random) (2662 /sec)
2346.87/2392.41	c 2392	propagations          : 2686374892     (1380050 /sec)
2346.87/2392.41	c 2392	conflict literals     : 132034505      (29.57 % deleted)
2346.87/2392.41	c 2392	Memory used           : 41.73 MB
2346.87/2392.41	c 2392	CPU time              : 1946.58 s
2346.87/2392.41	c 2392	
2346.87/2392.41	c 2392	SATISFIABLE
2346.87/2392.42	c 2392	FOUND: _COST <= 2
2346.87/2392.42	c 2392	DECODING HOME/temp.out WITH HOME/temp.map
2346.87/2392.42	c 2392	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2346.96/2392.53	c 2393	Decoding HOME/temp.out
2347.05/2392.66	c 2393	OBJECTIVE _COST 2
2347.05/2392.66	o 2
2347.05/2392.67	v 3 2 6 3 5 1 6 2 0 5 2 1 0 4 6 4 7 5 1 4 3 3 6 5 0 0 4 3 7 1 3 5 4 7 2 6 6 4 5 3
2347.05/2392.67	c 2393	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2347.12/2392.72	c 2393	OBJECTIVE BOUND: 0 <= _COST <= 2
2347.12/2392.72	c 2393	SEARCHING: _COST <= 1
2347.12/2392.72	c 2393	SOLVING HOME/temp.cnf
2347.12/2392.72	c 2393	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2347.12/2392.72	c 2393	This is MiniSat 2.0 beta
2347.12/2392.72	c 2393	WARNING: for repeatability, setting FPU to use double precision
2347.12/2392.72	c 2393	============================[ Problem Statistics ]=============================
2347.12/2392.72	c 2393	|                                                                             |
2347.12/2392.72	c 2393	|  Number of variables:  14302                                                |
2347.12/2392.72	c 2393	|  Number of clauses:    748824                                               |
2347.13/2393.14	c 2393	|  Parsing time:         0.37         s                                       |
2347.13/2393.53	c 2394	============================[ Search Statistics ]==============================
2347.13/2393.53	c 2394	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2347.13/2393.53	c 2394	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2347.13/2393.53	c 2394	===============================================================================
2347.13/2393.53	c 2394	|         0 |    1784     7394    26459 |     2464        0    nan |  0.000 % |
2347.13/2393.57	c 2394	|       100 |    1784     7394    26459 |     2711      100     47 | 87.526 % |
2347.13/2393.59	c 2394	|       250 |    1784     7394    26459 |     2982      250     34 | 87.526 % |
2347.99/2393.62	c 2394	|       477 |    1784     7394    26459 |     3280      477     28 | 87.526 % |
2347.99/2393.64	c 2394	|       814 |    1784     7394    26459 |     3608      814     22 | 87.526 % |
2347.99/2393.68	c 2394	|      1321 |    1784     7394    26459 |     3969     1321     19 | 87.526 % |
2348.09/2393.73	c 2394	|      2080 |    1784     7394    26459 |     4366     2080     17 | 87.526 % |
2348.19/2393.88	c 2394	|      3220 |    1784     7394    26459 |     4802     3220     39 | 87.526 % |
2348.48/2394.18	c 2394	|      4928 |    1784     7394    26459 |     5283     4928     59 | 87.526 % |
2349.09/2394.71	c 2395	|      7490 |    1784     7394    26459 |     5811     7490     56 | 87.526 % |
2349.68/2395.37	c 2395	|     11335 |    1784     7394    26459 |     6392    11335     64 | 87.526 % |
2351.07/2396.70	c 2397	|     17101 |    1784     7394    26459 |     7031    17101     52 | 87.526 % |
2352.96/2398.62	c 2399	|     25751 |    1784     7394    26459 |     7735    15950     28 | 87.526 % |
2355.95/2401.65	c 2402	|     38725 |    1784     7394    26459 |     8508    18571     25 | 87.526 % |
2360.23/2405.96	c 2406	|     58186 |    1784     7394    26459 |     9359    16904     25 | 87.526 % |
2367.09/2412.83	c 2413	|     87381 |    1784     7394    26459 |    10295    12957     24 | 87.526 % |
2378.14/2423.91	c 2424	|    131172 |    1784     7394    26459 |    11325    22057     28 | 87.526 % |
2394.67/2440.52	c 2441	|    196857 |    1784     7394    26459 |    12457    15816     26 | 87.526 % |
2421.13/2467.17	c 2467	|    295385 |    1784     7394    26459 |    13703    12755     23 | 87.526 % |
2461.84/2508.02	c 2508	|    443174 |    1784     7394    26459 |    15073    13375     23 | 87.526 % |
2523.33/2569.86	c 2570	|    664857 |    1784     7394    26459 |    16581    15990     24 | 87.526 % |
2616.47/2663.41	c 2663	|    997383 |    1784     7394    26459 |    18239    15318     20 | 87.526 % |
2764.84/2812.57	c 2813	|   1496172 |    1784     7394    26459 |    20063    22620     23 | 87.526 % |
2983.17/3031.99	c 3032	|   2244354 |    1784     7394    26459 |    22069    29730     27 | 87.526 % |
3330.07/3380.57	c 3381	|   3366628 |    1784     7394    26459 |    24276    26347     24 | 87.526 % |
3600.04/3651.82	c ERROR unknown output  in HOME/temp.out
3600.04/3651.82	c 3652	CPU 2345.92 (0.05 0.02 2345.87 1.19)
3600.04/3651.82	c 3652	END Sun Jul 13 04:57:47 2008
3600.04/3651.82	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	2	750
2 unsatisfied constraints, 750 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-1115052-1215914215/watcher-1115052-1215914215 -o /tmp/evaluation-result-1115052-1215914215/solver-1115052-1215914215 -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-1115052-1215914215.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.06 2.01 4/81 19682
/proc/meminfo: memFree=1904984/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=12268 CPUtime=0
/proc/19682/stat : 19682 (sugar) R 19680 19682 18565 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 48123731 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255245466622 0 0 4224 0 0 0 0 17 1 0 0
/proc/19682/statm: 3067 316 241 3 0 167 0

[startup+0.109556 s]
/proc/loadavg: 2.01 2.06 2.01 4/81 19682
/proc/meminfo: memFree=1904984/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13600 CPUtime=0.03
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48123731 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201572 s]
/proc/loadavg: 2.01 2.06 2.01 4/81 19682
/proc/meminfo: memFree=1904984/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13600 CPUtime=0.03
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48123731 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301586 s]
/proc/loadavg: 2.01 2.06 2.01 4/81 19682
/proc/meminfo: memFree=1904984/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13600 CPUtime=0.03
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48123731 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701665 s]
/proc/loadavg: 2.01 2.06 2.01 4/81 19682
/proc/meminfo: memFree=1904984/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13600 CPUtime=0.03
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 48123731 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 2.01 2.06 2.01 4/92 19704
/proc/meminfo: memFree=1896960/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13600 CPUtime=0.82
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 974 4844 0 1 3 1 74 4 15 0 1 0 48123731 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3400 797 370 3 0 500 0
[pid=19695] ppid=19682 vsize=5356 CPUtime=0
/proc/19695/stat : 19695 (sh) S 19682 19682 18565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48123820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19695/statm: 1339 233 193 169 0 50 0
[pid=19696] ppid=19695 vsize=868388 CPUtime=0.59
/proc/19696/stat : 19696 (java) S 19695 19682 18565 0 -1 0 5584 0 1 0 56 3 0 0 18 0 9 0 48123820 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19696/statm: 217097 5016 1733 9 0 211672 0
[pid=19696/tid=19697] ppid=19695 vsize=868388 CPUtime=0.33
/proc/19696/task/19697/stat : 19697 (java) R 19695 19682 18565 0 -1 64 2643 0 1 0 32 1 0 0 19 0 9 0 48123821 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4126891489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19698] ppid=19695 vsize=868388 CPUtime=0.03
/proc/19696/task/19698/stat : 19698 (java) S 19695 19682 18565 0 -1 64 791 0 0 0 3 0 0 0 16 0 9 0 48123822 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19699] ppid=19695 vsize=868388 CPUtime=0
/proc/19696/task/19699/stat : 19699 (java) S 19695 19682 18565 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 48123822 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19700] ppid=19695 vsize=868388 CPUtime=0
/proc/19696/task/19700/stat : 19700 (java) S 19695 19682 18565 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 48123822 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19701] ppid=19695 vsize=868388 CPUtime=0
/proc/19696/task/19701/stat : 19701 (java) S 19695 19682 18565 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48123824 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19702] ppid=19695 vsize=868388 CPUtime=0.2
/proc/19696/task/19702/stat : 19702 (java) S 19695 19682 18565 0 -1 64 1458 0 0 0 20 0 0 0 16 0 9 0 48123824 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19703] ppid=19695 vsize=868388 CPUtime=0
/proc/19696/task/19703/stat : 19703 (java) S 19695 19682 18565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 48123824 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19704] ppid=19695 vsize=868388 CPUtime=0
/proc/19696/task/19704/stat : 19704 (java) S 19695 19682 18565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48123824 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887344

[startup+3.10112 s]
/proc/loadavg: 2.01 2.06 2.01 3/92 19704
/proc/meminfo: memFree=1884032/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13600 CPUtime=0.82
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 974 4844 0 1 3 1 74 4 15 0 1 0 48123731 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3400 797 370 3 0 500 0
[pid=19695] ppid=19682 vsize=5356 CPUtime=0
/proc/19695/stat : 19695 (sh) S 19682 19682 18565 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 48123820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19695/statm: 1339 233 193 169 0 50 0
[pid=19696] ppid=19695 vsize=868500 CPUtime=2.17
/proc/19696/stat : 19696 (java) S 19695 19682 18565 0 -1 0 7379 0 1 0 203 14 0 0 18 0 9 0 48123820 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19696/statm: 217125 6220 2564 9 0 211672 0
[pid=19696/tid=19697] ppid=19695 vsize=868500 CPUtime=1.68
/proc/19696/task/19697/stat : 19697 (java) R 19695 19682 18565 0 -1 64 3113 0 1 0 159 9 0 0 25 0 9 0 48123821 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19698] ppid=19695 vsize=868500 CPUtime=0.17
/proc/19696/task/19698/stat : 19698 (java) S 19695 19682 18565 0 -1 64 2065 0 0 0 15 2 0 0 16 0 9 0 48123822 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19699] ppid=19695 vsize=868500 CPUtime=0
/proc/19696/task/19699/stat : 19699 (java) S 19695 19682 18565 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48123822 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19700] ppid=19695 vsize=868500 CPUtime=0
/proc/19696/task/19700/stat : 19700 (java) S 19695 19682 18565 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 48123822 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19701] ppid=19695 vsize=868500 CPUtime=0
/proc/19696/task/19701/stat : 19701 (java) S 19695 19682 18565 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48123824 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19702] ppid=19695 vsize=868500 CPUtime=0.28
/proc/19696/task/19702/stat : 19702 (java) S 19695 19682 18565 0 -1 64 1507 0 0 0 28 0 0 0 16 0 9 0 48123824 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19703] ppid=19695 vsize=868500 CPUtime=0
/proc/19696/task/19703/stat : 19703 (java) S 19695 19682 18565 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 48123824 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19696/tid=19704] ppid=19695 vsize=868500 CPUtime=0
/proc/19696/task/19704/stat : 19704 (java) S 19695 19682 18565 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48123824 889344000 6220 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887456

[startup+6.30272 s]
/proc/loadavg: 2.01 2.06 2.01 3/84 19730
/proc/meminfo: memFree=1864448/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=6
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1370 45144 0 4 4 1 554 41 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 13732

[startup+12.7019 s]
/proc/loadavg: 2.01 2.06 2.01 2/92 19776
/proc/meminfo: memFree=1881920/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=11.78
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1767 85791 0 8 5 2 1104 67 15 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 13732

[startup+25.5013 s]
/proc/loadavg: 2.01 2.06 2.01 3/84 19778
/proc/meminfo: memFree=1855616/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=11.78
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1767 85791 0 8 5 2 1104 67 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=19777] ppid=19682 vsize=5356 CPUtime=0
/proc/19777/stat : 19777 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48124945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19777/statm: 1339 232 193 169 0 50 0
[pid=19778] ppid=19777 vsize=34112 CPUtime=13.22
/proc/19778/stat : 19778 (minisat) R 19777 19682 18565 0 -1 4194304 8098 0 0 0 1317 5 0 0 25 0 1 0 48124946 34930688 8084 996147200 134512640 135127466 4294956256 18446744073709551615 134530570 0 0 4096 3 0 0 0 17 1 0 0
/proc/19778/statm: 8528 8084 75 150 0 8375 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 53200

[startup+51.1021 s]
/proc/loadavg: 2.07 2.07 2.01 3/84 19778
/proc/meminfo: memFree=1855680/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=11.78
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1767 85791 0 8 5 2 1104 67 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=19777] ppid=19682 vsize=5356 CPUtime=0
/proc/19777/stat : 19777 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48124945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19777/statm: 1339 232 193 169 0 50 0
[pid=19778] ppid=19777 vsize=34112 CPUtime=38.58
/proc/19778/stat : 19778 (minisat) R 19777 19682 18565 0 -1 4194304 8104 0 0 0 3853 5 0 0 25 0 1 0 48124946 34930688 8090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19778/statm: 8528 8090 75 150 0 8375 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 53200

[startup+102.303 s]
/proc/loadavg: 2.18 2.10 2.03 3/84 19778
/proc/meminfo: memFree=1855552/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=11.78
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1767 85791 0 8 5 2 1104 67 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=19777] ppid=19682 vsize=5356 CPUtime=0
/proc/19777/stat : 19777 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48124945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19777/statm: 1339 232 193 169 0 50 0
[pid=19778] ppid=19777 vsize=34192 CPUtime=89.3
/proc/19778/stat : 19778 (minisat) R 19777 19682 18565 0 -1 4194304 8109 0 0 0 8925 5 0 0 25 0 1 0 48124946 35012608 8095 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/19778/statm: 8548 8095 75 150 0 8395 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 53280

[startup+162.302 s]
/proc/loadavg: 2.07 2.08 2.02 3/84 19778
/proc/meminfo: memFree=1855168/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=11.78
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1767 85791 0 8 5 2 1104 67 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=19777] ppid=19682 vsize=5356 CPUtime=0
/proc/19777/stat : 19777 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48124945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19777/statm: 1339 232 193 169 0 50 0
[pid=19778] ppid=19777 vsize=34656 CPUtime=148.73
/proc/19778/stat : 19778 (minisat) R 19777 19682 18565 0 -1 4194304 8195 0 0 0 14868 5 0 0 25 0 1 0 48124946 35487744 8181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19778/statm: 8664 8181 75 150 0 8511 0
Current children cumulated CPU time (s) 160.51
Current children cumulated vsize (KiB) 53744

[startup+222.306 s]
/proc/loadavg: 2.02 2.06 2.01 3/84 19778
/proc/meminfo: memFree=1854720/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=11.78

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

/proc/meminfo: memFree=1711864/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=37412 CPUtime=825.51
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 8855 0 0 0 82544 7 0 0 25 0 1 0 48363003 38309888 8841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9353 8841 75 150 0 9200 0
Current children cumulated CPU time (s) 3172.64
Current children cumulated vsize (KiB) 56500

[startup+3282.3 s]
/proc/loadavg: 2.44 2.63 2.65 3/83 22922
/proc/meminfo: memFree=1711672/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=37556 CPUtime=885.22
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 8895 0 0 0 88514 8 0 0 25 0 1 0 48363003 38457344 8881 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9389 8881 75 150 0 9236 0
Current children cumulated CPU time (s) 3232.35
Current children cumulated vsize (KiB) 56644

[startup+3342.3 s]
/proc/loadavg: 2.60 2.65 2.65 3/83 22922
/proc/meminfo: memFree=1711416/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=37884 CPUtime=944.92
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 8958 0 0 0 94484 8 0 0 25 0 1 0 48363003 38793216 8944 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9471 8944 75 150 0 9318 0
Current children cumulated CPU time (s) 3292.05
Current children cumulated vsize (KiB) 56972

[startup+3402.3 s]
/proc/loadavg: 2.50 2.60 2.63 3/83 22922
/proc/meminfo: memFree=1711096/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=38188 CPUtime=1004.63
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9022 0 0 0 100455 8 0 0 25 0 1 0 48363003 39104512 9008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9547 9008 75 150 0 9394 0
Current children cumulated CPU time (s) 3351.76
Current children cumulated vsize (KiB) 57276

[startup+3462.3 s]
/proc/loadavg: 2.55 2.61 2.63 3/83 22922
/proc/meminfo: memFree=1710648/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=38456 CPUtime=1064.33
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9096 0 0 0 106425 8 0 0 25 0 1 0 48363003 39378944 9082 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9614 9082 75 150 0 9461 0
Current children cumulated CPU time (s) 3411.46
Current children cumulated vsize (KiB) 57544

[startup+3522.31 s]
/proc/loadavg: 2.61 2.62 2.63 3/83 22922
/proc/meminfo: memFree=1710392/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=38740 CPUtime=1124.04
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9153 0 0 0 112396 8 0 0 25 0 1 0 48363003 39669760 9139 996147200 134512640 135127466 4294956256 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9685 9139 75 150 0 9532 0
Current children cumulated CPU time (s) 3471.17
Current children cumulated vsize (KiB) 57828

[startup+3582.3 s]
/proc/loadavg: 2.61 2.62 2.63 3/83 22922
/proc/meminfo: memFree=1710200/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=38900 CPUtime=1183.75
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9181 0 0 0 118366 9 0 0 25 0 1 0 48363003 39833600 9167 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9725 9167 75 150 0 9572 0
Current children cumulated CPU time (s) 3530.88
Current children cumulated vsize (KiB) 57988

[startup+3642.3 s]
/proc/loadavg: 2.59 2.61 2.63 3/83 22922
/proc/meminfo: memFree=1710008/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=39032 CPUtime=1243.45
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9215 0 0 0 124336 9 0 0 25 0 1 0 48363003 39968768 9201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9758 9201 75 150 0 9605 0
Current children cumulated CPU time (s) 3590.58
Current children cumulated vsize (KiB) 58120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3651.8 s]
/proc/loadavg: 2.66 2.62 2.63 3/83 22922
/proc/meminfo: memFree=1710008/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=39032 CPUtime=1252.91
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9226 0 0 0 125282 9 0 0 25 0 1 0 48363003 39968768 9212 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9758 9212 75 150 0 9605 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 58120

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

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

[startup+3651.8 s]
/proc/loadavg: 2.66 2.62 2.63 3/83 22922
/proc/meminfo: memFree=1710008/2055920 swapFree=4180996/4192956
[pid=19682] ppid=19680 vsize=13732 CPUtime=2347.13
/proc/19682/stat : 19682 (sugar) S 19680 19682 18565 0 -1 4194304 1995 112777 0 10 5 2 234587 119 16 0 1 0 48123731 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19682/statm: 3433 823 374 3 0 533 0
[pid=22921] ppid=19682 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 19682 19682 18565 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48363003 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 232 193 169 0 50 0
[pid=22922] ppid=22921 vsize=39032 CPUtime=1252.91
/proc/22922/stat : 22922 (minisat) R 22921 19682 18565 0 -1 4194304 9226 0 0 0 125282 9 0 0 25 0 1 0 48363003 39968768 9212 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/22922/statm: 9758 9212 75 150 0 9605 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 58120

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19682 and gives
#  childrusage.ru_utime.tv_sec=2345
#  childrusage.ru_utime.tv_usec=934363
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=232812
# CPU time returned by wait4() is 2347.17
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3651.82
CPU time (s): 3600.04
CPU user time (s): 3598.74
CPU system time (s): 1.3
CPU usage (%): 98.582
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2345.93
system time used= 1.23281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115115
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= 7766
involuntary context switches= 62603

runsolver used 4.19536 second user time and 11.2873 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-13 03:56:55
IDJOB=1115052
IDBENCH=61810
IDSOLVER=368
FILE ID=node19/1115052-1215914215
PBS_JOBID= 7903661
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-78_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-1115052-1215914215/watcher-1115052-1215914215 -o /tmp/evaluation-result-1115052-1215914215/solver-1115052-1215914215 -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-1115052-1215914215.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8c1f6ccac803ecd715fe8379bb39abf1
RANDOM SEED=1366869791

node19.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.279
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.279
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:       1905464 kB
Buffers:         15808 kB
Cached:          52616 kB
SwapCached:       5492 kB
Active:          78328 kB
Inactive:        24112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905464 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          50340 kB
Slab:            33068 kB
Committed_AS:   284652 kB
PageTables:       2140 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= 66556 MiB
End job on node19 at 2008-07-13 04:57:49