Trace number 1127620

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.09 3634.93

General information on the benchmark

Namemaxcsp/cnf/3-80-100-1000/
normalized-cnf-3-80-700-089745_ext.xml
MD5SUM2030504ca2d4998d1b463b933027f2df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints693
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension693
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.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Wed Jul 23 02:32:55 2008
0.02/0.04	c 0	PID 7479
0.02/0.05	c 0	HOST node51.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1127620-1216773175.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127620-1216773175.xml' 'HOME/temp.csp'
0.03/0.60	c 1	1 domains, 80 variables, 0 predicates, 13 relations, 693 constraints
0.03/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	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.41/0.73	c 1	Parsing HOME/temp.csp
0.41/0.87	c 1	parsed 787 expressions
0.41/0.91	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.93	c 1	MAX CSP: 693 constraints
0.41/0.93	c 1	Converting to clausal form CSP
0.41/0.96	c 1	converted 149 (10%) expressions
0.41/0.98	c 1	converted 297 (20%) expressions
0.41/1.00	c 1	converted 445 (30%) expressions
0.70/1.01	c 1	converted 594 (40%) expressions
0.70/1.02	c 1	converted 742 (50%) expressions
0.70/1.04	c 1	converted 890 (60%) expressions
0.70/1.04	c 1	converted 1039 (70%) expressions
0.80/1.12	c 1	converted 1187 (80%) expressions
0.80/1.12	c 1	converted 1335 (90%) expressions
0.89/1.24	c 1	converted 1483 (100%) expressions
0.89/1.24	c 1	CSP : 1466 integers, 0 booleans, 2078 clauses, largest domain size 1040
0.89/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.24	c 1	Propagation in CSP
0.89/1.29	c 1	687 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.89/1.29	c 1	CSP : 1466 integers, 0 booleans, 2078 clauses, largest domain size 694
0.89/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.89/1.29	c 1	Simplifing CSP by introducing new Boolean variables
0.99/1.30	c 1	CSP : 1466 integers, 0 booleans, 2078 clauses, largest domain size 694
0.99/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.99/1.34	c 1	147 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.34	c 1	294 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.35	c 1	440 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.35	c 1	587 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.35	c 1	733 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.36	c 1	880 (60%) CSP integer variables are encoded (1232 clauses, 15629 bytes)
0.99/1.37	c 1	1027 (70%) CSP integer variables are encoded (2149 clauses, 27550 bytes)
0.99/1.37	c 1	1173 (80%) CSP integer variables are encoded (3534 clauses, 45555 bytes)
0.99/1.38	c 1	1320 (90%) CSP integer variables are encoded (9727 clauses, 128103 bytes)
0.99/1.38	c 1	1466 (100%) CSP integer variables are encoded (11457 clauses, 154053 bytes)
1.09/1.41	c 1	208 (10%) CSP clauses are encoded (11665 clauses, 157448 bytes)
1.09/1.43	c 1	416 (20%) CSP clauses are encoded (11874 clauses, 161123 bytes)
1.09/1.45	c 1	624 (30%) CSP clauses are encoded (12083 clauses, 164773 bytes)
1.09/1.47	c 2	832 (40%) CSP clauses are encoded (15261 clauses, 219177 bytes)
1.19/1.53	c 2	1039 (50%) CSP clauses are encoded (44876 clauses, 756147 bytes)
1.19/1.55	c 2	1247 (60%) CSP clauses are encoded (53766 clauses, 913176 bytes)
1.39/1.71	c 2	1455 (70%) CSP clauses are encoded (139014 clauses, 2476947 bytes)
1.58/1.92	c 2	1663 (80%) CSP clauses are encoded (215164 clauses, 3828836 bytes)
1.88/2.25	c 2	1871 (90%) CSP clauses are encoded (394030 clauses, 7292851 bytes)
2.28/2.69	c 3	2078 (100%) CSP clauses are encoded (635033 clauses, 12448135 bytes)
2.28/2.69	c 3	2078 CSP clauses encoded
2.28/2.69	c 3	Writing map file : HOME/temp.map
2.38/2.70	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.70	c 3	SAT : 12923 SAT variables, 635033 SAT clauses, 12448135 bytes
2.38/2.70	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.73	c 3	OBJECTIVE minimize _COST
2.38/2.73	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.38/2.73	c 3	SEARCHING: _COST <= 347
2.38/2.73	c 3	SOLVING HOME/temp.cnf
2.38/2.73	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.38/2.74	c 3	This is MiniSat 2.0 beta
2.38/2.74	c 3	WARNING: for repeatability, setting FPU to use double precision
2.38/2.74	c 3	============================[ Problem Statistics ]=============================
2.38/2.74	c 3	|                                                                             |
2.38/2.74	c 3	|  Number of variables:  12923                                                |
2.38/2.74	c 3	|  Number of clauses:    635034                                               |
2.41/3.04	c 3	|  Parsing time:         0.26         s                                       |
2.86/3.25	c 3	============================[ Search Statistics ]==============================
2.86/3.25	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.86/3.25	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.86/3.25	c 3	===============================================================================
2.86/3.25	c 3	|         0 |    9463   405734  1192867 |   135244        0    nan |  0.000 % |
2.86/3.29	c 3	|       100 |    9463   405734  1192867 |   148769      100     32 | 26.774 % |
2.96/3.33	c 3	===============================================================================
2.96/3.33	c 3	restarts              : 2
2.96/3.33	c 3	conflicts             : 100            (181 /sec)
2.96/3.33	c 3	decisions             : 519            (0.96 % random) (937 /sec)
2.96/3.33	c 3	propagations          : 26699          (48201 /sec)
2.96/3.33	c 3	conflict literals     : 3218           (0.16 % deleted)
2.96/3.33	c 3	Memory used           : 26.71 MB
2.96/3.33	c 3	CPU time              : 0.553915 s
2.96/3.33	c 3	
2.96/3.34	c 3	SATISFIABLE
2.96/3.34	c 3	FOUND: _COST <= 347
2.96/3.34	s SATISFIABLE
2.96/3.34	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.96/3.34	c 3	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.03/3.42	c 3	Decoding HOME/temp.out
3.03/3.53	c 4	OBJECTIVE _COST 347
3.03/3.54	o 347
3.03/3.54	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3.03/3.54	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.03/3.55	c 4	OBJECTIVE BOUND: 0 <= _COST <= 347
3.03/3.55	c 4	SEARCHING: _COST <= 173
3.03/3.55	c 4	SOLVING HOME/temp.cnf
3.22/4.20	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.22/4.20	c 4	This is MiniSat 2.0 beta
3.22/4.20	c 4	WARNING: for repeatability, setting FPU to use double precision
3.22/4.20	c 4	============================[ Problem Statistics ]=============================
3.22/4.20	c 4	|                                                                             |
3.22/4.20	c 4	|  Number of variables:  12923                                                |
3.22/4.20	c 4	|  Number of clauses:    635034                                               |
3.49/4.53	c 5	|  Parsing time:         0.27         s                                       |
3.79/4.82	c 5	============================[ Search Statistics ]==============================
3.79/4.82	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.79/4.82	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.79/4.82	c 5	===============================================================================
3.79/4.82	c 5	|         0 |    7548   264531   774829 |    88177        0    nan |  0.000 % |
3.79/4.88	c 5	|       100 |    7548   264531   774829 |    96994      100     27 | 41.593 % |
3.89/4.91	c 5	===============================================================================
3.89/4.91	c 5	restarts              : 2
3.89/4.91	c 5	conflicts             : 122            (188 /sec)
3.89/4.91	c 5	decisions             : 628            (1.11 % random) (968 /sec)
3.89/4.91	c 5	propagations          : 51668          (79624 /sec)
3.89/4.91	c 5	conflict literals     : 3158           (3.04 % deleted)
3.89/4.91	c 5	Memory used           : 26.93 MB
3.89/4.91	c 5	CPU time              : 0.648901 s
3.89/4.91	c 5	
3.89/4.91	c 5	SATISFIABLE
3.89/4.92	c 5	FOUND: _COST <= 173
3.89/4.92	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.89/4.92	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'
3.93/5.04	c 5	Decoding HOME/temp.out
3.93/5.26	c 5	OBJECTIVE _COST 173
3.93/5.26	o 173
3.93/5.27	v 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1
3.93/5.27	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.93/5.32	c 5	OBJECTIVE BOUND: 0 <= _COST <= 173
3.93/5.32	c 5	SEARCHING: _COST <= 86
3.93/5.32	c 5	SOLVING HOME/temp.cnf
3.93/5.32	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.93/5.32	c 5	This is MiniSat 2.0 beta
3.93/5.32	c 5	WARNING: for repeatability, setting FPU to use double precision
3.93/5.32	c 5	============================[ Problem Statistics ]=============================
3.93/5.32	c 5	|                                                                             |
3.93/5.32	c 5	|  Number of variables:  12923                                                |
3.93/5.32	c 5	|  Number of clauses:    635034                                               |
4.49/5.67	c 6	|  Parsing time:         0.30         s                                       |
4.90/6.01	c 6	============================[ Search Statistics ]==============================
4.90/6.01	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.90/6.01	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.90/6.01	c 6	===============================================================================
4.90/6.01	c 6	|         0 |    6325   151420   439078 |    50473        0    nan |  0.000 % |
4.90/6.05	c 6	|       100 |    6325   151420   439078 |    55520      100     29 | 51.056 % |
5.00/6.11	c 6	|       251 |    6325   151420   439078 |    61072      251     33 | 51.056 % |
5.00/6.17	c 6	|       478 |    6325   151420   439078 |    67180      478     31 | 51.056 % |
5.10/6.25	c 6	|       816 |    6325   151420   439078 |    73898      816     32 | 51.056 % |
5.20/6.36	c 6	|      1323 |    6325   151420   439078 |    81287     1323     32 | 51.056 % |
5.39/6.51	c 7	|      2083 |    6325   151420   439078 |    89416     2083     31 | 51.056 % |
5.59/6.77	c 7	|      3224 |    6325   151420   439078 |    98358     3224     35 | 51.056 % |
5.79/6.93	c 7	===============================================================================
5.79/6.93	c 7	restarts              : 8
5.79/6.93	c 7	conflicts             : 3865           (2507 /sec)
5.79/6.93	c 7	decisions             : 5059           (0.95 % random) (3281 /sec)
5.79/6.93	c 7	propagations          : 2158615        (1400093 /sec)
5.79/6.93	c 7	conflict literals     : 136606         (15.26 % deleted)
5.79/6.93	c 7	Memory used           : 27.17 MB
5.79/6.93	c 7	CPU time              : 1.54177 s
5.79/6.93	c 7	
5.79/6.93	c 7	SATISFIABLE
5.79/6.94	c 7	FOUND: _COST <= 86
5.79/6.94	c 7	DECODING HOME/temp.out WITH HOME/temp.map
5.79/6.94	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'
5.83/7.02	c 7	Decoding HOME/temp.out
5.83/7.24	c 7	OBJECTIVE _COST 86
5.83/7.24	o 86
5.83/7.25	v 0 1 1 0 1 0 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 0 1 1 1 1 1 1 0 1 0 1 0 0 0 0 1 1 0 0 1
5.83/7.25	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.83/7.29	c 7	OBJECTIVE BOUND: 0 <= _COST <= 86
5.83/7.29	c 7	SEARCHING: _COST <= 43
5.83/7.29	c 7	SOLVING HOME/temp.cnf
5.83/7.29	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.83/7.29	c 7	This is MiniSat 2.0 beta
5.83/7.29	c 7	WARNING: for repeatability, setting FPU to use double precision
5.83/7.30	c 7	============================[ Problem Statistics ]=============================
5.83/7.30	c 7	|                                                                             |
5.83/7.30	c 7	|  Number of variables:  12923                                                |
6.17/7.30	c 7	|  Number of clauses:    635034                                               |
6.45/7.65	c 8	|  Parsing time:         0.30         s                                       |
6.75/7.99	c 8	============================[ Search Statistics ]==============================
6.75/7.99	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.75/7.99	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.75/7.99	c 8	===============================================================================
6.75/7.99	c 8	|         0 |    5417    84540   241119 |    28180        0    nan |  0.000 % |
6.85/8.02	c 8	|       101 |    5417    84540   241119 |    30998      101     29 | 58.082 % |
6.85/8.06	c 8	|       251 |    5417    84540   241119 |    34097      251     25 | 58.082 % |
6.95/8.10	c 8	|       477 |    5417    84540   241119 |    37507      477     25 | 58.082 % |
6.95/8.16	c 8	|       814 |    5417    84540   241119 |    41258      814     25 | 58.082 % |
7.05/8.28	c 8	|      1321 |    5417    84540   241119 |    45384     1321     29 | 58.082 % |
7.25/8.47	c 9	|      2080 |    5417    84540   241119 |    49922     2080     30 | 58.082 % |
7.55/8.78	c 9	|      3219 |    5417    84540   241119 |    54914     3219     32 | 58.082 % |
8.04/9.22	c 9	|      4928 |    5417    84540   241119 |    60406     4928     33 | 58.082 % |
8.74/9.95	c 10	|      7490 |    5417    84540   241119 |    66446     7490     35 | 58.082 % |
9.92/11.17	c 11	|     11334 |    5417    84540   241119 |    73091    11334     35 | 58.082 % |
11.90/13.12	c 13	|     17100 |    5417    84540   241119 |    80400    17100     29 | 58.082 % |
15.97/17.25	c 17	|     25750 |    5417    84540   241119 |    88440    25750     34 | 58.082 % |
23.01/24.30	c 24	|     38724 |    5417    84540   241119 |    97285    38724     36 | 58.082 % |
37.27/38.70	c 39	|     58185 |    5417    84540   241119 |   107013    58185     35 | 58.082 % |
64.02/65.70	c 66	|     87378 |    5417    84540   241119 |   117714    87378     34 | 58.082 % |
115.53/117.76	c 118	|    131167 |    5417    84540   241119 |   129486    19951     27 | 58.082 % |
170.02/172.77	c 173	|    196853 |    5417    84540   241119 |   142434    85637     35 | 58.083 % |
281.27/285.06	c 285	|    295379 |    5417    84540   241119 |   156678    48635     41 | 58.082 % |
463.74/469.25	c 469	|    443169 |    5417    84540   241119 |   172346    47909     39 | 58.082 % |
771.14/779.54	c 780	|    664854 |    5417    84540   241119 |   189580   107506     38 | 58.082 % |
1267.06/1280.17	c 1280	|    997379 |    5417    84540   241119 |   208539    78693     39 | 58.082 % |
2102.25/2123.26	c 2123	|   1496168 |    5417    84540   241119 |   229392   178394     37 | 58.082 % |
3319.66/3352.12	c 3352	|   2244351 |    5417    84540   241119 |   252332    46673     41 | 58.082 % |
3600.09/3634.92	c ERROR unknown output  in HOME/temp.out
3600.09/3634.92	c 3635	CPU 5.74 (0.05 0.01 5.69 0.44)
3600.09/3634.92	c 3635	END Wed Jul 23 03:33:30 2008
3600.09/3634.92	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	52	641
52 unsatisfied constraints, 641 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-1127620-1216773175/watcher-1127620-1216773175 -o /tmp/evaluation-result-1127620-1216773175/solver-1127620-1216773175 -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-1127620-1216773175.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: 0.92 0.98 0.99 4/72 7479
/proc/meminfo: memFree=1378912/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=12272 CPUtime=0
/proc/7479/stat : 7479 (sugar) R 7477 7479 7403 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 4406023 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 235380194302 0 0 4224 0 0 0 0 17 0 0 0
/proc/7479/statm: 3068 327 246 3 0 168 0

