Trace number 1128252

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.13 3625.62

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-70/
normalized-kbtree-9-7-3-5-70-43_ext.xml
MD5SUMc1c4ff5bd51cc712a3959c7088a7ac4b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints73
Best CPU time to get the best result obtained on this benchmark0.991848
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 04:47:20 2008
0.00/0.05	c 0	PID 8868
0.03/0.05	c 0	HOST node48.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128252-1216781240.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128252-1216781240.xml' 'HOME/temp.csp'
0.03/0.41	c 1	1 domains, 28 variables, 0 predicates, 189 relations, 189 constraints
0.03/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.50	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.03/0.58	c 1	Parsing HOME/temp.csp
0.46/0.72	c 1	parsed 407 expressions
0.46/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.73	c 1	MAX CSP: 189 constraints
0.46/0.73	c 1	Converting to clausal form CSP
0.46/0.75	c 1	converted 60 (10%) expressions
0.46/0.75	c 1	converted 120 (20%) expressions
0.46/0.75	c 1	converted 180 (30%) expressions
0.46/0.76	c 1	converted 240 (40%) expressions
0.46/0.77	c 1	converted 300 (50%) expressions
0.46/0.78	c 1	converted 360 (60%) expressions
0.46/0.79	c 1	converted 420 (70%) expressions
0.46/0.80	c 1	converted 480 (80%) expressions
0.46/0.80	c 1	converted 540 (90%) expressions
0.46/0.94	c 1	converted 599 (100%) expressions
0.46/0.94	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.46/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.46/0.94	c 1	Propagation in CSP
0.46/0.96	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.46/0.96	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.46/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.46/0.96	c 1	Simplifing CSP by introducing new Boolean variables
0.46/0.97	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.46/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.46/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.01	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.93/1.01	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.93/1.01	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.93/1.01	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.93/1.01	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.93/1.02	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.93/1.02	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.93/1.02	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.93/1.03	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.93/1.03	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.93/1.06	c 1	57 (10%) CSP clauses are encoded (2862 clauses, 36418 bytes)
0.93/1.07	c 1	114 (20%) CSP clauses are encoded (3257 clauses, 42725 bytes)
0.93/1.08	c 2	170 (30%) CSP clauses are encoded (3651 clauses, 48965 bytes)
0.93/1.09	c 2	227 (40%) CSP clauses are encoded (4083 clauses, 55218 bytes)
1.04/1.11	c 2	283 (50%) CSP clauses are encoded (6579 clauses, 92061 bytes)
1.04/1.11	c 2	340 (60%) CSP clauses are encoded (7420 clauses, 103936 bytes)
1.04/1.12	c 2	397 (70%) CSP clauses are encoded (14097 clauses, 213559 bytes)
1.04/1.13	c 2	453 (80%) CSP clauses are encoded (15001 clauses, 228669 bytes)
1.04/1.17	c 2	510 (90%) CSP clauses are encoded (34670 clauses, 577281 bytes)
1.14/1.21	c 2	566 (100%) CSP clauses are encoded (53130 clauses, 913541 bytes)
1.14/1.21	c 2	566 CSP clauses encoded
1.14/1.21	c 2	Writing map file : HOME/temp.map
1.14/1.21	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.21	c 2	SAT : 2887 SAT variables, 53130 SAT clauses, 913541 bytes
1.14/1.21	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.25	c 2	OBJECTIVE minimize _COST
1.14/1.25	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.14/1.25	c 2	SEARCHING: _COST <= 95
1.14/1.25	c 2	SOLVING HOME/temp.cnf
1.14/1.25	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.14/1.25	c 2	This is MiniSat 2.0 beta
1.14/1.25	c 2	WARNING: for repeatability, setting FPU to use double precision
1.14/1.25	c 2	============================[ Problem Statistics ]=============================
1.14/1.25	c 2	|                                                                             |
1.14/1.25	c 2	|  Number of variables:  2887                                                 |
1.14/1.25	c 2	|  Number of clauses:    53131                                                |
1.14/1.28	c 2	|  Parsing time:         0.03         s                                       |
1.14/1.29	c 2	============================[ Search Statistics ]==============================
1.14/1.29	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.14/1.29	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.14/1.29	c 2	===============================================================================
1.14/1.29	c 2	|         0 |    2135    34831    99849 |    11610        0    nan |  0.000 % |
1.17/1.30	c 2	|       100 |    2133    34831    99849 |    12771       99     21 | 26.360 % |
1.17/1.32	c 2	|       251 |    2133    34831    99849 |    14048      250     20 | 26.360 % |
1.17/1.34	c 2	|       479 |    2133    34831    99849 |    15453      478     20 | 26.360 % |
1.17/1.36	c 2	|       816 |    2133    34831    99849 |    16998      815     18 | 26.360 % |
1.17/1.40	c 2	|      1324 |    2126    34704    99501 |    18698     1323     18 | 26.360 % |
1.17/1.47	c 2	|      2083 |    2126    34704    99501 |    20568     2082     19 | 26.360 % |
1.17/1.59	c 2	|      3222 |    2126    34704    99501 |    22625     3221     23 | 26.360 % |
1.17/1.75	c 2	|      4930 |    2126    34704    99501 |    24887     4929     23 | 26.360 % |
1.17/2.06	c 2	|      7492 |    2126    34704    99501 |    27376     7491     25 | 26.360 % |
2.40/2.57	c 3	|     11336 |    2126    34704    99501 |    30114    11335     28 | 26.360 % |
3.49/3.64	c 4	|     17102 |    2126    34704    99501 |    33125    17101     30 | 26.360 % |
3.78/3.93	c 4	===============================================================================
3.78/3.93	c 4	restarts              : 12
3.78/3.93	c 4	conflicts             : 18676          (7041 /sec)
3.78/3.93	c 4	decisions             : 24947          (0.59 % random) (9405 /sec)
3.78/3.93	c 4	propagations          : 3201076        (1206771 /sec)
3.78/3.93	c 4	conflict literals     : 555344         (31.47 % deleted)
3.78/3.93	c 4	Memory used           : 6.63 MB
3.78/3.93	c 4	CPU time              : 2.6526 s
3.78/3.93	c 4	
3.78/3.93	c 4	SATISFIABLE
3.78/3.94	c 4	FOUND: _COST <= 95
3.78/3.94	s SATISFIABLE
3.78/3.94	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.78/3.94	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.84/4.02	c 4	Decoding HOME/temp.out
3.84/4.08	c 5	OBJECTIVE _COST 95
3.84/4.08	o 95
3.84/4.08	v 3 4 4 4 4 4 1 1 2 4 0 4 4 2 1 2 4 2 2 4 4 4 2 0 0 4 4 1
3.84/4.08	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.84/4.10	c 5	OBJECTIVE BOUND: 0 <= _COST <= 95
3.84/4.10	c 5	SEARCHING: _COST <= 47
3.84/4.10	c 5	SOLVING HOME/temp.cnf
3.84/4.10	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.84/4.10	c 5	This is MiniSat 2.0 beta
3.84/4.10	c 5	WARNING: for repeatability, setting FPU to use double precision
3.84/4.10	c 5	============================[ Problem Statistics ]=============================
3.84/4.10	c 5	|                                                                             |
3.84/4.10	c 5	|  Number of variables:  2887                                                 |
3.84/4.10	c 5	|  Number of clauses:    53131                                                |
3.84/4.13	c 5	|  Parsing time:         0.02         s                                       |
3.84/4.14	c 5	============================[ Search Statistics ]==============================
3.84/4.14	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.84/4.14	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.84/4.14	c 5	===============================================================================
3.84/4.14	c 5	|         0 |    1702    23381    66750 |     7793        0    nan |  0.000 % |
3.84/4.16	c 5	|       100 |    1700    23381    66750 |     8573       99     15 | 41.392 % |
3.84/4.17	c 5	|       250 |    1700    23381    66750 |     9430      249     15 | 41.392 % |
3.84/4.19	c 5	|       477 |    1700    23381    66750 |    10373      476     15 | 41.392 % |
3.98/4.21	c 5	|       815 |    1692    23204    66255 |    11410      814     15 | 41.392 % |
3.98/4.26	c 5	|      1321 |    1692    23204    66255 |    12551     1320     15 | 41.393 % |
4.16/4.33	c 5	|      2080 |    1692    23204    66255 |    13806     2079     16 | 41.392 % |
4.26/4.45	c 5	|      3219 |    1692    23204    66255 |    15187     3218     16 | 41.392 % |
4.46/4.66	c 5	|      4927 |    1692    23204    66255 |    16706     4926     16 | 41.392 % |
4.85/5.00	c 5	|      7490 |    1692    23204    66255 |    18377     7489     16 | 41.392 % |
5.35/5.53	c 6	|     11334 |    1692    23204    66255 |    20214    11333     17 | 41.392 % |
6.24/6.49	c 7	|     17100 |    1692    23204    66255 |    22236    17099     17 | 41.392 % |
8.33/8.55	c 9	|     25750 |    1692    23204    66255 |    24459    13717     19 | 41.393 % |
11.20/11.45	c 12	|     38725 |    1692    23204    66255 |    26905    13368     17 | 41.393 % |
15.65/15.92	c 16	|     58186 |    1692    23204    66255 |    29596    17773     18 | 41.392 % |
22.98/23.30	c 24	|     87379 |    1692    23204    66255 |    32556    28582     19 | 41.392 % |
34.17/34.69	c 35	|    131170 |    1692    23204    66255 |    35811    32470     18 | 41.392 % |
51.41/52.06	c 52	|    196854 |    1692    23204    66255 |    39392    26264     17 | 41.393 % |
78.15/79.02	c 79	|    295381 |    1692    23204    66255 |    43332    14789     18 | 41.392 % |
121.04/122.34	c 123	|    443171 |    1692    23204    66255 |    47665    38212     19 | 41.392 % |
189.10/191.05	c 191	|    664854 |    1692    23204    66255 |    52431    14992     16 | 41.394 % |
289.23/291.91	c 292	|    997381 |    1691    23185    66197 |    57675    47012     20 | 41.427 % |
455.25/458.02	c 458	|   1496171 |    1691    23185    66197 |    63442    55733     18 | 41.427 % |
708.93/711.87	c 712	|   2244353 |    1689    23148    66070 |    69786    28323     20 | 41.496 % |
1118.03/1121.19	c 1122	|   3366627 |    1637    21693    61817 |    76765    49929     17 | 43.298 % |
1242.87/1246.05	c 1246	===============================================================================
1242.87/1246.05	c 1246	restarts              : 25
1242.87/1246.05	c 1246	conflicts             : 3719161        (3002 /sec)
1242.87/1246.05	c 1246	decisions             : 4895857        (0.96 % random) (3952 /sec)
1242.87/1246.05	c 1246	propagations          : 804382307      (649290 /sec)
1242.87/1246.05	c 1246	conflict literals     : 67583940       (39.33 % deleted)
1242.87/1246.05	c 1246	Memory used           : 17.45 MB
1242.87/1246.05	c 1246	CPU time              : 1238.86 s
1242.87/1246.05	c 1246	
1242.87/1246.05	c 1246	UNSATISFIABLE
1242.87/1246.06	c 1246	NOT FOUND: _COST <= 47
1242.87/1246.06	c 1246	OBJECTIVE BOUND: 48 <= _COST <= 95
1242.87/1246.06	c 1246	SEARCHING: _COST <= 71
1242.87/1246.06	c 1246	SOLVING HOME/temp.cnf
1242.87/1246.06	c 1246	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1242.87/1246.08	c 1247	This is MiniSat 2.0 beta
1242.87/1246.08	c 1247	WARNING: for repeatability, setting FPU to use double precision
1242.87/1246.08	c 1247	============================[ Problem Statistics ]=============================
1242.87/1246.08	c 1247	|                                                                             |
1242.87/1246.08	c 1247	|  Number of variables:  2887                                                 |
1242.87/1246.08	c 1247	|  Number of clauses:    53131                                                |
1242.95/1246.11	c 1247	|  Parsing time:         0.02         s                                       |
1242.95/1246.12	c 1247	============================[ Search Statistics ]==============================
1242.95/1246.12	c 1247	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1242.95/1246.12	c 1247	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1242.95/1246.12	c 1247	===============================================================================
1242.95/1246.12	c 1247	|         0 |    1919    29419    84237 |     9806        0    nan |  0.000 % |
1242.95/1246.13	c 1247	|       100 |    1917    29419    84237 |    10786       99     18 | 33.841 % |
1242.95/1246.14	c 1247	|       250 |    1917    29419    84237 |    11865      249     20 | 33.842 % |
1242.95/1246.16	c 1247	|       476 |    1917    29419    84237 |    13052      475     18 | 33.841 % |
1242.95/1246.19	c 1247	|       814 |    1910    29292    83889 |    14357      813     19 | 33.842 % |
1243.06/1246.24	c 1247	|      1321 |    1910    29292    83889 |    15793     1320     20 | 33.843 % |
1243.16/1246.31	c 1247	|      2083 |    1910    29292    83889 |    17372     2082     19 | 33.842 % |
1243.25/1246.41	c 1247	|      3222 |    1910    29292    83889 |    19109     3221     19 | 33.842 % |
1243.35/1246.58	c 1247	|      4930 |    1910    29292    83889 |    21020     4929     20 | 33.842 % |
1243.65/1246.88	c 1247	|      7492 |    1910    29292    83889 |    23122     7491     21 | 33.841 % |
1244.14/1247.38	c 1248	|     11340 |    1910    29292    83889 |    25435    11339     21 | 33.841 % |
1245.23/1248.48	c 1249	|     17106 |    1910    29292    83889 |    27978    17105     21 | 33.842 % |
1247.12/1250.32	c 1251	|     25755 |    1910    29292    83889 |    30776    25754     21 | 33.842 % |
1250.09/1253.38	c 1254	|     38731 |    1910    29292    83889 |    33854    18618     22 | 33.842 % |
1255.14/1258.41	c 1259	|     58193 |    1910    29292    83889 |    37239    15087     27 | 33.842 % |
1263.06/1266.49	c 1267	|     87385 |    1910    29292    83889 |    40963    18299     21 | 33.843 % |
1275.44/1278.92	c 1279	|    131175 |    1910    29292    83889 |    45059    34057     23 | 33.843 % |
1295.94/1299.64	c 1300	|    196859 |    1910    29292    83889 |    49565    33780     22 | 33.842 % |
1330.72/1334.70	c 1335	|    295387 |    1910    29292    83889 |    54522    22407     22 | 33.841 % |
1386.28/1390.81	c 1391	|    443178 |    1910    29292    83889 |    59974    46732     25 | 33.841 % |
1471.88/1477.28	c 1478	|    664863 |    1910    29292    83889 |    65972    35538     23 | 33.842 % |
1620.35/1627.14	c 1628	|    997388 |    1910    29292    83889 |    72569    54311     24 | 33.841 % |
1858.80/1867.90	c 1868	|   1496177 |    1910    29292    83889 |    79826    24691     23 | 33.842 % |
2193.72/2205.93	c 2206	|   2244359 |    1910    29292    83889 |    87808    39179     28 | 33.842 % |
2783.72/2801.58	c 2802	|   3366637 |    1910    29292    83889 |    96589    46284     27 | 33.841 % |
3600.08/3625.61	sh: line 1:  8948 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.08/3625.61	c ERROR unknown output  in HOME/temp.out
3600.08/3625.61	c 3626	CPU 3599.77 (0.04 0.01 3599.73 0.32)
3600.08/3625.61	c 3626	END Wed Jul 23 05:47:46 2008

