Trace number 1128220

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

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-90/
normalized-kbtree-9-7-3-5-90-27_ext.xml
MD5SUM8466073f5780eb3fe111fdc96316e52c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints127
Best CPU time to get the best result obtained on this benchmark2.13967
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:40:22 2008
0.00/0.04	c 0	PID 6704
0.00/0.05	c 0	HOST node46.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128220-1216780822.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128220-1216780822.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 28 variables, 0 predicates, 182 relations, 189 constraints
0.03/0.43	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.43	c 0	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.38/0.51	c 0	Parsing HOME/temp.csp
0.38/0.63	c 0	parsed 400 expressions
0.38/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.64	c 0	MAX CSP: 189 constraints
0.38/0.64	c 0	Converting to clausal form CSP
0.38/0.66	c 0	converted 60 (10%) expressions
0.38/0.66	c 0	converted 119 (20%) expressions
0.38/0.66	c 0	converted 178 (30%) expressions
0.38/0.68	c 0	converted 237 (40%) expressions
0.38/0.69	c 0	converted 296 (50%) expressions
0.38/0.69	c 0	converted 356 (60%) expressions
0.38/0.70	c 0	converted 415 (70%) expressions
0.38/0.70	c 0	converted 474 (80%) expressions
0.38/0.71	c 0	converted 533 (90%) expressions
0.38/0.85	c 1	converted 592 (100%) expressions
0.38/0.86	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 284
0.38/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.86	c 1	Propagation in CSP
0.38/0.88	c 1	183 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.38/0.88	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.38/0.88	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.88	c 1	Simplifing CSP by introducing new Boolean variables
0.38/0.88	c 1	CSP : 406 integers, 0 booleans, 566 clauses, largest domain size 190
0.38/0.88	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.90	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.38/0.91	c 1	41 (10%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.91	c 1	82 (20%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.91	c 1	122 (30%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.92	c 1	163 (40%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.92	c 1	203 (50%) CSP integer variables are encoded (84 clauses, 826 bytes)
0.38/0.92	c 1	244 (60%) CSP integer variables are encoded (365 clauses, 3917 bytes)
0.38/0.93	c 1	285 (70%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.38/0.93	c 1	325 (80%) CSP integer variables are encoded (846 clauses, 9523 bytes)
0.38/0.93	c 1	366 (90%) CSP integer variables are encoded (2088 clauses, 25669 bytes)
0.38/0.93	c 1	406 (100%) CSP integer variables are encoded (2481 clauses, 30778 bytes)
0.38/0.96	c 1	57 (10%) CSP clauses are encoded (2816 clauses, 35167 bytes)
0.38/0.97	c 1	114 (20%) CSP clauses are encoded (3142 clauses, 39765 bytes)
0.38/0.98	c 1	170 (30%) CSP clauses are encoded (3470 clauses, 44325 bytes)
0.38/1.00	c 1	227 (40%) CSP clauses are encoded (3881 clauses, 49966 bytes)
0.92/1.01	c 1	283 (50%) CSP clauses are encoded (6377 clauses, 86809 bytes)
0.92/1.02	c 1	340 (60%) CSP clauses are encoded (7218 clauses, 98684 bytes)
0.92/1.03	c 1	397 (70%) CSP clauses are encoded (13895 clauses, 208307 bytes)
0.92/1.04	c 1	453 (80%) CSP clauses are encoded (14799 clauses, 223417 bytes)
0.92/1.08	c 1	510 (90%) CSP clauses are encoded (34468 clauses, 572029 bytes)
1.02/1.12	c 1	566 (100%) CSP clauses are encoded (52928 clauses, 908289 bytes)
1.02/1.12	c 1	566 CSP clauses encoded
1.02/1.12	c 1	Writing map file : HOME/temp.map
1.02/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.12	c 1	SAT : 2887 SAT variables, 52928 SAT clauses, 908289 bytes
1.02/1.12	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.17	c 1	OBJECTIVE minimize _COST
1.02/1.17	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.02/1.17	c 1	SEARCHING: _COST <= 95
1.02/1.17	c 1	SOLVING HOME/temp.cnf
1.02/1.17	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.02/1.17	c 1	This is MiniSat 2.0 beta
1.02/1.17	c 1	WARNING: for repeatability, setting FPU to use double precision
1.02/1.17	c 1	============================[ Problem Statistics ]=============================
1.02/1.17	c 1	|                                                                             |
1.02/1.17	c 1	|  Number of variables:  2887                                                 |
1.02/1.17	c 1	|  Number of clauses:    52929                                                |
1.08/1.20	c 1	|  Parsing time:         0.03         s                                       |
1.08/1.21	c 1	============================[ Search Statistics ]==============================
1.08/1.21	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.08/1.21	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.08/1.21	c 1	===============================================================================
1.08/1.21	c 1	|         0 |    2135    34629    98559 |    11543        0    nan |  0.000 % |
1.08/1.22	c 1	|       100 |    2129    34629    98559 |    12697       98     11 | 26.914 % |
1.08/1.23	c 1	|       250 |    2129    34629    98559 |    13967      248     13 | 26.914 % |
1.08/1.25	c 1	|       475 |    2129    34629    98559 |    15363      472     14 | 27.364 % |
1.08/1.29	c 1	|       813 |    2097    33915    96555 |    16900      809     15 | 27.503 % |
1.08/1.33	c 1	|      1322 |    2097    33915    96555 |    18590     1318     14 | 27.504 % |
1.08/1.41	c 1	|      2081 |    2093    33855    96391 |    20449     2076     15 | 27.503 % |
1.08/1.53	c 1	|      3221 |    2093    33855    96391 |    22494     3216     15 | 27.503 % |
1.08/1.71	c 1	|      4929 |    2093    33855    96391 |    24743     4924     16 | 27.504 % |
1.08/1.97	c 2	|      7491 |    2080    33609    95699 |    27217     7483     17 | 27.955 % |
2.28/2.48	c 2	|     11335 |    2080    33609    95699 |    29939    11327     17 | 27.953 % |
3.37/3.55	c 3	|     17101 |    2080    33609    95699 |    32933    17093     17 | 27.954 % |
5.55/5.74	c 5	|     25751 |    2080    33609    95699 |    36226    25743     18 | 27.954 % |
10.41/10.66	c 10	|     38725 |    2080    33609    95699 |    39849    14129     19 | 27.954 % |
16.75/17.07	c 17	|     58186 |    2080    33609    95699 |    43834    33590     23 | 27.954 % |
30.02/30.43	c 30	|     87380 |    2080    33609    95699 |    48217    31831     22 | 27.954 % |
50.32/50.96	c 51	|    131169 |    2080    33609    95699 |    53039    41428     21 | 27.954 % |
81.83/82.79	c 82	|    196854 |    2080    33609    95699 |    58343    27668     22 | 27.954 % |
134.23/135.61	c 135	|    295380 |    2080    33609    95699 |    64178    38290     19 | 27.954 % |
209.03/211.15	c 211	|    443170 |    2068    33369    95021 |    70595    36926     18 | 28.369 % |
338.51/341.81	c 341	|    664854 |    2055    33071    94172 |    77655    35447     19 | 29.271 % |
552.59/557.93	c 558	|    997379 |    2011    32192    91680 |    85421    11997     12 | 30.343 % |
843.64/851.73	c 851	|   1496167 |    1591    23007    65383 |    93963    65035     24 | 44.891 % |
1372.34/1385.45	c 1385	|   2244349 |    1591    23007    65383 |   103359    36505     21 | 44.892 % |
2118.47/2133.70	c 2133	===============================================================================
2118.47/2133.71	c 2133	restarts              : 24
2118.47/2133.71	c 2133	conflicts             : 3241011        (1531 /sec)
2118.47/2133.71	c 2133	decisions             : 4224216        (0.89 % random) (1995 /sec)
2118.47/2133.71	c 2133	propagations          : 603975618      (285256 /sec)
2118.47/2133.71	c 2133	conflict literals     : 70210698       (40.23 % deleted)
2118.47/2133.71	c 2133	Memory used           : 29.22 MB
2118.47/2133.71	c 2133	CPU time              : 2117.31 s
2118.47/2133.71	c 2133	
2118.47/2133.71	c 2133	UNSATISFIABLE
2118.47/2133.71	c 2133	NOT FOUND: _COST <= 95
2118.47/2133.71	c 2133	OBJECTIVE BOUND: 96 <= _COST <= 
2118.47/2133.71	c 2133	SEARCHING: _COST <= 143
2118.47/2133.71	c 2133	SOLVING HOME/temp.cnf
2118.47/2133.71	c 2133	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2118.47/2133.72	c 2133	This is MiniSat 2.0 beta
2118.47/2133.72	c 2133	WARNING: for repeatability, setting FPU to use double precision
2118.47/2133.72	c 2133	============================[ Problem Statistics ]=============================
2118.47/2133.72	c 2133	|                                                                             |
2118.47/2133.72	c 2133	|  Number of variables:  2887                                                 |
2118.47/2133.72	c 2133	|  Number of clauses:    52929                                                |
2118.47/2133.75	c 2133	|  Parsing time:         0.02         s                                       |
2118.47/2133.75	c 2133	============================[ Search Statistics ]==============================
2118.47/2133.75	c 2133	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2118.47/2133.75	c 2133	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2118.47/2133.75	c 2133	===============================================================================
2118.47/2133.75	c 2133	|         0 |    2519    44709   127742 |    14903        0    nan |  0.000 % |
2118.47/2133.77	c 2133	|       100 |    2511    44709   127742 |    16393       98     14 | 13.578 % |
2118.47/2133.78	c 2133	|       250 |    2511    44709   127742 |    18032      248     13 | 13.579 % |
2118.49/2133.80	c 2133	|       475 |    2511    44709   127742 |    19835      473     15 | 13.579 % |
2118.49/2133.83	c 2133	|       813 |    2511    44709   127742 |    21819      811     14 | 13.579 % |
2118.49/2133.87	c 2134	|      1319 |    2495    44192   126279 |    24001     1317     15 | 13.578 % |
2118.66/2133.95	c 2134	|      2079 |    2495    44192   126279 |    26401     2077     16 | 13.580 % |
2118.76/2134.05	c 2134	|      3222 |    2491    44132   126115 |    29041     3218     17 | 13.718 % |
2118.95/2134.24	c 2134	|      4931 |    2491    44132   126115 |    31945     4927     18 | 13.719 % |
2119.25/2134.58	c 2134	|      7493 |    2491    44132   126115 |    35140     7489     19 | 13.717 % |
2119.75/2135.08	c 2135	|     11339 |    2479    43800   125161 |    38654    11332     21 | 14.133 % |
2120.63/2135.98	c 2136	|     17105 |    2479    43800   125161 |    42519    17098     26 | 14.133 % |
2122.61/2137.96	c 2138	|     25754 |    2479    43800   125161 |    46771    25747     27 | 14.133 % |
2125.49/2140.84	c 2140	===============================================================================
2125.49/2140.84	c 2140	restarts              : 13
2125.49/2140.84	c 2140	conflicts             : 34723          (4935 /sec)
2125.49/2140.84	c 2140	decisions             : 45230          (0.61 % random) (6428 /sec)
2125.49/2140.84	c 2140	propagations          : 5908959        (839826 /sec)
2125.49/2140.84	c 2140	conflict literals     : 963605         (25.73 % deleted)
2125.49/2140.84	c 2140	Memory used           : 8.96 MB
2125.49/2140.84	c 2140	CPU time              : 7.03593 s
2125.49/2140.84	c 2140	
2125.49/2140.84	c 2140	SATISFIABLE
2125.49/2140.84	c 2140	FOUND: _COST <= 143
2125.49/2140.84	s SATISFIABLE
2125.49/2140.84	c 2140	DECODING HOME/temp.out WITH HOME/temp.map
2125.49/2140.84	c 2140	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2125.55/2140.93	c 2141	Decoding HOME/temp.out
2125.55/2140.99	c 2141	OBJECTIVE _COST 143
2125.55/2140.99	o 143
2125.55/2140.99	v 4 1 3 3 3 3 3 4 1 4 2 1 1 4 1 1 1 1 2 0 3 0 1 4 0 4 2 0
2125.55/2140.99	c 2141	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2125.55/2141.04	c 2141	OBJECTIVE BOUND: 96 <= _COST <= 143
2125.55/2141.04	c 2141	SEARCHING: _COST <= 119
2125.55/2141.04	c 2141	SOLVING HOME/temp.cnf
2125.55/2141.04	c 2141	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2125.55/2141.05	c 2141	This is MiniSat 2.0 beta
2125.55/2141.05	c 2141	WARNING: for repeatability, setting FPU to use double precision
2125.55/2141.05	c 2141	============================[ Problem Statistics ]=============================
2125.55/2141.05	c 2141	|                                                                             |
2125.55/2141.05	c 2141	|  Number of variables:  2887                                                 |
2125.55/2141.05	c 2141	|  Number of clauses:    52929                                                |
2125.55/2141.08	c 2141	|  Parsing time:         0.02         s                                       |
2125.55/2141.08	c 2141	============================[ Search Statistics ]==============================
2125.55/2141.08	c 2141	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2125.55/2141.08	c 2141	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2125.55/2141.08	c 2141	===============================================================================
2125.55/2141.08	c 2141	|         0 |    2327    39669   113151 |    13223        0    nan |  0.000 % |
2125.72/2141.11	c 2141	|       103 |    2324    39669   113151 |    14545      102     16 | 19.744 % |
2125.72/2141.12	c 2141	|       255 |    2324    39669   113151 |    15999      254     18 | 19.747 % |
2125.72/2141.13	c 2141	|       480 |    2324    39669   113151 |    17599      479     19 | 19.744 % |
2125.72/2141.16	c 2141	|       819 |    2324    39669   113151 |    19359      818     19 | 19.745 % |
2125.72/2141.21	c 2141	|      1325 |    2315    39490   112651 |    21295     1323     20 | 19.884 % |
2125.72/2141.28	c 2141	|      2085 |    2315    39490   112651 |    23425     2083     22 | 19.885 % |
2125.72/2141.39	c 2141	|      3228 |    2301    39127   111620 |    25767     3221     20 | 20.299 % |
2126.25/2141.61	c 2141	|      4936 |    2301    39127   111620 |    28344     4929     20 | 20.299 % |
2126.55/2141.94	c 2142	|      7498 |    2301    39127   111620 |    31179     7491     22 | 20.300 % |
2127.14/2142.54	c 2142	|     11342 |    2301    39127   111620 |    34297    11335     23 | 20.300 % |
2128.43/2143.84	c 2143	|     17109 |    2301    39127   111620 |    37726    17102     25 | 20.299 % |
2130.91/2146.31	c 2146	|     25758 |    2301    39127   111620 |    41499    25751     25 | 20.299 % |
2135.16/2150.67	c 2150	|     38732 |    2301    39127   111620 |    45649    38725     25 | 20.298 % |
2141.81/2157.35	c 2157	|     58194 |    2301    39127   111620 |    50214    23229     25 | 20.298 % |
2153.39/2169.07	c 2169	|     87386 |    2301    39127   111620 |    55235    14178     23 | 20.299 % |
2170.83/2186.61	c 2186	|    131175 |    2287    38808   110713 |    60759    14147     22 | 20.785 % |
2190.74/2206.78	c 2206	|    196860 |    2252    38008   108433 |    66835    31376     17 | 21.997 % |
2234.73/2251.12	c 2251	|    295386 |    2252    38008   108433 |    73518    20954     23 | 21.996 % |
2313.68/2330.89	c 2331	|    443178 |    2252    38008   108433 |    80870    51061     30 | 21.996 % |
2459.31/2477.86	c 2478	|    664862 |    2252    38008   108433 |    88957    73339     28 | 21.996 % |
2695.38/2716.14	c 2716	|    997389 |    2252    38008   108433 |    97853    30118     24 | 21.996 % |
3102.54/3127.12	c 3127	|   1496178 |    2252    38008   108433 |   107638    35164     27 | 21.996 % |
3600.04/3629.31	c ERROR unknown output  in HOME/temp.out
3600.04/3629.31	c 3629	CPU 2125.48 (0.04 0.01 2125.44 0.24)
3600.04/3629.31	c 3629	END Wed Jul 23 05:40:51 2008

Verifier Data (download as text)

OK	142	47
142 unsatisfied constraints, 47 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-1128220-1216780822/watcher-1128220-1216780822 -o /tmp/evaluation-result-1128220-1216780822/solver-1128220-1216780822 -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-1128220-1216780822.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 2.00 4/74 6704
/proc/meminfo: memFree=1170256/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=12268 CPUtime=0
/proc/6704/stat : 6704 (sugar) R 6702 6704 5957 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5170915 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 212227636222 0 0 4224 0 0 0 0 17 1 0 0
/proc/6704/statm: 3067 316 241 3 0 167 0

[startup+0.0603119 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6704
/proc/meminfo: memFree=1170256/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=0.03
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5170915 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101731 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6704
/proc/meminfo: memFree=1170256/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=0.03
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5170915 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301748 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6704
/proc/meminfo: memFree=1170256/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=0.03
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5170915 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701784 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 6704
/proc/meminfo: memFree=1170256/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=0.38
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 974 4395 0 1 3 0 33 2 15 0 1 0 5170915 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 6726
/proc/meminfo: memFree=1156088/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 15 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1163000/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 15 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=5268 CPUtime=1.89
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 1193 0 0 0 189 0 0 0 25 0 1 0 5171033 5394432 1179 996147200 134512640 135127466 4294956256 18446744073709551615 134522676 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 1317 1179 75 150 0 1164 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24224

[startup+6.30238 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1161080/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=6900 CPUtime=5.06
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 1597 0 0 0 506 0 0 0 25 0 1 0 5171033 7065600 1583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 1725 1583 75 150 0 1572 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 25856

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1159096/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=8236 CPUtime=11.41
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 1914 0 0 0 1140 1 0 0 25 0 1 0 5171033 8433664 1900 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 2059 1900 75 150 0 1906 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 27192

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1156600/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=10400 CPUtime=24.09
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 2453 0 0 0 2407 2 0 0 25 0 1 0 5171033 10649600 2439 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 2600 2439 75 150 0 2447 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 29356

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1155064/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=11300 CPUtime=49.44
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 2662 0 0 0 4942 2 0 0 25 0 1 0 5171033 11571200 2648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 2825 2648 75 150 0 2672 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 30256

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1152568/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=12852 CPUtime=100.17
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 3021 0 0 0 10014 3 0 0 25 0 1 0 5171033 13160448 3007 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 3213 3007 75 150 0 3060 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 31808

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1150008/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=13692 CPUtime=159.6
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 3232 0 0 0 15957 3 0 0 25 0 1 0 5171033 14020608 3218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 3423 3218 75 150 0 3270 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 32648

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1148600/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=14972 CPUtime=219.04
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 3508 0 0 0 21901 3 0 0 25 0 1 0 5171033 15331328 3494 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 3743 3494 75 150 0 3590 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 33928

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6728
/proc/meminfo: memFree=1146232/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=1.08
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1059 10974 0 2 3 1 95 9 16 0 1 0 5170915 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 807 374 3 0 500 0
[pid=6727] ppid=6704 vsize=5356 CPUtime=0
/proc/6727/stat : 6727 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5171032 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6727/statm: 1339 232 193 169 0 50 0
[pid=6728] ppid=6727 vsize=16100 CPUtime=278.48
/proc/6728/stat : 6728 (minisat) R 6727 6704 5957 0 -1 4194304 3816 0 0 0 27845 3 0 0 25 0 1 0 5171033 16486400 3802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6728/statm: 4025 3802 75 150 0 3872 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 35056


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

/proc/meminfo: memFree=1108984/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=32472 CPUtime=1011.68
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 7701 0 0 0 101160 8 0 0 25 0 1 0 5385020 33251328 7687 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 8118 7687 75 150 0 7965 0
Current children cumulated CPU time (s) 3137.41
Current children cumulated vsize (KiB) 51428

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 6764
/proc/meminfo: memFree=1107448/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=32716 CPUtime=1071.12
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 7769 0 0 0 107104 8 0 0 25 0 1 0 5385020 33501184 7755 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 8179 7755 75 150 0 8026 0
Current children cumulated CPU time (s) 3196.85
Current children cumulated vsize (KiB) 51672

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 6764
/proc/meminfo: memFree=1106936/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=32860 CPUtime=1130.56
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 7816 0 0 0 113048 8 0 0 25 0 1 0 5385020 33648640 7802 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 8215 7802 75 150 0 8062 0
Current children cumulated CPU time (s) 3256.29
Current children cumulated vsize (KiB) 51816

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6764
/proc/meminfo: memFree=1104760/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=34052 CPUtime=1190
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8064 0 0 0 118992 8 0 0 25 0 1 0 5385020 34869248 8050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 8513 8050 75 150 0 8360 0
Current children cumulated CPU time (s) 3315.73
Current children cumulated vsize (KiB) 53008

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6764
/proc/meminfo: memFree=1103096/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=35288 CPUtime=1249.45
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8371 0 0 0 124936 9 0 0 25 0 1 0 5385020 36134912 8357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 8822 8357 75 150 0 8669 0
Current children cumulated CPU time (s) 3375.18
Current children cumulated vsize (KiB) 54244

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6764
/proc/meminfo: memFree=1101496/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=36352 CPUtime=1308.88
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8647 0 0 0 130879 9 0 0 25 0 1 0 5385020 37224448 8633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 9088 8633 75 150 0 8935 0
Current children cumulated CPU time (s) 3434.61
Current children cumulated vsize (KiB) 55308

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6764
/proc/meminfo: memFree=1100856/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=36916 CPUtime=1368.31
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8767 0 0 0 136822 9 0 0 25 0 1 0 5385020 37801984 8753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 9229 8753 75 150 0 9076 0
Current children cumulated CPU time (s) 3494.04
Current children cumulated vsize (KiB) 55872

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6800
/proc/meminfo: memFree=1114400/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=37256 CPUtime=1427.75
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8855 0 0 0 142765 10 0 0 25 0 1 0 5385020 38150144 8841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 9314 8841 75 150 0 9161 0
Current children cumulated CPU time (s) 3553.48
Current children cumulated vsize (KiB) 56212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.3 s]
/proc/loadavg: 2.26 2.06 2.02 3/83 6800
/proc/meminfo: memFree=1063648/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=37492 CPUtime=1474.31
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8878 0 0 0 147420 11 0 0 25 0 1 0 5385020 38391808 8864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 9373 8864 75 150 0 9220 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 56448

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

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

[startup+3629.3 s]
/proc/loadavg: 2.26 2.06 2.02 3/83 6800
/proc/meminfo: memFree=1063648/2055920 swapFree=4192956/4192956
[pid=6704] ppid=6702 vsize=13600 CPUtime=2125.73
/proc/6704/stat : 6704 (sugar) S 6702 6704 5957 0 -1 4194304 1237 24458 0 3 4 1 212544 24 16 0 1 0 5170915 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6704/statm: 3400 808 374 3 0 500 0
[pid=6761] ppid=6704 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6704 6704 5957 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5385020 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 232 193 169 0 50 0
[pid=6762] ppid=6761 vsize=37492 CPUtime=1474.31
/proc/6762/stat : 6762 (minisat) R 6761 6704 5957 0 -1 4194304 8878 0 0 0 147420 11 0 0 25 0 1 0 5385020 38391808 8864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6762/statm: 9373 8864 75 150 0 9220 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 56448

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6704 and gives
#  childrusage.ru_utime.tv_sec=2125
#  childrusage.ru_utime.tv_usec=483877
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=257960
# CPU time returned by wait4() is 2125.74
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3629.31
CPU time (s): 3600.04
CPU user time (s): 3599.68
CPU system time (s): 0.36
CPU usage (%): 99.1934
Max. virtual memory (cumulated for all children) (KiB): 887288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2125.48
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26040
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= 1646
involuntary context switches= 37623

runsolver used 3.57546 second user time and 12.942 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-23 04:40:22
IDJOB=1128220
IDBENCH=64950
IDSOLVER=368
FILE ID=node46/1128220-1216780822
PBS_JOBID= 7974229
Free space on /tmp= 66216 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8466073f5780eb3fe111fdc96316e52c
RANDOM SEED=223043957

node46.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.232
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.232
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:       1170736 kB
Buffers:         33744 kB
Cached:         751588 kB
SwapCached:          0 kB
Active:         141232 kB
Inactive:       670576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1170736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          37600 kB
Slab:            58756 kB
Committed_AS:    90764 kB
PageTables:       1792 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= 66212 MiB
End job on node46 at 2008-07-23 05:40:51