[startup+0.042896 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 7479
/proc/meminfo: memFree=1378912/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13336 CPUtime=0.02
/proc/7479/stat : 7479 (sugar) R 7477 7479 7403 0 -1 4194304 728 0 0 0 2 0 0 0 18 0 1 0 4406023 13656064 696 996147200 4194304 4206940 548682068592 18446744073709551615 235371138869 0 0 4224 0 0 0 0 17 0 0 0
/proc/7479/statm: 3334 696 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102079 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 7479
/proc/meminfo: memFree=1378912/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13600 CPUtime=0.03
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4406023 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7479/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3011 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 7479
/proc/meminfo: memFree=1378912/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13600 CPUtime=0.03
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4406023 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7479/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701135 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 7479
/proc/meminfo: memFree=1378912/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13600 CPUtime=0.41
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 957 4469 0 73 3 0 30 8 16 0 1 0 4406023 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 7522
/proc/meminfo: memFree=1340392/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13600 CPUtime=0.41
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 974 4469 0 73 3 0 30 8 15 0 1 0 4406023 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3400 797 370 3 0 500 0
[pid=7505] ppid=7479 vsize=5356 CPUtime=0
/proc/7505/stat : 7505 (sh) S 7479 7479 7403 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 4406088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7505/statm: 1339 233 193 169 0 50 0
[pid=7506] ppid=7505 vsize=868488 CPUtime=0.78
/proc/7506/stat : 7506 (java) S 7505 7479 7403 0 -1 0 6615 0 2 0 74 4 0 0 18 0 9 0 4406089 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7506/statm: 217122 5834 2563 9 0 211669 0
[pid=7506/tid=7508] ppid=7505 vsize=868488 CPUtime=0.46
/proc/7506/task/7508/stat : 7508 (java) R 7505 7479 7403 0 -1 64 2729 0 2 0 44 2 0 0 17 0 9 0 4406090 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4126954152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7506/tid=7511] ppid=7505 vsize=868488 CPUtime=0.06
/proc/7506/task/7511/stat : 7511 (java) S 7505 7479 7403 0 -1 64 1706 0 0 0 6 0 0 0 16 0 9 0 4406091 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7506/tid=7513] ppid=7505 vsize=868488 CPUtime=0
/proc/7506/task/7513/stat : 7513 (java) S 7505 7479 7403 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4406091 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7506/tid=7514] ppid=7505 vsize=868488 CPUtime=0
/proc/7506/task/7514/stat : 7514 (java) S 7505 7479 7403 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4406091 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7506/tid=7517] ppid=7505 vsize=868488 CPUtime=0
/proc/7506/task/7517/stat : 7517 (java) S 7505 7479 7403 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 4406093 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7506/tid=7518] ppid=7505 vsize=868488 CPUtime=0.23
/proc/7506/task/7518/stat : 7518 (java) S 7505 7479 7403 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 4406093 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7506/tid=7521] ppid=7505 vsize=868488 CPUtime=0
/proc/7506/task/7521/stat : 7521 (java) S 7505 7479 7403 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4406093 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7506/tid=7522] ppid=7505 vsize=868488 CPUtime=0
/proc/7506/task/7522/stat : 7522 (java) S 7505 7479 7403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4406093 889331712 5834 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 887444