Verifier Data (download as text)

OK	89	100
89 unsatisfied constraints, 100 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-1128252-1216781240/watcher-1128252-1216781240 -o /tmp/evaluation-result-1128252-1216781240/solver-1128252-1216781240 -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-1128252-1216781240.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.00 2.00 1.99 4/74 8868
/proc/meminfo: memFree=1245744/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=12268 CPUtime=0
/proc/8868/stat : 8868 (sugar) R 8866 8868 8003 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5212709 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8868/statm: 3067 316 241 3 0 167 0

[startup+0.0506249 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 8868
/proc/meminfo: memFree=1245744/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=0.03
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 5212709 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102436 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 8868
/proc/meminfo: memFree=1245744/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=0.03
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5212709 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301413 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 8868
/proc/meminfo: memFree=1245744/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=0.03
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5212709 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702485 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 8868
/proc/meminfo: memFree=1245744/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=0.46
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 974 4437 0 1 3 0 40 3 16 0 1 0 5212709 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 8890
/proc/meminfo: memFree=1231696/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1.17
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1059 11070 0 2 4 0 104 9 15 0 1 0 5212709 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13600

[startup+3.1019 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8892
/proc/meminfo: memFree=1238480/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1.17
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1059 11070 0 2 4 0 104 9 15 0 1 0 5212709 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 807 374 3 0 500 0
[pid=8891] ppid=8868 vsize=5356 CPUtime=0
/proc/8891/stat : 8891 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5212834 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8891/statm: 1339 232 193 169 0 50 0
[pid=8892] ppid=8891 vsize=6028 CPUtime=1.82
/proc/8892/stat : 8892 (minisat) R 8891 8868 8003 0 -1 4194304 1361 0 0 0 182 0 0 0 25 0 1 0 5212835 6172672 1347 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8892/statm: 1507 1347 75 150 0 1354 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 24984

[startup+6.30246 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1238672/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 15 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=5120 CPUtime=2.16
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 1146 0 0 0 216 0 0 0 25 0 1 0 5213120 5242880 1132 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 1280 1132 75 150 0 1127 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24076

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1236432/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=6656 CPUtime=8.5
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 1529 0 0 0 849 1 0 0 25 0 1 0 5213120 6815744 1515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 1664 1515 75 150 0 1511 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 25612

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1235344/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=7768 CPUtime=21.18
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 1809 0 0 0 2117 1 0 0 25 0 1 0 5213120 7954432 1795 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 1942 1795 75 150 0 1789 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 26724

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1234768/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=8464 CPUtime=46.53
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 1963 0 0 0 4652 1 0 0 25 0 1 0 5213120 8667136 1949 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 2116 1949 75 150 0 1963 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 27420

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1232208/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=10096 CPUtime=97.26
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 2357 0 0 0 9724 2 0 0 25 0 1 0 5213120 10338304 2343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 2524 2343 75 150 0 2371 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 29052

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1230992/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=10948 CPUtime=156.68
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 2555 0 0 0 15666 2 0 0 25 0 1 0 5213120 11210752 2541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 2737 2541 75 150 0 2584 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 29904

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 8904
/proc/meminfo: memFree=1230608/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=11244 CPUtime=216.13
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 2630 0 0 0 21610 3 0 0 25 0 1 0 5213120 11513856 2616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8904/statm: 2811 2616 75 150 0 2658 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 30200

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 8940
/proc/meminfo: memFree=1251176/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=3.98
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1181 16657 0 3 4 0 381 13 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8903] ppid=8868 vsize=5356 CPUtime=0
/proc/8903/stat : 8903 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5213120 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8903/statm: 1339 232 193 169 0 50 0
[pid=8904] ppid=8903 vsize=12604 CPUtime=275.66
/proc/8904/stat : 8904 (minisat) R 8903 8868 8003 0 -1 4194304 2981 0 0 0 27560 6 0 0 25 0 1 0 5213120 12906496 2967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8904/statm: 3151 2967 75 150 0 2998 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 31560


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

[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=30440 CPUtime=1779.31
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7153 0 0 0 177924 7 0 0 25 0 1 0 5337316 31170560 7139 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 7610 7139 75 150 0 7457 0
Current children cumulated CPU time (s) 3022.26
Current children cumulated vsize (KiB) 49396

[startup+3102.3 s]
/proc/loadavg: 2.51 2.59 2.61 4/83 8950
/proc/meminfo: memFree=1179112/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=30876 CPUtime=1838.74
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7255 0 0 0 183867 7 0 0 25 0 1 0 5337316 31617024 7241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 7719 7241 75 150 0 7566 0
Current children cumulated CPU time (s) 3081.69
Current children cumulated vsize (KiB) 49832

[startup+3162.3 s]
/proc/loadavg: 2.61 2.61 2.61 4/83 8950
/proc/meminfo: memFree=1178856/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=31232 CPUtime=1898.18
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7315 0 0 0 189811 7 0 0 25 0 1 0 5337316 31981568 7301 996147200 134512640 135127466 4294956256 18446744073709551615 134529433 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 7808 7301 75 150 0 7655 0
Current children cumulated CPU time (s) 3141.13
Current children cumulated vsize (KiB) 50188

[startup+3222.3 s]
/proc/loadavg: 2.43 2.56 2.59 4/83 8950
/proc/meminfo: memFree=1178792/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=31312 CPUtime=1957.61
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7325 0 0 0 195754 7 0 0 25 0 1 0 5337316 32063488 7311 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 7828 7311 75 150 0 7675 0
Current children cumulated CPU time (s) 3200.56
Current children cumulated vsize (KiB) 50268

[startup+3282.3 s]
/proc/loadavg: 2.48 2.55 2.58 3/83 8950
/proc/meminfo: memFree=1178664/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=31524 CPUtime=2017.05
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7373 0 0 0 201698 7 0 0 25 0 1 0 5337316 32280576 7359 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 7881 7359 75 150 0 7728 0
Current children cumulated CPU time (s) 3260
Current children cumulated vsize (KiB) 50480

[startup+3342.3 s]
/proc/loadavg: 2.60 2.58 2.59 4/83 8950
/proc/meminfo: memFree=1178536/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=31688 CPUtime=2076.48
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7409 0 0 0 207641 7 0 0 25 0 1 0 5337316 32448512 7395 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 7922 7395 75 150 0 7769 0
Current children cumulated CPU time (s) 3319.43
Current children cumulated vsize (KiB) 50644

[startup+3402.31 s]
/proc/loadavg: 2.55 2.56 2.58 4/83 8950
/proc/meminfo: memFree=1178024/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=32084 CPUtime=2135.94
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7521 0 0 0 213586 8 0 0 25 0 1 0 5337316 32854016 7507 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 8021 7507 75 150 0 7868 0
Current children cumulated CPU time (s) 3378.89
Current children cumulated vsize (KiB) 51040

[startup+3462.3 s]
/proc/loadavg: 2.50 2.55 2.57 4/83 8950
/proc/meminfo: memFree=1176616/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=33336 CPUtime=2195.36
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7817 0 0 0 219528 8 0 0 25 0 1 0 5337316 34136064 7803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 8334 7803 75 150 0 8181 0
Current children cumulated CPU time (s) 3438.31
Current children cumulated vsize (KiB) 52292

[startup+3522.3 s]
/proc/loadavg: 2.55 2.55 2.57 3/83 8950
/proc/meminfo: memFree=1176616/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=33492 CPUtime=2254.8
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7847 0 0 0 225472 8 0 0 25 0 1 0 5337316 34295808 7833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 8373 7833 75 150 0 8220 0
Current children cumulated CPU time (s) 3497.75
Current children cumulated vsize (KiB) 52448

[startup+3582.3 s]
/proc/loadavg: 2.70 2.59 2.58 3/83 8950
/proc/meminfo: memFree=1176360/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=33492 CPUtime=2314.23
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7877 0 0 0 231415 8 0 0 25 0 1 0 5337316 34295808 7863 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 8373 7863 75 150 0 8220 0
Current children cumulated CPU time (s) 3557.18
Current children cumulated vsize (KiB) 52448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.61 s]
/proc/loadavg: 2.73 2.60 2.58 3/83 8950
/proc/meminfo: memFree=1176360/2055920 swapFree=4192956/4192956
[pid=8868] ppid=8866 vsize=13600 CPUtime=1242.95
/proc/8868/stat : 8868 (sugar) S 8866 8868 8003 0 -1 4194304 1236 21114 0 3 4 1 124268 22 16 0 1 0 5212709 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8868/statm: 3400 808 374 3 0 500 0
[pid=8947] ppid=8868 vsize=5356 CPUtime=0
/proc/8947/stat : 8947 (sh) S 8868 8868 8003 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5337315 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8947/statm: 1339 232 193 169 0 50 0
[pid=8948] ppid=8947 vsize=33708 CPUtime=2357.13
/proc/8948/stat : 8948 (minisat) R 8947 8868 8003 0 -1 4194304 7901 0 0 0 235705 8 0 0 25 0 1 0 5337316 34516992 7887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8948/statm: 8427 7887 75 150 0 8274 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 52664

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

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

Child status: 0
Real time (s): 3625.62
CPU time (s): 3600.13
CPU user time (s): 3599.79
CPU system time (s): 0.338948
CPU usage (%): 99.2969
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.79
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30608
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1772
involuntary context switches= 106992

runsolver used 5.05523 second user time and 11.2143 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-23 04:47:20
IDJOB=1128252
IDBENCH=65040
IDSOLVER=368
FILE ID=node48/1128252-1216781240
PBS_JOBID= 7974185
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-70/normalized-kbtree-9-7-3-5-70-43_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-1128252-1216781240/watcher-1128252-1216781240 -o /tmp/evaluation-result-1128252-1216781240/solver-1128252-1216781240 -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-1128252-1216781240.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c1c4ff5bd51cc712a3959c7088a7ac4b
RANDOM SEED=801836797

node48.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.259
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.259
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:       1246224 kB
Buffers:         27896 kB
Cached:         667948 kB
SwapCached:          0 kB
Active:         346628 kB
Inactive:       410152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1246224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          72072 kB
Slab:            38024 kB
Committed_AS:   138192 kB
PageTables:       1848 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 node48 at 2008-07-23 05:47:46