[startup+3.10236 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 7522
/proc/meminfo: memFree=1313192/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=2.41
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1074 11744 0 75 3 1 215 22 15 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 13732

[startup+6.30165 s]
/proc/loadavg: 1.17 1.03 1.01 3/76 7579
/proc/meminfo: memFree=1291624/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=4.24
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1309 33471 0 77 4 1 382 37 15 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7578] ppid=7479 vsize=5356 CPUtime=0
/proc/7578/stat : 7578 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406556 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7578/statm: 1339 232 193 169 0 50 0
[pid=7579] ppid=7578 vsize=27820 CPUtime=0.96
/proc/7579/stat : 7579 (minisat) R 7578 7479 7403 0 -1 4194304 6784 0 0 0 92 4 0 0 25 0 1 0 4406556 28487680 6770 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/7579/statm: 6955 6770 76 150 0 6802 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 46908

[startup+12.7022 s]
/proc/loadavg: 1.23 1.05 1.02 3/76 7591
/proc/meminfo: memFree=1271720/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.17
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 4 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=27968 CPUtime=5.34
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 6803 0 0 0 530 4 0 0 25 0 1 0 4406753 28639232 6789 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 6992 6789 75 150 0 6839 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 47056

[startup+25.5014 s]
/proc/loadavg: 1.40 1.09 1.03 3/76 7591
/proc/meminfo: memFree=1271792/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=27968 CPUtime=18.01
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 6825 0 0 0 1797 4 0 0 25 0 1 0 4406753 28639232 6811 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 6992 6811 75 150 0 6839 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 47056

[startup+51.1017 s]
/proc/loadavg: 1.66 1.18 1.06 3/76 7591
/proc/meminfo: memFree=1271344/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=28420 CPUtime=43.37
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 6926 0 0 0 4333 4 0 0 25 0 1 0 4406753 29102080 6904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 7105 6904 75 150 0 6952 0
Current children cumulated CPU time (s) 49.55
Current children cumulated vsize (KiB) 47508

[startup+102.306 s]
/proc/loadavg: 1.91 1.32 1.11 3/76 7591
/proc/meminfo: memFree=1258096/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=34740 CPUtime=94.09
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 8464 0 0 0 9403 6 0 0 25 0 1 0 4406753 35573760 8442 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 8685 8442 75 150 0 8532 0
Current children cumulated CPU time (s) 100.27
Current children cumulated vsize (KiB) 53828

[startup+162.302 s]
/proc/loadavg: 2.02 1.46 1.17 3/76 7591
/proc/meminfo: memFree=1249584/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=36620 CPUtime=153.54
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 8915 0 0 0 15347 7 0 0 25 0 1 0 4406753 37498880 8893 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 9155 8893 75 150 0 9002 0
Current children cumulated CPU time (s) 159.72
Current children cumulated vsize (KiB) 55708

[startup+222.301 s]
/proc/loadavg: 2.13 1.58 1.23 3/76 7591
/proc/meminfo: memFree=1239600/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=40636 CPUtime=212.97
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 9917 0 0 0 21289 8 0 0 25 0 1 0 4406753 41611264 9895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 10159 9895 75 150 0 10006 0
Current children cumulated CPU time (s) 219.15
Current children cumulated vsize (KiB) 59724

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

/proc/meminfo: memFree=1062000/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=71132 CPUtime=3125.46
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17209 0 0 0 312527 19 0 0 25 0 1 0 4406753 72839168 17187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 17783 17187 75 150 0 17630 0
Current children cumulated CPU time (s) 3131.64
Current children cumulated vsize (KiB) 90220

[startup+3222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1060016/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=71292 CPUtime=3184.89
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17230 0 0 0 318470 19 0 0 25 0 1 0 4406753 73003008 17208 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 17823 17208 75 150 0 17670 0
Current children cumulated CPU time (s) 3191.07
Current children cumulated vsize (KiB) 90380

[startup+3282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 7599
/proc/meminfo: memFree=1057904/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=71292 CPUtime=3244.33
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17258 0 0 0 324414 19 0 0 25 0 1 0 4406753 73003008 17236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 17823 17236 75 150 0 17670 0
Current children cumulated CPU time (s) 3250.51
Current children cumulated vsize (KiB) 90380

[startup+3342.3 s]
/proc/loadavg: 2.08 1.99 1.91 3/76 7599
/proc/meminfo: memFree=1054640/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=72724 CPUtime=3303.77
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17589 0 0 0 330358 19 0 0 25 0 1 0 4406753 74469376 17567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 18181 17567 75 150 0 18028 0
Current children cumulated CPU time (s) 3309.95
Current children cumulated vsize (KiB) 91812

[startup+3402.31 s]
/proc/loadavg: 2.10 2.00 1.92 3/76 7599
/proc/meminfo: memFree=1052400/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=72864 CPUtime=3363.21
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17614 0 0 0 336302 19 0 0 25 0 1 0 4406753 74612736 17592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 18216 17592 75 150 0 18063 0
Current children cumulated CPU time (s) 3369.39
Current children cumulated vsize (KiB) 91952

[startup+3462.3 s]
/proc/loadavg: 2.10 2.02 1.93 3/76 7599
/proc/meminfo: memFree=1048304/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=72864 CPUtime=3422.65
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17614 0 0 0 342246 19 0 0 25 0 1 0 4406753 74612736 17592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 18216 17592 75 150 0 18063 0
Current children cumulated CPU time (s) 3428.83
Current children cumulated vsize (KiB) 91952

[startup+3522.3 s]
/proc/loadavg: 2.15 2.04 1.94 3/76 7599
/proc/meminfo: memFree=1046384/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=73028 CPUtime=3482.08
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17657 0 0 0 348189 19 0 0 25 0 1 0 4406753 74780672 17635 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 18257 17635 75 150 0 18104 0
Current children cumulated CPU time (s) 3488.26
Current children cumulated vsize (KiB) 92116

[startup+3582.3 s]
/proc/loadavg: 2.05 2.03 1.94 3/76 7599
/proc/meminfo: memFree=1044080/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=73556 CPUtime=3541.52
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17762 0 0 0 354133 19 0 0 25 0 1 0 4406753 75321344 17740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7591/statm: 18389 17740 75 150 0 18236 0
Current children cumulated CPU time (s) 3547.7
Current children cumulated vsize (KiB) 92644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.9 s]
/proc/loadavg: 1.97 2.01 1.93 3/83 7635
/proc/meminfo: memFree=1240824/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=74360 CPUtime=3593.91
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17933 0 0 0 359368 23 0 0 25 0 1 0 4406753 76144640 17911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 18590 17911 75 150 0 18437 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 93448

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

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

[startup+3634.9 s]
/proc/loadavg: 1.97 2.01 1.93 3/83 7635
/proc/meminfo: memFree=1240824/2055920 swapFree=4192956/4192956
[pid=7479] ppid=7477 vsize=13732 CPUtime=6.18
/proc/7479/stat : 7479 (sugar) S 7477 7479 7403 0 -1 4194304 1423 44430 0 78 5 1 568 44 16 0 1 0 4406023 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7479/statm: 3433 822 374 3 0 533 0
[pid=7590] ppid=7479 vsize=5356 CPUtime=0
/proc/7590/stat : 7590 (sh) S 7479 7479 7403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4406753 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7590/statm: 1339 232 193 169 0 50 0
[pid=7591] ppid=7590 vsize=74360 CPUtime=3593.91
/proc/7591/stat : 7591 (minisat) R 7590 7479 7403 0 -1 4194304 17933 0 0 0 359368 23 0 0 25 0 1 0 4406753 76144640 17911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 18590 17911 75 150 0 18437 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 93448

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7479 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=742127
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=465929
# CPU time returned by wait4() is 6.20806
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.93
CPU time (s): 3600.09
CPU user time (s): 3599.41
CPU system time (s): 0.68
CPU usage (%): 99.0416
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.74213
system time used= 0.465929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46197
page faults= 78
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5446
involuntary context switches= 5058

runsolver used 4.21936 second user time and 12.2791 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-23 02:32:55
IDJOB=1127620
IDBENCH=63703
IDSOLVER=368
FILE ID=node51/1127620-1216773175
PBS_JOBID= 7974165
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-100-1000/normalized-cnf-3-80-700-089745_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-1127620-1216773175/watcher-1127620-1216773175 -o /tmp/evaluation-result-1127620-1216773175/solver-1127620-1216773175 -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-1127620-1216773175.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2030504ca2d4998d1b463b933027f2df
RANDOM SEED=1013263196

node51.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.214
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.214
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:       1379656 kB
Buffers:         26092 kB
Cached:         585636 kB
SwapCached:          0 kB
Active:         299880 kB
Inactive:       326608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379656 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          24596 kB
Slab:            35368 kB
Committed_AS:    89364 kB
PageTables:       1748 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= 66560 MiB
End job on node51 at 2008-07-23 03:33:32